/*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.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)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/

@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * 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 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  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);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.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: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  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;
  }
}
/* -------------------------------------------------------------- 
  CSS Reset [ Resets default browser styles ]
-------------------------------------------------------------- */

/* http://meyerweb.com/eric/tools/css/reset/  v2.0 | 20110126   License: none (public domain) */


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{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:none;}table{border-collapse:collapse;border-spacing:0;}


/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

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

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

 */

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: none;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* --------------------------------------------------------------
  Base styles
-------------------------------------------------------------- */
body {
  font-family: Arial Black, "Arial Bold", "Arial-BoldMT", Gadget, sans-serif;
  font-size: 16px;
  color: #FFFFFF;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #000000;
  background-image:  url("https://assets.bigcartel.com/theme_images/88394140/Untitled+design+_2__auto_x2.jpg") ;
  background-repeat: repeat;
}

p, blockquote, ul, ol, dl {
  margin-bottom: 1.2em;
  line-height: 1.4em;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1.2em;
  line-height: 1.4em;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

a,
a:link,
a:visited {
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:active {
  color: #1DC7FF;
  text-decoration: underline;
}

a img {
  display: block;
  text-decoration: none;
  border: none;
}

img {
  border: none;
  -ms-interpolation-mode: bicubic;
}

img,
embed,
iframe,
object,
video {
  max-width: 100%;
}

/* --------------------------------------------------------------
  Elements / Shared
-------------------------------------------------------------- */
button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.button {
  padding: 18px 30px;
  line-height: 1.4em !important;
  margin: 0;
  border: 1px solid #777777;
  color: #FFFFFF !important;
  background: transparent;
  cursor: pointer;
  font-family: Arial Black, "Arial Bold", "Arial-BoldMT", Gadget, sans-serif;
  font-size: 16px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.button.minimal-button {
  background: none;
  border: none;
  font-size: 14px;
  padding: 0;
}
.button.minimal-button:not(:disabled):hover, .button.minimal-button:not(:disabled):active, .button.minimal-button:not(:disabled):focus {
  text-decoration: underline;
}

.button.disabled, .button:disabled {
  cursor: not-allowed;
  opacity: .3;
}

.button:hover {
  color: #1DC7FF !important;
  border-color: #1DC7FF;
}

.button.disabled:hover, .button:disabled:hover {
  border: 1px solid #777777;
  color: #FFFFFF !important;
}

.select {
  border: 1px solid #777777;
  color: #FFFFFF !important;
  font-family: Arial Black, "Arial Bold", "Arial-BoldMT", Gadget, sans-serif;
  height: 58px;
  margin-bottom: 20px;
  max-width: 100%;
  padding: 0;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}
.select select {
  appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  border-radius: 0;
  color: #FFFFFF !important;
  font-family: Arial Black, "Arial Bold", "Arial-BoldMT", Gadget, sans-serif;
  font-size: 16px;
  height: 100%;
  letter-spacing: 1px;
  line-height: 1.4em !important;
  padding: 0 66px 0 16px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
  z-index: 2;
}
.select select option {
  background-color: #FFF;
  color: #000;
}
.select select option:disabled {
  color: graytext;
}
.select select option:focus {
  box-shadow: none;
  outline: none;
}
.select select option::-ms-expand {
  display: none;
}
.select svg {
  fill: #FFFFFF !important;
  height: 8px;
  margin-top: -2px;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 13px;
  z-index: 1;
}
.select:hover, .select:active, .select:focus, .select:focus-within {
  color: #1DC7FF !important;
  border-color: #1DC7FF;
}
.select:hover select, .select:active select, .select:focus select, .select:focus-within select {
  color: #1DC7FF;
}
.select:hover select option:disabled, .select:active select option:disabled, .select:focus select option:disabled, .select:focus-within select option:disabled {
  color: graytext;
}
.select:hover svg, .select:active svg, .select:focus svg, .select:focus-within svg {
  fill: #1DC7FF;
}

input,
textarea {
  padding: 10px 8px;
  width: auto;
  font-family: Arial Black, "Arial Bold", "Arial-BoldMT", Gadget, sans-serif;
  background: #000000;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

li:hover textarea,
li:hover input {
  background: #ECECEC;
}

input:focus,
textarea:focus {
  background: #ECECEC;
}

label {
  display: block;
  float: left;
  width: 170px;
  padding-right: 30px;
  margin-top: 10px;
  text-align: right;
}

ul#error {
  max-width: 550px;
  margin: 20px auto 80px;
  text-align: center;
  color: #F80000;
  border: 1px solid #F80000;
}

ul#error li {
  padding: 14px;
  margin-bottom: 1px;
}

.message {
  max-width: 500px;
  margin: 110px auto 0;
  padding: 25px 25px;
  text-align: center;
}

.message p {
  font-size: 16px;
  margin-bottom: 0;
}

#search {
  position: relative;
  margin-right: 10px;
}

#search #search-form a {
  position: absolute;
  right: 0;
  color: #FFFFFF !important;
}

#search #search-form a:hover {
  color: #FFFFFF !important;
}

