/*============================================================================
  Classic | A theme by Shopify
  Built on Timber v2.0.0
==============================================================================*/
/*================ Variables, theme settings, and Sass mixins from Timber ================*/
/*================ Global | Sass Mixins ================*/
/*============================================================================
  Dependency-free breakpoint mixin
    - http://blog.grayghostvisuals.com/sass/sass-media-query-mixin/
==============================================================================*/
/*================ The following are dependencies of csswizardry grid ================*/
/*================ Color variables ================*/
/*================ Typography variables ================*/
/*================ Theme-specific partials ================*/
h1, .h1, .shopify-product-reviews .spr-header-title {
  font-size: 1.75em; }

h2, .h2 {
  font-size: 1.625em; }

h3, .h3 {
  font-size: 1.125em; }

h4, .h4,
.breadcrumb,
.tags {
  font-size: 0.9375em;
  line-height: 1.4; }

h4, .h4 {
  text-transform: uppercase; }

h5, .h5,
h6,
.h6 {
  font-size: 0.875em; }

/*================ Footer ================*/
.site-footer p,
.site-footer li,
.site-footer .rte,
.site-footer input {
  font-size: 0.85em; }

/*================ Module-specific styles ================*/
.sidebar-module {
  margin-bottom: 30px; }
  .sidebar-module img {
    display: block;
    max-width: 100%; }

.sidebar-module__list {
  margin-bottom: 0; }
  .sidebar-module__list a {
    color: #4c4c4c; }
    .sidebar-module__list a:active, .sidebar-module__list a:focus, .sidebar-module__list a:hover, .sidebar-module__list a.is-active, .sidebar-module__list a.is-open {
      color: #338dbc; }

.sidebar-module__hidden-item {
  display: none; }

.sidebar-module__collapse {
  display: none; }

.sidebar-module__list--expand .sidebar-module__hidden-item {
  display: block; }
.sidebar-module__list--expand + .sidebar-module__viewmore .sidebar-module__expand {
  display: none; }
.sidebar-module__list--expand + .sidebar-module__viewmore .sidebar-module__collapse {
  display: inline-block; }

.sidebar-sublist__trigger-wrap {
  position: relative;
  padding-right: 20px; }

.sidebar-sublist a {
  display: block; }

.sidebar-sublist__expand,
.sidebar-sublist__contract {
  background: none;
  border: 0 none;
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  height: 20px;
  width: 20px;
  margin-top: -10px;
  color: #338dbc;
  font-size: 0.5em;
  vertical-align: middle;
  text-align: center; }

.sidebar-sublist__contract {
  display: none; }

.sidebar-sublist.is-open .sidebar-sublist__contract {
  display: block; }
.sidebar-sublist.is-open .sidebar-sublist__expand {
  display: none; }

.sidebar-sublist__content {
  display: none;
  margin: 10px 0 10px 10px;
  padding-left: 10px;
  border-left: 3px solid #f0f0f0;
  font-size: 0.875em; }
  .sidebar-sublist.is-open .sidebar-sublist__content {
    display: block; }

.sidebar-module__article {
  line-height: 1.4;
  margin-bottom: 10px; }
  .sidebar-module__article + .sidebar-module__article {
    border-top: 1px solid #f0f0f0;
    padding-top: 10px; }

.header-bar {
  *zoom: 1;
  font-size: 0.875em;
  background-color: #14720f;
  color: white;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: center; }
  .header-bar:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 769px) {
    .header-bar {
      text-align: right;
      padding-top: 8px;
      padding-bottom: 8px; } }
  .header-bar a,
  .header-bar button {
    color: white; }
    .header-bar a:hover, .header-bar a:active, .header-bar a:focus,
    .header-bar button:hover,
    .header-bar button:active,
    .header-bar button:focus {
      outline-color: white; }

@media screen and (min-width: 769px) {
  .header-bar__left {
    text-align: left;
    width: 33.33%; }

  .header-bar__right {
    width: 66.66%; } }
.header-bar__module {
  margin-bottom: 15px; }
  .header-bar__right .header-bar__module:last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 769px) {
    .header-bar__module {
      display: inline-block;
      vertical-align: middle;
      text-align: left;
      margin-bottom: 0; } }

.header-bar__module--list {
  list-style: none;
  margin: 0; }
  .header-bar__module--list li {
    display: inline-block;
    margin: 0; }
    .header-bar__module--list li + li {
      margin-left: 6px; }

.cart-toggle {
  display: inline-block; }

.header-bar__cart-icon {
  font-size: 1.2em;
  margin-right: 4px; }

.header-bar__cart-count {
  display: inline-block;
  border-radius: 3px;
  background-color: white;
  color: #338dbc;
  line-height: 1;
  font-size: 1.1em;
  padding: 5px 10px;
  margin-left: 4px; }

