/** Shopify CDN: Minification failed

Line 334:2 Expected identifier but found "*"
Line 758:2 Expected identifier but found "*"
Line 909:2 Expected identifier but found "*"
Line 1128:2 Expected identifier but found "*"
Line 1137:2 Expected identifier but found "*"
Line 1145:2 Expected identifier but found "*"
Line 1158:2 Expected identifier but found "*"
Line 1169:2 Expected identifier but found "*"
Line 1379:2 Expected identifier but found "*"
Line 1530:2 Expected identifier but found "*"
... and 21 more hidden warnings

**/
/* 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 #686864; 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: #686864;
  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 #d9d9d2;
  border-collapse: collapse;
  border-top: 1px solid #d9d9d2;
  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 #d9d9d2;
  height: 9px;
  margin: 1em 0;
}

/* Google Fonts */






 body, input, textarea, select option

{ font-family: HelveticaNeue, Helvetica, Arial, sans-serif; }






 h1,h2,h3,h4,h5,h6

{ font-family: HelveticaNeue, Helvetica, Arial, sans-serif; }






 #pageheader .logotext

{ font-family: HelveticaNeue, Helvetica, Arial, sans-serif; }






 .nav-row

{ font-family: HelveticaNeue, Helvetica, Arial, sans-serif; }







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

{ font-family: HelveticaNeue, Helvetica, Arial, sans-serif; }


/* Theme styles */

body {
  font-size: 13px;
  line-height: 1.6em;
  color: #686864;
  /*background: #333333;*/
  letter-spacing: 1px;
  overflow-y: scroll;
}

::selection{/* Webkit & Opera */
  background:#4a4a42;
  color:#fefef3;
}
::-moz-selection{ /* Firefox */
  background:#4a4a42;
  color:#fefef3;
}

a,
a:link,
a:visited {
  color:#4a4a42;
  -moz-transition: color 100ms;
  -webkit-transition: color 100ms;
  transition: color 100ms;
  text-decoration:none;
}

a:hover {
  color:#d9d9d2;
}

select {
  max-width: 100%;
}

input,
textarea {
  font-size: 13px;
  line-height: 17px;
  background-color: #fefef3;
  color: #686864;
  border: 1px solid #d9d9d2;
  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: #686864;
  font-size: 100%;
}

:-moz-placeholder { /* Firefox 18- */
  
  color: #686864;
  font-size: 100%;
}

::-moz-placeholder {  /* Firefox 19+ */
  
  color: #686864;
  font-size: 100%;
}

:-ms-input-placeholder {
  
  color: #686864;
  font-size: 100%;
}

.button,
a.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background:#fefef3;
  border: none;
  color:#4a4a42;
  font-size: 14px;
  line-height: 14px;
  height: auto;
  margin: 0;
  text-decoration: none !important;
  
  cursor: pointer;
  padding: 16px 15px 14px;
  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: 1px;
}

.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: #fefef3;
}

.button.altcolour,
button.altcolour,
input[type="submit"].altcolour,
input[type="reset"].altcolour,
input[type="button"].altcolour {
  background: #4a4a42;
  color: #fefef3;
}

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

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

.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:#4a4a42;
  -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:#d9d9d2;
}

.button.disabled,
a.button.disabled,
button[disabled],
input[type="submit"][disabled],
input[type="reset"][disabled],
input[type="button"][disabled] {
  opacity:0.2 !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #4a4a42;
  font-family: 'Marcellus', serif;
  font-weight: normal;
  line-height: 1.2em;
  
  margin-bottom: 0.8em;
}

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:#d9d9d2;
}

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




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


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


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


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


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


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 ul,
#pageheader li {
  margin: 0;
  padding: 0;
  display: inline;
}

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

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

.flexslider .container {
  padding-left: 40px;
  padding-right: 40px;
}
.flexslider3 img {
  width: 100%;
}
.flexslider3 a {
  position: relative;
  width: 100%;
  display: inline-block;
}
.flexslider3 a .slider-text {
  width: 100%;
  color: #fff;
  bottom: 0px;
  padding-top: 50px;
  background-image: linear-gradient(to top, #000 5%, transparent 100%);
  position: absolute;
}
.flexslider3 a .slider-text p{
  margin-left: 20px;
  margin-bottom: 20px;
}
.flexslider3 a .slider-text p.date{
  margin-bottom: 5px;
}
.articles-slider {
  margin-top: 100px;
}
.slider-text h4 {
  color: #fff;
  margin-left: 20px;
  margin-bottom: 10px;  
}
@media only screen and (max-width: 600px){
  .flexslider3 a .slider-text p{
    margin-left: 10px;
    margin-bottom: 10px;
  }
}

#content {
  background: #fefef3;
  
  
  
  
  background-repeat:no-repeat;
  
  
  background-position:center top;
  

  padding-bottom: 0px;
}

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


/* Header */

#mobile-header {
  display: none;
  text-align: right;
  background: #fefef3;
  color: #81817c;
  border-bottom: 1px solid #b0b0a9;
  font-size: 15px;
  line-height: 32px;
}

#mobile-header a {
  color: inherit;
}

#mobile-header .mobile-nav-toggle {
  text-transform: uppercase;
  float: left;
  position: relative;
  padding: 0 1em 0 2em;
  color: inherit;
}

#mobile-header .mobile-nav-toggle span {
  position: absolute;
  background: #81817c;
  left: 0.5em;
  width: 2em;
  height: 1px;
  top: 0;
  margin-top: 9px;
}

#mobile-header .mobile-nav-toggle span:nth-child(1) { top: -3px; }
#mobile-header .mobile-nav-toggle span:nth-child(2) { top: 4px; }

#mobile-nav-return {
  z-index: 7000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(0,0,0,0.3);
  opacity: 0;
  transition: opacity 250ms;
}
#main-nav .footer-links-container {
  margin-top: 30px;
}
#main-nav .hiddenSP a, #main-nav .hiddenSP a:link, #main-nav .hiddenSP a:visited  {
  color: #81817c;
}
 .hiddenSP .nav-row a,  .hiddenSP .nav-row a:link,  .hiddenSP .nav-row a:visited  {
  color: #81817c;
}
#main-nav .mobile-features {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.mobile-logo {
  margin-top: 75px;
  margin-bottom: 50px;
  width: 35%;
  padding-left: 10px;
}
#main-nav .mobile-features .mobile-nav-toggle {
  position: absolute;
  z-index: 8000;
  top: 20px;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
  transition: opacity 500ms, left 500ms;
}
#main-nav .mobile-features .mobile-nav-toggle:after {
  width: 20px;
  height: 20px;
  position: absolute;
  display: inline-block;
  content: "\00d7"; 
  font-size: 30px;
}
#main-nav .mobile-features .mobile-search input[type=text] {
  box-sizing: border-box;
  width: 100%;
  border: none;
  height: 40px;
}

#main-nav .mobile-features .mobile-search input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 35px;
}

#pageheader,
#pageheader a {
  color: #81817c;
}
#pageheader .logo {
  text-align: center;
  padding: 20px 0 16px;
  letter-spacing: 1px;
}

#pageheader .logo a {
  color: #686864;
}

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

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

#pageheader .search-box,
#pageheader .utils {
  position: absolute;
  top: 50%;
}

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

#pageheader .search-box {
  left: 30px;
  margin-top: -15px;
}

#pageheader .search-box .search-form {
  border: 1px solid transparent;
  position: relative;
  display:inline-block;
  zoom:1;
  *display:inline;
}

#pageheader .search-box.focus .search-form {
  background-color: #fff;
  border-color: #dedede;
}

#pageheader .search-box .search-form i {
  width: 22px;
  height: 22px;
  background: url('//jp.matchaeologist.com/cdn/shop/t/30/assets/social_spr_darkgrey.png?v=182632126923213744051756042437') -221px center no-repeat;
  top: 7px;
  left: 2px;
  position: absolute;
  z-index: 1;
}

#pageheader .search-box.focus .search-form i {
  background-image: url('//jp.matchaeologist.com/cdn/shop/t/30/assets/social_spr_darkgrey.png?v=182632126923213744051756042437');
}

#pageheader .search-box .search-form input[type="text"] {
  border: none;
  background: transparent;
  padding: 11px 10px 11px 26px;
  width: 210px;
  font-size: 12px;
  color: #81817c;
}

#pageheader .search-box.focus .search-form input[type="text"] {
    color: #666;
}

/* HTML5 input placeholders */
#pageheader .search-box .search-form input[type="text"]::-webkit-input-placeholder {
  color: #81817c;
  opacity: 1;
}

#pageheader .search-box .search-form input[type="text"]:-moz-placeholder { /* Firefox 18- */
  color: #81817c; 
  opacity: 1;
}

#pageheader .search-box .search-form input[type="text"]::-moz-placeholder {  /* Firefox 19+ */
  color: #81817c;
  opacity: 1;
}

#pageheader .search-box .search-form input[type="text"]:-ms-input-placeholder {
  color: #81817c;
  opacity: 1;
}

#pageheader .search-box .search-form input[type="submit"] {
  opacity: 0;
  filter:alpha(opacity=0);
  position: absolute;
  top: 0;
  right: 8px;
  background: transparent;
  color: #686864;
  border: none;
  width: 20px;
  min-width: 0;
  height: 25px;
  padding: 5px 0;
  line-height: 2px;
  font-size: 100%;
}

#pageheader .search-box.focus .search-form input[type="submit"] {
  opacity: 1;
  filter:alpha(opacity=100);
}

#pageheader .search-box .results-box {
  position: absolute;
  background: #fff;
  color: #333;
  width: 300px;
  max-width: 100%;
  z-index: 5000;
}

#pageheader .search-box .results-box a,
#pageheader .search-box .results-box a:hover {
  color: inherit;
}

#pageheader .search-box .results-box > * {
  display: block;
  padding: 7px 2px;
  margin: 0;
  border-bottom: 1px solid #d9d9d2;
  border-left: 1px solid #d9d9d2;
  border-right: 1px solid #d9d9d2;
  min-height: 24px;
}

#pageheader .search-box .results-box > *:first-child {
  border-top: 1px solid #d9d9d2;
}