#search #search-form input {
  visibility: hidden;
  margin: -15px 0 0;
  outline: none;
  opacity: 0;
  color: #FFFFFF;
  background: #ECECEC;
  border: none;
  transition: all .2s ease-in;
  border-radius: 3px;
}

#search #search-form input:focus {
  color: #000000;
}

#search:hover #search-form a {
  visibility: hidden;
}

#search:hover #search-form input {
  visibility: visible;
  opacity: 1;
  transition: all 0 ease-in;
}

span.arrow {
  display: inline-block;
  position: relative;
  top: -2px;
  margin-left: 10px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #FFFFFF transparent transparent transparent;
}

/* Big Cartel Badge
------------------------------------------------------------*/
#badge {
  width: 100%;
  margin-top: 20px;
}

#badge a {
  display: block;
  margin: 0 auto;
  width: 79px;
  height: 23px;
  border: none;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(https://assets.bigcartel.com/theme_assets/73/1.4.11/images/bc_badge.png) no-repeat;
}

/* --------------------------------------------------------------
  Structure
-------------------------------------------------------------- */
.canvas {
  width: 80%;
  max-width: 800px;
  min-width: 550px;
  margin: 0 auto 0;
}

#home .canvas,
#products_page .canvas,
#product .canvas {
  max-width: 1000px;
}

#site_content {
  position: relative;
  min-width: 550px;
  min-height: 60vh;
  margin: 110px auto 130px;
  padding: 0;
}

/* --------------------------------------------------------------
  Site Header
-------------------------------------------------------------- */
#site_header {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  padding: 25px 0;
}

#branding a,
#cart_nav a {
  color: #FFFFFF;
}

#branding a:hover,
#cart_nav a:hover {
  color: #FFFFFF;
}

#branding {
  float: left;
  max-width: 50%;
  margin-left: 30px;
}

#cart_nav {
  float: right;
  margin-right: 20px;
}

#cart_nav #menu {
  display: none;
}

#cart_nav li {
  float: left;
}

#cart_nav a {
  padding: 0 10px;
}

#cart_nav #cart_info span {
  padding-left: 7px;
}

#theme_image {
  margin: -20px auto 40px;
  text-align: center;
}

#theme_image a {
  display: block;
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
}

#theme_image img {
  height: 100%;
  margin: 0 auto;
  object-fit: contain;
  max-height: 240px;
  width: 100%;
}

#nav_primary {
  position: relative;
  z-index: 11;
  margin: 0 0 70px;
  text-align: center;
}

#nav_primary li {
  display: inline-block;
}

#nav_primary li a {
  padding: 0 12px;
  color: #FFFFFF;
}

#nav_primary li a:hover,
#nav_primary li.selected a {
  color: #FFFFFF;
}

#home #intro .keyline,
#nav_primary .keyline,
#site_footer .keyline {
  clear: both;
  display: block;
  margin: 50px auto 0;
  height: 1px;
  width: 200px;
  background: #777777;
}

/* --------------------------------------------------------------
  Site Footer
-------------------------------------------------------------- */
#site_footer {
  position: relative;
  overflow: hidden;
  opacity: 1;
  width: 100%;
  clear: both;
  padding: 0 0 15px;
  text-align: center;
  transition: all .2s ease-in;
}
#site_footer:hover {
  opacity: 1;
}
#site_footer nav {
  overflow: hidden;
}
#site_footer nav ul {
  margin-bottom: .5em;
}
#site_footer nav ul li {
  display: inline-block;
}
#site_footer nav ul li a {
  display: block;
  padding: 0 12px;
  color: #FFFFFF;
}
#site_footer nav ul li a:hover {
  color: #FFFFFF;
}
#site_footer nav ul li#search {
  display: none;
}
#site_footer #social_links {
  overflow: hidden;
}
#site_footer #social_links li {
  display: inline-block;
}
#site_footer #social_links li a {
  display: block;
  padding: 0 12px;
  color: #FFFFFF;
}
#site_footer #social_links li a:hover {
  color: #FFFFFF;
}
#site_footer nav + #social_links {
  margin: 12px auto;
}

/* --------------------------------------------------------------
  Site Content
-------------------------------------------------------------- */
#content_header {
  margin-top: -25px;
  text-align: center;
}

#content_header h1 {
  font-family: Arial Black, "Arial Bold", "Arial-BoldMT", Gadget, sans-serif;
  font-size: 34px;
  color: #FFFFFF;
}

/* --------------------------------------------------------------
  Loading Spinner
-------------------------------------------------------------- */
.spinner {
  opacity: .5;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 110px;
  left: 50%;
  margin: 0 auto 0 -20px;
  -webkit-animation: rotation 1s infinite linear;
  -moz-animation: rotation 1s infinite linear;
  -o-animation: rotation 1s infinite linear;
  animation: rotation 1s infinite linear;
  border-left: 2px solid #777777;
  border-right: 2px solid #777777;
  border-bottom: 2px solid #777777;
  border-top: 2px solid #FFFFFF;
  border-radius: 100%;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}
@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/*============================================================
  Basic Styles - used for the simple controls
============================================================*/
.maintenance-message {
  text-align: center;
  margin: 100px 20px;
}

