@font-face {
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: normal;
  src: local("Helvetica"), url("Helvetica.woff") format("woff"); }

.site-wrapper {
  margin: 0 auto;
  padding: 0 15px; }
  @media only screen and (min-width: 750px) {
    .site-wrapper {
      padding: 0 10%; } }

.sidebar .site-nav {
  margin-top: 50px;
  display: block; }
  @media only screen and (max-width: 780px) {
    .sidebar .site-nav {
      display: none;
      margin-top: 0px; } }

.sidebar {
  padding-left: 0px; }
  .sidebar .toggle_btn {
    display: none; }
    @media only screen and (max-width: 780px) {
      .sidebar .toggle_btn {
        display: block;
        border-top: 1px solid #e8e8e8;
        border-bottom: 1px solid #e8e8e8; } }
    .sidebar .toggle_btn button {
      outline: none;
      height: 70px; }
      .sidebar .toggle_btn button svg {
        width: 25px; }
  @media only screen and (max-width: 780px) {
    .sidebar {
      width: 100%;
      padding-left: 60px;
      text-align: center; } }

.grid--uniform > .grid__item {
  margin-bottom: 30px; }

.product {
  position: relative; }

.medium-up--one-third {
  flex-grow: 1;
  flex: 0 1 33.33%; }

.medium-up--one-fifth {
  width: 20%; }
  @media only screen and (max-width: 780px) {
    .medium-up--one-fifth {
      width: 100%; } }

.medium-up--four-fifths {
  width: 80%; }
  @media only screen and (max-width: 780px) {
    .medium-up--four-fifths {
      width: 100%; } }

.flex {
  display: flex;
  flex-wrap: wrap; }

@media only screen and (max-width: 780px) {
  .small--one-half {
    flex: 0 1 50%;
    flex-grow: 1; } }
.site-nav__item {
  display: block;
  width: 100%;
  font-size: 16px;
  font-family: Helvetica,"Helvetica Neue",Arial,"Lucida Grande",sans-serif;
  font-weight: 400;
  border-bottom: 1px solid #e8e8e8; }
  .site-nav__item a {
    padding: 15px 0;
    color: #333 !important; }

header h1 {
  letter-spacing: 1px;
  font-family: "Oswald",sans-serif;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase; }

#shopify-section-collection-template-custom {
  margin-top: 30px; }

.product .product__title {
  font-size: 16px;
  font-family: "Oswald",sans-serif;
  text-transform: uppercase;
  font-weight: 600 !important; }
.product .product__prices .product__price {
  font-size: 20px; }
.product .product__prices .product__price--on-sale {
  font-size: 20px; }
.product img {
  width: 100%;
  height: auto; }

.sidebar_title {
  font-size: 25px;
  letter-spacing: 1px;
  font-family: "Oswald",sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  margin: 10px 0 15px 30px; }

.collection_btn {
  display: flex;
  justify-content: center;
  margin-top: 10px; }
  .collection_btn .btn-default {
    padding: 5px 20px;
    font-size: 20px;
    background: #000;
    color: #fff;
    border-radius: 0;
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    font-weight: normal; }

.reveal .hidden {
  display: block !important;
  visibility: visible !important; }

.product:hover .reveal img {
  opacity: 1; }

.reveal {
  position: relative; }

.reveal .hidden {
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }

.reveal:hover .hidden {
  z-index: 100000;
  opacity: 1; }

.reveal .caption {
  position: absolute;
  top: 0;
  display: table;
  width: 100%;
  height: 100%;
  background-color: white;
  /* fallback for IE8 */
  background-color: rgba(255, 255, 255, 0.7);
  font: 13px/1.6 sans-serif;
  text-transform: uppercase;
  color: #333;
  letter-spacing: 1px;
  text-align: center;
  text-rendering: optimizeLegibility; }

.reveal .hidden .caption .centered {
  display: table-cell;
  vertical-align: middle; }

@media (min-width: 480px) and (max-width: 979px) {
  .reveal .caption {
    font-size: 11px; } }
.pagination {
  margin-bottom: 2em;
  font-size: 20px;
  font-family: "Oswald",sans-serif;
  letter-spacing: 1px; }

.icon-close {
  display: none; }

.icon-open {
  display: block; }

.open .icon-close {
  display: block; }

.open .icon-open {
  display: none; }

.sidebar .site-nav--active {
  background: #F9C307; }

.sidebar .site-nav__link {
  padding-left: 15px; }

.main-header .grid--table > .grid__item {
  float: none;
  display: table-cell;
  vertical-align: middle; }
