/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: transparent;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

.fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 22px 22px;
  display: block;
  height: 22px;
  overflow: hidden;
  text-indent: -999px;
  width: 22px;
}

#fancybox-loading {
  background-image: url("https://assets.bigcartel.com/theme_assets/3/1.9.12/images/loading_spinner.gif");
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -11px;
  background-position: 0 0;
  opacity: 1;
  cursor: pointer;
  z-index: 8060;
  width: 23px;
  height: 23px;
}

.fancybox-close {
  background-image: url("https://assets.bigcartel.com/theme_assets/3/1.9.12/images/remove.png");
  position: absolute;
  top: 15px;
  right: -32px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.lt-ie9 .fancybox-close {
  background: url("https://assets.bigcartel.com/theme_assets/3/1.9.12/images/remove1x.png") 0 0 no-repeat;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("https://assets.bigcartel.com/theme_assets/3/1.9.12/images/blank.gif"); /* helps IE */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  background-image: url("https://assets.bigcartel.com/theme_assets/3/1.9.12/images/left_arrow.png");
  left: 16px;
}

.lt-ie9 .fancybox-prev span {
  background: url("https://assets.bigcartel.com/theme_assets/3/1.9.12/images/left_arrow1x.png") 0 0 no-repeat;
}


.fancybox-next span {
  background-image: url("https://assets.bigcartel.com/theme_assets/3/1.9.12/images/right_arrow.png");
  right: 16px;
}

.lt-ie9 .fancybox-next span {
  background: url("https://assets.bigcartel.com/theme_assets/3/1.9.12/images/right_arrow1x.png") 0 0 no-repeat;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
  overflow: hidden;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("https://assets.bigcartel.com/theme_assets/3/1.9.12/images/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, .8);
}
/**** Isotope Filtering ****/


.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* @group responsive breakpoints */
/* @end */
.loaded a, .loaded .main .button, .main .loaded .button, .loaded .sidebar form.search label, .sidebar form.search .loaded label, .loaded .overlay .products_list .product .product_info, .overlay .products_list .product .loaded .product_info, .loaded .infinite-scroll-message p, .infinite-scroll-message .loaded p {
  -webkit-transition: opacity 0.2s ease, color 0.2s ease, background-color 0.2s ease;
  -moz-transition: opacity 0.2s ease, color 0.2s ease, background-color 0.2s ease;
  -o-transition: opacity 0.2s ease, color 0.2s ease, background-color 0.2s ease;
  transition: opacity 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}

.main, form.contact .contact-field {
  zoom: 1;
}
.main:after, form.contact .contact-field:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* @group base */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

body,
html {
  height: 100%;
  min-height: 100%;
  min-width: 200px;
}

body {
  background-color: #222222;
  background-image:  none ;
  background-repeat: repeat;
  color: #afafaf;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased !important;
}
@media screen and (max-width: 765px) {
  body {
    background-color: #222222;
    overflow-x: hidden;
  }
}
body.working {
  cursor: progress !important;
}

.wrapper {
  height: 100%;
  min-height: 100%;
  position: relative;
}
@media screen and (min-width: 765px) {
  .wrapper:after {
    background: transparent;
    content: "";
    display:  block ;
    height: 100%;
    left: 0;
    min-height: 100%;
    position: fixed;
    top: 0;
    width: 209px;
    z-index: 1;
  }
}
@media screen and (min-width: 765px) and (max-width: 765px) {
  .wrapper:after {
    display: none;
  }
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #FFFFFF;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 30px;
}

h1 {
  font-size: 26px;
  line-height: 1.3em;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 11px;
}

p {
  margin-bottom: 15px;
}

sup,
sub {
  font-size: 12px;
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

pre code,
code {
  font-family: "Courier New", Courier, Monospace !important;
  font-weight: 700;
}

blockquote {
  width: auto;
  font-style: italic;
  margin: 15px;
  padding: 10px;
}
blockquote:before, blockquote:after {
  display: inline;
  content: "\201C";
  font-size: 14px;
}
blockquote:after {
  content: "\201D";
}

small {
  display: block;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 15px;
}

i,
em {
  font-style: italic;
}

blockquote p {
  display: inline;
}

b,
strong {
  font-weight: 700;
}

hr {
  border-bottom-color: #2B2B2B;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  height: 1px;
  margin: 15px 0;
  width: 100%;
}

/* @end */
/* @group forms */
.main .button {
  background-color: #76BFAF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: none;
  color: #222222 !important;
  cursor: pointer;
  font-family: Helvetica;
  font-size: 16px;
  font-weight: 700;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 14px 32px;
  text-align: center;
}
.main .button.minimal-button {
  background: none;
  color: #76BFAF !important;
  border: none;
  font-size: 14px;
  padding: 0;
}
.main .button.minimal-button:not(:disabled):hover, .main .button.minimal-button:not(:disabled):active, .main .button.minimal-button:not(:disabled):focus {
  color: #76BFAF;
  background: none;
  text-decoration: underline;
}
.main .button:disabled, .main .button.disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.main .button:not(:disabled):hover, .main .button:not(:disabled):active, .main .button:not(:disabled):focus {
  background-color: #A6F0E0;
  color: #222222;
}

select {
  font-size: 16px;
}

input[type=text],
textarea {
  appearance: none;
  -webkit-appearance: none;
  background: white;
  border: 1px solid #bfbfbf;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-family: Helvetica;
  height: 32px;
  padding: 6px 10px;
}
input[type=text]:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 5px #FFFFFF inset;
  -moz-box-shadow: 0 0 5px #FFFFFF inset;
  box-shadow: 0 0 5px #FFFFFF inset;
}
@media screen and (max-width: 765px) {
  input[type=text],
  textarea {
    height: 40px;
  }
}

textarea {
  padding: 10px;
}

/* @end */
/* @group errors */
.errors {
  background-color: #950f1e;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: white;
  margin-bottom: 30px;
}
@media screen and (max-width: 765px) {
  .errors {
    margin: 16px 0;
  }
}
.errors li {
  font-size: 16px;
  font-weight: 700;
  height: auto !important;
  line-height: 1.5em;
  padding: 15px !important;
}

/* @end */
/* @group standalone pages (maintenance, checkout, etc) */
.standalone {
  height: auto;
  margin: 0 auto;
  max-width: 360px;
  padding-top: 120px;
  text-align: center;
}
.standalone h2 {
  margin-bottom: 10px;
}

/* @end */
/* @group responsive utility classes */
.mobile_only {
  display: none;
}
@media screen and (max-width: 765px) {
  .mobile_only {
    display: block;
  }
}

.not_mobile {
  display: block;
}
@media screen and (max-width: 765px) {
  .not_mobile {
    display: none;
  }
}

/* @end */
/* @group sidebar */
.sidebar {
  background-color: transparent;
  float: left;
  height: 100%;
  padding: 57px 30px 0;
  position:  absolute ;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  width: 239px;
  z-index: 100;
}
@media screen and (max-width: 765px) {
  .sidebar {
    border-right-color: #2B2B2B;
    border-right-style: solid;
    border-right-width: 1px;
    display: none;
    min-height: 100%;
    padding: 0 24px;
    position: absolute;
    width: 272px;
    z-index: 1;
  }
  .show_menu .sidebar {
    display: block;
  }
}
.sidebar > div {
  min-height:  0 ;
  margin-bottom: -94px;
}
@media screen and (max-width: 765px) {
  .sidebar > div {
    margin-bottom: 0;
    min-height: 0;
  }
}
.sidebar > div:after {
  content: "";
  display: block;
  height: 94px;
}
@media screen and (max-width: 765px) {
  .sidebar > div:after {
    display: none;
  }
}
.sidebar a {
  color: #afafaf;
}
.sidebar a:hover, .sidebar a.current {
  color: #A6F0E0;
}
.sidebar header {
  margin-bottom: 35px;
  overflow: hidden;
  width: 150px;
}
@media screen and (max-width: 765px) {
  .sidebar header {
    margin: 14px 0;
    width: 100%;
  }
}
.sidebar header .logo {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
  word-wrap: break-word;
}
.sidebar header .logo img {
  display: block;
  width: 100%;
}
.sidebar form.search {
  color: #afafaf;
  cursor: pointer;
  height: 24px;
  padding: 3px 0 5px;
  position: relative;
}
@media screen and (max-width: 765px) {
  .sidebar form.search {
    height: 28px;
    padding-top: 5px;
  }
}
.sidebar form.search:hover label {
  color: #A6F0E0;
}
.sidebar form.search.focus label {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.sidebar form.search label {
  cursor: pointer;
  display: block;
  font-size: 16px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  position: absolute;
  top: 2px;
  z-index: 1;
}
@media screen and (max-width: 765px) {
  .sidebar form.search label {
    top: 6px;
  }
}
.sidebar form.search input[type=text] {
  border: none;
  background: transparent;
  color: #76BFAF;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  height: auto;
  outline: 0;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 2;
}
.sidebar form.search input[type=text]:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.sidebar nav {
  font-size: 16px;
  line-height: 1.25em;
}
.sidebar nav section {
  border-top-color: #2B2B2B;
  border-top-style: solid;
  border-top-width: 1px;
  padding: 10px 0;
}
@media screen and (max-width: 765px) {
  .sidebar nav section {
    padding: 11px 0 6px;
  }
}
.sidebar nav .cart {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 765px) {
  .sidebar nav .cart {
    height: 30px;
  }
}
.sidebar nav .cart b {
  order: 1;
}
.sidebar nav .cart .total {
  margin-left: 8px;
  order: 3;
}
.sidebar nav .cart .count {
  margin-left: auto;
  order: 2;
}
.sidebar nav .cart .total, .sidebar nav .cart .count {
  border-left-color: #2B2B2B;
  border-left-style: solid;
  border-left-width: 1px;
  font-weight: normal;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding-left: 8px;
}
.sidebar nav .cart .total .currency_sign, .sidebar nav .cart .count .currency_sign {
  border: none;
  display: inline;
  margin: 0;
  padding: 0;
}
.sidebar nav .cart .total:last-child, .sidebar nav .cart .count:last-child {
  border-left: none;
}
.sidebar nav .title,
.sidebar nav .title a {
  color: #afafaf;
  font-size: 16px;
  font-weight: bold;
  padding: 3px 0;
}
.sidebar nav .title:not(:last-child) {
  margin-bottom: 2px;
}
.sidebar nav .title a:hover, .sidebar nav .title a.current {
  color: #A6F0E0;
}
.sidebar nav a {
  display: block;
  padding: 4px 0;
}
.sidebar footer {
  height: 94px;
  padding: 40px 0 30px;
}
.sidebar footer .bigcartel-credit a {
  background: url(https://assets.bigcartel.com/theme_assets/3/1.9.12/images/bc_badge.png) no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  display: block;
  float: left;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  width: 79px;
  height: 24px;
}

/* @end */
/* @group main */
.main {
  padding: 60px 0 0 0;
  width: 100%;
}
@media screen and (max-width: 765px) {
  .main {
    background-color: #222222;
    background-image:  none ;
    background-repeat: repeat;
    border-left-color: #2B2B2B;
    border-left-style: solid;
    border-left-width: 1px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    left: 0;
    min-height: 100%;
    padding: 0;
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    -webkit-transform: translateX(-1px);
    -moz-transform: translateX(-1px);
    -ms-transform: translateX(-1px);
    -o-transform: translateX(-1px);
    transform: translateX(-1px);
    width: 100%;
    z-index: 2;
  }
  .show_menu .main {
    -webkit-transform: translateX(271px);
    -moz-transform: translateX(271px);
    -ms-transform: translateX(271px);
    -o-transform: translateX(271px);
    transform: translateX(271px);
  }
}
.main a,
.main a:visited {
  color: #76BFAF;
}
.main a:hover,
.main a:visited:hover {
  color: #A6F0E0;
}
.main header {
  background-color: transparent;
  border-bottom-color: #2B2B2B;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: none;
  height: 55px;
  position: relative;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 765px) {
  .main header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 16px;
  }
}
.main header .logo {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #afafaf;
  font-size: 18px;
  font-weight: 700;
  left: 50%;
  line-height: 55px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 70%;
}
.main header .cart {
  background: #afafaf;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #222222;
  font-size: 15px;
  font-weight: bold;
  height: 34px;
  line-height: 34px;
  padding: 0;
  text-align: center;
  width: 34px;
}
.main header .menu {
  background: none;
  border: none;
  display: block;
  height: 55px;
  left: -10px;
  padding: 10px;
  position: relative;
  width: 55px;
}
.main header .menu b,
.main header .menu b:before,
.main header .menu b:after {
  background: #afafaf;
  display: block;
  height: 2px;
  margin: 0;
  position: absolute;
  top: 50%;
  width: 27px;
}
.main header .menu b:before,
.main header .menu b:after {
  content: "";
}
.main header .menu b:before {
  top: -8px;
}
.main header .menu b:after {
  top: 8px;
}
.main .page {
  margin: 0 60px 0 260px;
  min-width: 500px;
  padding-bottom: 60px;
  width: auto;
}
@media screen and (max-width: 1023px) {
  .main .page {
    min-width: 0;
  }
}
@media screen and (max-width: 765px) {
  .main .page {
    margin: 0;
  }
}
.main h1 {
  height: 60px;
  margin: 0;
}
@media screen and (max-width: 765px) {
  .main h1 {
    height: auto;
    margin-bottom: 0;
    padding: 13px 16px 0;
  }
}
@media screen and (max-width: 765px) {
  .main h1.noproducts {
    padding: 20px 16px;
  }
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* @end */
.page.home {
  margin: 0 30px 0 260px;
  padding-top: 60px;
}
@media screen and (max-width: 765px) {
  .page.home {
    margin: 0;
    padding-top: 0;
  }
}

.page.products {
  margin: 0 30px 0 260px;
}
@media screen and (max-width: 765px) {
  .page.products {
    margin: 0;
  }
  .page.products h1 {
    padding-top: 23px;
  }
}

.products_list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.products_list.grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 765px) {
  .products_list {
    margin: 32px 16px;
  }
}
@media screen and (max-width: 480px) {
  .products_list {
    margin: 32px 0 0;
  }
}
.products_list .product img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.products_list .product {
  max-width:  300px ;
  width: 100%;
  padding: 0 15px 30px;
  overflow: hidden;
  position: relative;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
@media screen and (max-width: 1023px) {
  .products_list .product {
    max-width:  50% ;
  }
}
@media screen and (max-width: 765px) {
  .products_list .product {
    max-width:  50% ;
  }
}
.products_list .product a {
  display: block;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.overlay .products_list .product a:hover .product_info, .overlay .products_list .product a:focus .product_info {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.products_list .product .product_info {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5em;
  padding: 15px 0;
  text-align: center;
}
.products_list .product .product_info span {
  margin: 0;
}
@media screen and (max-width: 765px) {
  .products_list .product .product_info {
    color: #76BFAF;
    padding-top: 16px;
  }
}
.products_list .product .product_info .product_name {
  display: block;
  font-weight: bold;
}
.overlay .products_list .product .product_info {
  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;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #76BFAF;
  color: #222222;
  height: 100%;
  left: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  padding: 15px;
  position: absolute;
  top: 0;
  width: 100%;
}
.overlay .products_list .product .product_info .product_name,
.overlay .products_list .product .product_info .sale,
.overlay .products_list .product .product_info .price {
  font-weight: 700;
}
@media screen and (max-width: 765px) {
  .overlay .products_list .product .product_info .product_name,
  .overlay .products_list .product .product_info .sale,
  .overlay .products_list .product .product_info .price {
    color: #222222;
  }
}
@media screen and (max-width: 765px) {
  .overlay .products_list .product .product_info {
    background-color: transparent;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    padding: 5px 0;
    position: static;
  }
  .overlay .products_list .product .product_info > div {
    display: block;
    height: auto;
    margin-bottom: 0;
    width: auto;
  }
  .overlay .products_list .product .product_info .product_name,
  .overlay .products_list .product .product_info .sale,
  .overlay .products_list .product .product_info .price {
    color: #76BFAF;
    padding: 5px 0 0;
  }
  .overlay .products_list .product .product_info .product_name {
    font-weight: bold;
  }
}

.pagination {
  display: none;
}

.page-load-status {
  letter-spacing: 2px;
  margin-top: 25px;
  text-align: center;
}

.infinite-scroll-message {
  display: none;
}
.infinite-scroll-message p {
  color: ;
  font-family: Helvetica;
  text-align: center;
  margin: 0 auto;
}

.product_detail {
  padding-top: 60px;
}
.product_detail select {
  margin-bottom: 18px;
}
.product_detail .add-to-cart-button {
  display: block;
  max-width: 240px;
  width: 100%;
}
.product_detail .reset-selection-button-container {
  max-width: 240px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 765px) {
  .product_detail .reset-selection-button-container {
    max-width: 100%;
  }
}
.product_detail button.reset-selection-button {
  display: none;
  height: auto;
  max-width: 100%;
  line-height: normal;
  margin: 20px auto 0;
  padding: 4px;
  width: auto;
}
@media screen and (max-width: 765px) {
  .product_detail {
    padding: 24px 16px;
  }
}
.product_detail .gallery {
  float: left;
  max-width: 500px;
  position: relative;
  width: 65%;
}
@media screen and (max-width: 765px) {
  .product_detail .gallery.desktop-gallery {
    display: none;
  }
}
.product_detail .gallery img {
  display: block;
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .product_detail .gallery {
    float: none;
    margin-bottom: 25px;
    max-width: none;
    width: 100%;
  }
}
.product_detail .gallery ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 10px -5px;
  text-align: center;
}
.product_detail .gallery ul li {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  padding: 0 5px;
  max-width: 20%;
}
@media screen and (max-width: 765px) {
  .product_detail .gallery ul li {
    max-width: 25%;
  }
}
.product_detail .gallery ul li.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
  opacity: 0.25;
}
.product_detail .detail {
  float: left;
  margin-left: 5%;
  max-width: 390px;
  width: 30%;
}
@media screen and (max-width: 1023px) {
  .product_detail .detail {
    float: none;
    margin-bottom: 25px;
    margin-left: 0;
    max-width: none;
    width: 100%;
  }
}
.product_detail .detail h1 {
  height: auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 765px) {
  .product_detail .detail h1 {
    padding: 0;
  }
}
.product_detail .detail .artists {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
}
@media screen and (max-width: 765px) {
  .product_detail .detail .artists {
    display: inline;
  }
  .product_detail .detail .artists:after {
    content: "/ ";
  }
}
.product_detail .detail .price {
  color: #FFFFFF;
  font-size: 19px;
  font-weight: 700;
  margin: 10px 0;
}
@media screen and (max-width: 765px) {
  .product_detail .detail .price {
    display: inline;
    font-weight: normal;
    margin: 0;
  }
}
.product_detail .detail .price i {
  color: #FFFFFF;
  font-style: normal;
  font-size: 12px;
}
.product_detail .detail form {
  border-top-color: #2B2B2B;
  border-top-style: solid;
  border-top-width: 1px;
  margin-top: 15px;
  padding-top: 15px;
}
.product_detail .detail form p,
.product_detail .detail form select {
  min-width: 140px;
  max-width: 240px;
  width: 100%;
}
@media screen and (max-width: 765px) {
  .product_detail .detail form p,
  .product_detail .detail form select {
    max-width: none;
    min-width: none;
  }
}
@media screen and (max-width: 765px) {
  .product_detail .detail form .button {
    max-width: 100%;
    width: 100%;
  }
}
.product_detail .description {
  border-top-color: #2B2B2B;
  border-top-style: solid;
  border-top-width: 1px;
  margin-top: 15px;
  padding-bottom: 15px;
  padding-top: 15px;
}
.product_detail .description img {
  margin-bottom: 20px;
  max-width: 100%;
}
.product_detail .description *:last-child {
  margin-bottom: 0;
}
.product_detail .availability {
  border-top-color: #2B2B2B;
  border-top-style: solid;
  border-top-width: 1px;
  margin-top: 15px;
  padding-top: 15px;
}
.product_detail .availability .availability-header {
  font-size: 15px;
  margin-bottom: 0;
}
.product_detail .availability ul {
  margin-top: 15px;
}
.product_detail .availability li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 5px;
  width: 100%;
  padding: 5px;
  position: relative;
}
.product_detail .availability .inventory-level-background {
  background-color: #76BFAF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #afafaf;
  height: 100%;
  left: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1;
  position: absolute;
  top: 0;
}
.product_detail .availability .inventory-status {
  font-style: normal;
  margin-left: auto;
}
.product_detail #instant-checkout-button {
  margin-top: 10px;
  width: 100%;
  max-width: 240px;
}
@media screen and (max-width: 765px) {
  .product_detail #instant-checkout-button {
    max-width: 100%;
  }
}

.page.cart {
  max-width: 720px;
  min-width: 500px;
  margin: 0 60px 0 260px;
  width: auto;
}
@media screen and (max-width: 765px) {
  .page.cart {
    max-width: none;
    min-width: 0;
    margin: 0;
  }
  .page.cart h1 {
    padding-top: 23px;
  }
}
@media screen and (max-width: 765px) {
  .page.cart .cart_items {
    margin-top: 32px;
    padding: 0 16px;
  }
}
.page.cart .cart_items .cart_item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-top: 1px solid #2B2B2B;
  font-size: 16px;
  padding: 10px;
}
@media screen and (max-width: 1023px) {
  .page.cart .cart_items .cart_item {
    padding: 10px 0;
    width: 100%;
  }
}
.page.cart .cart_items .cart_item .cart_product_image_link {
  display: block;
  height: 70px;
  overflow: hidden;
  width: 70px;
}
@media screen and (max-width: 1023px) {
  .page.cart .cart_items .cart_item .cart_product_image_link {
    height: 60px;
    width: 60px;
  }
}
.page.cart .cart_items .cart_item .cart_product_image_link img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.page.cart .cart_items .cart_item .cart_product_detail {
  line-height: 25px;
  padding: 0 50px 0 20px;
  width: 55%;
}
@media screen and (max-width: 1023px) {
  .page.cart .cart_items .cart_item .cart_product_detail {
    width: 50%;
  }
}
@media screen and (max-width: 765px) {
  .page.cart .cart_items .cart_item .cart_product_detail {
    padding: 0 30px 0 15px;
    width: 55%;
  }
}
.page.cart .cart_items .cart_item .item-quantity-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page.cart .cart_items .cart_item input[type=text] {
  font-size: 16px;
  height: 36px;
  text-align: center;
  width: 50px;
}
.page.cart .cart_items .cart_item .cart_item_price {
  padding-left: 20px;
}
.page.cart .cart_items .cart_item .cart_item_remove {
  margin-left: auto;
}
.page.cart .cart_items .cart_item .cart_item_remove .remove-item {
  background: url(https://assets.bigcartel.com/theme_assets/3/1.9.12/images/remove.png) 0 0 no-repeat;
  border: none;
  -webkit-background-size: 24px 24px;
  -moz-background-size: 24px 24px;
  -o-background-size: 24px 24px;
  background-size: 24px 24px;
  cursor: pointer;
  height: 24px;
  text-indent: -9999px;
  width: 24px;
}
@media screen and (max-width: 765px) {
  .page.cart .cart_items .cart_item .cart_item_remove .remove-item {
    height: 28px;
    width: 28px;
    -webkit-background-size: 28px 28px;
    -moz-background-size: 28px 28px;
    -o-background-size: 28px 28px;
    background-size: 28px 28px;
  }
}
.page.cart .cart_items .cart_item .cart_item_remove .remove-item.loading {
  background: url(https://assets.bigcartel.com/theme_assets/3/1.9.12/images/loading.png) 0 0 no-repeat;
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
  -webkit-background-size: 24px 24px;
  -moz-background-size: 24px 24px;
  -o-background-size: 24px 24px;
  background-size: 24px 24px;
}
@media screen and (max-width: 765px) {
  .page.cart .cart_items .cart_item .cart_item_remove .remove-item.loading {
    -webkit-background-size: 28px 28px;
    -moz-background-size: 28px 28px;
    -o-background-size: 28px 28px;
    background-size: 28px 28px;
  }
}
@media screen and (max-width: 765px) {
  .page.cart .cart_footer {
    padding: 0 16px;
    width: 100%;
  }
}
.page.cart .cart_subtotal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-top: 1px solid #2B2B2B;
  padding: 20px 10px;
}
@media screen and (max-width: 1023px) {
  .page.cart .cart_subtotal {
    padding: 20px 0;
  }
}
.page.cart .cart_subtotal_label {
  text-align: right;
  width: calc(70px + 55% + 50px);
}
@media screen and (max-width: 1023px) {
  .page.cart .cart_subtotal_label {
    text-align: right;
    width: 100%;
  }
}
.page.cart .cart_subtotal_amount {
  font-size: 24px;
  padding-left: 18px;
  text-align: left;
}
@media screen and (max-width: 765px) {
  .page.cart .cart_subtotal_amount {
    margin-left: auto;
    text-align: right;
  }
}
.page.cart .cart_submit {
  border-top: 1px solid #2B2B2B;
  padding: 20px;
  padding-left: calc(70px + 55% + 66px);
}
@media screen and (max-width: 1023px) {
  .page.cart .cart_submit {
    padding: 20px 0;
    text-align: right;
  }
}
@media screen and (max-width: 765px) {
  .page.cart .cart_submit {
    border-top: none;
    padding-left: 20px;
    text-align: center;
  }
  .page.cart .cart_submit button {
    width: 60%;
  }
}
.page.cart .cart_empty {
  font-size: 16px;
}
@media screen and (max-width: 765px) {
  .page.cart .cart_empty h1 {
    margin-bottom: 10px;
    padding-top: 29px;
  }
  .page.cart .cart_empty p {
    line-height: 1.5em;
    padding: 23px 16px;
  }
}

#contact .errors {
  max-width: 600px;
}
@media screen and (max-width: 765px) {
  #contact h1 {
    padding: 16px 16px 0;
  }
  #contact .errors {
    margin: 16px 16px 0;
    max-width: 100%;
  }
}