#home #intro {
  margin: -28px auto 50px;
  max-width: 660px;
  font-family: Arial Black, "Arial Bold", "Arial-BoldMT", Gadget, sans-serif;
  font-size: 30px;
  color: #FFFFFF;
  text-align: center;
}
#home #intro .keyline {
  margin-bottom: 70px;
}
#home #all_products_btn {
  margin: 100px auto 0;
  display: block;
  width: 198px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}
#home #gallery {
  position: relative;
  margin-top: -71px;
  margin-bottom: 150px;
  z-index: 100;
}
#home #gallery .flex-control-nav {
  bottom: -36px;
}
#home #gallery #shop_products {
  position: absolute;
  right: 0;
  bottom: -39px;
}

/* --------------------------------------------------------------
  Product
-------------------------------------------------------------- */
#product #site_content {
  margin-bottom: 0;
}
#product h1 {
  margin-bottom: 29px;
  line-height: 1.3em;
}
#product .product_images {
  position: relative;
}
#product .product_images .flex-control-nav {
  bottom: -36px;
  display: block;
}
#product .product-form {
  margin: 40px auto 0;
  max-width: 300px;
  width: 100%;
}
#product .product-form .add-to-cart-button, #product .product-form .reset-selection-button {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  display: block;
}
#product .product-form .reset-selection-button-container {
  text-align: center;
  width: 100%;
}
#product .product-form button.reset-selection-button {
  display: none;
  height: auto;
  max-width: 100%;
  line-height: normal;
  margin: 20px auto 0;
  padding: 4px !important;
  width: auto;
}
#product .product_info {
  margin-bottom: 20px;
}
#product .product_info .product_price {
  padding: 15px 0 11px;
}
#product .product_info .product_price h3 {
  position: relative;
  right: 0;
  background: #000;
  padding: 10px;
}
#product .product_info .product_price h3.price {
  position: relative;
  width: 100%;
  color: #FFFFFF;
}
#product .product_info #product_sharing {
  float: right;
  margin-top: -30px;
}
#product .product_info #product_sharing a {
  position: relative;
  z-index: 100;
  color: #FFFFFF;
}
#product .product_info #product_sharing a:hover {
  color: #FFFFFF;
}
#product .product_info #product_sharing ul {
  display: none;
  position: fixed;
  z-index: 200;
  top: 50%;
  left: 50%;
  min-width: 400px;
  padding: 60px 30px 80px;
  background: #FFFFFF;
  opacity: .9;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#product .product_info #product_sharing ul li a {
  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 18px 0 20px;
  text-align: center;
  font-size: 34px;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  transition: background .5s ease-in;
}
#product .product_info #product_sharing ul li a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.3);
  transition: background 0 ease-in;
}
#product .product_info #product_sharing ul li:first-child {
  padding-bottom: 10px;
}
#product .product_info #product_sharing ul li:first-child a {
  color: rgba(255, 255, 255, 0.7);
  border: none;
}
#product .product_info #product_sharing ul li:first-child a:hover {
  background: transparent;
  color: #fff;
}
#product .product_info #product_sharing ul li:last-child a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#product #page_body {
  width: 520px;
  margin: 30px auto 0;
}
#product .product_inventory {
  width: 100%;
  margin: 24px auto;
  line-height: 0;
}
#product .product_inventory ul {
  margin-bottom: 0;
}
#product .product_inventory ul li {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 10px 0 0;
  list-style: none;
}
#product .product_inventory ul li h3 {
  margin: 0 0 4px;
  padding: 0;
  font-size: 16px;
}
#product .product_inventory ul li h3 span {
  float: right;
  color: #FFFFFF;
}
#product .product_inventory ul li .bar {
  z-index: -1;
  float: left;
  width: 100%;
  height: 3px;
  background: #ECECEC;
}
#product .product_inventory ul li .bar .fill {
  background: #FFFFFF;
}
#product #pagination {
  margin: 100px auto;
}
#product #instant-checkout-button {
  box-sizing: border-box;
  margin-top: 12px;
}

/* --------------------------------------------------------------
  Home/Products
-------------------------------------------------------------- */
.product {
  position: relative;
  margin: 0 0 54px;
}
.product .flex-viewport {
  height: 100%;
  min-height: 300px;
}

.product_images {
  width: 100%;
  height: 100%;
  min-height: 300px;
  margin: 0 0 7px 0;
  text-align: center;
  background: transparent;
}
.product_images img {
  max-width: 100%;
}
.product_images ul, .product_images li {
  line-height: 0;
}
.product_images.loading li img {
  visibility: visible;
}
.product_images .flex-viewport ul li {
  cursor: e-resize;
}
.product_images .flex-viewport ul li.solo {
  cursor: default;
}
.product_images .flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 22px;
  left: -4px;
}
.product:hover .product_images .flex-control-nav {
  display: block;
}
.product_images .flex-control-nav li {
  margin: 3px !important;
  display: block;
  *display: block;
  float: left;
}
.product_images .flex-control-nav.flex-control-paging li a {
  width: 4px;
  height: 4px;
  display: block;
  border: 1px solid #FFFFFF;
  opacity: .7;
  box-shadow: none;
  background: transparent;
}
.product_images .flex-control-nav.flex-control-paging li a:hover {
  background: #FFFFFF;
}
.product_images .flex-control-nav.flex-control-paging li a.flex-active {
  margin-top: 1px;
  cursor: default;
  border: none;
  background: #FFFFFF;
}