#pageheader .search-box .results-box > *:hover {
}

#pageheader .search-box .results-box .img {
  float: left;
  margin: -4px 10px 0 0;
  width: 32px;
  height: 32px;
  text-align: center;
  overflow: hidden;
}

#pageheader .search-box .results-box .img img {
  vertical-align: middle;
  margin-top: -2px;
}

#pageheader .search-box .results-box .load {
  background: url('//jp.matchaeologist.com/cdn/shop/t/30/assets/ajax-load.gif?v=62939699503414190391756042437') center center no-repeat;
  text-align: center;
}

#pageheader .search-box .results-box .note {
  text-align: center;
  background:#fefef3;
  border: #fefef3;
  color:#4a4a42;
  font-size: 14px;
  
}

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

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

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

#pageheader .utils .cart-summary {
  text-align: right;
}

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

#pageheader .utils .cart-summary .switcher .selected-currency {
  padding: 4px 5px;
  border: 1px solid #b0b0a9;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

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

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

#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 transparent #dedede 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: #4a4a42;
}

#pageheader .util-area {

}

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

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

#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;
}

/* 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: 12px;
}

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

.nav-row .tier-1 ul li a {
  
  font-family: 'Marcellus', serif;
}
.PCheader.hiddenSP .nav-row .tier-1 ul li a {
  color: #000;
  font-size: 18px;
}
.nav-row .tier-1 ul li ul li a,
.product-list .thumb_title {
  
  font-family: 'Noto Serif JP', serif;
}
.description_and_image p,
.description_and_image a,
.dai p,
.dai a,
.homepage-video p,
.articles-slider p,
.news-recipe-container p,
.product-list .thumb_subtitle,
.product-list .price {
  font-family: 'Noto Serif JP', serif;
}

.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 {
  padding: 10px 20px;
  white-space: nowrap;
  display:inline-block;
  zoom:1;
  *display:inline;
}

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

.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;
}
#pagefooter.hiddenSP .nav-row .parent {
  text-align: left;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
#pagefooter.hiddenSP .nav-row .parent {
  font-size: 20px;
  font-family: 'Marcellus', serif;
}
#pagefooter.hiddenSP .nav-row .parent .child {
  font-size: 12px;
  font-family: 'Noto Serif JP', serif;
}
#pagefooter.hiddenSP .nav-row ul ul {
  display: grid;
}
#pagefooter.hiddenPC .nav-row ul ul {
  display: grid;
}
#pagefooter.hiddenPC .nav-row .exp {
  display: none;
}
#pagefooter.hiddenPC .nav-row a {
  padding: 20px 0px;
}
#pagefooter.hiddenPC .nav-row .footer-links {
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-left: 30px;
  margin-right: 30px;
}
#pagefooter.hiddenPC .nav-row .tier-2  {
  display: none !important;
}
.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 #f1f0e5;
  /* border-bottom: 1px solid #d9d9d2; */
  /* padding: 15px; */
  text-transform: capitalize;
}

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

.tags .active a .x {
  position: relative;
  top: 2px;
  font-weight: bold;
  font-size: 150%;
  line-height: 75%;
  margin: 0 0 0 5px;
}

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

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

.multi-tag-row .tags.nav-row.height-hidden {
  display: block;
  height: 0;
  overflow: hidden;
  border: none;
  padding: 0;
}


/* Main nav only */

#main-nav a.expanded,
#main-nav li.active > a,
#main-nav a:hover,
#main-nav .account-links a:hover {
  color: #d9d9d2;
}
.hiddenPC #main-nav a.expanded {
  color: #fff;
}

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

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

/* Store messages */
#store-messages {
  background: #FBF9F1;
}
#store-messages .message {
  position: relative;
  padding: 9px 0 13px;
}

#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: 12px;
  color: #4a4a42;
}

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

#store-messages .message .fluff {
  border-left: 1px solid #d9d9d2;
  width: 1px;
  position: absolute;
  left: 0;
  top: 16px;
  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;
}

/* Disabled filters */
.page-header .filters {
  float: left;
  
  font-size: 13px;
  margin: 9px 0 8px 0;
  display: none;
}

.page-header .social-area {
  float: left;
  
  font-size: 13px;
  margin: 5px 0 13px 0;
 
}

.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;
  white-space: nowrap;
  float: left;
}

.page-header .filters .sort select {
  text-transform: none;
  letter-spacing: 0;
}

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

.pagination {
  
  font-size: 13px;
}

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

/* Main footer */
#pagefooter {
  font-size: 12px;
  
}
#pagefooter.hiddenPC .mobile-logo {
  margin-top: 40px;
  margin-left: 30px;
}
#pagefooter.hiddenPC .social-icons {
  text-align: center;
}
#pagefooter.hiddenSP .footer-links-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 75px;
}
#pagefooter.hiddenSP .footer-links-container .nav-row {
  width: 60%;
}
#pagefooter.hiddenPC .footer-links {
  display: grid;
}
#pagefooter.hiddenPC .company-links {
  margin-top: 20px;
}
#pagefooter.hiddenPC .social-icons {
  margin-top: 20px;
}
#pagefooter.hiddenSP .footer-links-container .nav-row .multi-level-nav .tier-1 .footer-links {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#pagefooter.hiddenSP .tier-2 .about-us,
#pagefooter.hiddenSP .tier-2 .topics,
#pagefooter.hiddenSP .tier-2 .service {
  display: grid;
}
#pagefooter.hiddenSP .footer-buttons-container {
  display: flex;
}
#pagefooter.hiddenSP .copyright {
  display: flex;
  justify-content: space-between;
}
#pagefooter .image-links {
  padding: 4% 0 3% 0;
}

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

#pagefooter .image-links .image-link.block-1 {
  margin: 0% 0.8% 0% 1.8%;
}

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

#pagefooter .image-links .image-link.block-3 {
  margin: 0% 1.8% 0% 0.8%;
}

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

#pagefooter .nav-row {
  background: #333333;
}

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

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

#pagefooter .company-links a{
 margin-right: 10px;
 margin-left: 10px;
 font-size: 14px;
}
#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 .social-links ul {
margin-left:0em;
}

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

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

/* 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 {
  border: 1px solid #d9d9d2;
  background-color: #fefef3;
}

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

.signup-form input[type="email"] {
  border: none;
  text-align: center;
  font-size: 12px;
}

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

/* Social links */
.social-links li {
  list-style:none;
  display:inline;
}

.social-links a {
  display:inline-block;
  zoom:1;
  *display:inline;
  height: 0;
  text-indent: -999em;
  vertical-align: middle;
  
  width: 22px;
  padding-top: 22px;
  background: url('//jp.matchaeologist.com/cdn/shop/t/30/assets/social_spr_darkgrey.png?v=182632126923213744051756042437') 0 0 no-repeat;
  
}

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

.social-links .facebook a {}

.social-links .twitter a { background-position: -22px 0; }
.social-links .rss a { background-position: -44px 0; }
.social-links .pinterest a { background-position: -66px 0; }
.social-links .google a { background-position: -88px 0; }
.social-links .instagram a { background-position: -110px 0; }
.social-links .vimeo a { background-position: -132px 0; }
.social-links .youtube a { background-position: -154px 0; }
.social-links .flickr a { background-position: -176px 0; }
.social-links .tumblr a { background-position: -198px 0; }


.multi-tag-row .social {
  text-align: right;
}

.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 {

  position: relative;
}

@media only screen and (min-width : 768px) and (max-width : 950px) {
.product-block .block-inner {
/*   height: 245px; */
}
}

.product-block .image-cont {
  position: relative;
/*   max-height: 281px; */
  opacity: 0;
/*   padding-bottom: 55px; */
}

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

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

.product-block .image-cont .image-link {
  display: block;
  position: relative;
}

.product-block .productlabel {
  position: absolute;
  
  top: 50%;
  margin-top: -15px;
  
  left: 0;
  right: 0;
  text-align: center;
}

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

.productlabel.soldout > span {
  background: #f8f8e7;
}

.productlabel.general > span {
  background: #f8f8e7;
}

.product-block .hover-info {
/*   position: absolute; */
  color: inherit;
  
  
  bottom: -1px;
  left: 0;
  width: 100%;
  
}

.product-block .hover-info .bg {
  background: #fefef3;
  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-info > .inner {
  width: 100%;
  
  position: relative;
  z-index: 10;
}



.product-block .hover-info > .inner {
  min-height: 45px;
}

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


.product-block .hover-info > .inner > .innerer {
  
  
}

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

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

.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 .block-inner:after {
  top: 297px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #f8f7ed;
  border-width: 15px;
  left: 50%;
  margin: -9px 0 0 -15px;
}

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

.product-block.collection-block .productlabel {
  
}

.product-block.collection-block .productlabel > span {
  background: #fefef3;
  color: #4a4a42;
  -moz-transition: background-color 100ms;
  -webkit-transition: background-color 100ms;
  transition: background-color 100ms;
  
}

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

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

.product-block.collection-block .image-cont {
  padding-bottom: 0;
}

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

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

/* 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%;
/*  max-height: 415px; */
  height: auto;
  width: auto;
  vertical-align: top;
}

.product-detail .gallery .main-image {
  margin: 0 0 4px 0;
  text-align: center;
  border: 1px solid #F9F9E5;
}



@media only screen and (min-width: 601px) { 
.product-detail .gallery .thumbnails img {
  max-width: 77px;
  margin-bottom: 3px;
}
}

@media only screen and (max-width: 600px) {
.product-detail .gallery .thumbnails img {
    max-width: 23.8% !important;
    padding: .1% !important;
    margin: 0px !important;
    padding-bottom: 1.3% !important;
    letter-spacing: 0px !important;
}
}
  
}


.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: 13px;
  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: 20px 0;
}

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

.product-detail .product-form .input-row {
  margin: 18px 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: 34px;
  line-height: 34px;
  padding: 2px;
  border: 1px solid #d9d9d2;
  -webkit-appearance: menulist-button;
}

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

