html {
  box-sizing: border-box;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: 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;
}

figure,
img,
video {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
body {
  font: 400 16px "Lato";
  line-height: 1.8;
  hyphens: auto;
  color: white;
  background-color: #191919;
}

a {
  font-weight: 700;
  color: #bebebe;
  text-decoration: none;
  cursor: pointer;
  transition: all 125ms ease-in-out;
}
a:hover, a:active {
  color: #999999;
}

::selection {
  background: #bebebe;
  color: white;
}
.topbar {
  background: white;
  color: #191919;
  min-height: 46px;
  padding: 6px 0;
}
.topbar p {
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .topbar p {
    margin: 4px 0 11px;
  }
}

.topbar_container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  width: 88%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .topbar_container {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .topbar .x-social-global {
    margin: 0 1% 6px 1%;
  }
}
.topbar .x-social-global a {
  width: 32px;
  height: 32px;
  margin-left: 6px;
  line-height: 32px;
  font-size: 18px;
}

.topbar .x-social-global a.foursquare {
  font-size: 17px;
}

.x-social-global {
  font-weight: 400;
  line-height: 1;
}

.topbar .x-social-global a {
  color: #191919;
}

.x-social-global a {
  display: inline-block;
  text-align: center;
  border-radius: 100em;
}

.site-footer .x-social-global a {
  margin: 0 1%;
  width: 54px;
  height: 54px;
  font-size: 21px;
  line-height: 54px;
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
}

.site-footer .x-social-global a i {
  display: block;
}

.x-social-global a:hover.facebook {
  background-color: #3b5998;
}

.x-social-global a:hover.twitter {
  background-color: #00abf0;
}

.x-social-global a:hover.google-plus {
  background-color: #d84b35;
}

.x-social-global a:hover.linkedin {
  background-color: #1a81ad;
}

.x-social-global a:hover.xing {
  background-color: #006567;
}

.x-social-global a:hover.foursquare {
  background-color: #0f6bb6;
}

.x-social-global a:hover.youtube {
  background-color: #cc181e;
}

.x-social-global a:hover.vimeo {
  background-color: #44bbff;
}

.x-social-global a:hover.instagram {
  background-color: #3f729b;
}

.x-social-global a:hover.pinterest {
  background-color: #cd1f28;
}

.x-social-global a:hover.dribbble {
  background-color: #ea4b8b;
}

.x-social-global a:hover.flickr {
  background-color: #ff0084;
}

.x-social-global a:hover.behance {
  background-color: #1769ff;
}

.x-social-global a:hover.tumblr {
  background-color: #36465d;
}

.x-social-global a:hover.soundcloud {
  background-color: #ff5500;
}

.x-social-global a:hover.rss {
  background-color: #fe6e00;
}

.x-social-global a i {
  display: block;
}

.logobar {
  line-height: 0;
  padding-top: 15px;
  padding-bottom: 0px;
  text-align: center;
}

.brand img {
  width: 100px;
}

.navbar_container {
  width: 88%;
  max-width: 1200px;
  min-height: 90px;
  margin-left: auto;
  margin-right: auto;
}

#menu-main-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  position: relative;
  left: 6px;
}

#menu-main-menu li {
  height: 90px;
  padding-left: 19.5px;
  padding-right: 19.5px;
  padding-top: 37px;
}

#menu-main-menu a {
  padding-bottom: 5px;
  color: white;
  font: 700 1rem "Lato";
  letter-spacing: 0.085em;
  text-transform: uppercase;
  line-height: 1;
}

#menu-main-menu a:hover,
#menu-main-menu .current-menu-item a {
  color: #dbdbdb;
  box-shadow: 0 2px 0 0 #dbdbdb;
}

.current-menu-item a {
  color: #dbdbdb;
}

.navbar_bigcartel {
  position: relative;
  top: -4px;
  padding-left: 17px;
  padding-right: 17px;
}

#menu-main-menu a.navbar_search_link:hover {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

#menu-main-menu a.navbar_bigcartel_link {
  background: white;
  padding: 0.35em 0.625em 0.4em 0.625em;
}
#menu-main-menu a.navbar_bigcartel_link:hover {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  background: white;
}

.x-icon-shopping-cart {
  color: #191919;
}

.content {
  width: 88%;
  max-width: 1200px;
  margin: 2.75em auto;
}