.product_info {
  width: 100%;
}

.product_price {
  position: relative;
  margin-top: 0;
  text-align: center;
  line-height: 0;
}
.product_price a {
  display: block;
  padding: 15px 0;
  color: #FFFFFF;
}
.product_price a:hover {
  color: #FFFFFF;
}
.product_price h2, .product_price h3 {
  margin-bottom: 0;
  display: inline-block;
}
.product_price h2 {
  width: 65%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: Arial Black, "Arial Bold", "Arial-BoldMT", Gadget, sans-serif;
}
.product_price h3 {
  position: absolute;
  right: 0;
  color: #FFFFFF;
}
.product_price h3 .on_sale {
  font-family: Arial Black, "Arial Bold", "Arial-BoldMT", Gadget, sans-serif;
  color: #F80000;
}
.sold-out .product_price h3 {
  color: #F80000;
}

#pagination {
  clear: both;
  margin: 100px 0 0 0;
  text-align: center;
}
#products_page #pagination {
  margin-top: 120px;
}
#pagination li {
  display: inline-block;
}
#pagination li a.button {
  position: relative;
  display: block;
  width: 120px;
  padding: 13px 0;
  color: #FFFFFF;
}
#pagination li a.button:hover {
  color: #FFFFFF;
  z-index: 10;
}
#pagination li:first-child a.button {
  position: relative;
  right: -1px;
}

.category-navigation {
  box-sizing: border-box;
  color: #FFFFFF !important;
  cursor: pointer;
  font-family: Arial Black, "Arial Bold", "Arial-BoldMT", Gadget, sans-serif;
  font-size: 16px;
  height: 60px;
  text-align: center;
  margin: -71px auto 64px;
  position: relative;
  width: 200px;
}
@media screen and (max-width: 560px), screen and (max-device-width: 560px) and (orientation: landscape) {
  .category-navigation {
    height: 50px;
    width: 100%;
    margin: 24px auto 64px !important;
  }
}
.category-navigation svg {
  height: 8px;
  margin-left: 10px;
  width: 8px;
}

.category-navigation-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;
  background: #000000;
  border: 1px solid #777777;
  color: #FFFFFF;
  cursor: pointer;
  padding: 20px;
  position: relative;
  white-space: nowrap;
  z-index: 12;
}
.category-navigation-title:hover, .category-navigation-title:active {
  border: 1px solid #1DC7FF;
  color: #1DC7FF;
}
.category-navigation-title:hover svg, .category-navigation-title:active svg {
  fill: #1DC7FF;
}
.category-navigation-title:focus {
  outline: 0;
}

.category-navigation-list {
  background: #000000;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: calc(100% - 8px);
  width: 100%;
  visibility: hidden;
  z-index: 2;
}
@media screen and (max-width: 560px), screen and (max-device-width: 560px) and (orientation: landscape) {
  .category-navigation-list {
    top: 100%;
  }
}
.category-navigation-list li {
  border-bottom: 1px solid #777777;
}
.category-navigation-list li a {
  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;
  cursor: pointer;
  height: 67px;
  line-height: 20px;
  padding: 0 20px;
}
.category-navigation-list li a:hover, .category-navigation-list li a:active, .category-navigation-list li a:focus {
  background: #ECECEC;
}
.category-navigation-list:last-child {
  border-bottom: 0px;
}
.category-navigation-list.visible {
  opacity: 1;
  visibility: visible;
}

#products_page .canvas.grid {
  width: 92%;
  max-width: 980px;
}
#products_page .canvas.grid #categories {
  margin-bottom: 74px;
}
#products_page .canvas.grid #pagination {
  margin-top: 30px;
}
#products_page .canvas.grid #products {
  width: 100%;
  text-align: left;
}
#products_page .canvas.grid #products #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;
  margin: 0 -10px;
}
#products_page .canvas.grid #products .product {
  box-sizing: border-box;
  padding: 0 10px;
  width: 25%;
}
#products_page .canvas.grid #products .product a {
  display: block;
}
#products_page .canvas.grid #products .product a .product_images {
  width: 100%;
  min-height: 0;
  margin: 0;
  height: auto;
}
#products_page .canvas.grid #products .product a .product_images img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
#products_page .canvas.grid #products .product a .product_price {
  text-align: left;
  margin-top: 6px;
  margin-bottom: 15px;
  text-align: center;
}
#products_page .canvas.grid #products .product a .product_price h2 {
  width: 100%;
  margin-bottom: 0;
}
#products_page .canvas.grid #products .product a .product_price h3 {
  position: relative;
  right: 0;
  top: 0;
  float: none;
  display: block;
  color: #FFFFFF;
}

/* --------------------------------------------------------------
  Cart
-------------------------------------------------------------- */
#cart #site_content {
  width: 92%;
  max-width: 710px;
}