.collection-listing .product-detail {
  background: #f8f7ed;
  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 span,
.collection-listing .product-detail .gallery .thumbnails .active span {
  text-decoration: underline;
}

.collection-listing .product-detail,
.collection-listing .product-detail .title,
.collection-listing .product-detail .title 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: #686864;
}

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

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

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

.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('//jp.matchaeologist.com/cdn/shop/t/30/assets/close-bg-light.png?v=103511064460753741391756042437') center center no-repeat;
  text-indent: -999em;
  width: 40px;
  height: 40px;
  padding: 10px;
}

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


.collection-slider-1 {
  background: rgba(0,0,0,0);
}



.collection-slider-2 {
  background: rgba(0,0,0,0);
}



.collection-slider-3 {
  background: rgba(0,0,0,0);
}


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

.collection-slider .collection-listing .product-block {
  height: auto;
  padding: 10px 10px 20px;
  position: relative;
}

.collection-slider .collection-listing .product-block .block-inner {
  height: auto;
  position: static;
}

.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: 200px;
}

.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 .block-inner:after {
  top: auto;
  bottom: 0;
  z-index: 10;
}

/* Collection page specific */
.collection-listing {
  text-align: justify;
  line-height: 0;
  padding-top: 8px;
}

.collection-listing .product-block {
  display: inline-block;
  zoom: 1;
  *display: inline;
    
/*  
  height: 297px;
  
*/  
  width: 31%;
  padding: 0.9% 0.57%;
  vertical-align: top;
  line-height: 1.6em;
}

@media only screen and (max-width: 767px) {
.collection-listing .product-block {
   padding-top: 1% !important;
   padding-bottom: 0px !important;
}
}

.collection-listing .product-block .image-cont img {
/*
  max-height: 242px;
  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 #d9d9d2;
}

.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-slider .has-paging .prev,
.collection-slider .has-paging .next {
  font-size: 80%;
  margin: 0 30px;
  vertical-align: top;
}

.collection-slider.no-pages .prev,
.collection-slider.no-pages .next {
  display: none;
}

/* Collection page items */
.view-as {
  white-space: nowrap;
  display: inline-block;
}

.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: #4a4a42;
  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: #d9d9d2;
}

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

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

#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 #d9d9d2; */
}
.article-list .container.cf {
  position: relative;
}

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

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

.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: #4a4a42;
}

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

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

.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: 5px 0 5px;
}

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

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

/* Meta info */
.meta .iconmeta {
  padding-left: 25px;
  margin-right: 10px;
  line-height: 1.4em;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.meta .iconmeta:before {
  content: ' ';
  float: left;
  margin: 0 0 0 -25px;
  height: 20px;
  width: 20px;
  background: url('//jp.matchaeologist.com/cdn/shop/t/30/assets/meta_icons_grey.png?v=5583881457473386381756042437') no-repeat 0 0;
}

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

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

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

/* Cart */

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

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

#cartform .item {
  clear:both;
  list-style:none;
  position:relative;
  border-top: 1px solid #d9d9d2;
  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;
  height: 3em !important;
}

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

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

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

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

#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;
  margin-bottom: 5%;
}

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

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

#template textarea {
  width: 362px;
}

#template label {
  
  font-size: 85%;
}
.ie8 #template label {
  display: block;
}

#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;
  margin-bottom: 5%;
}

#admin_header {
  margin: 5% 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%;
  padding-bottom: 5%;
}

#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%;
  margin-bottom: 10%;
}

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

#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('//jp.matchaeologist.com/cdn/shop/t/30/assets/payment_spr_white.png?v=77835952015577029841756042437');
  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;
}

.payment-methods li.pay-bitcoin {
  background-position: -697px 0;
  width: 34px;
}

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 #d9d9d2;
  color: #81817c;
  background: #fefef3;
  -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;
}

/* quick hacks for Facebook button */
.fb_iframe_widget > span { vertical-align: baseline!important; }

.fb_iframe_widget iframe {
  max-width:none;
}

/* Overlays over slider and ad on homepage */
.slide .overlay-text {
  top: 0;
  width 100%;
  max-width: 1080px;
  margin: 0px auto;
  height: 100%;
  text-align: center;
  display: flex !important;
}

.slide .overlay-text.overlay-left {
  text-align: left;
}

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

.slide .overlay-text-border {
  border-top: 1px solid #E9EADE;
  border-bottom: 1px solid #D2D4C8;
  cursor: pointer;
}

.slide .overlay-text .inner {
  height: 100%;
  width: 70%;
}

.slide .overlay-text .inner-right {
  height: 100%;
  width: 30%;
}

.slide .overlay-text .text {
  font-size: 13px;
  line-height: 1px; /* set small so table doesn't get too large */
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}

.ie7 .slide .overlay-text .text {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
}

.slideshow {
  
  background: #fbf9f1;
  
}

.slideshow .overlay-text .button {
  background: ;
  border-color: ;
  color: #ffffff;
}

.slideshow .slide .overlay-text .text span {
  line-height: 1.5em;
  color: #ffffff;
  
  padding: 5px 10px;
  display: inline-block;
  zoom:1;
  *display:inline;
}

/* Full width ad only */
.full-width-image {
  overflow: hidden;
  position: relative;
  
  background: #fefef3;
  
  line-height: 0;
}

.full-width-image .img-cont {
  display: block;
  position: relative;
}

.full-width-image img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.full-width-image .overlay-text,
.full-width-image h1 span {
  color: #ffffff;
}

.slide.full-width-image .overlay-text .text {
  font-size: 13px;
}

.slide.full-width-image .overlay-text .text span {
  line-height: 1.2em;
  
  padding: 5px 10px;
  vertical-align: middle;
  display: inline-block;
  zoom:1;
  *display:inline;
}

.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 embed,
.content object {
  max-width: 100%;
  height: auto;
}

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

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

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

.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;
}
.hiddenPC .cart-count {
  margin-top: 10px;
}
/* Just-added-to-cart summary */
#cart-summary-overlay {
  position: fixed;
  z-index: 6000;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  background: #fefef3;
  border-bottom: 1px solid #d9d9d2;
  
  font-size: 90%;
}

#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;
}

.left-right {
  display: flex;
}



/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 5104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
  background-image: url(//jp.matchaeologist.com/cdn/shop/t/30/assets/fancybox.png?v=102536489345468328811756042437);
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 5101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 5102;
	border: 1px solid #eee;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 5101;
}

#fancybox-close {
	position: absolute;
	top: -40px;
	right: -40px;
	width: 40px;
	height: 40px;
	background: transparent url(//jp.matchaeologist.com/cdn/shop/t/30/assets/close-bg-dark.png?v=65168528858547573881756042437) no-repeat center center;
	cursor: pointer;
	z-index: 5103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url(//jp.matchaeologist.com/cdn/shop/t/30/assets/blank.gif?v=164826798765693215961756042437);
	z-index: 5102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 5102;
	display: block;
}

#fancybox-left-ico {
	background-image: url(//jp.matchaeologist.com/cdn/shop/t/30/assets/fancybox.png?v=102536489345468328811756042437);
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url(//jp.matchaeologist.com/cdn/shop/t/30/assets/fancybox.png?v=102536489345468328811756042437);
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 5001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-position: -40px -122px;
}

#fancybox-title {
	font-size: 12px;
	z-index: 5102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url(//jp.matchaeologist.com/cdn/shop/t/30/assets/fancy_title_over.png?v=765112910886227951756042437);
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
    background: #fff;
}

#fancybox-title-float-main {
	color: #999;
	line-height: 29px;
	padding: 0 0 3px 0;
    background: #fff;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
    background: #fff;
}


/*
* jQuery FlexSlider v1.8
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
*/

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
.flex-direction-nav {height:0;}
.flex-direction-nav li {list-style:none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider { width: 100%; margin: 0; padding: 0; overflow: hidden; }
.flexslider .slides > li {display: none; } /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {display: block; margin: 0 auto;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {position: relative; zoom: 1;}
.flexslider .slides {overflow:hidden; zoom: 1; margin: 0;}
.flexslider .slides > li {position: relative; overflow:hidden;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}

/* Caption style */
/* IE rgba() hack */
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {width: 96%; padding: 2%; margin: 0; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px;}

/* Control Nav */
.flex-control-nav {
  text-align:center;
  margin-top:10px;
}
.flex-control-nav li {
  display:inline;
}
.flexslider .flex-control-nav li a {
  text-indent:-9999em;
  width:20px;
  height:1px;
  background:#CCCCCC;
  border: none;
  margin:3px;
  display:inline-block;
  zoom:1;
  *display:inline;
  cursor:pointer;
  border-radius: none;
  -moz-transition: background-color 250ms linear;
  -webkit-transition: background-color 250ms linear;
  -o-transition: background-color 250ms linear;
  transition: background-color 250ms linear;
}
.flexslider .flex-control-nav {
  position: absolute;
  z-index: 5000;
  bottom: 0px;
  right: 5%;
}
.flexslider3 .flex-control-nav li a {
  text-indent:-9999em;
  width:20px;
  height:1px;
  background:#CCCCCC;
  border: none;
  margin:3px;
  display:inline-block;
  zoom:1;
  *display:inline;
  cursor:pointer;
  border-radius: none;
  -moz-transition: background-color 250ms linear;
  -webkit-transition: background-color 250ms linear;
  -o-transition: background-color 250ms linear;
  transition: background-color 250ms linear;
}
.flexslider3 .flex-direction-nav .flex-prev {
  font-size: 50px;
  color: #333333;
}
.flex-control-nav li a.flex-active {
  background:#707070;
}

.flexslider .flex-direction-nav a {
  background: transparent url('//jp.matchaeologist.com/cdn/shop/t/30/assets/flexslider-leftright.png?v=20076941193397015681756042437') left top no-repeat;
  width: 59px;
  height: 74px;
  top: 50%;
  margin-top: -37px;
  z-index: 3000;
  opacity: 0.9;
  filter: alpha(opacity=90);
  border: 0!important;
  -moz-transition: all 200ms;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}

.flexslider .flex-direction-nav a.flex-prev {
  left: 10px;
}

.flexslider .flex-direction-nav a.flex-next {
  right: 10px;
  background-position: 100% top;
}

.flexslider:hover .flex-direction-nav a.flex-prev:hover,
.flexslider:hover .flex-direction-nav a.flex-next:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.flexslider .slides > li { list-style: none; }



/* Responsive styles */

/* 
 * This media query is specifically for shunting logo onto its own line
 * before search/social icons overlap.
*/
@media only screen and (max-width: 959px) {
  /* Sit search/socials on different level to logo */
  #pageheader .logo {
    clear: both; /* avoid social icons interfering */
  }
  
  #pageheader .util-area {
    margin-left: 30px;
    margin-right: 30px;
    height: auto;
  }
  
  #pageheader .search-box,
  #pageheader .utils {
    position: static;
    float: right;
    margin: 0 0 10px;
    height: auto;
  }
  
  #pageheader .search-box {
    position: relative;
    top: 0;
    left: 0;
    float: left;
  }
}