.hidden-count {
  display: none; }

.header-bar__sep {
  display: none; }
  @media screen and (min-width: 769px) {
    .header-bar__sep {
      color: white;
      opacity: 0.4;
      display: inline-block;
      padding: 0 10px; } }

.header-bar__search {
  *zoom: 1;
  position: relative;
  background-color: #fff;
  border: 0 none;
  border-radius: 3px;
  min-width: 100px; }
  .header-bar__search:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 769px) {
    .header-bar__search {
      max-width: 160px;
      margin-left: 20px; } }
  .header-bar__search form,
  .header-bar__search input,
  .header-bar__search button {
    margin-bottom: 0; }

.header-bar__search-input[type="search"] {
  display: block;
  width: 60%;
  float: right;
  background: transparent;
  border-color: transparent;
  padding: 5px 0; }
  .header-bar__search-input[type="search"]:focus {
    background: transparent;
    border-color: transparent; }

.header-bar__search-submit {
  display: block;
  float: left;
  width: 40%;
  font-size: 16px;
  padding: 4px 0; }

.supports-fontface .header-bar__search-submit {
  width: 20%; }
.supports-fontface .header-bar__search-input[type="search"] {
  width: 80%; }
@media screen and (max-width: 768px) {
  .supports-fontface .header-bar__search-submit {
    width: 10%;
    float: left; }
  .supports-fontface .header-bar__search-input[type="search"] {
    width: 90%;
    float: right; } }

