html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

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

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

a img {
  border: none;
}

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

/* =Structure
----------------------------------------------- */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.row:after,
.clearfix:after {
  clear: both;
}

.row,
.clearfix {
  zoom: 1;
}

.column, .columns {
  display: inline;
  margin-right: 10px;
  float: left;
}

.one.column {
  width: 70px;
}

.two.columns {
  width: 150px;
}

.three.columns {
  width: 230px;
}

.four.columns {
  width: 310px;
}

.five.columns {
  width: 390px;
}

.six.columns {
  width: 470px;
}

.seven.columns {
  width: 550px;
}

.eight.columns {
  width: 630px;
}

.nine.columns {
  width: 710px;
}

.ten.columns {
  width: 790px;
}

.eleven.columns {
  width: 870px;
}

.column.last,
.columns.last {
  float: right;
  margin-right: 0;
}

/* Text meant only for screen readers */
.hidden {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

/* =Layout
----------------------------------------------- */
html, body {
  height: 100%;
}

body {
  background: #000;
  color: #ffffff;
  min-width: 1000px;
}
body .container {
  width: 960px;
  min-height: 100%;
  margin: 0 auto -60px;
}
body .container > header {
  padding-top: 25px;
}
body .container:after {
  content: "";
  height: 60px;
  display: block;
}
body > footer {
  width: 960px;
  max-width: 1000px;
  height: 20px;
  padding: 20px 0;
  margin: 0 auto;
}
body .content {
  width: 650px;
  float: left;
  position: relative;
}

/* =Fonts
----------------------------------------------- */
@font-face {
  font-family: 'Anonymous Pro';
  src: url("anonymouspro-regular-webfont.eot");
  src: url("anonymouspro-regular-webfont.eot?#iefix") format("embedded-opentype"), url("anonymouspro-regular-webfont.woff") format("woff"), url("anonymouspro-regular-webfont.ttf") format("truetype"), url("anonymouspro-regular-webfont.svg#anonymouspro") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Anonymous Pro';
  src: url("anonymouspro-bold-webfont.eot");
  src: url("anonymouspro-bold-webfont.eot?#iefix") format("embedded-opentype"), url("anonymouspro-bold-webfont.woff") format("woff"), url("anonymouspro-bold-webfont.ttf") format("truetype"), url("anonymouspro-bold-webfont.svg#anonymouspro") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Anonymous Pro';
  src: url("anonymouspro-italic-webfont.eot");
  src: url("anonymouspro-italic-webfont.eot?#iefix") format("embedded-opentype"), url("anonymouspro-italic-webfont.woff") format("woff"), url("anonymouspro-italic-webfont.ttf") format("truetype"), url("anonymouspro-italic-webfont.svg#anonymouspro") format("svg");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Anonymous Pro';
  src: url("anonymouspro-bolditalic-webfont.eot");
  src: url("anonymouspro-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("anonymouspro-bolditalic-webfont.woff") format("woff"), url("anonymouspro-bolditalic-webfont.ttf") format("truetype"), url("anonymouspro-bolditalic-webfont.svg#anonymouspro") format("svg");
  font-weight: bold;
  font-style: italic;
}

/* =Global
----------------------------------------------- */
/* Headings */
h1, h2, h3, h4, h5, h6 {
  clear: both;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* Text elements */
h1 {
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  text-transform: lowercase;
  margin-bottom: 0.5em;
}

h2 {
  font-family: 'Anonymous Pro', Courier, monospace;
  font-size: 14px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  margin-bottom: 1.0em;
}

h3 {
  font-family: 'Anonymous Pro', Courier, monospace;
  font-size: 11px;
  letter-spacing: 0.10em;
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 1.0em;
}

h4 {
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
  font-size: 11px;
  letter-spacing: 0em;
  line-height: 16px;
  margin-bottom: 1.0em;
}

h5 {
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
  font-size: 10px;
  letter-spacing: 0em;
  line-height: 16px;
  margin-bottom: 1.0em;
}

p {
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
  font-size: 11px;
  letter-spacing: 0em;
  line-height: 16px;
  margin-bottom: 1.625em;
}

ul, ol {
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
  font-size: 11px;
  letter-spacing: 0em;
  margin: 0 0 1.625em 2.5em;
}

ul {
  list-style: square;
}

ol {
  list-style-type: decimal;
}

ol ol {
  list-style: upper-alpha;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

ul ul, ol ol, ul ol, ol ul {
  margin-bottom: 0;
}

table {
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
  font-size: 11px;
  letter-spacing: 0em;
  line-height: 16px;
}

dl {
  margin: 0 1.625em;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 1.625em;
}

strong {
  font-weight: bold;
}

cite, em, i {
  font-style: italic;
}

blockquote {
  font-family: Georgia, "Bitstream Charter", serif;
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
  margin: 0 3em 0.83em;
}

blockquote em, blockquote i, blockquote cite {
  font-style: normal;
}

blockquote cite {
  color: #666;
  font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

pre {
  background: #f4f4f4;
  font: 13px "Courier 10 Pitch", Courier, monospace;
  line-height: 1.5;
  margin-bottom: 1.625em;
  overflow: auto;
  padding: 0.75em 1.625em;
}

code, kbd, samp, var {
  font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym, dfn {
  border-bottom: 1px dotted #666;
  cursor: help;
}

address {
  display: block;
  margin: 0 0 1.625em;
}

ins {
  background: #fff9c0;
  text-decoration: none;
}

sup,
sub {
  font-size: 10px;
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

/* Forms */
input[type=text],
input[type=email],
input[type=password],
input[type=number],
textarea {
  background: #000;
  font-family: 'Anonymous Pro', Courier, monospace;
  font-size: 11px;
  color: #fff;
  letter-spacing: 0.1em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #fff;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
textarea:focus {
  color: #fff;
  outline: none;
  border: 1px solid #d7cf35;
}

input[type=submit] {
  background-color: #d7cf35;
  font-family: 'Anonymous Pro', Courier, monospace;
  font-size: 14px;
  color: #000;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin: 0;
  border: none;
  display: block;
  cursor: pointer;
  -webkit-transition: ease-in 0.1s all;
  -moz-transition: ease-in 0.1s all;
  -o-transition: ease-in 0.1s all;
  transition: ease-in 0.1s all;
}

input[type=submit]:hover {
  background-color: #fff;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

input[type=text],
input[type=email],
input[type=password],
input[type=number],
textarea {
  padding: 10px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #666;
  text-transform: uppercase;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #666;
  text-transform: uppercase;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #666;
  text-transform: uppercase;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #666;
  text-transform: uppercase;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input.hint,
textarea.hint {
  color: #666;
  text-transform: uppercase;
}

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

/* Links */
a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

a:active,
a:hover {
  color: #d7cf35;
  text-decoration: none;
}

p a {
  color: #d7cf35;
}
p a:hover {
  color: #fff;
}

img.unveil {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

/* Loading Mask */
#loadingMask {
  height: 100%;
  width: 100%;
  background-color: #000;
  position: fixed;
  z-index: 102;
}
#loadingMask img {
  position: absolute;
}
#loadingMask img.logo {
  width: 149px;
  margin-left: -74px;
  top: 50%;
  left: 50%;
}
#loadingMask img.loading {
  width: 20px;
  margin-top: 30px;
  margin-left: -10px;
  top: 50%;
  left: 50%;
}

/* Sprites */
.icon {
  background-image: url("//cdn.shopify.com/s/files/1/0286/2638/t/10/assets/icons.png?8384491514134549497");
  background-repeat: no-repeat;
}

/* Link Lists */
ul.link_list {
  margin: 0;
}
ul.link_list li {
  font-family: 'Anonymous Pro', Courier, monospace;
  font-size: 11px;
  text-transform: uppercase;
  list-style: none;
}
ul.link_list .icon {
  background-position: -11px -185px;
  padding: 0 0 7px 15px;
  -webkit-transition: background-position 0s;
  -moz-transition: background-position 0s;
  -o-transition: background-position 0s;
  transition: background-position 0s;
}
ul.link_list .icon:hover {
  background-position: -11px -213px;
}
ul.link_list li.active > a {
  color: #d7cf35;
}
ul.link_list li.active > a:hover {
  color: #ffffff;
}
ul.link_list li.active > .icon {
  background-position: -11px -213px;
}
ul.link_list li.active > .icon:hover {
  background-position: -11px -155px;
}

/* =Header
----------------------------------------------- */
header {
  /* Customer Links */
  /* Filters Nav */
}
header h1#site_title {
  margin-bottom: 25px;
}
header h1#site_title a {
  background: url("//cdn.shopify.com/s/files/1/0286/2638/t/10/assets/logo_white.png?8384491514134549497") no-repeat top center;
  width: 150px;
  height: 30px;
  text-indent: -9999px;
  display: inline-block;
  -webkit-transition: none 1s;
  -moz-transition: none 1s;
  -o-transition: none 1s;
  transition: none 1s;
}
header div.last {
  font-size: 0;
  text-align: right;
}
header div.last p {
  display: inline-block;
}
header div.last p a {
  color: #000;
}
header .customer_links {
  padding: 5px 0 15px;
  margin: 0;
  position: relative;
}
header .customer_links a,
header .customer_links span.add_cart {
  font-family: 'Anonymous Pro', Courier, monospace;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
header .customer_links a {
  background-color: #fff;
  padding: 4px 10px;
  margin-right: 20px;
  position: relative;
}
header .customer_links a:hover {
  background-color: #d7cf35;
  color: #000;
}
header .customer_links span.icon {
  background-position: -8px -750px;
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: -10px;
  right: -9px;
}
header .customer_links .add_cart {
  color: #d7cf35;
  display: none;
  position: absolute;
  left: -125px;
}
header #customer_logout_link {
  width: 55px;
  text-align: center;
  position: absolute;
  top: 32px;
  right: -2px;
  z-index: 10;
}
header .cart {
  background-position: -1px -42px;
  width: 28px;
  height: 14px;
  text-align: center;
  padding: 11px 2px 5px;
  display: inline-block;
  -webkit-transition: none 1s;
  -moz-transition: none 1s;
  -o-transition: none 1s;
  transition: none 1s;
}
header .cart:hover {
  background-position: -1px -84px;
  color: black;
}
header div.filter_nav {
  position: relative;
}
header div.filter_nav ul {
  line-height: 26px;
}
header div.filter_nav li {
  margin-right: 15px;
  display: inline-block;
}
header div.filter_nav li > ul {
  background-color: black;
  width: 730px;
  position: absolute;
  top: 35px;
  left: 0;
  z-index: 10;
}
header div.filter_nav li.expanded a.filter {
  color: #d7cf35;
}
header div.filter_nav a.filter.icon {
  background-position: -11px -125px;
}
header div.filter_nav li.expanded a.filter.icon,
header div.filter_nav a.filter.icon:hover {
  background-position: -11px -720px;
}
header div.filter_nav li.archive {
  display: block;
  position: relative;
}
header div.filter_nav li.archive > ul {
  margin: 0;
  position: relative;
  top: 0;
}

/* =Main_Nav
----------------------------------------------- */
.main_nav {
  margin-bottom: 30px;
}
.main_nav li {
  margin-bottom: 15px;
}
.main_nav li.has-dropdown {
  position: relative;
}
.main_nav li.has-dropdown.expanded > .icon {
  background-position: -11px -213px;
  color: #D7CF35;
}
.main_nav ul.sub-nav {
  background-color: #000;
  max-height: 412px;
  margin: 15px 0 0 0;
  padding: 0px 15px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  position: absolute;
  top: 100%;
  left: 0px;
  overflow: -moz-scrollbars-vertical;
  overflow: scroll;
  z-index: 10;
}

/* =Footer
----------------------------------------------- */
footer .social {
  margin: 0;
}
footer .social li {
  list-style: none;
  margin-right: 3px;
  display: inline;
}
footer .social li a {
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  display: inline-block;
  -webkit-transition: none 1s;
  -moz-transition: none 1s;
  -o-transition: none 1s;
  transition: none 1s;
}
footer .social li a.email {
  background-position: -8px -465px;
}
footer .social li a.email:hover {
  background-position: -8px -493px;
}
footer .social li a.fb {
  background-position: -6px -511px;
}
footer .social li a.fb:hover {
  background-position: -5px -554px;
}
footer .social li a.ig {
  background-position: -7px -574px;
}
footer .social li a.ig:hover {
  background-position: -7px -614px;
}
footer p {
  font-family: 'Anonymous Pro', Courier, monospace;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
footer p span {
  margin-right: 20px;
}

/* =Home
----------------------------------------------- */
.template-index .container,
.template-index > footer {
  width: 85%;
  min-width: 85%;
}
.template-index .slideshow {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.template-index .slideshow .bx-viewport {
  position: static !important;
}
.template-index .slideshow ul {
  margin: 0;
  position: static !important;
}
.template-index .slideshow li {
  background-size: contain;
  background-size: cover;
  background-position: top center;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  text-indent: -9999px;
}
.template-index .slideshow li img {
  height: 100%;
  max-width: 70%;
  position: absolute;
  top: 0;
  left: 0;
}
.template-index .slideshow .slide_1 {
  background-image: url("//cdn.shopify.com/s/files/1/0286/2638/t/10/assets/home_slide_1_img.jpg?8384491514134549497");
}
.template-index .slideshow .slide_2 {
  background-image: url("//cdn.shopify.com/s/files/1/0286/2638/t/10/assets/home_slide_2_img.jpg?8384491514134549497");
}
.template-index .slideshow .slide_3 {
  background-image: url("//cdn.shopify.com/s/files/1/0286/2638/t/10/assets/home_slide_3_img.jpg?8384491514134549497");
}
.template-index .slideshow_controls {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.template-index .slideshow_controls > div {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -77px;
  z-index: 1;
}
.template-index .slideshow_controls > div div {
  background-color: #fff;
}
.template-index .slideshow_controls > div div a {
  width: 10px;
  height: 18px;
  padding: 6px 10px;
  text-indent: -9999px;
  display: inline-block;
}
.template-index .slideshow_controls > div div#slider-prev {
  background-position: -3px -405px;
}
.template-index .slideshow_controls > div div#slider-next {
  background-position: -2px -433px;
}
.template-index .slideshow_controls .control_left {
  padding: 75px 125px 75px 20px;
  left: 20px;
}
.template-index .slideshow_controls .control_right {
  padding: 75px 20px 75px 125px;
  right: 20px;
}
.template-index footer p {
  visibility: hidden;
}

@media only screen and (max-width: 960px) {
  .template-index {
    width: 100%;
    min-width: inherit;
  }
  .template-index .container,
  .template-index > footer {
    width: 85%;
    min-width: 85%;
  }
  .template-index header .two.last {
    display: none;
  }
  .template-index .container {
    width: 90%;
    min-width: 85%;
  }
  .template-index .slideshow_controls {
    display: none;
  }
  .template-index footer {
    width: 90%;
    max-width: inherit;
  }
}
/* Black Assets Slide */
.black_assets h1#site_title a {
  background-image: url("//cdn.shopify.com/s/files/1/0286/2638/t/10/assets/logo_black.png?8384491514134549497");
  background-position: center top;
}
.black_assets header .customer_links a {
  padding-bottom: 5px;
}
.black_assets .main_nav a {
  background-position: -11px -295px;
  color: #000;
}
.black_assets .main_nav a:hover {
  background-position: -11px -155px;
  color: #fff;
}
.black_assets .main_nav li.has-dropdown.expanded > .icon {
  background-position: -11px -155px;
  color: #fff;
}
.black_assets .main_nav ul.sub-nav {
  background-color: #fff;
  background-color: rgba(255,255,255,0.5);
  border-color: #000;
}
.black_assets footer .social li a.email {
  background-position: -8px -479px;
}
.black_assets footer .social li a.email:hover {
  background-position: -8px -465px;
}
.black_assets footer .social li a.fb {
  background-position: -5px -533px;
}
.black_assets footer .social li a.fb:hover {
  background-position: -6px -511px;
}
.black_assets footer .social li a.ig {
  background-position: -7px -594px;
}
.black_assets footer .social li a.ig:hover {
  background-position: -7px -574px;
}

.black_assets.template-index .slideshow_controls div div {
  background-color: #000;
}
.black_assets.template-index .slideshow_controls div div#slider-prev {
  background-position: -28px -405px;
}
.black_assets.template-index .slideshow_controls div div#slider-next {
  background-position: -28px -433px;
}

/* =Collections
----------------------------------------------- */
.template-list-collections,
.template-collection {
  /* Collection Descriptions */
}
.template-list-collections ul,
.template-collection ul {
  margin: 0;
}
.template-list-collections ul li,
.template-collection ul li {
  list-style: none;
}
.template-list-collections .coll_desc .coll_desc_wrap,
.template-collection .coll_desc .coll_desc_wrap {
  position: absolute;
  bottom: 0;
}
.template-list-collections .coll_desc h1,
.template-collection .coll_desc h1 {
  margin-bottom: 15px;
}

/* Back to Top + More */
.template-list-collections .prod_top {
  display: none;
}

.template-collection .coll_top, .template-collection .coll_more {
  display: none;
}
.template-collection ul.prod_list > li.prod_more {
  height: auto;
}

#products .prod_more {
  clear: both;
  visibility: visible;
}

.prod_more {
  visibility: hidden;
}

#products .prod_more,
.coll_more {
  text-align: center;
  margin: 50px 0;
}
#products .prod_more a.button,
.coll_more a.button {
  border-style: none;
}
#products .prod_more img,
.coll_more img {
  margin: -2px 10px;
  vertical-align: top;
}

.prod_top,
.coll_top {
  text-align: center;
  padding: 0;
  margin-left: 960px;
  clear: both;
  position: fixed;
  bottom: 70px;
}
.prod_top a.button,
.coll_top a.button {
  width: 40px;
}

a.button {
  background-color: transparent;
  font-family: 'Anonymous Pro', Courier, monospace;
  font-size: 11px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  text-align: center;
  padding: 12px 15px;
  border: 1px solid #fff;
  display: inline-block;
}

a.button:hover {
  border-color: #d7cf35;
}

/* Collection Grids + Products */
.coll_desc,
ul.prod_list > li {
  height: 345px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

li.product:hover .prod_caption {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.prod_caption {
  background-color: #d7cf35;
  background-color: rgba(215, 207, 53, 0.8);
  height: 100%;
  width: 100%;
  display: table;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.prod_caption a {
  height: 100%;
  width: 100%;
  color: #000;
  padding: 10px;
  display: table-cell;
}
.prod_caption a span {
  display: block;
}
.prod_caption a span.prod_variants > span {
  display: inline;
}
.prod_caption a span.sold-out {
  color: #8F8F00;
  text-decoration: line-through;
}
.prod_caption .coll_title,
.prod_caption .prod_options {
  font-family: 'Anonymous Pro', Courier, monospace;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}
.prod_caption .prod_title,
.prod_caption .prod_variants,
.prod_caption .prod_price {
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0em;
  margin-bottom: 25px;
}
.prod_caption .prod_options {
  font-weight: bold;
}
.prod_caption .prod_variants {
  font-weight: normal;
}
.prod_caption .prod_price {
  font-weight: bold;
}

.prod_sale_caption,
.prod_sold_out_caption {
  font-family: 'Anonymous Pro', Courier, monospace;
  font-weight: bold;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  padding: 6px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.prod_sale_caption {
  background-color: #d7cf35;
  background-color: rgba(215, 207, 53, 0.8);
  color: #000;
}

.prod_sold_out_caption {
  background-color: #888;
  background-color: rgba(136, 136, 136, 0.8);
  color: #fff;
}

/* =Product_Page
----------------------------------------------- */

/*.product_vendor_detail {display:none;}*/

.prod_single {
  position: relative;
  /* Product Thumbnails */
  /* Product */
  /* Description */
}
.prod_single > .one.column {
  width: 80px;
  margin-left: 150px;
}
.prod_single > .one.column ul {
  margin: 0;
}
.prod_single > .one.column li {
  list-style: none;
}
.prod_single .prod_photo_thumbs {
  margin-top: 36px;
  margin-bottom: 37px;
  position: relative;
}
.prod_single .prod_photo_thumbs_wrap {
  height: 570px;
  overflow: hidden;
}
.prod_single .prod_photo_thumbs_wrap ul {
  position: relative;
}
.prod_single .prod_photo_thumbs_wrap .prod_photo_thumb {
  max-height: 120px;
  overflow: hidden;
  margin-bottom: 10px;
}
.prod_single .prod_photo_nav li {
  position: absolute;
  left: 30px;
  z-index: 1;
}
.prod_single .prod_photo_nav a {
  width: 20px;
  height: 15px;
  text-indent: -9999px;
  display: inline-block;
}
.prod_single .prod_photo_nav .prod_photo_prev {
  background-position: -6px -322px;
  top: -38px;
}
.prod_single .prod_photo_nav .prod_photo_next {
  background-position: -6px -350px;
  bottom: -37px;
}
.prod_single h3 {
  margin-bottom: 20px;
}
.prod_single .product_image {
  height: 570px;
  overflow: hidden;
}
.prod_single .zoomWrapperImage {
  background-color: #000;
}
.prod_single .zoomWrapperImage img {
  max-width: inherit;
}
.prod_single > .four.columns {
  width: 300px;
}
.prod_single h2 {
  font-size: 11px;
  margin-bottom: 0.75em;
}
.prod_single h1 {
  text-transform: none;
}
.prod_single .prod_price p {
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  margin-bottom: 35px;
}
.prod_single .prod_description,
.prod_single .prod_variants {
  margin-bottom: 30px;
}
.prod_single .prod_description span {
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
  font-size: 11px;
  letter-spacing: 0em;
  line-height: 16px;
  margin-bottom: 1.625em;
}
.prod_single .prod_variant {
  font-size: 0;
  margin-right: 4px;
}
.prod_single .prod_variant input {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  visibility: hidden;
}
.prod_single .prod_variant label {
  min-width: 17px;
  font-family: 'Anonymous Pro', Courier, monospace;
  font-size: 14px;
  letter-spacing: 0em;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #fff;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.prod_single .prod_variant label:hover,
.prod_single .prod_variant input:checked + label {
  color: #d7cf35;
  border-color: #d7cf35;
}
.prod_single .prod_variant label.sold-out {
  background-position: -5px -643px;
  color: #888;
  border-color: #888;
}
.prod_single input[type=submit],
.prod_single a.open_popup {
  width: 140px;
  font-family: 'Anonymous Pro', Courier, monospace;
  font-size: 14px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  float: left;
}
.prod_single input[type=submit] {
  height: 40px;
  color: #000;
  margin-right: 10px;
}
.prod_single input[type=submit].disabled {
  background-color: transparent;
  background-position: -1px -780px;
  color: #888;
  border: 1px solid #888;
  -webkit-transition: none 1s;
  -moz-transition: none 1s;
  -o-transition: none 1s;
  transition: none 1s;
}
.prod_single a.open_popup {
  background-color: transparent;
  padding: 12px 0;
  border: 1px solid #fff;
}
.prod_single a.open_popup:hover {
  border-color: #d7cf35;
}
.prod_single h3.error {
  color: #F00;
  margin-top: 5px;
  text-align: center;
}

/* Related Products */
.related_prod_section {
  margin-left: 240px;
}
.related_prod_section ul.prod_list {
  margin: 0 0 60px;
}
.related_prod_section ul.prod_list > li {
  height: 225px;
  list-style: none;
}

/* Inquire Form */
.popup {
  width: 540px;
  background: #000;
  padding: 20px;
  margin-left: -250px;
  border: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 100;
}
.popup h1 {
  margin-bottom: 14px;
}
.popup h2 {
  margin-bottom: 25px;
}
.popup .five.columns {
  width: 370px;
}
.popup p {
  margin-bottom: 10px;
}
.popup label + br {
  display: none;
}
.popup input[type=text],
.popup input[type=email],
.popup textarea {
  width: 348px;
}
.popup input[type=submit] {
  margin: 0;
  float: right;
}
.popup a.close {
  background-color: #fff;
  background-position: -2px -376px;
  width: 14px;
  height: 14px;
  text-indent: -9999px;
  padding: 8px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  display: block;
  position: absolute;
  top: -16px;
  right: -16px;
}
.popup a.close:hover {
  opacity: 0.8;
}
.popup .feedback p {
  font-family: 'Anonymous Pro', Courier, monospace;
  font-size: 11px;
  color: #d7cf35;
  letter-spacing: 0.10em;
  text-align: center;
  text-transform: uppercase;
}
.popup .error_form .error {
  color: #f00;
}

/* =Shopping_Cart
----------------------------------------------- */
.template-cart #main {
  position: relative;
}
.template-cart h1.page_title {
  font-size: 18px;
  margin-bottom: 8px;
}
.template-cart h2.item_count {
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
  font-size: 10px;
  letter-spacing: 0;
  text-transform: lowercase;
  margin-bottom: 30px;
}
.template-cart form table {
  table-layout: fixed;
  margin-bottom: 20px;
}
.template-cart form table tbody {
  border-top: 1px solid #fff;
}
.template-cart form table tr {
  padding: 10px 0;
  border-bottom: 1px solid #fff;
}
.template-cart form table td {
  padding: 10px;
}
.template-cart form table td.item_img {
  width: 80px;
  padding-left: 0;
}
.template-cart form table td.item_title {
  width: 200px;
}
.template-cart form table td.item_quantity {
  width: 150px;
  font-size: 0;
}
.template-cart form table td.item_quantity input[type=number] {
  width: 30px;
  text-align: center;
  padding-left: 1px;
  padding-right: 1px;
  margin-right: 10px;
}
.template-cart form table td.item_quantity input[type=submit] {
  background-color: #fff;
  font-size: 10px;
  display: inline;
  padding: 11px;
}
.template-cart form table td.item_quantity input[type=submit]:hover {
  background-color: #d7cf35;
}
.template-cart form table td.item_total {
  width: 130px;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
  font-size: 10px;
}
.template-cart form table td.item_remove {
  width: 60px;
  font-family: 'Anonymous Pro', Courier, monospace;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.template-cart form table td.item_remove a.icon {
  background-position: -37px -378px;
  padding-left: 18px;
  -webkit-transition: none 1s;
  -moz-transition: none 1s;
  -o-transition: none 1s;
  transition: none 1s;
}
.template-cart form table td.item_remove a.icon:hover {
  background-position: -37px -393px;
}
.template-cart form textarea[name=note] {
  width: 80%;
  height: 80px;
  margin-top: 10px;
}
.template-cart form .popup {
  top: 160px;
}
.template-cart form a.open_popup {
  background-color: #D7CF35;
  width: 115px;
  font-size: 14px;
  color: #000;
  letter-spacing: 0.16em;
  margin-bottom: 10px;
  border: none;
}
.template-cart form p.checkout,
.template-cart form p.additional-checkout-buttons {
  text-align: right;
}
.template-cart form p.checkout input,
.template-cart form p.additional-checkout-buttons input {
  display: inline-block;
}
.template-cart form input[name=checkout] {
  background-color: #d7cf35;
  width: 145px;
  height: 40px;
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  float: none;
}
.template-cart form a.open_popup:hover,
.template-cart form input[name=checkout]:hover {
  background-color: #fff;
}
.template-cart form label[for=return_policy_agreement] {
  color: #d7cf35;
  cursor: pointer;
}
.template-cart p.continue {
  text-align: center;
}
.template-cart p.continue a {
  color: #d7cf35;
}
.template-cart p.continue a:hover {
  color: #fff;
}

/* =Customer_Pages
----------------------------------------------- */
.template-customers-login div.four.columns > div {
  margin-bottom: 30px;
}
.template-customers-login div.four.columns.last {
  padding: 0 0 100px 41px;
  border-left: 1px solid #A4A4A4;
}
.template-customers-login div.guest_login {
  padding-top: 30px;
}
.template-customers-login h3 {
  margin-bottom: 25px;
}
.template-customers-login h1 {
  margin-bottom: 16px;
}
.template-customers-login p {
  margin-bottom: 8px;
}
.template-customers-login p.note {
  margin-bottom: 22px;
}
.template-customers-login p#forgot_password {
  margin-bottom: 20px;
}
.template-customers-login input[type=text],
.template-customers-login input[type=email],
.template-customers-login input[type=password] {
  width: 288px;
}
.template-customers-login input[type=submit] {
  width: 145px;
  height: 40px;
}
.template-customers-login .guest_login input[type=submit] {
  width: auto;
  padding: 0 20px;
}

.template-customers-account h1 {
  margin-bottom: 30px;
}
.template-customers-account p {
  font-family: 'Anonymous Pro', Courier, monospace;
  font-size: 11px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}
.template-customers-account #customer_orders {
  margin-top: 30px;
  margin-bottom: 40px;
}
.template-customers-account #customer_orders table {
  table-layout: fixed;
}
.template-customers-account #customer_orders tr {
  border-bottom: 1px solid #fff;
}
.template-customers-account #customer_orders tr th, .template-customers-account #customer_orders tr td {
  padding: 10px 10px 10px 0;
}
.template-customers-account #customer_orders th {
  font-family: 'Anonymous Pro', Courier, monospace;
  font-size: 11px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}
.template-customers-account #customer_orders th.order_number {
  width: 70px;
}
.template-customers-account #customer_orders th.date,
.template-customers-account #customer_orders th.payment_status,
.template-customers-account #customer_orders th.fulfillment_status,
.template-customers-account #customer_orders th.total {
  width: 150px;
}
.template-customers-account #customer_orders a {
  color: #d7cf35;
}
.template-customers-account #customer_orders a:hover {
  color: #fff;
}
.template-customers-account .contact_info p {
  width: 230px;
  margin-left: 10px;
  float: left;
}
.template-customers-account .contact_info p:first-child {
  margin-left: 0;
}