/* 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: 3%;
    padding-right: 3%;
  }
  
  .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 .filters .tags {
    margin: 0 13px;
    float: none;
  }
  
  .page-header .filters .view-as {
    display: 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;
  }
  
  .flexslider .flex-direction-nav a {
    display: none;
  }
  
  .collection-slider .has-paging {
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
  }
  
  .collection-slider .has-paging .prev,
  .collection-slider .has-paging .next {
    position: absolute;
    left: 10px;
    top: 0px;
    margin: 0;
  }
  
  .collection-slider .has-paging .next {
    left: auto;
    right: 10px;
  }

  .collection-listing.product .product-list {
      padding: 0 20px;
  }

   .collection-listing.product .product-list  .product-block {
      width: 100%;
  }
   .collection-listing.product .product-list  .product-block .thumb_title{
      font-size: 12px;
    }
      
  .collection-listing .product-block {
    height: auto;
    width: 47%;
    min-width: 0;
  }
      
  
  .collection-slider .collection-listing .product-block {
    max-width: 98%;
    padding-left: 1%;
    padding-right: 1%;
  }
  
  .collection-listing .product-block .image-cont,
  .collection-slider .collection-listing .product-block .image-cont {
    height: auto;
    max-height: none;
    padding-bottom: 0;
  }
  
  .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;
  }
  
  .product-block .block-inner {
    height: auto;
  }
  
  .product-block .block-inner .image-cont img {
    max-height: none;
    margin-bottom: -6px !important;
  }
  
    /*TODO only if hover shows under */
  
  .product-block .hover-info {
    position: static;
    display: block;
  }
  .product-block .hover-info > .inner {
    min-height: 0;
  }
  
  
  .product-block .hover-info .title {
    min-height: 0;
  }
  
  #cartform .item .image {
    margin-left: 0;
    width: 75px;
  }
  
  #cartform .item .desc {
    margin-right: 50px;
  }
  
  #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: 0;
    top: 35px;
    padding: 10px;
  }
  
  #cartform .totals-area .checkout-col {
    float: none;
    max-width: none;
  }
}
.social-icons {
  fill: #fff;
}
.service {
  min-width: 224px;
}
#pagefooter {
  background-color: #333;
}
#pagefooter.hiddenSP {
  padding: 50px 5% 20px 5%;
}
#pagefooter .mobile-logo {
  margin: 0px;
  padding: 0px;
  width: 200px;
}
@media only screen and (max-width: 768px) {
  #pagefooter {
    background-color: #333;
  }
  #main-nav .social-icons {
    display: flex;
    justify-content: center;
  }
  #main-nav .social-icons svg{
    height: 20px;
    margin: 30px 10px;
  }
  #pagefooter .social-icons {
    margin-top: 20px;
  }

  /* Mobile header */
  .footer-links li {
    margin-left: 20px;
    border-top: 0.5px solid #5A5A5A;
    font-size: 20px;
  }
  .footer-links .service {
    border-bottom: 0.5px solid #5A5A5A;
  }
  .footer-links li li{
    margin-left: 0px;
    border-top: none;
    font-size: 12px;
  }
  .footer-links .has-children {
    display: flex;
    justify-content: space-between;
  }
  #main-nav a {
    padding: 20px;
  }
  #mobile-header {
    display: block;
  }
  
  .reveal-mobile-nav #mobile-nav-return {
    height: 100%;
    opacity: 1;
  }
  
  #pageheader .logo {
    padding: 10px 0 8px;
  }
  
  #pageheader .util-area .search-box {
    display: none;
  }
  
  #main-nav {
    position: fixed;
    text-align: left;
    background: #333333;
    color: #fff;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    margin-left: -100%;
    z-index: 8000;
    transition: margin-left 250ms;
  }
  
  .reveal-mobile-nav #main-nav {
    margin-left: 0;
  }
  
  .reveal-mobile-nav #main-nav .mobile-nav-toggle {
    color: #fff;
    opacity: 1;
  }
  
  #main-nav .mobile-features {
    display: block;
    border-bottom: 1px solid #b0b0a9;
  }
  
  #main-nav .multi-level-nav {
    overflow: auto;
    max-height: 100%;
    box-sizing: border-box;
  }
  
  #main-nav.nav-row ul {
    width: 100%;
  }
  
  #main-nav.nav-row ul li {
    display: block;
    padding: 0;
  }
  
  #main-nav.nav-row .mobile-expanded > ul {
    display: block;
  }
  
  #main-nav.nav-row .multi-level-nav > div > ul { display: none; }
  #main-nav.nav-row .multi-level-nav > div.tier-1 > ul { display: block; }
  
  #main-nav .multi-level-nav ul ul {
    padding-bottom: 0;
    display: none;
  }

  #main-nav.nav-row ul li a.has-children:after {
    content: '+';
    margin-left: 5px;
    width: 10px;
  }
  
  #main-nav.nav-row ul li.mobile-expanded > a.has-children:after {
    content: '-';
  }
  
  #main-nav.nav-row ul li a.has-children .exp {
    display: none;
  }
  
  #main-nav.nav-row a.listing-title {
    font-weight: normal;
  }

  #main-nav.nav-row ul ul ul li { margin-left: 10px; }
  
  #main-nav a.expanded { color: #81817c; }
  #main-nav a:hover { color: #d9d9d2; }
  
  #main-nav .account-links a {
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
  }
  
  #pageheader .util-area {
    text-align: center;
    position: static;
  }
  
  #pageheader .utils {
    float: none;
    display: block;
    margin: 5px 0;
  }
  
  #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%;
  }
  
  #pageheader .utils .social-links {
    display: block;
    margin: 0;
    text-align: center;
  }
  
  #pageheader .utils .cart-summary {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 15px;
    line-height: 32px;
  }
  
  #pageheader .utils .cart-summary .switcher .switcher-drop,
  #pageheader .util-area .signup-form-cont {
    position: relative;
    -webkit-animation: none;
    animation: none;
  }
  
  #pageheader .utils .cart-summary .switcher .switcher-drop .inner {
    white-space: normal;
  }
  
  #pageheader .utils .cart-summary .switcher .switcher-drop .inner:before {
    top: 0;
    left: 50%;
  }
  
  #pageheader .utils .cart-summary .switcher .switcher-drop .inner:after {
    top: 1px;
    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;
  }
  .copyright {
    text-align: center;
  }
}

@media only screen and (max-width: 480px) {
}

@media only screen and (max-width: 360px) {
  .signup-form label {
    display: none;
  }
  #cartform .item .image {
    margin-left: 0;
    width: 50px;
  }
}


/* 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) {
  
  
  .social-links a {
    background-image:url('//jp.matchaeologist.com/cdn/shop/t/30/assets/social_spr_darkgrey_2x.png?v=28918070341378062831756042437');
    -moz-background-size:243px 22px;
    -ie-background-size:243px 22px;
    -o-background-size:243px 22px;
    -webkit-background-size:243px 22px;
    background-size:243px 22px;
  }
  
  
  #pageheader .search-box .search-form i {
    background-image:url('//jp.matchaeologist.com/cdn/shop/t/30/assets/social_spr_darkgrey_2x.png?v=28918070341378062831756042437');
    -moz-background-size:243px 22px;
    -ie-background-size:243px 22px;
    -o-background-size:243px 22px;
    -webkit-background-size:243px 22px;
    background-size:243px 22px;
  }
  
  .payment-methods li {
    background:url('//jp.matchaeologist.com/cdn/shop/t/30/assets/payment_spr_white_2x.png?v=156589182867009667001756042437');
    -moz-background-size:731px 32px;
    -ie-background-size:731px 32px;
    -o-background-size:731px 32px;
    -webkit-background-size:731px 32px;
    background-size:731px 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       |   *************/
/*************    ---                   ---                   ---   *************/



/* High-Res Logo - Set an innocuous CSS setting for DPI detection */
@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) {
#pageheader .logo img {
min-height: 1px;
width: 175px;
}
}

/* Adjusting Navigation Bar Thickness */
#main-nav 
{
line-height: 0.7em;
} 


/* Reducing Space before collections area */
.template-index .collection-slider-row { padding-top: 10px; }


/* Hide product counts */
.product-block.collection-block .productlabel .count { 
display: none; 
}
/* .collection-listing_background.index-collection-list.pagewidth .product-block:nth-child(15) {
  display: flex;
} */

/* Reduce size of related products' image */
#related-products .collection-listing .product-block,
#related-products .product-block .block-inner {
height: 255px;
}
#related-products .product-block .image-cont,
#related-products .product-block .image-cont img {
max-height: 200px;
}
#related-products .product-block.expanded .image-cont:after {
top: 200px;
}


/* FOOTER - INSTAGRAM FEED */

