/*
 * jQuery FlexSlider v2.7.1
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/

.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 20px;
  position: relative;
  zoom: 1;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease-in-out;
  background: url('https://assets.bigcartel.com/theme_assets/79/2.4.7/images/arrows_sprite.png') no-repeat;
  background-size: 33px;
  height: 33px;
  text-indent: -9999px;
  width: 33px;
}
.flex-direction-nav .flex-prev {
  background-position: 0 -45px;
  left: 20px;
}
.flex-direction-nav .flex-next {
  right: 20px;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 10px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 9px;
  height: 9px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

button,hr,input{overflow:visible}audio,canvas,progress,video{display:inline-block}progress,sub,sup{vertical-align:baseline}html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0} menu,article,aside,details,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{}button,select{text-transform:none}[type=submit], [type=reset],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}/*# sourceMappingURL=normalize.min.css.map */
* {
  box-sizing: border-box;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: auto;
  max-width: 1300px;
  padding: 0 80px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .container {
    padding: 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}

html {
  height: 100%;
}
html:before {
  border-left: 3px solid #333;
  display: inline-block;
  left: 0;
  position: fixed;
  height: 100%;
  z-index: 100;
}

body {
  background-color: #f7f4f4;
  color: #333;
  height: 100%;
  padding: 3px 0;
}
body:after, body:before {
  border-top: 3px solid #333;
  content: "";
  display: inline-block;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 100;
}
body:after {
  top: 0;
}
body:before {
  bottom: 0;
}
body.no-scroll {
  overflow-y: scroll;
  position: fixed;
  width: 100%;
}

a, button, submit, select, input, .select {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

h1, h4, h5 {
  font-family: "Montserrat", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

h2, h3 {
  font-family: "Goudy Bookletter 1911", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  letter-spacing: 1px;
}

h4, h5 {
  letter-spacing: 0.2em;
}

h1 {
  font-size: 1.5em;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 1.2em;
  }
}

h2 {
  font-size: 1.75em;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.1em;
  }
}

h3 {
  font-size: 1em;
}

h4 {
  font-size: 0.875em;
}

h5 {
  font-size: 1.125em;
}

hr {
  background: #fff;
  border: 0;
  height: 3px;
  margin: 0 0 25px;
  width: 100%;
}

p {
  font: 0.975em "Goudy Bookletter 1911", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  line-height: 24px;
  letter-spacing: 1px;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.custom a {
  color: #e30d18;
}
.custom img, .custom iframe, .custom embed, .custom object, .custom video {
  max-width: 100%;
}
.custom ol, .custom ul {
  font: 0.875em "Goudy Bookletter 1911", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  letter-spacing: 1px;
  padding-left: 1em;
}
.custom ol {
  list-style: decimal;
}
.custom ul {
  list-style: disc;
}

.cart_box .errors, #product_form .errors {
  background-color: #e30d18;
  text-align: center;
  padding: 20px;
  margin: 0px 0;
  color: #fff;
  font: 0.75em "Montserrat", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  text-transform: uppercase;
  width: 100%;
}
.cart_box .errors li, #product_form .errors li {
  display: block;
}
.cart_box .errors li + li, #product_form .errors li + li {
  margin-top: 20px;
}