.header-bar__search .btn,
.header-bar__search .btn:hover,
.header-bar__search .btn:focus {
  background: transparent;
  color: #338dbc; }

/*================ Module | Grid Link ================*/
.grid-link__container {
  margin-bottom: -30px; }

.grid-link,
.grid-link--focus {
  position: relative;
  display: block;
  padding-bottom: 30px;
  line-height: 1.3; }
  .grid-link:hover .grid-link__image, .grid-link:active .grid-link__image,
  .grid-link--focus:hover .grid-link__image,
  .grid-link--focus:active .grid-link__image {
    opacity: 0.8; }

.grid-link--focus {
  padding: 20px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px; }
  .grid-link--focus:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fafafa;
    -webkit-transition: all 0.08s ease-in;
    -moz-transition: all 0.08s ease-in;
    -ms-transition: all 0.08s ease-in;
    -o-transition: all 0.08s ease-in;
    transition: all 0.08s ease-in; }
  .grid-link--focus:hover, .grid-link--focus:active {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.grid-link__image {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0 auto 6px;
  -webkit-transition: all 0.08s ease-in;
  -moz-transition: all 0.08s ease-in;
  -ms-transition: all 0.08s ease-in;
  -o-transition: all 0.08s ease-in;
  transition: all 0.08s ease-in; }
  .grid-link__image img {
    display: block;
    margin: 0 auto;
    max-width: 100%; }
    .sold-out .grid-link__image img {
      opacity: 0.4;
      filter: alpha(opacity=40); }
  .list-view__product .grid-link__image {
    min-width: 130px; }

.grid-link__image-centered {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  overflow: hidden; }

.grid-link__title,
.grid-link__meta {
  position: relative;
  margin-bottom: 5px; }

.grid-link__meta {
  color: #4c4c4c;
  line-height: 1.4; }

.grid-link__sale_price {
  opacity: 0.7;
  filter: alpha(opacity=70); }

.list-view__product {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 10px;
  padding-bottom: 10px; }

.badge {
  display: table;
  position: absolute;
  width: 55px;
  height: 55px;
  background-color: #338dbc;
  color: white;
  border-radius: 50%;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  font-size: 0.625em;
  line-height: 1.1;
  z-index: 10; }

.badge--sold-out {
  top: 50%;
  left: 50%;
  margin-top: -27.5px;
  margin-left: -27.5px; }

.badge--sale {
  top: -18.33333px;
  left: -18.33333px; }

.badge__text {
  display: table-cell;
  vertical-align: middle;
  padding: 2px 8px 0; }

.badge__text--small {
  font-size: 8px;
  padding-top: 0; }

/*============================================================================
  #Product Reviews - Free Shopify App
    - https://apps.shopify.com/product-reviews
==============================================================================*/
.shopify-product-reviews {
  margin: 0;
  /*================ Summary Rating ================*/
  /*================ Content ================*/
  /*================ Individual Ratings ================*/
  /*================ Review Form ================*/ }
  .shopify-product-reviews .spr-header-title {
    display: none; }
  .shopify-product-reviews .spr-container {
    padding: 0 !important;
    border: 0 none; }
  .shopify-product-reviews .spr-summary {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 15px;
    margin-bottom: 30px; }
    @media screen and (min-width: 769px) {
      .shopify-product-reviews .spr-summary {
        float: left;
        border: 1px solid #f0f0f0;
        width: 20%;
        padding: 10px; }
        .shopify-product-reviews .spr-summary .spr-summary-starrating {
          display: block;
          margin: 0; } }
  .shopify-product-reviews .spr-summary-caption {
    font-size: 14px; }
    @media screen and (min-width: 769px) {
      .shopify-product-reviews .spr-summary-caption {
        display: block;
        border-bottom: 1px solid #f0f0f0;
        margin-bottom: 10px;
        padding-bottom: 10px; } }
  .shopify-product-reviews .spr-summary-actions-newreview:after {
    content: ' \203A';
    clear: none;
    display: inline; }
  @media screen and (min-width: 769px) {
    .shopify-product-reviews .spr-summary-actions-newreview {
      float: none; } }
  .shopify-product-reviews .spr-header:after {
    clear: none; }
  @media screen and (min-width: 769px) {
    .shopify-product-reviews .spr-content {
      float: left;
      width: 80%;
      padding-left: 30px; } }
  .shopify-product-reviews .spr-reviews {
    margin: 0; }
  .shopify-product-reviews .spr-review {
    padding: 0;
    margin: 0;
    border: 0 none; }
    .shopify-product-reviews .spr-review + .spr-review {
      margin-top: 15px; }
  .shopify-product-reviews .spr-review-content-body {
    font-size: inherit; }
    .shopify-product-reviews .spr-review-content-body br {
      content: '';
      display: block;
      overflow: hidden;
      height: 1px; }
  .shopify-product-reviews .spr-review-header {
    *zoom: 1;
    margin-bottom: 0; }
    .shopify-product-reviews .spr-review-header:after {
      content: "";
      display: table;
      clear: both; }
  .shopify-product-reviews .spr-review-header-title {
    margin-right: 15px;
    font-family: "Droid Sans", "HelveticaNeue", "Helvetica Neue", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 20px;
    position: relative;
    top: 2px; }
  @media screen and (min-width: 769px) {
    .shopify-product-reviews .spr-review-header-starratings,
    .shopify-product-reviews .spr-review-header-title {
      display: inline; }
    .shopify-product-reviews .spr-review-header-title {
      float: left; } }
  .shopify-product-reviews .spr-review-header-starratings {
    position: relative;
    top: -2px;
    margin: 0 15px 10px 0; }
  .shopify-product-reviews .spr-review-header-byline {
    position: relative;
    top: -2px;
    display: inline-block;
    margin: 0; }
  .shopify-product-reviews .spr-review-reportreview {
    display: none; }
  .shopify-product-reviews .spr-form {
    border: 0 none;
    border-bottom: 1px solid #f0f0f0;
    margin: 0 0 30px;
    padding: 0 0 30px; }

/*================ Star Icons ================*/
.spr-badge-starrating,
.spr-icon {
  color: #ffd500;
  font-size: 0.7em; }

/*================ Review count ================*/
.spr-badge-caption {
  display: inline-block;
  font-size: 13px; }

/*================ Hide review badge if no reviews ================*/
.grid-link .spr-badge[data-rating="0.0"] {
  display: none; }

.mobile-nav-trigger,
.mobile-cart-toggle {
  font-weight: bold; }
  .mobile-nav-trigger .icon,
  .mobile-cart-toggle .icon {
    position: relative;
    top: -1px;
    vertical-align: middle;
    padding-right: 4px; }

.mobile-nav-trigger {
  display: block;
  float: left;
  background: none;
  border: 0 none;
  padding: 0;
  margin: 0; }
  .mobile-nav-trigger .icon {
    font-size: 1.4em; }

.mobile-cart-toggle {
  display: block;
  float: right; }
  .mobile-cart-toggle .header-bar__cart-icon {
    font-size: 1.4em; }
  .mobile-cart-toggle .cart-count:before {
    display: inline;
    content: "("; }
  .mobile-cart-toggle .cart-count:after {
    display: inline;
    content: ")"; }

.mobile-nav {
  display: none;
  list-style: none;
  text-align: left;
  margin: 0; }
  .mobile-nav li {
    margin: 0; }

.mobile-nav__link {
  display: block;
  border-top: 1px solid white;
  border-color: rgba(255, 255, 255, 0.2);
  /*================ Can't always control anchor markup to add a class ================*/ }
  .mobile-nav__link > a {
    display: block;
    padding: 12px 15px;
    font-size: 0.9375em;
    font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", sans-serif;
    font-weight: 700;
    text-transform: uppercase; }
    @media screen and (min-width: 480px) {
      .mobile-nav__link > a {
        padding-left: 30px;
        padding-right: 30px; } }

.mobile-nav__sublist-expand,
.mobile-nav__sublist-contract {
  display: inline-block;
  font-size: 0.6em;
  vertical-align: middle;
  margin: -2px 0 0 4px; }

.mobile-nav__sublist-contract {
  display: none; }

.mobile-nav__sublist-trigger.is-active .mobile-nav__sublist-contract {
  display: inline-block; }
.mobile-nav__sublist-trigger.is-active .mobile-nav__sublist-expand {
  display: none; }

.mobile-nav__sublist {
  list-style: none;
  margin: 0;
  display: none;
  background-color: #fafafa; }
  .mobile-nav__sublist .mobile-nav__sublist {
    margin-left: 15px; }
    .mobile-nav__sublist .mobile-nav__sublist .mobile-nav__sublist-link a {
      border-top: none; }

.mobile-nav__sublist-link a {
  display: block;
  padding: 12px 15px;
  color: #333333;
  font-size: 0.9375em;
  font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", sans-serif;
  border-top: 1px solid #f0f0f0; }
  @media screen and (min-width: 480px) {
    .mobile-nav__sublist-link a {
      padding-left: 30px;
      padding-right: 30px; } }
  .mobile-nav__sublist-link a:hover {
    opacity: 1;
    color: #338dbc; }

/*============================================================================
  #FlexSlider
    - jQuery FlexSlider v2.2.0 | http://www.woothemes.com/flexslider/
    - Contributing author: Tyler Smith (@mbmufffin)
==============================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider li {
  margin: 0;
  max-width: 100%; }

.flexslider .slides > li {
  display: none;
  /* Hide the slides before the JS is loaded. Avoids image jumping */
  margin: 0;
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

.flexslider .slides img {
  max-width: 100%;
  margin: 0 auto;
  display: block; }

.slides {
  *zoom: 1; }
  .slides:after {
    content: "";
    display: table;
    clear: both; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/*================ No JS Fallback ================*/
.no-js .slides > li:first-child {
  display: block; }

.flexslider {
  position: relative;
  zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

/*================ Direction Nav ================*/
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  display: block;
  width: 45px;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0.4s;
  -moz-transition: all 0.3s ease 0.4s;
  -ms-transition: all 0.3s ease 0.4s;
  -o-transition: all 0.3s ease 0.4s;
  transition: all 0.3s ease 0.4s; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

.flex-direction-nav a {
  text-indent: -9999px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 20px auto;
  /*================ Hide SVG arrows in oldIE ================*/ }
  .lte-ie9 .flex-direction-nav a {
    display: none; }
  .flex-direction-nav a.flex-prev {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjIuM3B4IiBoZWlnaHQ9IjQwcHgiIHZpZXdCb3g9IjAgMCAyMi4zIDQwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyMi4zIDQwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNEM0QzRDMiIGQ9Ik0xOC43LDBMMCwxOS43TDE4LjcsNDBjMCwwLDUuMi0xLDMuMS0zLjFTNS43LDE5LjcsNS43LDE5LjdzMTQtMTQuNSwxNi4xLTE2LjZTMTguNywwLDE4LjcsMHoiLz4NCjwvc3ZnPg0K");
    background-position: center center; }
  .flex-direction-nav a.flex-next {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjIuM3B4IiBoZWlnaHQ9IjQwcHgiIHZpZXdCb3g9IjAgMCAyMi4zIDQwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyMi4zIDQwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNEM0QzRDMiIGQ9Ik0wLjUsMy4xYzIuMSwyLjEsMTYuMSwxNi42LDE2LjEsMTYuNlMyLjYsMzQuOCwwLjUsMzYuOVMzLjYsNDAsMy42LDQwbDE4LjctMjAuM0wzLjYsMEMzLjYsMC0xLjYsMSwwLjUsMy4xDQoJeiIvPg0KPC9zdmc+DQo=");
    background-position: center center; }

/*================ Control Nav ================*/
.flex-control-nav {
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none; }
  .flex-control-nav li {
    margin: 0 4px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle; }

.flex-control-paging li a {
  width: 12px;
  height: 12px;
  display: block;
  background-color: #ededed;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
  border: 2px solid #fff; }
  .flex-control-paging li a:hover {
    background-color: #333; }
  .flex-control-paging li a.flex-active {
    background-color: #fff;
    border-color: #338dbc;
    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%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

.flexslider:hover .flex-next,
.flexslider:hover .flex-prev {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.flex-direction-nav .flex-prev {
  left: 20px; }

.flex-direction-nav .flex-next {
  right: 20px; }

.flexslider:hover .flex-prev {
  left: 0; }

.flexslider:hover .flex-next {
  right: 0; }

/*================ Custom Flexslider Styles ================*/
.flexslider .slides {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.slide-link {
  display: block; }
  .slide-link img {
    display: block; }