[class*="block-grid-"]{display:block;padding:0;margin:0 -0.625rem}[class*="block-grid-"]:before,[class*="block-grid-"]:after{content:" ";display:table}[class*="block-grid-"]:after{clear:both}[class*="block-grid-"]>li{display:block;float:left;height:auto;padding:0 0.625rem 1.25rem}@media only screen{.small-block-grid-1>li{list-style:none;width:100%}.small-block-grid-1>li:nth-of-type(1n){clear:none}.small-block-grid-1>li:nth-of-type(1n+1){clear:both}.small-block-grid-2>li{list-style:none;width:50%}.small-block-grid-2>li:nth-of-type(1n){clear:none}.small-block-grid-2>li:nth-of-type(2n+1){clear:both}.small-block-grid-3>li{list-style:none;width:33.33333%}.small-block-grid-3>li:nth-of-type(1n){clear:none}.small-block-grid-3>li:nth-of-type(3n+1){clear:both}.small-block-grid-4>li{list-style:none;width:25%}.small-block-grid-4>li:nth-of-type(1n){clear:none}.small-block-grid-4>li:nth-of-type(4n+1){clear:both}.small-block-grid-5>li{list-style:none;width:20%}.small-block-grid-5>li:nth-of-type(1n){clear:none}.small-block-grid-5>li:nth-of-type(5n+1){clear:both}.small-block-grid-6>li{list-style:none;width:16.66667%}.small-block-grid-6>li:nth-of-type(1n){clear:none}.small-block-grid-6>li:nth-of-type(6n+1){clear:both}.small-block-grid-7>li{list-style:none;width:14.28571%}.small-block-grid-7>li:nth-of-type(1n){clear:none}.small-block-grid-7>li:nth-of-type(7n+1){clear:both}.small-block-grid-8>li{list-style:none;width:12.5%}.small-block-grid-8>li:nth-of-type(1n){clear:none}.small-block-grid-8>li:nth-of-type(8n+1){clear:both}.small-block-grid-9>li{list-style:none;width:11.11111%}.small-block-grid-9>li:nth-of-type(1n){clear:none}.small-block-grid-9>li:nth-of-type(9n+1){clear:both}.small-block-grid-10>li{list-style:none;width:10%}.small-block-grid-10>li:nth-of-type(1n){clear:none}.small-block-grid-10>li:nth-of-type(10n+1){clear:both}.small-block-grid-11>li{list-style:none;width:9.09091%}.small-block-grid-11>li:nth-of-type(1n){clear:none}.small-block-grid-11>li:nth-of-type(11n+1){clear:both}.small-block-grid-12>li{list-style:none;width:8.33333%}.small-block-grid-12>li:nth-of-type(1n){clear:none}.small-block-grid-12>li:nth-of-type(12n+1){clear:both}}@media only screen and (min-width: 40.0625em){.medium-block-grid-1>li{list-style:none;width:100%}.medium-block-grid-1>li:nth-of-type(1n){clear:none}.medium-block-grid-1>li:nth-of-type(1n+1){clear:both}.medium-block-grid-2>li{list-style:none;width:50%}.medium-block-grid-2>li:nth-of-type(1n){clear:none}.medium-block-grid-2>li:nth-of-type(2n+1){clear:both}.medium-block-grid-3>li{list-style:none;width:33.33333%}.medium-block-grid-3>li:nth-of-type(1n){clear:none}.medium-block-grid-3>li:nth-of-type(3n+1){clear:both}.medium-block-grid-4>li{list-style:none;width:25%}.medium-block-grid-4>li:nth-of-type(1n){clear:none}.medium-block-grid-4>li:nth-of-type(4n+1){clear:both}.medium-block-grid-5>li{list-style:none;width:20%}.medium-block-grid-5>li:nth-of-type(1n){clear:none}.medium-block-grid-5>li:nth-of-type(5n+1){clear:both}.medium-block-grid-6>li{list-style:none;width:16.66667%}.medium-block-grid-6>li:nth-of-type(1n){clear:none}.medium-block-grid-6>li:nth-of-type(6n+1){clear:both}.medium-block-grid-7>li{list-style:none;width:14.28571%}.medium-block-grid-7>li:nth-of-type(1n){clear:none}.medium-block-grid-7>li:nth-of-type(7n+1){clear:both}.medium-block-grid-8>li{list-style:none;width:12.5%}.medium-block-grid-8>li:nth-of-type(1n){clear:none}.medium-block-grid-8>li:nth-of-type(8n+1){clear:both}.medium-block-grid-9>li{list-style:none;width:11.11111%}.medium-block-grid-9>li:nth-of-type(1n){clear:none}.medium-block-grid-9>li:nth-of-type(9n+1){clear:both}.medium-block-grid-10>li{list-style:none;width:10%}.medium-block-grid-10>li:nth-of-type(1n){clear:none}.medium-block-grid-10>li:nth-of-type(10n+1){clear:both}.medium-block-grid-11>li{list-style:none;width:9.09091%}.medium-block-grid-11>li:nth-of-type(1n){clear:none}.medium-block-grid-11>li:nth-of-type(11n+1){clear:both}.medium-block-grid-12>li{list-style:none;width:8.33333%}.medium-block-grid-12>li:nth-of-type(1n){clear:none}.medium-block-grid-12>li:nth-of-type(12n+1){clear:both}}@media only screen and (min-width: 64.0625em){.large-block-grid-1>li{list-style:none;width:100%}.large-block-grid-1>li:nth-of-type(1n){clear:none}.large-block-grid-1>li:nth-of-type(1n+1){clear:both}.large-block-grid-2>li{list-style:none;width:50%}.large-block-grid-2>li:nth-of-type(1n){clear:none}.large-block-grid-2>li:nth-of-type(2n+1){clear:both}.large-block-grid-3>li{list-style:none;width:33.33333%}.large-block-grid-3>li:nth-of-type(1n){clear:none}.large-block-grid-3>li:nth-of-type(3n+1){clear:both}.large-block-grid-4>li{list-style:none;width:25%}.large-block-grid-4>li:nth-of-type(1n){clear:none}.large-block-grid-4>li:nth-of-type(4n+1){clear:both}.large-block-grid-5>li{list-style:none;width:20%}.large-block-grid-5>li:nth-of-type(1n){clear:none}.large-block-grid-5>li:nth-of-type(5n+1){clear:both}.large-block-grid-6>li{list-style:none;width:16.66667%}.large-block-grid-6>li:nth-of-type(1n){clear:none}.large-block-grid-6>li:nth-of-type(6n+1){clear:both}.large-block-grid-7>li{list-style:none;width:14.28571%}.large-block-grid-7>li:nth-of-type(1n){clear:none}.large-block-grid-7>li:nth-of-type(7n+1){clear:both}.large-block-grid-8>li{list-style:none;width:12.5%}.large-block-grid-8>li:nth-of-type(1n){clear:none}.large-block-grid-8>li:nth-of-type(8n+1){clear:both}.large-block-grid-9>li{list-style:none;width:11.11111%}.large-block-grid-9>li:nth-of-type(1n){clear:none}.large-block-grid-9>li:nth-of-type(9n+1){clear:both}.large-block-grid-10>li{list-style:none;width:10%}.large-block-grid-10>li:nth-of-type(1n){clear:none}.large-block-grid-10>li:nth-of-type(10n+1){clear:both}.large-block-grid-11>li{list-style:none;width:9.09091%}.large-block-grid-11>li:nth-of-type(1n){clear:none}.large-block-grid-11>li:nth-of-type(11n+1){clear:both}.large-block-grid-12>li{list-style:none;width:8.33333%}.large-block-grid-12>li:nth-of-type(1n){clear:none}.large-block-grid-12>li:nth-of-type(12n+1){clear:both}}

#footer-instafeed {
	margin-top: 15px;
}

#footer-instafeed [class*="block-grid-"] > li {
	padding: 0;
}
	
#footer-instafeed [class*="block-grid-"] {
	margin: 0rem;
}

#footer-instafeed a:hover{opacity:.8 !important}

#footer-instafeed:hover a{opacity:1}




/* Footer Image Fading on Hover */
#pagefooter a:hover{opacity:.90}


/* Shopify Reviews - Adjusting Font Size  */
h2.spr-header-title { font-size: 16px}
h3.spr-review-header-title { font-size: 14px}
.spr-review-header-byline { font-size: 12px}
.spr-review-header-byline{font-size:12px !important}
.spr-review-content-body{font-size:12px !important}


#shopify-product-reviews {
    display: inline-flex !important;
    width: 100%;
}

.spr-container {
    width: 100% !important;
}

#main-product-detail .thumbnails {
  margin-bottom: 10px;
}


/* Buttons Override  */
a.button, 
  button,
  input[type="submit"],
  input[type="reset"],
  input[type="button"], 
  .action_button, 
  a.action_button, 
  input.action_button[type="submit"], 
  input.action_button[type="button"],
  .button.altcolour,
  button.altcolour,
  input[type="submit"].altcolour,
  input[type="reset"].altcolour,
  input[type="button"].altcolour {
    background: #fefff5;
    color: #686864;
    letter-spacing: 2px;
    border: solid #686864 1px;
    padding: 10px 15px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: all 200ms ease 0s;
    -moz-transition: all 200ms ease 0s;
    -ms-transition: all 200ms ease 0s;
    -o-transition: all 200ms ease 0s;
    transition: all 200ms ease 0s;
    -webkit-appearance: none;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  a.button:hover, 
  button:hover,
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  input[type="button"]:hover,
  .action_button:hover, 
  input.action_button[type="submit"]:hover, 
  input.action_button[type="button"]:hover {
    background: #fafaf2;
    color: rgba(0, 0, 0, 1);
    opacity:0.6;
    -webkit-transition: all 200ms ease 0s;
    -moz-transition: all 200ms ease 0s;
    -ms-transition: all 200ms ease 0s;
    -o-transition: all 200ms ease 0s;
    transition: all 200ms ease 0s;
  }

  a.button:active, 
    button:active,
    input[type="submit"]:active,
    input[type="reset"]:active,
    input[type="button"]:active,
    .action_button:active, 
    input.action_button[type="submit"]:active, 
    input.action_button[type="button"]:active {
      -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
      -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
      box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  }

/* Compact Buttons Remain the Same  */
.button.compact,
button.compact,
input[type="submit"].compact,
input[type="reset"].compact,
input[type="button"].compact {
  background: #FAFBEE;
  border-color: #F6F7F1;
  border-radius: 0px;
  padding: 10px;
  margin: 0px;
  height: 38px;
}

/* Search Bar Enter Icon (extending down a bit) */

#pageheader .search-box .search-form input[type="submit"] {
  height: 30px;
  }