#cart_items {
  margin-top: -15px;
}
#cart_items ul {
  margin-bottom: 0;
}
#cart_items ul li {
  overflow: hidden;
  padding: 10px 0;
  transition: background .5s ease-in;
  border-top: 1px solid #777777;
}
#cart_items ul li.with_option .item_name {
  margin-top: 8px;
}
#cart_items ul li .item_thumb {
  float: left;
  width: 10.6%;
  height: 56px;
  margin: 0 0 0 6%;
  text-align: center;
}
#cart_items ul li .item_thumb img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-height: 56px;
}
#cart_items ul li .item_name {
  float: left;
  width: 37%;
  padding: 0 3% 0 0;
  margin: 19px 0 0 6%;
}
#cart_items ul li .item_name h3, #cart_items ul li .item_name span {
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#cart_items ul li .item_name span {
  width: 100%;
  display: inline-block;
  color: #FFFFFF;
}
#cart_items ul li input {
  float: left;
  margin: 11px 0 0;
  padding: 9px 8px;
  width: 20px;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  border-color: transparent;
  border-radius: 3px;
}
#cart_items ul li input:focus {
  background: #FFFFFF;
  box-shadow: none;
  color: #000000;
}
#cart_items ul li .item_price {
  float: left;
  margin: 19px 0 0 3.9%;
  color: #FFFFFF;
}
#cart_items ul li a.remove_item {
  float: right;
  margin: 20px 25px 0 0;
  font-size: 14px;
  color: #FFFFFF;
  text-transform: uppercase;
}
#cart_items ul li a.remove_item:hover {
  color: #1DC7FF;
}

.update-btn {
  float: right;
  width: auto;
  margin-top: 15px;
  text-align: right;
  text-transform: uppercase;
  font-size: 16px;
  padding: 0;
  margin: 13px 25px 0 0;
  font-family: Arial Black, "Arial Bold", "Arial-BoldMT", Gadget, sans-serif;
  color: #FFFFFF;
  border: none;
  background: none;
  cursor: pointer;
}
.update-btn:hover {
  color: #1DC7FF;
}

#cart_total {
  overflow: hidden;
  min-height: 70px;
  margin-top: 0;
  background: #ECECEC;
}
#cart_total p {
  float: left;
  width: 40%;
  margin: 28px 0 0 7.5%;
  font-size: 16px;
  color: #FFFFFF;
}
#cart_total #total {
  float: right;
  width: 40%;
  margin: 20px 0 0 10%;
}
#cart_total #total h2 {
  float: left;
  margin: 0 0 0 2.1%;
  font-size: 22px;
  color: #FFFFFF;
}
#cart_total #total h3 {
  float: left;
  margin: 8px 0 0;
  width: 27%;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
}
#cart_total #total .update-btn {
  margin-top: 10px;
  margin-right: 25px;
  text-transform: uppercase;
}

#checkout-btn {
  width: 198px;
  margin: 40px 0 0 61%;
}

#cart_empty {
  margin-top: 130px;
}
#cart_empty a {
  font-size: 34px;
  border-bottom: 2px solid #FFFFFF;
}
#cart_empty a:hover {
  border-color: #1DC7FF;
}

/* --------------------------------------------------------------
  Contact
-------------------------------------------------------------- */
#contact #page_body {
  overflow: hidden;
  width: 550px;
  max-width: 550px;
  min-width: 550px;
  margin: 0 auto;
}

#contact_form {
  text-align: center;
}
#contact_form li {
  display: flex;
  align-items: flex-start;
  list-style-type: none;
  border-top: 1px solid #777777;
}
#contact_form li label {
  margin: 0;
  padding: 12px 16px 20px;
  width: 100px;
  color: #FFFFFF;
}
#contact_form li input {
  width: 404px;
  padding: 12px 12px 20px;
  border: none;
  transition: background .5s ease-in;
}
#contact_form li:hover input, #contact_form li:hover textarea {
  transition: background 0s ease-in;
}
#contact_form li textarea {
  height: 150px;
  width: 404px;
  padding: 12px 8px;
  border: none;
  transition: background .5s ease-in;
}
#contact_form li.recaptcha_note {
  display: block;
  font-size: 15px;
  padding-top: 10px;
  text-align: left;
}
#contact_form button#contact_button {
  margin: 30px auto;
  min-width: 198px;
}