#product .content,
#home .content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

#products div.product {
border-top: 0 none;
display: inline-block;
height: 100%;
margin-left: 0;
float: none;
margin-right: 1%;
position: relative;
box-sizing: border-box;
width: 23.81%;
}

.left-column, .homepage.product-grid {
  width: 68.79803%;
  margin-top: 50px;
}

.right-column, .homepage.mini-cart {
  width: 24.79803%;
  margin-top: 50px;
}

.custom-content {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%;
}

@media (max-width: 750px) {
  #home .content {
    flex-direction: column;
  }

  .left-column, .homepage.product-grid {
    width: 100%;
    order: 2;
  }

  .right-column, .homepage.mini-cart {
    width: 100%;
    order: 1;
  }

}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.05;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
}

.product-grid ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}


.product-grid ul li {
  width: 30.66667%;
  margin-bottom: 9.25%;
}

@media (max-width: 700px) {
  .product-grid ul li {
    width: 44%
  }
}

@media (max-width: 550px) {

  .product-grid ul {
    flex-direction: column;
  }
  
  .product-grid ul li {
    width: 98%;
  }
}

.product-grid figure {
  position: relative;
}
.product-grid figure div {
  display: none;
  position: absolute;
  bottom: 30px;
  width: 100%;
}
.product-grid figure div span {
  display: block;
  width: 80%;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
}

.product-grid a:hover figure div {
  display: block;
}

.product-grid img {
  width: 100% !important;
  padding: 6px;
  border: 2px solid #e5e5e5;
  background-color: #fff;
}

h3.product-title {
  padding-top: 5px;
}

h3.product-title a {
  padding-bottom: 0.5em;
  font-size: 24px;
  color: white;
}
h3.product-title a:hover {
  color: #dbdbdb;
}

.product-price {
  font-weight: 400;
  font-size: 18px;
  color: #bebebe;
}

.product-price + strong {
  position: relative;
  top: -1px;
  font-weight: 700;
  text-transform: uppercase;
}