/* Cart Summary Overlay */
#cart-summary-overlay {
  background: #fefef3;
  padding: 10px;
  }


/* Double-Line Product Name */
.product-name{font-size:22px; border-top:2px solid #4a4a42;color:#333;font-size:12px;font-weight:bold;min-height:15px;padding-top:9px;padding-bottom:5px;}

.darkline{border-bottom:1px solid #4a4a42;height:1px;margin-bottom:20px;padding-bottom:0px;}

.product-detail .detail .title {margin-bottom: 5px;}


.product-detail .detail .price {
    display: inline-block;
}

.spr-badge {
    display: inline-block;
    float: right;
    margin: 0.3em 0em;
}


/* Product Description User Content Custom Fonts */
.user-content h5 {
    line-height: 1.5em !important;
    letter-spacing: 0.5px;
    color: #686864;
    font-family: 'Marcellus', serif;
    font-size: 13px;
    margin-top: 2px;
    border-bottom: 1px solid #686864;
    padding-bottom: 0.5em;
    margin-bottom: 0.7em;
}

.user-content h6 {
    line-height: 1.5em;
    letter-spacing: 0.1px !important;
    word-spacing: 0.2px !important;
    font-size: 11.4px;
    font-family: 'Marcellus', serif;
    margin-top: 0.7em !important;
    color: #686864;
}

#tabs > div {
    padding: 12px !important;
}


/* Cart Quantity Customization*/

/* Clear Default Margins*/
.product-detail .product-form .input-row {
    margin: 0px;
    width: 100%;
    margin-right: 5px;
}

/* Removing Borders*/
table.productqtytype td {
    padding: 0px;
    border-bottom: 0px;
    border-top: 0px;
    vertical-align: bottom;
}

/* Input Quantity Box - Style */
.product-detail .product-form .input-row input[type="number"] {
    height: 34px;
    line-height: 34px;
    vertical-align: middle;
    margin-right: 5px;
    padding: 0px 10px !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    appearance: none !important;
    max-width: 50px;
}

/* Input Quantity Box - Box Area */
.product-detail input, 
.product-detail textarea {
    border-radius: 5px;
}

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

.product-detail .product-form .input-row label {
  float: left;
  width: 60px;
  margin-bottom: 5px;
  margin-top: 0px;
}

/* Misc Styling - Remove default margin */
table.productqtytype {
    margin-bottom: 0px;
}


/******************************* 
/* Type Selection Box */

/* Appearance for 'Select' */
.select-wrapper select {  
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  appearance: none !important;
  border: 0px !important;
  color: #686864
  background-opacity: 0%;
  border-radius: 5px;
    line-height: normal;
    vertical-align: middle;
  padding: 0px !important;
  padding-left: 10px !important;

  /*IOS*/
}
  
  
}
.select-wrapper select::-ms-expand {
  display: none;
  /*IE10*/
}

/* Type Selection Box - Appearance for div wrapper - "select-wrapper" including FF trick */
.select-wrapper {
  display: inline-block;
  position: relative;
  border: 1px solid #d9d9d2;
  border-radius: 5px;
  margin-right: 5px;
}
.select-wrapper:after {
  content: '';
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  pointer-events: none;
  background-position: left center;
}
.select-wrapper:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
  pointer-events: none;
  text-align: center;
  z-index: 2;
}

/* Type Selection Box - Misc Appearance + Arrow down */

.select--white:after, .select--white select {
  color: #686864;
  background: #fefff5;
    -webkit-transition: all 200ms ease 0s;
    -moz-transition: all 200ms ease 0s;
    -ms-transition: all 200ms ease 0s;
    -o-transition: all 200ms ease 0s;
    transition: all 200ms ease 0s;
}
.select--white:after {
  width: 35px;
  border: 0px solid #000;
  border-radius: 5px;
}
.select--white:before {
  color: #686864;
  right: 12px;
  content: '▾';
}
.select--white:hover:after, .select--white:hover select {
  cursor: pointer;
  background: #fafaf2;
  opacity:0.6;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  -ms-transition: all 200ms ease 0s;
  -o-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
}
.select--white select {
  padding-right: 35px;
  border: 0px solid #4a4a42;
  border-radius: 5px;
  color: #686864;
}


/* Header - Search Box */
#pageheader .search-box .search-form input[type="text"] {
  padding: 12px 10px 8px 26px !important;
  border-radius: 5px;
  }

#pageheader .search-box .search-form {
  border-radius: 5px;
}

/* Currency Switcher Button */
#pageheader .utils .cart-summary .switcher .selected-currency {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-color: #d9d9d2;
    background-color: #fafaf2;
}

/* Currency Switcher Dropdown */
#pageheader .utils .cart-summary .switcher .switcher-drop .inner {
    margin-top: 1.3em;
    line-height: 1em;
    padding: 8px 20px 6px;
    border: 1px solid #d9d9d2;
    background: #fefff9;
    color: #81817c;
    white-space: nowrap;
    border-radius: 5px;
}

/* Currency Switcher Select Box */
.select-currency select {  
 background: transparent;
   -webkit-appearance: none;
   border: none !important;
  /*IOS*/
}

.select-currency {
  display: inline-block;
  position: relative;
  border-radius: 5px;
  margin-left: 5px;
  padding: 3px 5px;
  border: 1px solid #b0b0a9;
  cursor: pointer;
}

/* Mobile header - Fading Social Icons */
@media only screen and (max-width: 600px) {
#pageheader .utils .social-links { 
    margin-left: 20%;
    margin-right: 20%;
    width: 60%;
    opacity: 0.4;
    border-top: 1px solid #CED0C2;
    margin-top: 10px;
 }
  
#pageheader .logo {
    padding-top: 20px;
    padding-bottom: 0px;
 }

#pageheader .utils {
    margin: 0px !important;
 }
  
}


/* Disabled Button (sold out) on Hover */
.button.disabled:hover,
a.button.disabled:hover,
button[disabled]:hover,
input[type="submit"][disabled]:hover,
input[type="reset"][disabled]:hover,
input[type="button"][disabled]:hover {
  background: rgba(0,0,0,0) !important;
}


/* Slideshows */

.slideshow_container { 
    width: 100%; 
    overflow: hidden; 
}



/* Slideshows Cropping 'sides' for Tablet & Mobile */
@media only screen and (min-width : 601px) and (max-width : 959px) {
.slideshow_container img { 
    max-width: 150%;
    height: auto;
    position: relative;
    left: -25%;
}
}
@media only screen and (max-width: 600px) {
.slideshow_container img {
    max-width: 120%;
    height: auto;
    position: relative;
    left: -10%;
}
}
  
  
/* Overlay Text */
.slide .overlay-text .text {
  margin: 0;
  display: inline-flex;
  vertical-align: bottom;      
  width: 100%;
  padding-left: 14% !important;
  padding-top: 7px; !important;
  padding-bottom: 0%; !important;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 12px;
  line-height: 1em;
} 

.slideshow .slide .overlay-text .text span {
  color: #81817c !important;
}

.slide .overlay-text .inner-right .text {
  float: right !important;
  width: auto !important;
  padding-right: 40% !important;
  padding-left: 0% !important;
}


/* Overrule on Overlays over slider and ad on homepage */
.slide .overlay-text {
  left: 0% !important;
  width: 100% !important;
}



/*/* Disable Overlay Caption > New Line */
.slide .overlay-text .text {  
 position: relative !important;  
 }
.slide .overlay-text {
 position: relative !important;
}


/* Increasing Overlay Font on Tablet */
@media only screen and (min-width : 601px) and (max-width : 959px) {
.slide .overlay-text .text {
  font-size: 20px !important;
  padding-left: 9% !important;
  margin-bottom: 0em !important;
}
  
.slide .overlay-text .inner-right .text {
  padding-right: 22% !important;
}
}

/*/* Increasing Overlay Font on Mobile */
@media only screen and (max-width: 600px) {
.slide .overlay-text .text {
  font-size: 38px;
  margin-bottom: 0em !important;
  padding-left: 5% !important;
}
  
.slide .overlay-text .inner-right .text {
  padding-right: 9% !important;
}

.slide .overlay-text {
  left: 0% !important;
  top: 26%; !important;
  width: 100% !important;
}
}


h6, h6.h6-style {
    font-size: 86%;
    color: #9f9f9b;
    font-family: 'Marcellus', serif;
    letter-spacing: 0.5px !important;  
    margin-top: 1px !important;
    margin-bottom: 0.5em !important;
    letter-spacing: 0.6px !important;
    word-spacing: -0.7px !important;
}


/* Collection Page Customisation */
@media only screen and (min-width : 959px) {
.col-main, .filters, .product-detail, .container_info {
    padding-left: 10%;
    padding-right: 10%;
}
}

@media only screen and (min-width : 850px) and (max-width : 950px) {
.page-header_info {
    width: 850px !important;
}

.footer_background_info {
    width: 850px !important;
} 


}

@media only screen and (max-width : 849px) {
.page-header_info {
    width: 100% !important;
}
  
  
.footer_background_info {
    width: 100% !important;
}
}


.container_info {
    background-color: #F3F2E7;
    padding: 0.3% 0% 0% 0% !important;
}

.page-header_info {
/* Disabled Collection Description */
    display: none;
    background-color: #fefef3;
    width: 950px;
    margin: auto;
    border: 1px #d9d9d2;
}
  

.title-line {
    border-top: 2px solid #000000;
    margin-top: 24px;
}

.collection-header-info {
    display: inline-flex;
    margin-bottom: 3%;
}

.col-main_info {
padding: 0% 3.5%;
}

@media only screen and (min-width : 768px) and (max-width : 959px) {
.col-main_info {
padding: 0% 7%;
}
}

@media only screen and (max-width : 767px) {
.col-main_info {
padding: 0% 5%;
}
}

.category-title {
    float: left;
    height: 28px;
    font-size: 18px;
    font-weight: bold;
    padding: 11px 3% 11px 0;
    text-decoration: none;
    width: 27.5%;
    text-align: left;
}


h1.majortitle_collection {
    font-size: 24px !important;
    font-family: 'Marcellus', serif;
    margin: 0px !important;
    line-height: 27px;
    letter-spacing: 0px !important;
    color: #000000;
    padding-top: 1px;
}