/* -------------------------------------------------------------- 
  Custom / Success / Typography
-------------------------------------------------------------- */
#page_body {
  overflow: hidden;
  width: 520px;
  max-width: 520px;
  min-width: 520px;
  margin: 0 auto;
}
#page_body * {
  line-height: 1.6em;
}
#page_body h1 {
  margin-top: 1.4em;
  margin-bottom: .2em;
  font-size: 28px;
}
#page_body h2 {
  margin-top: 1.4em;
  margin-bottom: .2em;
  font-size: 24px;
}
#page_body h3 {
  margin-top: 1.6em;
  margin-bottom: .2em;
  font-size: 20px;
}
#page_body h4 {
  margin-top: 1.5em;
  margin-bottom: .2em;
  font-size: 18px;
}
#page_body h5 {
  margin-top: 1.6em;
  margin-bottom: 0;
  font-size: 16px;
}
#page_body h6 {
  margin-top: 1.6em;
  margin-bottom: 0;
  text-decoration: underline;
}
#page_body ul, #page_body ol {
  list-style-position: inside;
}
#page_body ul {
  list-style-type: disc;
}
#page_body ol {
  list-style-type: decimal;
}
#page_body blockquote {
  padding: 1.3em 1em .2em;
  background: #ECECEC;
}
#page_body img {
  width: 100%;
}
#page_body hr {
  border: 0;
  border-top: 1px solid #777777;
  display: block;
  height: 1px;
  margin: 1em 0;
}
#success #page_body {
  text-align: center;
}
#page_body #entries > li {
  list-style-type: none;
  margin-bottom: 4em;
  border-top: 1px solid #777777;
}
#page_body #entries li {
  padding-top: 4px;
}
#page_body #entries li:first-child {
  border-top: none;
}
#page_body #entries li h2 {
  margin-bottom: 0;
  margin-top: .5em;
}
#page_body #entries li .blog_date {
  margin-top: -10px;
}
#page_body #entries div img {
  width: 100%;
}
#page_body #entries div p {
  margin-top: 20px;
}
#page_body #entries .blog_date {
  margin-top: -1px;
  margin-bottom: 1em;
  color: #FFFFFF;
}