.pagination {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.pagination > .disabled {
  display: none;
}

.mini-cart h4:before {
  content: "\f07a";
  top: -0.05em;
  padding-right: 0.4em;
  font: 400 0.945em "fontawesome";
}

h4 {
  margin: 0 0 0.65em;
  font-size: 170%;
}

.mini-cart_list_item {
  padding: 0.65em 0;
}
.mini-cart_list_item:before, .mini-cart_list_item:after {
  content: " ";
  display: table;
}
.mini-cart_list_item:after {
  clear: both;
}

.mini-cart_list li {
  border-top: solid 1px #f2f2f2;
}

.mini-cart_list_item .h5 {
  margin-bottom: calc(1em + 2px);
}

.mini-cart_list_item a {
  border-bottom: 0;
  font-weight: 400;
  font-size: 121%;
  line-height: 1.3;
}

.mini-cart_list_item img {
  float: right;
  width: 68px;
  margin-left: 0.65em;
  margin-right: 0;
  padding: 4px;
  border: 2px solid #e5e5e5;
  line-height: 1.8;
  background-color: #fff;
}

.mini-cart_list_item .product-price {
  display: block;
  font-size: 16px;
  color: white;
}

.mini-cart_cart {
  border: solid 1px white;
  font-size: 11px;
  text-align: center;
}
.mini-cart_cart a, .mini-cart_cart .mini-cart_subtotal {
  padding: 5px;
}

.mini-cart_subtotal {
  text-transform: uppercase;
}

.mini-cart_view-cart {
  border-top: solid 1px white;
}

.mini-cart_view-cart a {
  width: 50%;
  display: inline-block;
  color: white;
}
.mini-cart_view-cart a:first-child {
  border-right: solid 1px white;
}
.mini-cart_view-cart a:hover {
  color: #191919;
  background: white;
}

.button, .product-grid figure div span,
input[type="submit"],
button {
  text-align: center;
  line-height: 1.3;
  padding: 0.563em 1.125em 0.813em;
  font: 400 14px "Lato";
  vertical-align: middle;
  color: white;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: solid 1px rgba(173, 17, 0, 0);
  background-color: #707070;
  text-shadow: 0 0.075em 0.075em rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.button:hover, .product-grid figure div span:hover,
input[type="submit"]:hover,
button:hover {
  border-color: white;
  background-color: #191919;
  text-shadow: 0 0.075em 0.075em rgba(0, 0, 0, 0.5);
}

input {
  font-family: "Lato";
}

select, input[type="file"] {
  width: 100%;
  height: 2.65em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  display: inline-block;
  height: 2.65em;
  border: 2px solid #ddd;
  padding: 0 0.65em;
  font-size: 16px;
  line-height: normal;
  color: #555;
  background-color: #fff;
}

.checkout-button,
.add-to-cart {
  font-size: 20px;
  margin-bottom: 2rem;
}

.product-page_images {
  width: 48%;
}

.product-page_information {
  width: 48%;
}
.product-page_information p + p {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

h1.product-title, .related-products_headline {
  margin: 0 0 0.25em;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.11;
}

#product .product-price {
  display: block;
  margin: 0 0 1.5em;
  font-size: 24px;
  line-height: 1;
  color: #bebebe;
}

.product-page_options {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  margin: 2rem 0;
}
.product-page_options label {
  width: 25%;
}
.product-page_options select {
  width: 75%;
}

.product-page_quantity {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  margin: 2rem 0;
}
.product-page_quantity label {
  width: 25%;
}
.product-page_quantity span {
  width: 75%;
}
.product-page_quantity input {
  width: 100px;
  margin-right: 1rem;
}

.cart_products {
  list-style: none;
}

.cart_product-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  margin: 1rem 0;
  padding: 1rem 0;
  border-bottom: 1px solid #f2f2f2;
}

.cart_product-item.thead {
  margin: .25rem 0;
  padding: .25rem 0;
  font-weight: 700;
}

.cart_product-item_image {
  width: 120px;
}
@media screen and (max-width: 960px) {
  .cart_product-item_image {
    width: 50px;
  }
}

.cart_product-item_price,
.cart_product-item_cost {
  width: 7%;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .cart_product-item_price {
    display: none;
  }

  .cart_product-item_cost {
    width: 12%;
  }
}
.cart_product-item_product-title {
  width: 50%;
}
@media screen and (max-width: 960px) {
  .cart_product-item_product-title {
    width: 30%;
    line-height: 1.1;
  }
}
.cart_product-item_product-title a {
  font-weight: 400;
}
.cart_product-item_product-title a span {
  color: white;
  display: block;
}

.cart_product-item_quantity input {
  text-align: center;
  width: 65px;
}

.cart_subtotal {
  margin: 4rem 0;
}

.cart_subtotal div {
  margin: 1rem 0;
  padding: 1rem 0;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}
.cart_subtotal div strong {
  display: inline-block;
  width: 150px;
}

.checkout-button_container {
  width: 100%;
  text-align: center;
}

.checkout-button {
  margin-left: auto;
  margin-right: auto;
}

.site-footer {
  text-align: center;
  letter-spacing: 1px;
  font-size: 11px;
  text-transform: uppercase;
}

.site-footer p {
  margin: 20px 0;
}

.site-footer_nav ul {
  list-style: none;
}

.site-footer_nav li {
  display: inline-block;
}
.site-footer_nav li:not(:last-child):after {
  content: "\002F";
  margin: 0 0.55em 0 0.45em;
  opacity: .35;
}

.site-footer_nav a {
  font-weight: 400;
  color: white;
}

.site-footer_nav a:hover {
  opacity: .35;
}

.site-footer .x-social-global {
  line-height: 1;
  margin: 20px 0;
}

.x-visible-phone {
  display: none !important;
}

.x-visible-tablet {
  display: none !important;
}

.x-visible-desktop {
  display: inherit !important;
}

span.x-visible-desktop {
  display: inline !important;
}

.x-hidden-desktop {
  display: none !important;
}

@media (min-width: 768px) and (max-width: 979px) {
  .x-visible-tablet {
    display: inherit !important;
  }

  span.x-visible-tablet {
    display: inline !important;
  }

  .x-hidden-tablet {
    display: none !important;
  }

  .x-hidden-desktop {
    display: inherit !important;
  }

  span.x-hidden-desktop {
    display: inline !important;
  }

  .x-visible-desktop {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .x-visible-phone {
    display: inherit !important;
  }

  span.x-visible-phone {
    display: inline !important;
  }

  .x-hidden-phone {
    display: none !important;
  }

  .x-hidden-desktop {
    display: inherit !important;
  }

  span.x-hidden-desktop {
    display: inline !important;
  }

  .x-visible-desktop {
    display: none !important;
  }
}
.x-navbar {
  position: relative;
  overflow: visible;
  z-index: 1030;
}

.x-navbar .x-container {
  position: relative;
}

.x-nav-wrap.desktop {
  display: block;
}

.x-nav-wrap.mobile {
  display: none;
  clear: both;
  overflow: hidden;
}

@media (max-width: 979px) {
  .x-nav-wrap.desktop {
    display: none;
  }

  .x-nav-wrap.mobile {
    display: block;
  }

  .x-nav-wrap.mobile.collapse {
    display: none;
  }

  .x-nav-wrap.mobile.collapse.in {
    display: block;
  }
}
.x-brand {
  display: block;
  float: left;
  line-height: 1;
  text-decoration: none;
}

.masthead-stacked .x-brand {
  display: inline-block;
  float: none;
}

.x-btn-navbar {
  display: none;
  font-size: 24px;
  line-height: 1;
}

@media (max-width: 979px) {
  .masthead-inline .x-btn-navbar {
    display: block;
    float: right;
  }

  .masthead-stacked .x-btn-navbar {
    display: inline-block;
  }
}
.x-navbar .x-nav a {
  -webkit-transition: none;
  transition: none;
}

.x-navbar .x-nav > li > a > span {
  display: inline-block;
}

@media (max-width: 979px) {
  .masthead-stacked .x-navbar {
    text-align: center;
  }
}
.x-navbar .desktop .x-nav {
  margin: 0;
}

.x-navbar .desktop .x-nav > li {
  float: left;
}

.x-navbar .desktop .x-nav > li > a {
  float: none;
  line-height: 1;
  text-decoration: none;
}

.x-navbar .desktop .x-nav > li > a:hover {
  text-decoration: none;
}

.x-navbar .desktop .x-nav li > a > span:after {
  content: "\f103";
  margin-left: 0.35em;
  font-family: "FontAwesome" !important;
  font-style: normal !important;
  font-weight: normal !important;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.x-navbar .desktop .x-nav li > a:only-child > span:after {
  content: "";
  display: none;
}

.masthead-inline .desktop .x-nav {
  display: block;
  float: right;
}

.masthead-stacked .desktop .x-nav {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.x-navbar .mobile .x-nav {
  margin: 25px 0;
}

.x-navbar .mobile .x-nav li > a {
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 1.5;
  white-space: normal;
}

.x-navbar .mobile .x-nav ul {
  margin: 0 0 0 2.25em;
  list-style: none;
}

.masthead-stacked .mobile .x-nav {
  text-align: initial;
}

[data-x-icon]:before,
[class*="x-icon-"]:before {
  content: attr(data-x-icon);
  line-height: 1;
}

[data-x-icon],
[class*="x-icon-"],
[class^="icon-"]:before {
  font-family: "FontAwesome" !important;
  font-style: normal !important;
  font-weight: normal !important;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.icon-option:before {
  content: "\f14a\0020";
}

.icon-cart:before {
  content: "\f07a\0020";
}

.x-searchform-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2030;
  background-color: rgba(255, 255, 255, 0.925);
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
}

.x-searchform-overlay.in {
  display: table;
}

.x-searchform-overlay .form-search {
  padding-bottom: 2em;
  font-size: 10px;
}

.x-searchform-overlay .form-search:before {
  display: none;
}

.x-searchform-overlay .form-search label {
  margin-bottom: 0.85em;
  font-size: 2.1em;
  line-height: 1.4;
  color: #2c3e50;
}

.x-searchform-overlay .form-search .search-query {
  border: 0;
  padding: 0;
  height: auto;
  font-size: 9.4em;
  letter-spacing: -0.05em;
  line-height: 1;
  color: #2c3e50;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
}

.x-searchform-overlay .form-search .search-query:focus,
.x-searchform-overlay .form-search .search-query:active {
  outline: 0;
}

@media (max-width: 767px) {
  .x-searchform-overlay .form-search {
    font-size: 8px;
  }
}
@media (max-width: 480px) {
  .x-searchform-overlay .form-search {
    font-size: 6px;
  }
}
.x-searchform-overlay-inner {
  display: table-cell;
  vertical-align: middle;
}