.category-description {
    margin: 2px 0px;
    padding-top: 1.2em !important;
    float: left;
    width: 69.5%;
    color: #81817c;
    word-spacing: 1px;
    font-size: 11px;
    color: #5F5F5C;
    font-family: 'Marcellus', serif;
    line-height: 1.5em;
}

div.category-description p {
    background-image: url(https://cdn.shopify.com/s/files/1/0714/5621/files/bg_light.png?14129510679135722721) !important;
    background-position: 0px 12px;
}

@media only screen and (max-width : 600px) {
.category-title, .category-description {
  width: 100%;
  padding: 0px !important;
  display: block;
}

.category-title {
  padding-top: 5px !important;
}
  
h1.majortitle_collection {
  font-size: 18px !important;
  margin: 0px !important;
}

.page-header .user-content {
    text-align: left;
}
  
.collection-header-info {
    display: inline-block;
}

.container_info {
    background: transparent;
}
}

   /* Collection Page Customisation - Background Layout */
.collection-listing_background {
  background-color: #F3F2E7;
  padding-bottom: 15px;
}
.pagewidth .collection-listing_info {
  margin: auto;
  background-color: #fefef3;
  padding-bottom: 2.5%;
}
.collection-listing_info {
  width: 100%;
  max-width: 950px;
  margin: auto;
  background-color: #fefef3;
  padding-bottom: 2.5%;
}
.user-content_info {
  letter-spacing: 0.5px;
}

.nobotmargin {
margin-bottom: 0px !important
}

.page-header {
  padding: 13px 0 0px;
}


.list-title {
      border-bottom: 1px solid #CED0C2;
}

  /* Product Thumbnail Spacing */
@media only screen and (min-width : 768px) {
.collection-listing .product-block {
/*   margin: 0px 0px 30px 0px !important; */
}
}

@media only screen and (min-width : 950px) {
.collection-listing .product-block {
  margin: 0px 0px 3px 0px !important;
}
}

  /* Product Block */

.product-block .hover-info > .inner > .innerer {
    text-align: left;
}

@media only screen and (max-width : 767px) {
.product-block .hover-info > .inner > .innerer {
    zoom: 1.3;
    margin-bottom: 5%;
}
}
 

.product-block .image-cont {
/*     padding-bottom: 57px; */
}

@media only screen and (max-width : 950px) {
.product-block .image-cont {
/*     padding-bottom: 57px; */
}
}



.thumb_title {
    color: #686864;
    letter-spacing: 0.5px;
    font-family: 'Marcellus', serif;
    font-size: 13px;
    margin-bottom: 1px !important;
    border-top: 1.5px solid #686864;
    padding-top: 5px;
    padding-left: 2px;
}

.thumb_subtitle {
    font-size: 12px;
    color: rgb(159, 159, 155);
    font-family: 'Marcellus', serif;
    letter-spacing: 0.3px;
    word-spacing: -0.7px;
    line-height: 1em;
    border-bottom: 1px solid #d9d9d2;
    padding-bottom: 6px;
    margin-bottom: 3px;
    padding-left: 2px;
}

@media only screen and (max-width : 768px) {
  .thumb_title {
    font-size: 12.5px;
    padding-top: 8px;
    overflow-wrap: break-word;
  }
  .thumb_subtitle {
    margin: 3px 0px;
    font-size: 12px;
    line-height: 1.4;
  }
}



.product-block .hover-info .price {
    margin: 0 2px;
    color: #A2A297;
}


/* Star Reply Shade */
.spr-review-reply {
   background: rgba(243, 242, 231, 0.58) !important;
}


/* Disable 'See All' and prev/next arrows */
.view-all > * {
   display:none;
}


/* Info Template */

.background_info {
    background-color: #F2F3E7;
    padding: 0.3% 0%;
}

.page_info {
    background-color: #fefef3;
    padding: 18px 0% 1.6% 0%;
    border: 1px #d9d9d2;
}

@media only screen and (min-width : 768px) and (max-width : 959px) {
.page_info {
    width: 768px;
    margin: auto;
}
}

@media only screen and (min-width: 959px) {
.page_info {
    width: 950px;
    margin: auto;
}
}

@media only screen and (max-width: 767px) {
.page_info {
    padding: 2% 0% 2% 0%;  
}
}



.page_info_wide {
    background-color: #fefef3;
    padding: 18px 0% 1.6% 0%;
    border: 1px #d9d9d2;
}

@media only screen and (min-width : 850px) and (max-width : 950px) {
.page_info_wide {
    width: 850px !important;
    margin: auto;
}
}
.absoluteBlogDescription span {
  font-size: 12px;
}
@media only screen and (min-width: 950px) {
.page_info_wide {
    width: 950px !important;
    margin: auto;
}
}

@media only screen and (min-width: 768px) {
.container {
    padding-left: 3.3%;
    padding-right: 3.3%;
}
}


.article_left {
    float: left;
    width: 65.8%;
    font: 11px/1.35 "Arial","Helvetica","sans-serif";
    color: #444;
}

.article_left_blog {
    float: left;
    border-top: solid 2px #000;
    width: 74.5%;
    color: #444;
}  

.article_right {
    float: right;
    margin-left: 2.5%;
    width: 31.7%;
    padding-top: 41px;
    color: #000;
}

.article_right_blog {
    float: right;
    margin-left: 2.5%;
    border-top: solid 2px #000;
    width: 23%;
    padding-top: 41px;
    color: #000;
}

.article_title {
    height: 28px;
    font-size: 18px;
    font-weight: bold;
    padding: 8px 0 9px;
    text-decoration: none;
}

h1.infotitle {
    font-size: 20px !important;
    font-weight: bold !important;
    font-family: 'Marcellus', serif;
    margin: 0px !important;
    line-height: 27px;
    letter-spacing: 0px !important;
    color: #000000;
}

.article_img {
    clear: both;
}

.article_img img {
    border: 0;
    vertical-align: top;
}


div.article_right p, div.article_right_blog p {
    /* background-image: url(https://cdn.shopify.com/s/files/1/0714/5621/files/bg_light.png?14129510679135722721) !important; */
}

.article_right p, .article_right span, .article_right_blog p {
    line-height: 16px !important;
    padding: 3px 0 0;
    margin-top: -5px;
    margin-bottom: 0.2em !important;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.35;
    font-family: 'Noto Serif JP', serif;
    color: #444;
    letter-spacing: 0px !important;
}
  /* Info Template - Input Area */
#template_info input {
  width: 100% !important;
  padding: 11px 5px !important;
}

#template_info .large_form label {
    padding: 0 5px !important;
}

.jsforms #template_info .large_form {
    display: flex !important;
}

.above_form {
  margin-top: 0.5%;
  margin-bottom: 3%;
}

#template_info .action_bottom {
    margin-top: 3% !important;
}

  /* Info Template - Mobile Spanning 100% */
@media only screen and (max-width: 767px) {
.article_left, .article_left_blog {
    display: block;
    width: 100%;
}
  
.article_right, .article_right_blog {
    display: block;
    width: 100%;
    padding-top: 25px;
 
}
  
.article_left_content {
    display: block;
    width: 100%;
    border: none !important;
}

#template textarea {
    width: 100% !important;
}
  
}


/* Store Message */
#store-messages .message .title {
  font-family: 'Marcellus', serif;
    line-height: 1.1em !important;
    font-size: 14px !important;
    margin-top: 6px !important;
    letter-spacing: 1px !important;
    color: #81817c !important;
}

#store-messages .message .tagline {
  font-family: 'Marcellus', serif;
    font-size: 14px !important;
    letter-spacing: .8px !important;
    line-height: 1 !important;
    color: #ADADA6 !important;
}


/* Disable RSS */
.rsslink {
  display: none !important
}

/* Register Page Customisation */
.marginbottom {
  margin-bottom: 3%;
}


#create-customer input[type="submit"], #customer_login input[type="submit"] {
  width: 100%;
  max-width: 392px !important;
}

@media only screen and (max-width: 959px) {
#create-customer input[type="submit"], #customer_login input[type="submit"] {
  max-width: 332px !important;
}
}


/* Blog Posts */


.container_filter {
  max-width 950px;
  width: 100%;
  background-color: #F3F2E7;
}

.article_left_template {
  width: 69.5%
}

.article_right_template {
  width: 28%; margin-left: 2.5%
}

@media only screen and (max-width: 767px) {
.article_right_template_padtop {
    padding-top: 15px;
}
}



/* Unavailable Products */
.product-form .unavail-message {
    font-size: 120%;
    font-style: italic;
}


/* Embedded Vimeo Videos */
.flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
    position: absolute !important;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
}
  
.flex-video.vimeo {
    padding-top: 0;
}

.flex-video.widescreen {
    padding-bottom: 48%;
}

.flex-video {
    height: 0;
    overflow: hidden;
    padding-bottom: 67.5%;
    padding-top: 1.5625rem;
    position: relative;
}
  
@media only screen and (min-width: 64.0625em) {
.column.large-centered:last-child, .columns.large-centered:last-child {
    float: none;
}
}  

@media only screen and (min-width: 64.0625em) {
.column.large-centered, .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
}
}

@media only screen and (min-width: 64.0625em) {
.large-10 {
    width: 83.33333%;
}
}


@media only screen and (min-width: 40.0625em) {
.medium-12 {
    width: 100%;
}
}


@media only screen {
.column, .columns {
    position: relative;
    padding-left: 0%;
    padding-right: 0%;
    float: left;
}
}

.column, .columns {
    padding-left: 0%;
    padding-right: 0%;
    width: 100%;
    float: left;
}


/* Pre-Order Buttons */

#pre-order {
    padding: 10px 0px !important;
    line-height: 14px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.tooltipster-content{
    font-size: 10px !important;
}


/* Pre-order Loading Image */

img#poLoader {
    left: 48% !important;
}

@media only screen and (max-width: 767px) {
 img#poLoader {
    left: 40% !important;
}
}

/* Notify-Me Popup */