/*============================================================
  Responsive styles
============================================================*/
@media screen and (max-width: 900px) {
  #products_page .canvas.grid #products .product {
    width: 33.333%;
  }
}
@media screen and (max-width: 560px), screen and (max-device-width: 560px) and (orientation: landscape) {
  body {
    border: none;
    padding-bottom: 70px;
    font-size: 16px !important;
  }

  body::before {
    top: 0;
  }

  body::after {
    bottom: 0;
  }

  body::before, body::after {
    height: 0;
    background: transparent;
  }

  .canvas > * {
    width: 92% !important;
    min-width: 290px !important;
    margin: 0 auto 0;
  }

  #products_page .canvas.grid {
    width: 100%;
  }

  #site_content {
    width: 100%;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 0;
    min-height: 40vh;
    min-width: inherit;
  }

  .button {
    width: 100%;
    padding: 19px 0 !important;
    line-height: 1.4em !important;
    box-sizing: border-box;
    font-size: 16px;
    color: #1DC7FF !important;
    border-color: #1DC7FF !important;
  }

  ul#error {
    margin: 20px auto 15px;
  }

  .message {
    max-width: 550px;
    margin: 70px auto 80px;
    padding: 25px 0;
    text-align: center;
    border-top: 0;
    background: transparent;
  }

  .spinner {
    top: 55px;
  }

  #theme_image {
    margin: 50px auto 35px;
  }

  /* --------------------------------------------------------------
    Site Header
  -------------------------------------------------------------- */
  #site_header {
    height: 70px;
    z-index: 200;
    padding: 0;
    bottom: 0;
    top: auto;
    opacity: .97;
    background: #ECECEC;
    border-top: 1px solid #777777;
  }

  #branding {
    max-width: 50%;
    width: 50%;
    margin: 25px 0 0 15px;
  }
  #branding.wrap {
    margin-top: 15px;
  }

  #cart_nav {
    margin: 25px 0 40px 0;
  }

  #cart_nav span {
    display: none;
  }

  #cart_nav #menu {
    display: inherit;
  }

  #cart_nav #menu.selected {
    font-weight: bold;
  }

  #cart_nav a {
    padding: 0 15px;
    display: inline-block;
    color: #FFFFFF;
  }

  #nav_primary,
  #nav_primary .keyline,
  #cart_nav #search {
    display: none;
  }

  #content_header {
    margin-top: 30px;
  }

  #content_header h1 {
    margin-bottom: .6em;
  }

  #products {
    margin-top: 20px;
  }

  #categories {
    width: 100%;
    margin: 20px auto 40px !important;
  }

  #categories a.button,
  #categories #options_menu {
    width: 100%;
    box-sizing: border-box;
    left: 0;
    margin-left: 0;
  }

  #categories #options_menu {
    padding-top: 60px;
    max-height: 40vh;
    overflow: scroll;
  }
  #categories #options_menu li {
    padding: 6px 0;
  }
  #categories #options_menu li.cat_header {
    padding: 14px 0;
  }

  #categories a.button {
    color: #1DC7FF;
    border-color: #1DC7FF;
  }

  #categories a.button .arrow {
    border-color: #1DC7FF transparent transparent transparent !important;
  }

  /* --------------------------------------------------------------
    Site Footer
  -------------------------------------------------------------- */
  #site_footer {
    opacity: 1;
    width: 100% !important;
    position: relative;
    padding-top: 20px;
    margin-top: 20px;
    background: #ECECEC;
    border-top: 1px solid #777777;
  }
  #site_footer .canvas {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  #home #site_footer, #products_page #site_footer, #product #site_footer {
    margin-top: 0;
  }
  #site_footer nav {
    clear: both;
  }
  #site_footer nav ul li {
    display: block;
    width: 100%;
  }
  #site_footer nav ul li a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #777777;
    color: #FFFFFF;
  }
  #site_footer nav ul li#search {
    display: block;
    margin: 0 0 10px;
    min-height: 34px;
    padding: 0;
    text-align: center;
    border-bottom: 1px solid #777777;
  }
  #site_footer nav ul li#search:hover a {
    visibility: visible;
  }
  #site_footer nav ul li#search:hover input {
    background: transparent;
  }
  #site_footer nav ul li#search a {
    display: block;
    width: 100%;
    padding: 12px 0;
    border-bottom: none;
    background: transparent;
  }
  #site_footer nav ul li#search input {
    position: relative;
    z-index: 1000;
    visibility: visible;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 14px 10px;
    border-radius: 0;
    z-index: 0;
  }
  #site_footer #social_links {
    margin-top: 30px;
  }
  #site_footer #social_links li a {
    padding: 4px 20px;
    color: #FFFFFF;
  }
  #site_footer #social_links li#website {
    margin-top: 0;
    display: block;
    line-height: .6em;
  }
  #site_footer #social_links li + li#website {
    margin-top: 30px;
  }
  #site_footer #social_links + #badge {
    margin-top: 0;
  }

  #pagination {
    width: 100% !important;
    margin: 40px auto 0;
  }
  #pagination ul {
    margin-bottom: 0;
    border-top: 1px solid #777777;
  }
  #pagination ul li {
    width: 50%;
  }
  #pagination ul li a.button {
    width: 100%;
    border: 0;
  }
  #pagination ul li + li a {
    border-left: 1px solid #777777 !important;
  }

  /* --------------------------------------------------------------
    Home
  -------------------------------------------------------------- */
  #home #intro {
    margin: 25px auto 0;
    font-size: 24px;
  }
  #home #intro p {
    line-height: 1.4em;
  }
  #home #intro .keyline {
    display: none;
  }
  #home #gallery {
    margin-top: 20px;
    margin-bottom: 60px;
    min-height: 150px;
  }
  #home #gallery #shop_products {
    bottom: -37px;
  }
  #home #all_products_btn {
    box-sizing: border-box;
    margin: 10px auto 20px !important;
    color: #1DC7FF;
    border-color: #1DC7FF;
  }

  /* --------------------------------------------------------------
    Products
  -------------------------------------------------------------- */
  #products_page #pagination {
    margin-top: 10px;
  }

  #products .product {
    position: relative;
    margin: 0 0 25px;
  }
  #products .product .product_price h2 {
    width: 55%;
  }
  #products .product .product_price .on_sale {
    display: none;
  }

  .flex-viewport {
    height: 100%;
    min-height: intrinsic !important;
  }

  .product_images {
    min-height: 150px;
    margin: 0 auto;
  }
  .product_images .flex-viewport {
    height: 100%;
    min-height: intrinsic !important;
  }
  .product_images .flex-control-nav {
    bottom: 20px;
  }

  #products_page .canvas.grid #products .product {
    width: 50%;
  }

  /* --------------------------------------------------------------
    Product
  -------------------------------------------------------------- */
  #product .product-form {
    margin: 40px auto 0;
    max-width: 100%;
    width: 100%;
  }
  #product .product-form .add-to-cart-button {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }
  #product #site_content.canvas {
    overflow: visible;
  }
  #product .product_images {
    min-height: 200px;
  }
  #product .product_images .flex-control-nav {
    bottom: -32px;
    left: -4px;
  }
  #product .product_info.sold-out + #page_body {
    margin-top: 10px;
  }
  #product .product_info .product_price {
    padding: 15px 0;
  }