form.contact {
  max-width: 600px;
}
@media screen and (max-width: 765px) {
  form.contact {
    max-width: none;
    padding: 16px;
  }
}
form.contact .contact-field {
  border-top-color: #2B2B2B;
  border-top-style: solid;
  border-top-width: 1px;
  margin-top: 15px;
  padding-top: 15px;
}
@media screen and (max-width: 765px) {
  form.contact .contact-field {
    border: none;
    margin-top: 20px;
    padding-top: 0;
  }
  form.contact .contact-field:last-child {
    margin-top: 0;
  }
}
form.contact .contact-field:first-child {
  border: none;
  margin: 0;
  padding: 0;
}
form.contact label {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
form.contact input[type=text],
form.contact textarea {
  height: 44px;
  font-size: 16px;
  width: 100%;
}
form.contact textarea {
  height: 140px;
}
form.contact .captcha {
  margin-bottom: 0;
}
form.contact .recaptcha-note {
  display: block;
  font-size: 14px;
  margin-bottom: 15px;
}
@media screen and (max-width: 765px) {
  form.contact button {
    display: block;
    margin-top: 32px;
    width: 60%;
  }
}

.page.custom {
  max-width: 600px;
}
@media screen and (max-width: 765px) {
  .page.custom {
    max-width: none;
    padding: 0 16px 32px;
  }
}
@media screen and (max-width: 765px) {
  .page.custom h1 {
    height: 55px;
    padding: 29px 0 0;
    margin-bottom: 30px;
  }
}

.page.custom a,
.product_detail .description a {
  text-decoration: underline;
}
.page.custom h2,
.page.custom h3,
.page.custom h4,
.page.custom h5,
.page.custom h6,
.product_detail .description h2,
.product_detail .description h3,
.product_detail .description h4,
.product_detail .description h5,
.product_detail .description h6 {
  margin-bottom: 15px;
}
.page.custom p,
.page.custom ul,
.page.custom ol,
.page.custom dl,
.product_detail .description p,
.product_detail .description ul,
.product_detail .description ol,
.product_detail .description dl {
  font-size: 16px;
  line-height: 1.5em;
}
.page.custom ol,
.page.custom ul,
.product_detail .description ol,
.product_detail .description ul {
  padding-left: 2.5em;
  width: auto;
}
.page.custom ol,
.product_detail .description ol {
  list-style: decimal;
}
.page.custom ul,
.product_detail .description ul {
  list-style: disc;
}
.page.custom dl dt,
.product_detail .description dl dt {
  color: #FFFFFF;
  font-size: 16px;
  margin-bottom: 5px;
}
.page.custom dl dd,
.product_detail .description dl dd {
  margin-bottom: 15px;
}
.page.custom img,
.page.custom object,
.page.custom video,
.page.custom audio,
.page.custom iframe,
.page.custom embed,
.product_detail .description img,
.product_detail .description object,
.product_detail .description video,
.product_detail .description audio,
.product_detail .description iframe,
.product_detail .description embed {
  max-width: 100%;
  margin: 15px 0;
}
/*------------------------------------------------------------

Theme:  Sidecar
Author: Big Cartel
        http://bigcartel.com

        Big Cartel Stores CSS
        Copyright 2013 Big Cartel, LLC
        More info at: http://bigcartel.com

------------------------------------------------------------*/

/*


 */

/*============================================================
  Custom Styles - add and override styles below.
============================================================*/