#someone-purchased.customized{
  background:#fefef3 !important;
  border:1px solid #ccc;
  border-radius:5px;
  bottom:20px;
  display:none;
  left:20px;
  padding: 0 7px 0 0;
  position:fixed;
  text-align:left;
}

#someone-purchased p {
    font-family: 'Noto Serif JP', serif;
    font-size: 10px !important;
    font-weight: normal !important;
    color: rgb(159, 159, 155) !important;
    letter-spacing: 0.3px !important;
    line-height: 12px !important;
}

@media only screen and (max-width: 600px) {
#someone-purchased p {
    padding: 5px 5px 0 0 !important;
}
}
  
#someone-purchased p a {
  font-family: 'Noto Serif JP', serif;
    font-size: 12px !important;
    font-weight: normal !important;
    color: #686864 !important;
    letter-spacing: 0.5px !important;
    line-height: 22px !important;
}

@media screen and (max-width: 767px) {
#someone-purchased img {
    max-width: 22% !important;
}
}

/* Instruction video */

@media only screen and (max-width: 600px) {
.thumb_title_tutorial {
  font-size: 9px !important;
}
.thumb_subtitle_tutorial {
  font-size: 7px !important;
}
}

.image-cont_tutorial {
  padding-bottom: 57px !important;
}

@media only screen and (min-width : 768px) and (max-width : 959px) {
.block-inner_tutorial {
  height: 177px !important;
}
}

@media only screen and (min-width: 960px) {
  .block-inner_tutorial {
  height: 212px !important;
}
}

@media only screen and (max-width: 767px) {
  .block-inner_tutorial {
  height: 300px !important;
}
}

.warmbackground {
  background-color: #F3F2E7; 
}


/* Footer Layout */

.footer_background {
  background-color: #fefef3;
  border-top: 1px solid #d9d9d2;
}

.footer_background_info {
  width: 950px;
  margin: auto;
}



/* Homepage Video */
.vid {
  padding: 2% !important;
}

@media only screen and (max-width: 767px) {
.vid {
  padding: 3% !important;
}
}

/* Tracking Status */

.s4com-container {
    padding: 6% 0 !important;
}

input { background: #fefef3 !important; }


/* Cart Buttons */

.additional-checkout-button+.additional-checkout-button {
    margin-left: 0px !important;
}


/* Blog Post - Disable Avatar */

#comments .comment .detail {
    margin-left: 0px !important;
}

#comments .comment .gravatar {
  display: none !important;
}


/* Country IP Redirect Tab */

#location-redirect-message {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9;
  display: none;
  padding-top: 11px;
  padding-bottom: 9px;
/*  background-color: #313131;*/
  background-color: rgba(49, 49, 49, 0.95);
  color: #91918b;
  border-bottom: 1px solid #b0b0a9;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-size: 12.5px;
  letter-spacing: 1px;
  width: 100%;
  z-index: 1000;
}
#location-redirect-message a {
  color: #f3f2e7;
}
#location-redirect-message a:hover {
  color: #afafa9;
}

#location-redirect-message {
    position: fixed !important;
}

.shipping-ip-note {
    color: #dddddd;
    display: block;
    font-size: 84%;
    font-style: italic;
    margin-top: 1px;
}

.shopify-challenge__container {
    margin: 5% auto !important;
}

.top-banner{
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  background: gray;
  padding: 10px 55px;
  position: relative;
  top: 0;
  z-index: 11;
}
.top-banner p{
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
.close-link
{
  height: 15px;
  width: 15px;
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  right: 30px;
  top: 0;
  svg{
    fill: #fff;
    height: inherit;
    width: inherit;
  }
}
/* LATEST CSS ADDED */
/* GENERAL */
.pagewidth {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 5%;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .pagewidth {
    margin-top: 50px;
  }
}
/* HEADER */
.homepage_loading_open {
  position: relative;
}
/* DESCRIPTION LINK AND IMAGE */
.dls, .dai {
  background: #FEFEF3;
}
.articles-slider h3, .collection-listing-info h3, .product-list h3 {
  font-size: 34px;
  margin-bottom: 40px;
}
.dls h3, .dai h3 {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .articles-slider h3, .collection-listing-info h3, .product-list h3 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .dls h3, .dai h3 {
    font-size: 22px;
  }
}
h4 {
  font-size: 26px;
}

@media screen and (max-width: 768px) {
  h3 {
    font-size: 28px;
    margin-bottom: 25px;
  }
  h4 {
    font-size: 22px;
  }
}
.dai .about_images_container img {
  margin-top: 60px;
}
.description_and_image p {
  letter-spacing: 2.08px;
  margin-bottom: 30px;
}
.news-recipe-container {
  margin-top: 50px;
}
.news-recipe-container a:link,
.news-recipe-container a:visited,
.description_and_image a:link,
.description_and_image a:visited {
  color: #4a4a42;
  text-decoration: underline;
}
.news-recipe-container a:link,
.news-recipe-container a:visited {
  text-decoration: none;
}
.about_images_container img {
  width: 100%;
}
.dls .description_and_image {
  text-align: right;
}
.dls .about_images_container img {
  max-height: 475px;
  width: auto;
}

.dls .about_images_container .hiddenSP {
  display: flex;
  justify-content: space-between;
}

.dls .about_images_container .hiddenSP img:nth-child(2) {
  margin-top: 20%;
}
@media screen and (max-width: 879px) {
  .dls .about_images_container .hiddenSP {
    display: block;
  }
  .dls .about_images_container img {
    max-height: 100%;
    margin-top: 30px;
    width: 100%;
  }
}
/* instagram */
.insta-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 6%;
  display: flex;
  align-items: center;
  margin-bottom: 100px;
}
.insta-container .icon-instagram {
  height: 15px;
  margin-right: 15px;
  margin-left: 8px;
}
/* Product List */
.product-list-title {
  text-align: left;
  margin-left: 2%;
}
.product-list-banner {
  max-width: 97%;
  margin-bottom: 72px;
}
@media screen and (max-width: 768px) {
  .product-list-banner {
    max-width: 96%;
  }
  
}
.index-collection-list.collection-listing_background {
  background-color: #FFFEF8; 
 }
 .index-collection-list .thumb_subtitle {
   border-bottom: none;
 }
 .index-collection-list .thumb_title {
   border-top: none;
 }
/* Footer Navigation Bar */

.footer-buttons-container {
  width: 100%;
  text-align: center;
}
#pagefooter .social-icons {
  padding: 0px 80px;
  text-align: right;
  margin-right: auto;
}
#pagefooter .social-icons svg {
  height: 30px;
  margin: 50px 20px 50px 20px;
  width: 30px;
}
@media screen and (max-width:768px) {
  #pagefooter .social-icons svg{
    height: 20px;
    width: 20px;
  }
}
#pagefooter .lower.footer_container {
  padding: 108px 80px;
}
#pagefooter .copy {
  color: #fff;
  padding-left: 30px;
}

.footer_logo {
  max-width: 194px;
}
.footer-links {
  display: flex;
  justify-content: space-between;
  margin: 0px;
}
.footer-btnlinks {
  display: flex;
  align-items: baseline;
}
.footer-btnlinks button {
  width: 160px;
  height: 50px;
  border-radius: 0px;
}
.footer-btnlinks .register-btn{
  background-color: #FFFFFF;
}
.footer-btnlinks .login-btn{
  background-color: #696969;
  margin-left: 20px;
  color: #fff;
}
@media screen and (min-width:769px) and (max-width: 1033px) {
  #pagefooter.hiddenSP .footer-buttons-container {
    display: grid;
  }
  #pagefooter.hiddenSP .footer-btnlinks .footer-buttons-container .login-btn {
    margin-left: 0px;
    margin-top: 20px;
  }
}
.footer-links ul {
  margin-left: 0px;
}
.footer-links li {
  list-style: none;
}
#customer a:link, #customer a:visited,
.page_info a:link, .page_info a:visited {
  color: #686864;
}
/*
.footer-links li a, a:link, a:visited{
  color: #fff;
}
*/
.footer-links .footer-links_title {
  font-size: 22px;
}
@media screen and (max-width: 1100px) {
  .footer-btnlinks {
    display: block;
  }
}
.header-icons {
  display: flex;
}
.icon-cart,
.icon-login {
  max-height: 20px;
}
.news-recipe-container {
  display: flex;
  justify-content: space-between;
}
.news-recipe-container .article-box {
  width: 48%;
}
.article-box img {
    width: 550px;
}
@media screen and (min-width: 769px) {
  #pagefooter .hiddenPC {
    display: none;
  }
  .hiddenPC {
    display: none !important;
  }

}
/* header */
.PCheader.hiddenSP {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 15px;  
}
.PCheader.hiddenSP .tier-2 {
  position: absolute;
  z-index: 100;
}
.PCheader.hiddenSP .tier-2 ul{
  display: grid;
  text-align: left;
  background-color: #F5F4EC;
  box-shadow:  5px 15px 25px 5px #d3d3d329;
  margin-top: -3px;
}

.absolutePageheader {
  position: absolute;
  width: 100%;
  z-index: 7001;
}
/* VIDEO */
.homepage-video {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
.hiddenSP .cart-summary {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer-links {
    display: block;
  }
  .footer-links li {
    margin: 30px 0px;
  }
  #pagefooter .lower.footer_container {
    padding: 104px 0px 29px 0px;
  }
  #pagefooter .lower.footer_container .copy {
    padding: 0px;
  }
  .footer-buttons-container {
    display: flex;
  }
  .footer-btnlinks button {
    width: 50%;
  }
  .footer-btnlinks .login-btn {
    margin: 0px;
  }
  .hiddenPC #pageheader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px 20px;
  }
  #pagefooter .hiddenPC {
    display: block;
  }
  .hiddenPC .cart-summary {
    padding-top: 10px;
  }
  #pagefooter .hiddenSP {
    display: none;
  }
  .hiddenSP {
    display: none !important;
  }
  #mobile-header {
    border: none;
    background: none;
    align-items: center;
    z-index: 10;
    justify-content: space-between;
  }
  #mobile-header.not-absolute {
    position: relative;
  }
  #mobile-header .icon-cart {
    height: 20px;
    width: 20px;
  }
}