button, a.button {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  background: #333;
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  font: bold 0.75em "Montserrat", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  height: 58px;
  letter-spacing: 0.2em;
  line-height: 58px;
  max-width: 100%;
  outline: none;
  padding: 0 16px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
button.minimal-button, a.button.minimal-button {
  background: none;
  color: #333;
  border: none;
  font-size: 13px;
  padding: 0;
}
button.minimal-button:not(:disabled):hover, button.minimal-button:not(:disabled):active, button.minimal-button:not(:disabled):focus, a.button.minimal-button:not(:disabled):hover, a.button.minimal-button:not(:disabled):active, a.button.minimal-button:not(:disabled):focus {
  background: none;
  text-decoration: underline;
}
button.no-border, a.button.no-border {
  border: none;
}
button:not(:disabled):hover, button:not(:disabled):active, button:not(:disabled):focus, a.button:not(:disabled):hover, a.button:not(:disabled):active, a.button:not(:disabled):focus {
  background: #e30d18;
}
button:disabled, button.disabled, a.button:disabled, a.button.disabled {
  background: #333;
  cursor: not-allowed;
  opacity: 0.3;
}

.select {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  border: 3px solid #333;
  color: #333;
  font: bold 0.875em "Montserrat", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  height: 58px;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
  max-width: 100%;
  padding: 0;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}
.select select {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  border-radius: 0;
  color: #333;
  font: bold 0.875em "Montserrat", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  height: 100%;
  letter-spacing: 1px;
  line-height: 58px;
  padding: 0 66px 0 16px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
  z-index: 2;
}
.select select option {
  color: #000;
  background: #FFF;
}
.select select option:disabled {
  color: graytext;
}
.select select:focus {
  outline: none;
}
.select select::-ms-expand {
  display: none;
}
.select svg {
  fill: #333;
  position: absolute;
  right: 17px;
  top: 50%;
  z-index: 1;
}
.select:hover, .select:active, .select:focus, .select:focus-within {
  border: 3px solid #e30d18;
}
.select:hover option:disabled, .select:active option:disabled, .select:focus option:disabled, .select:focus-within option:disabled {
  color: graytext;
}
.select:hover svg, .select:active svg, .select:focus svg, .select:focus-within svg {
  fill: #e30d18;
}

.cart-overlay {
  display: none;
  position: relative;
  z-index: 200;
}

body.maintenance {
  border-right: 3px solid #333;
}
body.maintenance .message_tall {
  min-height: 1200px;
  text-align: center;
}
body.maintenance .message_tall h1 {
  margin-top: 15%;
}

header {
  background: #f7f4f4;
  padding-top: 60px;
  padding-bottom: 40px;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  header {
    padding: 0;
  }
}
header .header-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  header .header-container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    margin-bottom: 30px;
  }
}
header .header-search {
  -webkit-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  color: #333;
}
header .header-search .search-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid transparent;
  display: inline-block;
  width: auto;
}
@media screen and (max-width: 1023px) {
  header .header-search .search-form {
    display: none;
  }
}
header .header-search .search-form:focus-within {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  border: 2px solid #333;
}
header .header-search .search-form:focus-within .search-input {
  outline: none;
}
header .header-search .search-form:focus-within .search-button {
  border-left: 2px solid #333;
  opacity: 1;
}
header .header-search .search-form .search-input, header .header-search .search-form .search-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  height: 40px;
  margin: 0;
  padding: 0;
}
header .header-search .search-form .search-button {
  border-left: 2px solid transparent;
  font-family: "Montserrat", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 700;
  font-size: 0.85em;
  opacity: 0;
  text-transform: uppercase;
  width: 48px;
}
header .header-search .search-form .search-button:hover, header .header-search .search-form .search-button:focus {
  background: #e30d18;
  outline: none;
}
header .header-search .search-form .search-input {
  background: rgba(255, 255, 255, 0) url(https://assets.bigcartel.com/theme_assets/79/2.4.7/images/search_icon.png) 8px 12px no-repeat;
  background-size: 28px 15px;
  font-family: "Goudy Bookletter 1911", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  padding: 4px 8px 4px 44px;
}
header .header-store-title {
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  font-family: "Montserrat", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  text-align: center;
  font-size: 1.5em;
  letter-spacing: 0.3em;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  header .header-store-title {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    border-bottom: 3px solid #333;
    margin-bottom: 20px;
    min-height: 80px;
    padding: 20px;
    position: relative;
    font-size: 1em;
    width: 100%;
  }
}
header .header-store-title .store-link {
  display: block;
}
@media screen and (max-width: 767px) {
  header .header-store-title .store-link {
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 120px);
  }
}
header .header-store-title .store-link:hover, header .header-store-title .store-link:focus {
  color: #e30d18;
}
header .header-store-title img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 300px;
  max-height: 200px;
  width: auto;
}
@media screen and (max-width: 767px) {
  header .header-store-title img {
    max-height: 50px;
  }
}
header .header-cart {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  font-family: "Goudy Bookletter 1911", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  header .header-cart {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
header .header-cart a {
  background: url(https://assets.bigcartel.com/theme_assets/79/2.4.7/images/cart_icon.png) top center no-repeat;
  background-size: 60px 60px;
  display: block;
  padding-top: 70px;
  position: relative;
  width: 60px;
  z-index: 2;
}
header .header-cart a:hover, header .header-cart a:focus {
  opacity: 0.8;
}
header .header-cart span span {
  padding: 0 2px 0 0;
}

.light_cart {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0px;
  display: block;
  z-index: 1;
  overflow: hidden;
  right: 0;
}
.light_cart .green_cart {
  background-color: #e30d18;
  height: 0px;
  width: 60px;
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 1;
}
.light_cart .imgAdd {
  margin-top: 8px;
}

section.content {
  padding-bottom: 100px;
}

.open-menu {
  background: url(https://assets.bigcartel.com/theme_assets/79/2.4.7/images/hamburger.png) no-repeat left top;
  background-size: 20px;
  height: 14px;
  left: -10px;
  overflow: hidden;
  position: absolute;
  text-indent: -999px;
  top: 50px;
  width: 20px;
}
.open-menu.desktop-open-menu {
  display: block;
}
@media screen and (max-width: 767px) {
  .open-menu.desktop-open-menu {
    display: none;
  }
}
.open-menu.mobile-open-menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .open-menu.mobile-open-menu {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: 26px;
    display: block;
    height: 18px;
    left: 20px;
    position: absolute;
    top: 50%;
    width: 26px;
  }
}

.open-menu:hover, .open-menu:active {
  color: #e30d18;
}

aside {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 12px #ccc;
  font: 1.35em "Goudy Bookletter 1911", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  letter-spacing: 1px;
  height: 100%;
  padding-top: 20px;
  position: fixed;
  right: -260px;
  top: 0;
  width: 300px;
  z-index: 200;
}
@media screen and (max-width: 1023px) {
  aside {
    right: -275px;
  }
}
@media screen and (max-width: 767px) {
  aside {
    right: -100%;
  }
}
aside .wrapper {
  padding: 0 20px 28px 28px;
  overflow: scroll;
  height: 100%;
}
aside.expand {
  right: 0;
}
aside li {
  display: block;
  padding: 5px 0;
}
aside .social {
  margin: 1em 0;
}
aside .social a {
  display: block;
}
aside .social a svg {
  fill: #333;
  height: 22px;
  width: 22px;
}
aside .social a:hover svg {
  fill: #e30d18;
}
aside .social li {
  display: inline-block;
  padding: 0;
}
aside .social li + li {
  margin-left: 6px;
}
aside .bigcartel-credit {
  margin-top: 20px;
  font-size: 0.625em;
}
.cart-wrapper {
  background-color: rgba(255, 255, 255, 0.95);
  display: block;
  height: 100%;
  left: 0;
  overflow: scroll;
  padding: 50px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 200;
}
@media screen and (max-width: 767px) {
  .cart-wrapper {
    padding-top: 0;
  }
}
.cart-wrapper .close_overlay a {
  background: #fff url(https://assets.bigcartel.com/theme_assets/79/2.4.7/images/x_outs_sprite.png) no-repeat left top;
  background-size: 60px;
  border-radius: 50%;
  display: inline-block;
  float: right;
  height: 60px;
  margin-top: 14px;
  overflow: hidden;
  text-indent: -999px;
  width: 60px;
}
@media screen and (max-width: 767px) {
  .cart-wrapper .close_overlay a {
    height: 40px;
    width: 40px;
    background-size: 40px;
  }
}
.cart-wrapper .message {
  min-height: 700px;
  text-align: center;
}
.cart-wrapper .message hr {
  margin: 80px 0;
}
.cart-wrapper .message .button {
  display: block;
  margin: 40px auto 0;
  width: 300px;
}
.cart-wrapper .message .button:hover, .cart-wrapper .message .button:focus {
  background-color: #e30d18;
  color: #fff;
}
.cart-wrapper hr {
  background: #333;
  margin: 100px 0;
}
.cart-wrapper .cart-items {
  border-top: 3px solid #333;
}
.cart-wrapper .cart_box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 3px solid #333;
  padding: 20px 0;
  width: 100%;
  position: relative;
}
.cart-wrapper .cart_box:last-of-type {
  border: none;
}
.cart-wrapper .cart_box .cart-image-holder {
  margin-left: 0;
  width: 15%;
}
@media screen and (max-width: 767px) {
  .cart-wrapper .cart_box .cart-image-holder {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    margin-bottom: 20px;
    order: 1;
  }
}
.cart-wrapper .cart_box .cart-image-holder img {
  height: auto;
  max-width: 100%;
  width: 100%;
}
.cart-wrapper .cart_box .cart-item-name {
  padding-left: 30px;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .cart-wrapper .cart_box .cart-item-name {
    -webkit-flex-basis: 67%;
    -ms-flex-preferred-size: 67%;
    flex-basis: 67%;
    margin-bottom: 20px;
    order: 2;
  }
}
.cart-wrapper .cart_box .cart-item-name .cart-item-product-name {
  margin: 0;
}
.cart-wrapper .cart_box .cart-item-name .cart-item-option-name {
  display: inline-block;
  font-family: "Goudy Bookletter 1911", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  margin-top: 15px;
}
.cart-wrapper .cart_box .cart-item-quantity {
  margin-left: auto;
  width: 100px;
}
@media screen and (max-width: 767px) {
  .cart-wrapper .cart_box .cart-item-quantity {
    margin-left: 0;
    order: 4;
  }
}
.cart-wrapper .cart_box .cart-item-quantity input {
  border: 2px solid #333;
  font: bold 0.875em "Montserrat", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  letter-spacing: 0.2em;
  outline: none;
  padding: 10px;
  width: 100%;
}
.cart-wrapper .cart_box .cart-item-price {
  font: 1.25em "Goudy Bookletter 1911", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  margin-left: auto;
  width: 10%;
}
@media screen and (max-width: 767px) {
  .cart-wrapper .cart_box .cart-item-price {
    order: 5;
    width: auto;
  }
}
.cart-wrapper .cart_box .update-btn {
  background-color: #333;
  color: #fff;
  border: none;
  font: bold 0.75em "Open Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.2em;
  padding: 11px 23px;
  outline: none;
  display: block;
  margin-bottom: 10px;
  margin-left: auto;
  width: auto;
}
.cart-wrapper .cart_box .update-btn:hover, .cart-wrapper .cart_box .update-btn:focus {
  background-color: #e30d18;
  color: #fff;
}
.cart-wrapper .cart_box .cart-item-remove {
  margin-left: auto;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .cart-wrapper .cart_box .cart-item-remove {
    -webkit-flex-basis: 10%;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    order: 3;
    text-align: right;
  }
}
.cart-wrapper .cart_box .cart-item-remove .remove {
  background: url(https://assets.bigcartel.com/theme_assets/79/2.4.7/images/x_outs_sprite.png) -20px -66px no-repeat;
  background-size: 60px;
  display: inline-block;
  height: 20px;
  overflow: hidden;
  text-indent: -999px;
  width: 20px;
}

.cart-total {
  margin-bottom: 10%;
  padding-top: 40px;
  text-align: center;
}
.cart-total .cart-total-title {
  font-size: 0.75em;
  margin-bottom: 5px;
}
.cart-total .cart-total-amount {
  font-family: "Goudy Bookletter 1911", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 3.375em;
  margin-bottom: 25px;
}
.cart-total .checkout-button {
  color: #fff;
  background-color: #333;
  float: none;
  width: 300px;
  margin: 0 auto;
}
.cart-total .checkout-button:hover, .cart-total .checkout-button:focus {
  background-color: #e30d18;
  color: #fff;
}
.contact-container {
  max-width: 700px;
  width: 100%;
}
.contact-container .contact-form-block {
  margin-bottom: 20px;
}
.contact-container label {
  display: block;
  font: bold 0.875em "Montserrat", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.contact-container input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f7f4f4;
  border: 2px solid #333;
  font: normal 1em "Goudy Bookletter 1911", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
.contact-container input:focus, .contact-container input:active {
  border-color: #e30d18;
}
.contact-container textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f7f4f4;
  border: 2px solid #333;
  font: normal 0.875em "Goudy Bookletter 1911", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  height: 242px;
  letter-spacing: 0.2em;
  max-height: 242px;
  max-width: 100%;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
.contact-container textarea:focus, .contact-container textarea:active {
  border-color: #e30d18;
}
.contact-container .recaptcha-note {
  font-family: "Goudy Bookletter 1911", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  margin-top: 10px;
}
.contact-container .recaptcha-note a {
  text-decoration: underline;
}
.contact-container .button {
  font: bold 1em "Montserrat", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  max-width: 300px;
  width: 100%;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .contact-container .button {
    max-width: 100%;
  }
}
.contact-container .errors {
  text-align: center;
  color: #fff;
  background-color: #e30d18;
  font: bold 1em "Montserrat", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 30px;
}
.contact-container .errors li {
  display: block;
  padding: 20px;
}
.breadcrumb {
  font-size: 0.675em;
  font-family: "Montserrat", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 1.75em;
  margin-bottom: 30px;
}

.product-form {
  margin-bottom: 40px;
}

.product-container {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media screen and (max-width: 1023px) {
  .product-container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.product-images-panel {
  padding-right: 60px;
  width: 72%;
}
@media screen and (max-width: 1023px) {
  .product-images-panel {
    padding-right: 0;
    width: 100%;
  }
}

.image-arrow {
  display: block;
  height: 100%;
  overflow: hidden;
  position: absolute;
  text-indent: 100%;
  top: 0;
  white-space: nowrap;
  width: 50%;
}
.image-arrow:hover:after {
  content: "";
}
.image-arrow.next-image {
  right: 0;
}
.image-arrow.next-image:after {
  right: 15px;
}
.image-arrow.prev-image {
  left: 0;
}
.image-arrow.prev-image:after {
  background-position: 0 -45px;
  left: 15px;
}
.image-arrow:after {
  background: url(https://assets.bigcartel.com/theme_assets/79/2.4.7/images/arrows_sprite.png) no-repeat;
  background-size: 33px;
  display: block;
  height: 33px;
  margin-top: -16px;
  position: absolute;
  top: 50%;
  width: 33px;
}

.product-thumbs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 -5px 40px;
}
.product-thumbs a {
  border: 3px solid #fff;
  box-shadow: 0 0 12px #ccc;
  object-fit: cover;
  overflow: hidden;
  margin: 0 5px;
  width: 20%;
}
.product-thumbs a:hover img {
  filter: blur(2px);
}
.product-thumbs a img {
  display: block;
  width: 100%;
}

.product-description {
  margin-bottom: 25px;
  text-align: left;
}
.product-description a {
  color: #e30d18;
}
.product-description a:hover {
  text-decoration: underline;
}
.product-description img, .product-description iframe, .product-description embed, .product-description object, .product-description video {
  max-width: 100%;
}
.product-description ol, .product-description ul {
  font: 0.875em "Goudy Bookletter 1911", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  letter-spacing: 1px;
  padding-left: 1em;
}
.product-description ol {
  list-style: decimal;
}
.product-description ul {
  list-style: disc;
}

.similar-products {
  margin-top: 75px;
}
.similar-products .similar-products-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  margin-bottom: 50px;
  width: 100%;
  font-size: 0.95em;
}
.similar-products .similar-products-title:before, .similar-products .similar-products-title:after {
  -webkit-flex: 1 0 20px;
  -ms-flex: 1 0 20px;
  flex: 1 0 20px;
  content: "";
  border-top: 3px solid #fff;
  margin: 0 20px 0 0;
}
.similar-products .similar-products-title:after {
  margin: 0 0 0 20px;
}

#share_this {
  font: 0.875em "Goudy Bookletter 1911", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-style: italic;
  letter-spacing: 1px;
}
#share_this a {
  cursor: pointer;
  padding: 0 10px;
  text-decoration: underline;
}

.availability h2 {
  margin: 0;
}

.product-details {
  text-align: center;
  width: 28%;
}
@media screen and (max-width: 1023px) {
  .product-details {
    margin-top: 20px;
    width: 100%;
  }
}
.product-details h1 {
  margin-top: 0;
}
.product-details .add-to-cart-button {
  margin: 20px 0 0;
}
.product-details .select {
  margin-top: 10px;
}

.reset-selection-button-container {
  text-align: center;
  width: 100%;
}

button.reset-selection-button {
  display: none;
  height: auto;
  max-width: 100%;
  line-height: normal;
  margin: 20px auto 0;
  padding: 4px;
  width: auto;
}

.details hr {
  margin-top: 40px;
}

.product_wrapper {
  position: relative;
}
.product_wrapper > img {
  border: 3px solid #fff;
  -moz-box-shadow: 0 0 12px #ccc;
  -webkit-box-shadow: 0 0 12px #ccc;
  box-shadow: 0 0 12px #ccc;
  height: auto;
  max-width: 100%;
  width: 100%;
}

.product-quantity {
  display: none;
}

#instant-checkout-button {
  margin-top: 12px;
}
.categories ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-family: "Goudy Bookletter 1911", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  line-height: 24px;
  margin: 40px 0 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .categories ul {
    margin: 0 auto 30px;
  }
}
.categories ul li {
  margin: 1px;
}
.categories ul li a {
  display: block;
  padding: 4px 8px;
}
.categories ul li a:hover, .categories ul li a:focus {
  color: #e30d18;
}
.categories ul li.current a {
  color: #e30d18;
}

.product-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 20px;
  margin: 0 -10px;
}
.product-list .product-list-item {
  padding: 0 10px 20px;
  width: 25%;
}
@media screen and (max-width: 1023px) {
  .product-list .product-list-item {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .product-list .product-list-item {
    width: 100%;
  }
}
.product-list .product-list-item:hover, .product-list .product-list-item:focus {
  outline: none;
}
@media only screen and (min-width: 768px) and (hover: hover), (-moz-touch-enabled: 0) {
  .product-list .product-list-item:hover figcaption, .product-list .product-list-item:focus figcaption {
    bottom: 0;
  }
}
.product-list .product-list-item:hover img, .product-list .product-list-item:focus img {
  filter: blur(3px);
}
.product-list .product-list-item a {
  display: block;
}
.product-list .product-list-item a:hover {
  opacity: 1;
}
.product-list .product-list-item figure {
  border: 3px solid #fff;
  box-shadow: 0 0 12px #ccc;
  position: relative;
  margin: 0;
  overflow: hidden;
}
.product-list .product-list-item figure figcaption {
  -webkit-transition: bottom 0.4s;
  transition: bottom 0.4s;
  background-color: #fff;
  bottom: -200px;
  padding: 0 20px 20px;
  position: absolute;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .product-list .product-list-item figure figcaption {
    bottom: 0;
    display: inline-block;
    width: 100%;
    height: 110px;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    left: 0;
    padding: 20px 20px 10px 20px;
    z-index: 1;
  }
}
.product-list .product-list-item figure figcaption span {
  font-family: "Goudy Bookletter 1911", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 1em;
  letter-spacing: 1px;
}
.product-list .product-list-item figure figcaption:before {
  background-color: #fff;
  bottom: -105px;
  content: "";
  display: block;
  height: 200px;
  left: -36px;
  position: absolute;
  padding: 20px;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .product-list .product-list-item figure figcaption:before {
    display: none;
  }
}
.product-list .product-list-item figure img {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  display: block;
  max-width: 100%;
  width: 100%;
}
.product-list h4 {
  margin: 0 0 5px;
}

a.view-more-button {
  margin: 25px auto 0;
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  a.view-more-button {
    max-width: 100%;
  }
}

.product-card:hover, .product-card:focus {
  opacity: 0.85;
}

.page-load-status {
  font-size: 1em;
  letter-spacing: 1px;
  margin-top: 25px;
  text-align: center;
}

.no-products {
  font-family: "Montserrat", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
/*






 */