.template-customers-order .order_date,
.template-customers-order #order_address > div {
  margin-bottom: 50px;
}
.template-customers-order table {
  table-layout: fixed;
}
.template-customers-order table a {
  color: #d7cf35;
}
.template-customers-order table a:hover {
  color: #fff;
}
.template-customers-order thead tr,
.template-customers-order tbody tr {
  border-bottom: 1px solid #fff;
}
.template-customers-order th, .template-customers-order td {
  padding: 10px 10px 10px 0;
}
.template-customers-order th {
  font-family: 'Anonymous Pro', Courier, monospace;
  font-size: 11px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}
.template-customers-order th.product {
  width: 300px;
}
.template-customers-order th.sku {
  width: 70px;
}
.template-customers-order th.price,
.template-customers-order th.total {
  width: 100px;
}
.template-customers-order th.center {
  width: 57px;
}

/* =Pages
----------------------------------------------- */
.sidebar_contact p {
  font-family: 'Anonymous Pro', Courier, monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* =Blog
----------------------------------------------- */
.blog_content {
  margin-left: 240px;
}

article.blog-article {
  margin-bottom: 50px;
}
article.blog-article h3 {
  clear: none;
}
article.blog-article h3 a {
  color: #d7cf35;
}
article.blog-article h3 a:hover {
  color: #fff;
}
article.blog-article h3.blog-article-date {
  text-align: right;
}
article.blog-article img {
  margin-right: 10px;
  margin-bottom: 10px;
}

.blog-pagination {
  font-family: 'Anonymous Pro', Courier, monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
}

.blog-article-pagination .last {
  text-align: right;
}