#product .product_info .product_price .price {
    background:#ffffff
  }
  #product .product_info #product_sharing {
    margin-top: -34px;
  }
  #product .product_info #product_options #option_select {
    width: 100%;
  }
  #product .product_info #product_options #options_menu {
    box-sizing: border-box;
    width: 100%;
    padding-top: 60px;
    max-height: 300px;
    overflow-y: scroll;
  }
  #product .product_info #product_options #options_menu li {
    padding: 12px 0;
  }
  #product .product_info #product_options #options_menu li:hover {
    background: #000000 !important;
  }
  #product .product_info #product_options #options_menu li:active {
    color: #1DC7FF;
    background: #ECECEC !important;
    transition: background 0 ease-in;
  }
  #product #page_body {
    margin-top: 30px;
  }
  #product #page_body .product_inventory {
    margin-top: -8px;
  }
  #product #pagination {
    margin-top: 40px;
    margin-bottom: 0;
  }

  /* --------------------------------------------------------------
    Contact
  -------------------------------------------------------------- */
  #contact h1 {
    margin-bottom: 22px;
  }
  #contact #contact_form {
    border: none;
  }
  #contact #contact_form button {
    margin: 10px 0 0;
  }
  #contact #contact_form ul li {
    margin: 0 0 20px;
    padding: 8px 0 0;
  }
  #contact #contact_form ul li label {
    width: 100%;
    box-sizing: border-box;
    float: none;
    margin: 0;
    border: 0;
    line-height: .8em;
    text-align: left;
    color: #FFFFFF;
  }
  #contact #contact_form ul li input,
  #contact #contact_form ul li textarea {
    box-sizing: border-box;
    width: 100%;
    padding: 13px 8px;
    background: #ECECEC;
    border: none;
    border-radius: 3px;
  }
  #contact #contact_form ul li textarea {
    min-height: 51px;
  }
  #contact #contact_form ul li#captcha_img #captcha_phrase {
    float: right;
  }
  #contact #contact_form ul li#captcha_img #captcha_phrase img {
    height: 34px;
    margin-top: 8px;
    border: 0;
  }
  #contact #contact_form ul li#captcha_img input {
    float: left;
    width: 70%;
    margin-left: 0;
  }

  /* --------------------------------------------------------------
    Cart
  -------------------------------------------------------------- */
  #cart #site_content {
    width: 100%;
    min-height: 50%;
    margin-bottom: 0;
  }
  #cart #content_header {
    margin-bottom: 22px;
  }
  #cart #site_footer {
    margin-top: 20px;
  }
  #cart #cart-form {
    text-align: center;
  }
  #cart #cart_items {
    margin: 0 auto;
    text-align: left;
  }
  #cart #cart_items ul li {
    padding: 15px 0;
    border-top: 1px solid #777777;
    background: transparent;
    margin: 0;
  }
  #cart #cart_items ul li:hover {
    background: transparent;
  }
  #cart #cart_items ul li:last-child {
    border-bottom: 1px solid #777777;
  }
  #cart #cart_items ul li.with_option .item_name {
    margin-top: -3px;
  }
  #cart #cart_items ul li.with_option .item_name span {
    margin-bottom: 0;
    font-size: 16px;
  }
  #cart #cart_items ul li .item_thumb,
  #cart #cart_items ul li .remove_item {
    display: none;
  }
  #cart #cart_items ul li .item_name {
    float: left;
    width: 60%;
    padding: 0;
    margin: 8px 5% 0 0;
  }
  #cart #cart_items ul li input {
    float: left;
    margin: 0;
    color: #FFFFFF;
    background: #ECECEC;
  }
  #cart #cart_items ul li .item_price {
    float: right;
    width: 21%;
    margin: 8px 0 0;
    padding: 0;
    text-align: right;
  }
  #cart #cart_options {
    margin: 0;
    padding: 15px 0;
    border-top: 0;
  }
  #cart #cart_options li {
    overflow: hidden;
  }
  #cart #cart_options li:first-child {
    margin-bottom: 0;
  }
  #cart #cart_options li label {
    display: block;
    float: none;
    width: auto;
    padding-right: 0;
    text-align: left;
    line-height: .8em;
    padding-bottom: 12px;
  }
  #cart #cart_options li input {
    box-sizing: border-box;
    width: 76%;
    padding: 13px 8px;
    line-height: 1.5em;
    font-size: 13px;
    background: #ECECEC;
    border: none;
  }
  #cart #cart_options li select {
    width: 76%;
    margin-top: 0;
  }
  #cart #cart_options li p {
    float: left;
    margin-top: -6px;
    width: auto;
  }
  #cart #cart_options li h3 {
    float: right;
    margin: 0;
    text-align: right;
  }
  #cart #cart_options li h3.cart_pending {
    display: none;
  }
  #cart #cart_options li#cart-shipping-tax + #discount_option {
    margin-top: 14px;
  }
  #cart #cart_options li#cart-shipping-tax.not_set {
    margin-bottom: -20px;
  }
  #cart #cart_options li#cart-shipping-tax h3 {
    margin-top: 0;
  }
  #cart #cart_options li#cart-shipping-tax .update-btn {
    margin-top: 7px;
  }
  #cart #cart_options li#discount_option {
    margin-bottom: 0;
  }
  #cart #cart_options li#discount_option p {
    width: 76%;
    text-align: left;
  }
  #cart #cart_options li#discount_option p + h3 {
    margin-top: -6px;
  }
  #cart #cart_total {
    background: transparent;
  }
  #cart #cart_total p {
    display: none;
  }
  #cart #cart_total #total {
    position: relative;
    text-align: left;
    width: 100%;
    padding: 0 0 5px;
    margin: 15px 0 0;
  }
  #cart #cart_total #total h2 {
    float: right;
    margin: 0;
    font-size: 34px;
    left: -1px;
  }
  #cart #cart_total #total h3 {
    float: left;
    width: auto;
    margin: 18px 5% 0 0;
    font-size: 16px;
  }
  #cart #cart_total #total .update-btn {
    float: left;
    margin: 17px 0 0;
    line-height: 1.5em;
    font-size: 16px;
  }
  #cart #checkout-btn {
    width: 100%;
    margin: 0 auto;
  }
  #cart .message {
    margin-top: 50px;
  }
  #cart #cart_empty {
    margin-top: 80px !important;
    margin-bottom: 100px;
  }
}
/*------------------------------------------------------------

Theme:  Nova
Author: Singlenaut
        http://singlenaut.com

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

/*


 */

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