/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}


/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 0 80px; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; 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 {*height: 0;}
.flex-direction-nav a  { 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 .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 1; }
.flexslider:hover .flex-next { opacity: 1; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-size: 40px; display: inline-block; }
.flex-direction-nav a.flex-next:before  {  }


/* Control Nav */
.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: 6px; height: 6px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -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); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.8); }
.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%; display: block; opacity: .8; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
/* -------------------------------------------------------------- 
  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;}
 /* --------------------------------------------------------------

   Luna
   by Singlenaut

   http://singlenaut.com
   office@singlenaut.com

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

/* --------------------------------------------------------------
  Base styles
-------------------------------------------------------------- */


html, body {
  min-width: 260px;
  width: 100%;
  height: 100%;
  }

body {
  font-weight: normal;
  font-size: 100%;
  font: sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background: #fff;
  }

::-moz-selection{ background: yellow; color:#333; }
::selection { background: yellow; color:#333; }

p, blockquote, ul, ol, dl {
  font-size: 16px;
  line-height: 1.3em;
  padding-bottom: 15px;
  }

strong, b { font-weight: bold; }
em, i { font-style: italic; }

a,
a:link,
a:visited {
  position: relative;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  border-bottom: 0px solid #ccc;
  border-bottom-color: rgba(0,0,0,0);
  -webkit-transition: color .2s ease-in;
  -moz-transition: color .2s ease-in;
  -ms-transition: color .2s ease-in;
  -o-transition: color .2s ease-in;
  transition: color .1s ease-in;
  }

a:hover,
a:active {
  -webkit-transition: color 0 ease-in;
  -moz-transition: color 0 ease-in;
  -ms-transition: color 0 ease-in;
  -o-transition: color 0 ease-in;
  transition: color 0 ease-in;
  }

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

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

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

[onClick] {
    cursor:pointer;
}

/* --------------------------------------------------------------
  Elements / Shared
-------------------------------------------------------------- */

.button {
  padding: 15px 0;
  width: 240px;
  cursor: pointer;
  font-family: times new roman, times, serif;
  font-size: 13px;
  color: #FFFFFF;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: #000;
  border: 2px solid #000;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -ms-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
  }

.button:hover, .button:active {
  -webkit-transition: all 0 ease-in;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-transition: all 0 ease-in;
  -ms-transition: all 0 ease-in;
  -o-transition: all 0 ease-in;
  transition: all 0 ease-in;
 color: #dcd6fd;

  }

.button.disabled,
.button.disabled:hover {
  text-align: center;
  color: #000;
  background-color: #fff;
  border-color: #A1A1A1;
  cursor: default;
  }

input,
textarea {
  padding: 10px 8px;
  width: 194px;
  border: none;
  border: 1px solid rgb(175, 173, 173);
  outline: none;
  }

input:focus,
textarea:focus {
  border: 2px solid #333;
  background: #ffffff;
  -webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,.2);
  box-shadow: inset 1px 1px 3px rgba(0,0,0,.2);
  outline: none;
  }

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

@-webkit-keyframes reset { from { opacity: 0; } to { opacity: 0; } }
@-webkit-keyframes fade-in { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes reset { from { opacity: 0; } to { opacity: 0; } }
@-moz-keyframes fade-in { from { opacity:0; } to { opacity:1; } }
@-o-keyframes reset { from { opacity: 0; } to { opacity: 0; } }
@-o-keyframes fade-in { from { opacity:0; } to { opacity:1; } }
@-ms-keyframes reset { from { opacity: 0; } to { opacity: 0; } }
@-ms-keyframes fade-in { from { opacity:0; } to { opacity:1; } }
@keyframes reset { from { opacity: 0; } to { opacity: 0; } }
@keyframes fade-in { from { opacity:0; } to { opacity:1; } }


#error {
  margin-top: -30px;
  margin-bottom: 40px;
  }

#error li {
  opacity: .9;
  filter: alpha(opacity=90); /* IE6-IE8 */
  width: 300px;
  margin: 0 auto;
  padding: 6px 0 3px;
  font-size: 16px;
  text-align: center;
  margin-bottom: 2px;
  font-weight: normal;
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
  }

/* Big Cartel Badge
------------------------------------------------------------*/

#badge {
  width: 100%;
  margin-top: 20px;
  }

#website + #badge {
  margin-top: 35px;
  }

#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/6/1.3.8/images/bc_badge.png") no-repeat;
  }


/* --------------------------------------------------------------
  Structure
-------------------------------------------------------------- */

.strip {
  overflow: hidden;
  background: transparent;
  }

.canvas {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  clear: both;
  }

#content {
  
  }

#page_body {
  width: 60%;
  margin: 0 auto;
  }


/* --------------------------------------------------------------
  Site Header
-------------------------------------------------------------- */

#site_header header {
  margin: 0;
  }

#site_header header #store_name {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  margin: 20px auto 24px;
  font-size: 47px;
  text-transform: uppercase;
  letter-spacing: 6px;
  text-align: center;
  padding: 0 15px;
  white-space: normal;
  }

#site_header header #store_name a {
  border: none;
  }

#site_header #branding {
  text-align: center;
  padding: 0px 0 55px;
  }

#site_header #branding a img {
  margin: 0 auto;
  }

#site_header #branding a h2 {
  display: none;
  }


/* --------------------------------------------------------------
  Site Footer
-------------------------------------------------------------- */

#site_footer footer {
	width: 100%;
  min-width: 900px;
  clear: both;
  float: left;
  margin: 0 auto;
  margin-top: 65px;
  padding-bottom: 10px;
  text-align: center;
  }

#site_footer footer h3 {
  display: none;
  }

#site_footer ul {
  text-decoration: none;
  border: none;
  }

#site_footer li {
  
  display: inline-block;
  -webkit-font-smoothing: subpixel-antialiased;
  zoom: 1;
  font-size: 16px;
  }

#site_footer li a {
  display: inline-block;
  margin: 0 8px;
  border: none;
  zoom: 1;
  }

#site_footer footer p {
  font-size: 11px;
  font-style: italic;
  padding: 5px;
  }

#site_footer #website {
  border: 2px solid #000000;
  color: #000000;
  display: block;
  margin: 35px auto 20px;
  width: 140px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-font-smoothing: subpixel-antialiased;
  }

#site_footer #website:hover { 
  border-color: #c7c7c7; 
  color: #c7c7c7;
  }

#site_footer #search form {
  display: inline-block;
  zoom: 1;
  }

#site_footer #search input {
  display: none;
  padding: 0;
  width: auto;
  border: none;
  background: transparent;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 0px solid #ddd;
  font-size: 10px;
  -webkit-font-smoothing: subpixel-antialiased;
  }


/* --------------------------------------------------------------
  Main Nav
-------------------------------------------------------------- */
.home {
  position: relative;
  float: left;
  width: 190px;
  left: 1pc;
}


#main_nav {
  padding-bottom: 0px;
  position: relative;
  height: 230px;
  overflow: hidden;
  text-align: right;
  padding-bottom: 0px;
  }

.scrolling_text {	
  overflow: hidden;
  position: relative;
  text-align: center;
  width:100%;
  }

.scrolling_text p1 {
  line-height: 22px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.quote {
  font-style:italic;
  font-size: 13px;
  padding: 2px 8px 2px;
  background-color: #272727;
  color: whitesmoke;
  top: 142px;
  position: relative;
  width: 97%;
}

#main_nav h1 {
  text-align: left;
  margin-left: 9px;
  font-style:italic;
  font-size: 16px;
  font-weight: bold;
  font-family: ‘Lucida Console’, Monaco, monospace;
  padding: 14px 0 2px;
}

#main_nav ul {
  font-size: 0;
  position: relative;
  top: 72px;
  left: 12px;
  padding: 0;
  font-style: italic;
  }

#main_nav li {
  font-size: 19px;
  text-transform: uppercase;
  letter-spacing: 12px;
  -webkit-font-smoothing: subpixel-antialiased;
  font-weight: 700; 
}

#main_nav .nav-link {
  display: inline-block;
  margin: 11px 31px;
  padding: 12px 0px 12px;
  border: 0;
  }

#main_nav .nav-link-last {
  display: inline-block;
  margin: 11px 33px;
  padding: 12px 0px 12px;
  border: 0;
  }

#main_nav li a:hover,
#main_nav li.selected a
{ color: #dcd6fd; }  


#mobile_nav {
 display: none;
  }
 
/*============================================================
  Basic Styles - used for the simple controls
============================================================*/

/* Body Font */
body,
.product_header h3,
.product_header h5,
#product_inventory li h5,
#cart_items li .item_option,
#cart_summary li h3,
#social_links li h4,
.standalone .canvas p
{ font-family: "Times New Roman", Times, serif; }


/* Header Font */
h1, h2, h3, h4, h5, h6,
#error li,
#site_footer ul,
#site_footer #search input,
#main_nav li,
#cart_items li dt,
#cart_items li dd,
#cart_options #cart_discount p,
#cart_summary li span,
.standalone .canvas h1, input,
#cart_items li .quantity_input input
{ font-family:sans-serif "Times New Roman", Times, serif 
  font-size: 20px;}


/* Background */
body,
#cart_page #content {
  background-color: #fffff;

  }


/* Secondary background */
#cart_page #site_header,
#checkout_page #content,
#contact_page #content,
#maintenance_page #content,
#product_page #content,
#success_page #content,
.custom #content,
#cart_summary
{ background-color: #ffffff; }


/* Text */
#error li
{ color: #333333; }  


/* Text - Secondary */
body,
p, blockquote, ul, ol, dl,
#site_footer footer p,
.alert-noproducts,
#cart_page #cart_empty p,
#success_page #content .canvas p,
.standalone .canvas p,
#product_description h3,
#product_inventory h3,
#cart_items li .item_quantity,
#cart_items li .item_option,
#social_links li h4,
{ color: #171717 }


/* Text - Tertiary */
.page_header.product_header h5,
#contact_page #page_body p:first-child,
#site_footer #search input
{ color: #757575
  }


/* Links */
a,
a:link,
a:visited
{ color: #000000; }

/* Links rollover */
a:hover,
a:active,
#site_header header #store_name a:hover
{ color: #bab8b8; }


/* Header text */
#site_header header h1 a,
#site_header header h1 a:hover,
.product_header.page_header h1,
.product_header.page_header h3,
.standalone .canvas h1,
#site_header header #store_name a,
#site_footer footer h3
{ color: #383838 
   }

.page_header.product_header .dash {
  background: #383838;
  }


/* Products background */




/* Border color */
#main_nav li,
.category_nav,
#product_inventory,
#social_links,
#social_links li,
#more_products,
#more_products nav,
#contact_page #page_body p:first-child,
#contact_links,
#cart_items,
#cart_items li,
#cart_options,
#cart_summary,
#cart_summary li,
#cart_page #cart_empty,
#cart_page #site_footer,
#contact_links.no_intro,
#site_footer ul,
#site_footer ul li {
  border-color: #c9c9c9; 
  }





/* button hover */
.button:hover {  
  color: #c7c7c7;
  } 


/* Inventory Bars */
#product_inventory .bar { background: #c9c9c9; }
#product_inventory .bar span { background: #a1a1a1 }
/* --------------------------------------------------------------
  Home Page / Products Page / Products List
-------------------------------------------------------------- */
.homeimage{
  width: 100%;
  margin: auto;

}

IMG.homeimg {
  max-width: 1000px;
  width: 33.3%;
  height: auto;
  float: left;
  }

IMG.homeimgfirstrow{
width: 50%;
Height: auto;
Float: left;
}

iMG.homeimgbanner {
Width: 70%;
}

iMG.homepagebanner {
 width: 100%; 
 padding-top: 30px;
}

body {
      font-family: Times new roman;
    }

.lightbox-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.8);
      display: none;
      justify-content: center;
      align-items: center;
      text-align: center;
      z-index: 1000;
    }

.lightbox-content {
      background: white;
      padding: 30px;
      max-width: 400px;
      width: 90%;
      border-radius: 0px;
      position: relative;
      animation: fadeIn 0.4s ease-in-out;
    }

    .lightbox-content img {
      max-width: 100%;
      border-radius: 0;
      margin-bottom: 15px;
    }
    .lightbox-content p {
      padding-bottom: 0px;
    }

    .close-btn {
      position: absolute;
      top: 5px;
      right: 9px;
      font-size: 28px;
      cursor: pointer;
    }

    .lightbox-overlay.show {
      display: flex;
    }

    @keyframes fadeIn {
      from { opacity: 0; transform: scale(0.9); }
      to { opacity: 1; transform: scale(1); }
    }
   
#products_page #content {
  padding-top: 80px;
  background: transparent;
  max-width: 95%;
  margin: 0 auto;
  }

#products_page #products {
  margin-bottom: 30px;
  }

#products {
  clear: both;
  text-align: center;
  }

#products.single_product,
#products.double_product {
  float:  none;
  margin: 0 auto;
  overflow: hidden;
  }

#products.single_product {
  width: 40%;
  }

#products.single_product .product {
  margin-left: 0;
  }

#products.double_product {
  left: -15px;
  position: inline-block;
  width: 100%;
  }

#products.single_product {
  float:  left;
  margin: 0 auto;
  width: 40%;
  }

#products.single_product .product {
  margin-left: 0;
  }

.product,
.overlay {
  -webkit-transition: all .45s ease-out;
  -moz-transition: all .45s ease-out;
  -ms-transition: all .45s ease-out;
  -o-transition: all .45s ease-out;
  transition:  all .45s ease-out;
  }

.no_transition .product,
.no_transition .overlay {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition:  none;
  }

.product {
  display: inline-block;
  position: relative;
  width: 29%;
  background: transparent;
  margin-top: 50px;
  margin-right: 30px;
  height: 460px;
  }

.product a {
  position: static;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  font-size: 12px;
  color: #fff !important;
  background: transparent;
  border: none;
  }

.product .sold {
  position: absolute;
  color: red;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  top: 55px;
  left: 52px;
  }

.product a:hover {
  color: #fff !important;
  }

.product .product_header {
  display: block;
  margin: 0 auto;
  width: 79%;
  padding-top: 25px;
  height: 85px;
  }

.product_header h1,
.product_header h2,
.product_header h3 {
  margin: 0;
  font-size: 15px;
  color: black;
  line-height: 21px;
  font-weight: normal;
  text-align: center;
  }

.product_header h1 {
  width: 95%;
  margin: 0 auto;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  }

.product_header h2 {
  margin-left: 8px;
}

.product_header h2 span {
  position: relative;
  top: 0px;
  font-size: 15px;
  }

.product_header .dash {
  display: none;
  width: 24px;
  height: 1px;
  margin: 6px auto 10px;
  background: #fff;
  text-shadow: 0 1px 2px rgba(0,0,0,.7);
  }

.product_header h5 {
  }

.product_thumb {
  display: block;
  margin: 0 auto;
  top: 0;
  overflow: hidden;

  }

.product_thumb img {
  width: 100%;
  position: relative;
  }

.product_thumb img.no_transform { 
  top:0;
  -webkit-transform:none;
  -moz-transform:none;
  -ms-transform:none;
  -o-transform:none;
  transform:none;
}
.product:hover {
 background: transparent;
  }


.product a:hover .product_header h1 {
  text-decoration: underline;
  }

.product a:hover .product_thumb {
  opacity: .3;
  filter: alpha(opacity=30); /* IE6-IE8 */
  }

.product a:hover .product_thumb img {
  border-radius: 0;
  }

#pagination {
  float: left;
  width: 100%;
  margin: 2px 0 56px;
  text-align: center;
  font-size: 13px;
  }

#pagination span,
#pagination a {
  padding: 8px 4px;
  border: none;
  }

#pagination .disabled,
#pagination .next,
#pagination .previous {
  display: none;
  }

#pagination .current {
  text-decoration: underline;
  }

.category_nav {
  border-style: solid;
  border-width: 1px 0;
  clear: both;
  padding: 28px 0 10px;
  float: left;
  width: 100%;
  text-align: center;
  }

.category_nav:first-child {
  position: relative;
  z-index: 4;
  margin-top: 0;
  margin-bottom: 60px;
  }

.category_nav nav {
  text-align: center;
  width: 100%;
  margin: 0;
  }

.category_nav.double nav.categories,
.category_nav.double nav.artists {
  width: 44%;
  display: inline-block;
  }

.category_nav.double nav.categories {
  text-align: right;
  margin-right: 40px;
  }

.category_nav.double nav.artists {
  text-align: left;
  margin-left: 40px;
  }

.category_nav h2 {
  display: inline-block;
  padding: 0 8px 0 0;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  }

.category_nav ul {
  display: inline-block;
  }

.category_nav li {
  display: inline-block;
  font-size: 13px;
  }

.category_nav li:before {
  content:"/";
  padding: 0 4px 0 0;
  }

.category_nav li a {
  border: none;
  }

.category_nav li.selected a {
  text-decoration: underline;
  }

.category_nav li:first-child:before {
  content: "\00a0";
  }

.alert-noproducts {
  text-align: center;
  font-size: 20px;
  font-style: italic;
  color: #999;
  }
/* --------------------------------------------------------------
  Product Page
-------------------------------------------------------------- */

#producte {
  float: none;
  padding: 0 35px 0 5px;
  max-width: 1300px;
  margin: 0 auto;
  }

.page_header.product_header.fixed {
  position: relative;
  }

.page_header.product_header h1,
.page_header.product_header h3 {
  text-shadow: none;
  }

.page_header.product_header h1 {
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  word-wrap: normal;
  text-align: left;
  margin: 0;
  line-height: 1em;
  }

.page_header.product_header h2 {
  font-size: 19px;
  line-height: 80px;
  margin-left: 0px;
  text-align: left;
  }

.page_header.product_header h2 span {
  position: relative;
  font-size: 19px;
  }

.page_header.product_header .dash {
  height: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  }

.page_header.product_header h5 {
  top: -19px;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: red;
  font-size: 19px;
  }

.page_header {
  padding-bottom: 40px;
  }

#product_page #content .product_header {
  position: relative;
  float: right;
  width: 45%;
  padding-bottom: 0px;
  padding-top: 100px;
  padding-left: 20px;
    padding-right: 10px;

  }

#product_info {
  float: right;
  clear: right;
  width: 45%;
  text-align: justify;
  padding-right: 10px;
  }

#product_description p {
  font-size: 17px;
  line-height: 2em;
  }

#product_description h3 {
  font-size: 20px;
  }

#product_description ul,
#product_description ol {
  list-style-type: circle;
  list-style-position: outside;
  width: 100%;
  }

#product_images {
  float: left;
  position: relative;
  max-width: 670px;
  margin-top: 100px;
  width: 50%;
  }

#product_images li {
  margin-bottom: 15px;
  line-height: 0;
  }

#product_images .slides li:last-child { margin-bottom: 0; }


#product_inventory {
  margin: 35px 0 0px 0;
  padding: 18px 10px 8px;
  border-style: solid;
  border-width: 1px 0;
  }

#product_inventory h3 {
  margin-bottom: 13px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .3em;
  text-align: center;
  }

#product_inventory li {
  width: 200px;
  }

#product_inventory li h5 {
  margin-top: 7px;
  font-size: 12px;
  }

#product_inventory .bar {
  width: 100%;
  height: 2px;
  }

#product_inventory .bar span {
  display: block;
  height: 2px;
  }

#product_inventory .bar span em {
  display: none;
  }

#product_form {
  margin-top: 20px;
  }

#product_form select {
  width: 220px;
  margin-bottom: 15px;
  }

.button {
  padding: 2px 0;
  width: 207px;
  font-size: 19px;
  font-style: italic;
}

.button:hover, .button:active {
 color: #dcd6fd; 
}

#product_info .button.disabled {
  padding-top: 10px;
  border: none;
  color: red;
  font-size: 24px;
  font-weight: bold;
  }

#social_links {
  width: 240px;
  margin-top: 30px;
  border-style: solid;
  border-width: 1px;
  }

#social_links li {
  padding: 0;
  height: 40px;
  text-align: center;
  border-style: solid;
  border-width: 1px 0 0 0;
  }

#social_links li:first-child {
  border: none;
  }

#social_links li h4 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 40px;
  }

#social_links .social_action {
  display: none;
  position: relative;
  top: 10px;
  }

#social_links li .social_action a {
  border: none !important;
  }

#social_links li:hover h4 {
  display: none;
  }

#social_links li:hover .social_action {
  display: block;
  }

#social_links #social_facebook:hover,
#social_links #social_pinterest:hover,
#social_links #social_tweet:hover  {
  padding-bottom: 0;
  }

#social_links #social_facebook iframe {
  margin: 0 auto 0 30px;
  }

#social_links #social_tweet iframe {
  width: 50% !important;
  margin-left: 30px !important;
  }

#social_links #social_pinterest iframe {
  width: 50% !important;
  margin-left: 60px !important;
  }


/* -------------------------------------------------------------- 
  About / Custom Page
-------------------------------------------------------------- */
  
.custom #page_body {
  width: 650px;
  padding-top: 100px;
  line-height: 28px;
  }

.custom, img {
  margin: 0 auto;
  display: block;
}

.custom #page_body p {
  font-family: Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,monospace;
  font-size: 15px;
  text-align: left;
  line-height: 1;
  }

.custom #caption2 {
  display: none;
}

.custom #photos_new {
  display: none;
  }

.custom #page_body h1,  
.custom #page_body h2 { 
  font-size: 16px; 
  font-weight: normal; 
  margin: 1.5em 0 .7em;
  line-height: 1.2em;
  }   
  
.custom #page_body h1 {
  font-size: 20px;
  }    
  
.custom #page_body h3,
.custom #page_body h4 {
  font-size: 14px;
  line-height: 1.1em;
  margin: 1.8em 0 .7em;
  }

.custom #page_body h4 {
  font-size: 12px;
  }

.custom #page_body ul {
  list-style-type: circle;
  list-style-position: inside;
  width: 100%;
  }  
  
.custom #page_body ol {
  list-style-type: decimal;
  list-style-position: inside;
  width: 100%;
  }  
  
/* -------------------------------------------------------------- 
  Contact
-------------------------------------------------------------- */   

.product_header.page_header h6,
#contact_page #page_body p, 
#contact_page #page_body h6 {
  font-size: 17px;
  padding-bottom: 38px;
  width: 85%;
  margin: 0 auto;
  text-align: justify;
  line-height: 26px;
  }

#contact_page h1 {
  font-size: 20px;
  padding-top: 40px
}

#contact_page h2 {
  padding-top: 20px;
}

/* --------------------------------------------------------------
  Cart
-------------------------------------------------------------- */
#cart_page #content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  }

#cart_page #site_footer footer {
  margin-top: 0;
  }

#cart-form {
  padding: 100px 15px;
  }

#cart-form.no_options {
  overflow: hidden;
  margin-bottom: 80px;
  }

#cart_description {
  float: left;
  width: 56%;
  margin: 9% 0px 0px 12%;
}

#cart_items {
  float: left;
  width: 100%;
  margin: 0;
  border-style: solid;
  border-width: 0 0 1px 0;
  }

#cart_items ul {
  margin-bottom: 0;
  }

#cart_items li {
  position: relative;
  overflow: hidden;
  padding: 0 0 0 0;
  margin: 0;
  line-height: 0;
  border-style: solid;
  border-width: 1px 0 0 0;
  }

#cart_items .item_image {
  float: left;
  margin: 5px 14px 5px 5px;
  text-align: center;
  width: 80px;
  height: 80px;
  /* vertically center image within */
  display:-webkit-box;
  -webkit-box-pack:center;
  -webkit-box-align:center;
  display:-moz-box;
  -moz-box-pack:center;
  -moz-box-align:center;
  display:box;
  box-pack:center;
  box-align:center;
  }

#cart_items .item_image img {
  max-height: 80px;
  max-width: 100px;
  -webkit-box-flex:1;
  -moz-box-flex:1;
  box-flex:1;
  margin: 0 auto;
  }

#cart_items li dl {
  float: left;
  margin: 0;
  line-height: 0;
  margin: 10px 0 18px;
  width: 65%;
  }

#cart_items li.with_option dl {
  margin-top: 21px;
  }

#cart_items li dt,
#cart_items li dd {
  line-height: 1.3em;
  font-size: 16px;
  }

#cart_items li dt a {
  border: none;
  }

#cart_items li dt {
  width: 83%;
  margin: 0 0 3px 0;
  }

#cart_items li .item_price {
  font-size: 14px;
  }

#cart_items li .item_option {
  margin-top: 3px;
  font-size: 13px;
  font-style: italic;
  }

#cart_items li .item_quantity  {
  position: relative;
  top: -1px;
  left: 2px;
  font-size: 13px;
  }

#cart_items li .quantity_input {
  position: absolute;
  top: 44%;
  right: 129px;
  margin-top: -20px;
  }

#cart_items li .quantity_input input {
  width: 45px;
  height: 23px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 13px;
  text-align: right;
  border-radius: 0;
  filter: alpha(opacity=40); /* IE6-IE8 */
  }

#cart_items li .quantity_input input:focus {
  color: black;
  }

#cart_items li .item_quantity  {
  position: relative;
  top: -1px;
  left: 2px;
  font-size: 13px;
  }

#cart_items li .remove_item {
  position: absolute;
  z-index: 5;
  right: 47px;
  top: 50%;
  margin-top: -12px;
  width: 31px;
  height: 26px;
  border: none;
  background-size: 26px;
  }

#cart_items li .remove_item:hover {
  opacity: 1;
  -webkit-transition: opacity 0 ease-in;
  -moz-transition: opacity 0 ease-in;
  -ms-transition: opacity 0 ease-in;
  -o-transition: opacity 0 ease-in;
  transition: opacity 0 ease-in;
  }

#cart_options {
  border-style: solid;
  border-width: 0 0 1px 0;
  float: left;
  width: 864px;
  padding-bottom: 10px;
  margin: 20px 0 0 0;
  }

#cart_options.solo_update {
  margin-top: 26px;
  border: none;
  }

#cart_options li {
  margin-bottom: 10px;
  }

#cart_options h3 {
  }

#cart_options label {
  margin-left: 27px;
  }

#cart_options select {
  margin-top: 11px;
  width: 215px;
  }

#cart_options .no_shipping {
  display: block;
  margin-left: 227px;
  font-size: 13px;
  margin-top: 5px;
  color: red;
  }

#cart_options #cart_discount p {
  font-size: 12px;
  padding: 13px 0;
  }

.cart-update {
  margin-left: 330px;
  margin-bottom: 20px;
  }

.cart-update .button {
  font-size: 12px;
  padding: 6px 0;
  width: 166px;
  border: 1px solid #000;
  }

#cart_summary {
  float: right;
  width: 250px;
  padding-top: 86px;
  background: #ffffff;
  }

#cart_summary ul {
  padding: 0 13px 18px 0;
  }

#cart_summary li {
  overflow: hidden;
  padding: 12px 0 4px;
  border-style: solid;
  border-width: 0 0 1px 0;
  }

#cart_summary li h3 {
  float: left;
  font-size: 13px;
  }

#cart_summary li span {
  float: right;
  font-size: 13px;
  line-height: 20px;
  }

#cart_summary li span span {
  float: none;
  }

#cart_summary li#cart-shipping-tax.not_set span {
  font-size: 11px;
  font-style: italic;
  }

#cart_summary H4 {
  font-style: italic;
  font-size: 14px;
  text-align: center;
  padding-top: 13px;
}

#cart_summary #cart_total {
  padding-top: 20px;
  border: none;
  }

#cart_summary #cart_total h3 {
  font-style: italic;
  line-height: 26px;
  }

#cart_summary #cart_total h2 {
  float: right;
  font-size: 20px;
  }

#cart_summary #cart_total span {
  float: none;
  position: relative;
  top: -6px;
  font-size: 11px;
  }

#cart_summary button {
  width: 230px;
  margin: 0 0 10px 10px;
  }

#cart_page #cart_empty {
  padding: 12%;
  }

#cart_page #cart_empty p {
  margin-top: 15px;
  font-size: 20px;
  text-align: center;
  }

#cart-form #Holiday_message {
  margin-top: 15px;
  font-size: 20px;
  text-align: center;
}

/*============================================================
  Success Page
============================================================*/ 

#success_page #content .canvas {
  text-align: center;
  }

#success_page #content .canvas h1 {
  font-size: 22px;
  line-height: 1.3em;
  }

#success_page #content .canvas p {
  width: 400px;
  margin: 15px auto 1.5em;
  font-style: italic;
  }

#success_page #content .canvas a {
  font-size: 15px;
  }
/*============================================================
  Standalone Pages (Maintenance / Checkout)
============================================================*/
 

.standalone .canvas {
  width: 45%;
  max-width: 450px;
  padding: 33px 30px 15px;
  margin: 20% auto 0;
  text-align: center;
  border: 3px solid #383838;
  }
  
#checkout_page .canvas {
  padding: 25px 30px 20px;
  }  

.standalone .canvas h1 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3em;
  }

.standalone .canvas p {
  margin-top: 10px;
  font-style: italic;
  } 
  
/*============================================================
  IE Hacks
============================================================*/


.ie #social_links li h4 {
  display: none;
  }

.ie #social_links .social_action {
  display: block;
  }

.ie #cart_items li .quantity_input input {
  line-height: 1em;
  height: auto;
  padding: 12px 8px 8px;
  }  
  
.ie .flex-direction-nav .flex-prev, .ie .flex-direction-nav .flex-next {
    display:none;
  }
/*============================================================
  Responsive styles
============================================================*/


@media screen and (max-width: 569px),
  screen and (max-device-width: 569px) and (orientation: landscape) {

p, blockquote, ul, ol, dl {
  font-size: 17px;
  line-height: 1.4em;
  }

.button {
  display: block;
  width: 100%;
  padding: 17px 0 !important;
  background: white;
  color: black;
  }

#error {
  width: 90%;
  margin: 0 auto;
  margin-top: -10px;
  margin-bottom: 30px;
  }

#error li {
  width: 100%;
  padding: 6px 0 3px;
  }


/* Structure
------------------------------------------------------------*/

.strip {
  overflow: hidden;
  background: transparent;
  }

.canvas {
  position: relative;
  width: 100%;
  clear: both;
  }
  
IMG.homepagebanner {
  padding-top: 5px;    
  } 

.lightbox-content {
    max-width: 70%;
  padding: 25px;
    }

.lightbox-content p {
  font-size: 14px; 
}

  .close-btn {
    top: 1px;
    right: 6px;
  }
  
.standalone .canvas {
  width: 65%;
  }

#content {
  margin-top: 0;
  padding: ;
  }

#page_body {
  width: 90%;
  margin: 0 auto;
  }


/* Main Nav
------------------------------------------------------------*/

#main_nav {
  display: none;
  }

#mobile_nav {
  display: block;
  text-align: right;  
  padding-bottom: 0;
  height: 128px;
  }
  
.scrolling_text { 
  height: 35px;
  margin: 0 auto;
  width: 98%;
  top: 2px;  
  }
  
.scrolling_text p1 {
  font-size: 7px;
  line-height: 6px;
  width: 140%;  
  }  

  
#mobile_nav ul {
  padding: 0 0 8px;
  font-size: 0; 
  top: 25px;
  position: relative;   
  Font-style: italic;
}
  
#mobile_nav li {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-font-smoothing: subpixel-antialiased;
  display: inline-block;
  margin: 5px 7px;
  }

#mobile_nav li a {
  display: inline-block;
  padding: 6px 2px 5px;
  margin: 6px 0 0;
  border: 0;
  right: 10px;  
  }

#mobile_nav li a:hover,
#mobile_nav li.selected a
{ color: #dcd6fd; }   
  
.quote {
  font-style:italic;
  font-size: 7px;
  font-weight: bold;  
  padding: 2px 5px 0;
  background-color: #272727;
  color: whitesmoke;
  position: relative;
  top: 46px;
  width: 93%;
}  
  
#site_header header #store_name {
  margin: 30px auto 0;
  font-size: 36px;
  letter-spacing: 3px;
  word-wrap: break-word;
  }

#site_header #branding {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding: 30px 0 5px;
  }

.home {
  width: 73px;
  left: 1px;
  }  

/* Site Footer
------------------------------------------------------------*/

#site_footer footer {
  min-width: 0;
  margin-top: ;
  }

#site_footer footer h3 {
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: bold;  
  text-transform: uppercase;
  letter-spacing: 3px;
  }

#site_footer ul {
  width: 95%;
  margin: 0 auto;
  padding-bottom: 0;
  }
  
#site_footer li {
  height: 20px;
  }
  
  
#site_footer li a {
  display: inline-block;
  font-size: 9px;
  text-align: center;
  height: 15px;
  }
  

#site_footer footer p {
  font-size: 6px;
  margin-top: 0px;
  }

#site_footer #search input {
  width: 95%;
  padding: 10px 5px;
  background: #fff;
  border: none;
  }
  
#badge a {
  display: none;
  }    


/* Products List
------------------------------------------------------------*/

#products {
  width: 100%;
  margin: 0 1px;
  text-align: justify;
  }

.product_header h1 { 
  font-size: 12px;
  font-weight: bold; 
  line-height: 24px;
  width: 100%;  
  text-align: justify;    
}
  
.product_header h2 {
  font-size: 13px;
  text-align: left;
  padding-top: 0px;
  margin-left: 2px;
}

.product_header h2 span {
  font-size: 13px;
}  
  
.product_header h5 { 
  font-size: 14px
}

#products.single_product,
#products.double_product {
  float:  none;
  margin: 0;
  width: 100%;
  left: 0;
  }

.product,
.product_header,
.product_thumb,
.product_thumb img {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  border-radius: 0 !important;
  }

.product {
  width: 100%;
  height: 250px;
  margin-bottom: 10px;
  margin-top: 20px;
  padding: 0;
  border-radius: 0 !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.4);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.4);
  }
  
.product .sold {
  font-size: 18px;
  color: white;
  line-height: 11px;
  padding: 3px;
  top: 66%;
  left: -77%;
  width: 51px;
  height: 13px;
  background: red;    
  }
  
.product a:hover,
.product:hover {
  border-radius: 0;
  box-shadow: inset 0 0px 0 rgba(255,255,255,.4);
  background-color: transparent;
  }

.product a {
  border-radius: 0;
  }

.product:first-child {
  -webkit-box-shadow: none;
  box-shadow: none;
  }

.product .product_header {
  width:45%;
  position: relative;
  float: right;
  padding-top: 30px;
  margin-right: 5%;
  display: inline-block;  
  }

.product_thumb {
  position: relative;
  margin: 0;
  opacity: 10;
  filter: alpha(opacity=0); /* IE6-IE8 */
  border-radius: 0;
  }

.product .product_thumb img {
  position: relative;
  display: inline-block;  
  width: 50%;
  height: auto;
  -webkit-transform:none;
  -moz-transform:none;
  -ms-transform:none;
  -o-transform:none;
  transform:none;
  top:0;
  left: 0;  
  }
.product a:hover .product_thumb img { 
  -webkit-transform:none;
  -moz-transform:none;
  -ms-transform:none;
  -o-transform:none;
  transform:none;
  top:0;
}

/* Products Page
------------------------------------------------------------*/

.category_nav:first-child {
  margin-top: 10px;
  margin-bottom: 0;
  }

.category_nav.double nav.categories,
.category_nav.double nav.artists {
  width: 100%;
  display: inline-block;
  }

.category_nav.double nav.categories,
.category_nav.double nav.artists {
  text-align: center;
  margin: 0;
  }

.category_nav h3 {
  margin-bottom: 6px;
  }

.category_nav li a {
  padding: 10px 4px;
  }

#products_page #content {
padding: 10px 0 0 0;
  }
  
#pagination {
  margin-top: 30px;
  margin-bottom: 28px;
  }

#pagination span,
#pagination a {
  padding: 8px 10px;
  border: none;
  }


/* Product Page
------------------------------------------------------------*/
#producte {
  width: 100%;
  display: block;
  margin-left:auto;
  margin-right:auto;
  padding: 0;
  }
  
#product_page #content .product_header {
  float: none;
  width: 88%;
  display: block;
  margin: 0 auto;
  padding: 60px 0 0 0;
  }
  
.page_header.product_header h1{
  font-size: 21px;  
  text-align: end;
  margin: auto;
}   
  
.page_header.product_header h2 {
  font-size: 18px;
  line-height: 0px;
  padding-top: 27px;
  text-align: end;
}    
  
.page_header.product_header h2 span {
  font-size: 18px;
}  
  
#product_images {
  float: none;
  width: 100%;
  margin: 0 auto;
  }

#product_images li img {
  min-width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  }

#product_images li {
  margin-bottom: 5px;
  }

#product_images li {
  margin-bottom: 5px;
  }

#product_images .flex-control-nav {
  bottom: -30px;
  }

#product_info {
  float: none;
  clear: none;
  width: 88%;
  display: block;
  margin: 0 auto;
  padding-top: 30px;  
  }
  
#product_info #product_description p {
  font-size: 15px;
  line-height: 1.5em;
  text-align: end;
}
  
#product_info .button.disabled {
  margin: auto;
  }  
  
#product_inventory {
  margin: 35px 0 0 0;
  padding: 15px 15px 2px;
  }

#product_inventory h3 {
  margin-bottom: 10px;
  font-size: 11px;
  text-align: left;
  }

#product_inventory li {
  width: 100%;
  }

#product_inventory li h5 {
  font-size: 13px;
  }

#product_form {
  margin-top: 5px;
  }

#product_form select {
  width: 100%;
  }

#social_links {
  margin-bottom: 0;
  }

#social_links li {
	height: 50px;
	}

#social_links li h4 {
  display: none;
  }

#social_links .social_action {
  display: block;
  top: 16px;
  }

#social_links #social_facebook iframe,
#social_links #social_tweet iframe,
#social_links #social_pinterest iframe {
  margin-left: 32% !important;
  }

#more_products {
  margin-top: 0;
  padding-bottom: 0;
  }

#more_products h3:first-child {
  padding-top: 35px;
  text-align: center;
  }

#more_products ul#products {
  overflow: hidden;
  margin-top: 30px !important;
  }

#more_products nav {
  clear: both;
  position: relative;
  top: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  border-top: 1px solid #E5E5E5;
  padding: 18px 0 5px;
  }

#more_products nav li a {
  padding: 10px 4px;
  }


/* Contact Page
------------------------------------------------------------*/

.product_header.page_header h6,
#contact_page #page_body p, 
#contact_page #page_body h6 {
  font-size: 10px;
  }

#contact_page #page_body {
  width: 80%;
}

#contact_page h1 {
  font-size: 14px;
  padding-top: 40px
}

#contact_page h2 {
  font-size: 9px;
  padding-top: 0px;
}
    
  
/* Gallery Page
--------------------------------------------------------------*/

.custom #content {
  padding: 20px 0;
}  
  
.custom #page_body {
  line-height: 20px;
  width: 90%;
  }  
    
.custom #page_body p {
  font-family: Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,monospace;
  font-size: 10px; 
  text-align: left;
  line-height: 12px;
  padding-bottom: 12px;
  }
  
/* Cart Page
------------------------------------------------------------*/

#cart_page #site_footer footer {
  margin-top: 30px;
  }

#cart_page #content {
  padding-bottom: 0px;
  padding-top: 50px;
  }

#cart-form {
  padding: 0;
  }

#cart-form.no_options {
  margin-bottom: 0;
  }

#cart_description {
  width: 100%;
  float: none;
  margin: auto;
  }

#cart_items {
  float: left;
  width: 100%;
  margin: 0;
  padding-bottom: 3px;
  border-bottom: 1px solid #e5e5e5;
  }

#cart_items li {
  float: none;
  }
  
#cart_items ul {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  }
    
#cart_items li dl {
  float:left;
  margin-top: 21px;
  width: 56%;
  }
  
#cart_items li dt {
  width: 73%;	
  }

#cart_items .item_image {
  float: left;
  margin: 5px 5px 5px 5px;
  }

#cart_items li .item_quantity {
  display: none;
  }

#cart_items li .quantity_input input {
  width: 13px;
  }
  
#cart_items li .quantity_input {
  display: inline-block;
  left: 71%;
  }

#cart_items li .remove_item {
  opacity: 1;
  left: 84%;
  width: 100%;
  font-size: 12px;
  }

#cart_summary H4 {
  padding-top: 20px;
}
    
#cart_options {
  float: none;
  clear: both;
  width: 90%;
  padding: 15px 0 2px;
  margin: 0 auto;
  border-bottom: none;
  }

#cart_options li {
  margin-bottom: 10px;
  }

#cart_options label {
  float: none;
  margin: 0;
  text-align: left;
  }

#cart_options select {
  margin-top: 3px;
  width: 100%;
  }

#cart_options input {
  width: 94%;
  }

#cart_options .no_shipping {
  margin-top: 0;
  margin-left: 0;
  }

#cart_options #cart_discount p {
  padding: 3px 0 0;
  }

.solo_update {
  display: none;
  }

.cart-update {
  margin-left: 0;
  }

.cart-update .button {
  width: 100%;
  }

#cart_summary {
  float: none;
  clear: both;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
  padding-top: 20px;
  border-top: none;
  }

#cart_summary ul {
  padding: 10px 0 33px 0;
  width: 89%;
  margin-left: auto;
  margin-right: auto;
  }

#cart_summary button {
  float: none;
  width: 90%;
  margin: 0 auto 2px;
  background: white;
  color: black;  
  }
}


@media screen and (min-width: 569px) and (max-width: 800px) {

#site_header header #store_name {
  word-wrap: break-word
}

.button {
  display: block;
  width: 100%;
  padding: 17px 0 !important;
  }

#error {
  width: 90%;
  margin: 0 auto;
  margin-top: -5px;
  margin-bottom: 30px;
  }


/* Structure
------------------------------------------------------------*/

.strip {
  overflow: hidden;
  background: transparent;
  }

.canvas {
  position: relative;
  width: 100%;
  margin: 0 auto;
  clear: both;
  }

.standalone .canvas {
  width: 95%;
  }

#content {
  margin-top: 0;
  padding: 0px 0;
  }

#page_body {
	width: 640px;
  margin: 0 auto;
  }

.custom #page_body,
#contact_page #page_body {
	width: 550px;
    padding-top: 60px;
	}

#site_header {
	margin: 0 auto;
	}

#site_footer footer {
  min-width: 0;
	float: none;
	}


/* Main Nav
------------------------------------------------------------*/

#main_nav {
  display: block;
  text-align: right;  
  margin-bottom: 0;
  padding: 0;
  }
  
.scrolling_text p1 {
  line-height: 20px;
  font-size: 11px;
  }

#main_nav .nav-link{
  margin: 4px 22px;
  }  

#main_nav .nav-link-last{
  margin: 4px 22px;
  }    

#main_nav ul {
  left: 86px;
  }  
  
#main_nav li {
  font-size: 18px;
  letter-spacing: 4px;
  }

#main_nav li a {
  padding: 14px 2px 14px;
  margin: 0;
  right: 5pc;  
  }

#main_nav h1 {
  padding: 1px 8px 1px;
  font-size: 14px;  
}
  
.home {
  width: 159px;  
  }  
    
  
/* Home Page
------------------------------------------------------------*/

#home_page #site_footer footer {
	margin-top: 40px;
	}

/* Products Page
------------------------------------------------------------*/

#products_page #content {
  padding-top: 70px;
  }  
  
.product_thumb {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  }  
  
.product {
  width: 28%;
  padding: 0 20px 39px 0;
  height: 100%;
  Margin: 0;
  }  

.product .sold {
  font-size: 14px;
  top: 20px;
  left: 20px;
  }  
  
.product .product_header {
  width: 91%;
  }  
  
.product_header h1,
.product_header h2 {
  font-size: 10px;
  letter-spacing: 1.5px;
  }
  
.product_header h2 {
  font-size: 10px;  
  margin-left: 5px;
  }

.product_header h2 span {
  font-size: 10px;
  }
  
  
#products {
  max-width: 750px;
  margin: 0 auto;
  }

.category_nav:first-child {
  margin-top: 10px;
  }

.category_nav.double nav.categories,
.category_nav.double nav.artists {
  width: 640px;
  display: inline-block;
  }

.category_nav.double nav.categories,
.category_nav.double nav.artists {
  text-align: center;
  margin: 0;
  }

.category_nav li a {
  padding: 10px 4px;
  }

#products_page #pagination {
  margin-top: 0;
  margin-bottom: 50px;
  }

#pagination span,
#pagination a {
  padding: 8px 10px;
  border: none;
  }


/* Product Page
------------------------------------------------------------*/

#producte {
 padding: 74px 0 0 5px;
}  
  
#product_page #content .product_header {
  width: 45%;
  padding-top: 0;
  padding-left: 2%;
  }
  
#product_page #content .page_header.product_header h1 {
 font-size: 20px;
 line-height: 22px;   
  }  

.page_header.product_header h2 {
  font-size: 16px;
  line-height: 35px;
  }    
  
.page_header.product_header h2 span {
  font-size: 16px;  
  }
 
#product_images {
  width: 50%;
  margin-top: 0;
  }

#product_images li img {
  min-width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  }

#product_images li {
  margin-bottom: 5px;
  }

#product_images .flex-control-nav {
  bottom: -25px !important;
  }

#product_info {
  width: 45%;
  margin-left: 2%;
  text-align: justify;
  }

#product_info #product_description p {  
  font-size: 15px;
  line-height: 1em;
  }
    
#product_inventory {
  margin: 35px 0 0 0;
  padding: 15px 15px 2px;
  }

#product_inventory h3 {
  margin-bo/ttom: 10px;
  font-size: 11px;
  text-align: left;
  }

#product_inventory li {
  width: 100%;
  }

#product_inventory li h5 {
  font-size: 13px;
  }

#product_form {
  margin-top: 25px;
  }

#product_form select {
  width: 100%;
  }

.button {
  padding: 8px 0 !important;
  width: 200px;
  }

#social_links {
  margin-top: 30px;
  }

#social_links li {
	height: 50px;
	}

#social_links li h4 {
  display: none;
  }

#social_links .social_action {
  display: block;
  top: 16px;
  }

#social_links #social_facebook iframe,
#social_links #social_pinterest iframe,
#social_links #social_tweet iframe {
  margin-left: 32% !important;
  }

#more_products {
  padding-bottom: 0;
  }

#more_products.no_products {
  margin-top: 0;
  padding: 0 0 20px;
  }

#more_products.no_products nav {
  padding-top: 20px;
  }

#more_products h3:first-child {
  text-align: center;
  }

#more_products ul#products {
  overflow: hidden;
  margin-top: 30px;
  }

#more_products ul#products li:nth-child(3) {
  display: none;
  }

#more_products nav {
  clear: both;
  position: relative;
  top: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  border-top: 1px solid #E5E5E5;
  padding: 15px 0 5px;
  }

#more_products nav li a {
  padding: 10px 4px;
  }


/* Contact Page
------------------------------------------------------------*/

#contact_page #page_body {
  margin-bottom: 40px;
  }

.product_header.page_header h6,
#contact_page #page_body p, 
#contact_page #page_body h6 {
  font-size: 12px;
  }

#contact_page h1 {
  font-size: 12px;
  padding-top: 40px
}

#contact_page h2 {
  font-size: 9px;
  padding-top: 0px;
}


/* Cart Page
------------------------------------------------------------*/

#cart_page #site_footer {
  border-top: 1px solid #e5e5e5;
  }

#cart_page #site_footer footer {
  margin-top: 30px;
  }

#cart-form {
  padding: 0;
  }

#cart_description {
  width: auto;
  float: none;
  }

#cart_items {
  float: none;
  width: 70%;
  margin: 0 auto;
  }

#cart_items li {
  float: none;
  }
  
#cart_items li dl {
  float:left;
  width: 58%;
  }

#cart_items .item_image {
  float: left;
  margin: 20px 10px 20px 10px;
  }

#cart_items li .item_quantity {
  display: none;
  }

#cart_items li .quantity_input {
  display: inline-block;
  left: 75%;
  }

#cart_items li .quantity_input input {
  width: 32px;
  }  
  
#cart_items li .remove_item {
  opacity: 1;
  filter: alpha(opacity=1); /* IE6-IE8 */
  left: 92%;
  }

#cart_options {
  float: none;
  clear: both;
  width: 70%;
  margin: 0 auto 0;
  padding: 30px 0 10px;
  border: none;
  }

#cart_options label {
  float: none;
  margin: 0;
  text-align: left;
  }

#cart_options select {
  margin-top: 3px;
  width: 100%;
  }

#cart_options input {
  width: 96%;
  }

#cart_options .no_shipping {
  margin-top: 0;
  margin-left: 0;
  }

#cart_options #cart_discount p {
  padding: 3px 0 0;
  }

.solo_update {
  display: none;
  }

.cart-update {
  margin-left: 0;
  }

.cart-update .button {
  width: 100%;
  }

#cart_summary {
  float: none;;
  width: 70%;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 10px;
  border: none;
  }

#cart_summary ul {
  padding: 15px;
  border-top: 0;
  }

#cart_summary button {
  width: 100%;
  margin: 0 auto 10px;
  }
}


@media only screen and (min-device-width : 800px) and (max-device-width : 1280px) and (orientation : landscape) {
  
  #social_links li h4 {
    display: none;
    }

  #social_links .social_action {
    display: block;
    }

.flexslider { 
  margin:0 auto 80px;
}
.flexslider .slides img {
  margin: 0 auto;
  width: 100%;
}
.slides {
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}
.flex-viewport {
  border-radius: 4px;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}
.flexslider .slides > li {
  transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  -webkit-transform: translateZ(0px);
}
.flex-direction-nav li a { 
  background-image: url(https://assets.bigcartel.com/theme_assets/6/1.3.8/images/slideshow_arrows.png);
  background-repeat: no-repeat;
  background-color:rgba(0,0,0,.7);
  background-size:65px auto;
  border:none;
  height: 66px;
  margin: -33px 0 0;
  position: absolute;
  text-indent: 9999px;
  width: 33px;
  -webkit-transition: all .1s ease-in;
  -moz-transition: all .1s ease-in;
  -ms-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  transition: all .1s ease-in;
}
.flex-direction-nav li a:hover { 
  background-color:rgba(0,0,0,1);
}
.flex-direction-nav .flex-prev {
  background-position: 6px 15px;
  border-radius: 3px;
  left: 18px;
}
.flex-direction-nav .flex-next {
  background-position:-38px 15px;
  border-radius:3px;
  right:18px;
}
.flex-control-paging li { 
  border-radius:50%;
  height:11px;
  margin:6px;
  width:11px;
  -webkit-backface-visibility: hidden;
}
.flex-control-paging li a {
  background: #333333;
  border-radius:50%;
  border:none;
  opacity:0.1;
  filter:alpha(opacity=50);
}
.flex-control-paging li a:hover {
  background: #333333;
  opacity:0.7;
  filter:alpha(opacity=70);
}
.flex-control-paging li a.flex-active {
  background: #333333;
  opacity:0.3;
  filter:alpha(opacity=30);
}


/* Products List
------------------------------------------------------------*/

.product {
  width: 27%;
  margin-top: 30px;
  margin-right: 0px;
  padding-right: 20px;
  height: 295px;
  }

.product .product_header {
  padding-top: 13px;
}

.product_header h1 {
   font-size: 10px;
  line-height: 16px;
}

.product_header h2 {
  font-size: 10px;
  line-height: 16px;
}

.product_header h2 span {
  font-size: 10px;
  }

/* --------------------------------------------------------------
  Product Page
-------------------------------------------------------------- */

#product_page #content .product_header {
  padding-top: 100px;
}

.page_header.product_header h1 {
  font-size: 16px;
}

.page_header.product_header h2 {
  font-size: 16px;
}

.page_header.product_header h2 span {
  font-size: 16px;
  }

#product_description p {
  font-size: 14px;
  }

/* Contact Page
------------------------------------------------------------*/

.product_header.page_header h6,
#contact_page #page_body p, 
#contact_page #page_body h6 {
  font-size: 12px;
  }

#contact_page #page_body {
  width: 70%;
}

#contact_page h1 {
  font-size: 15px;
  padding-top: 40px
}

#contact_page h2 {
  font-size: 11px;
  padding-top: 0px;
}


@media screen and (max-width: 768px) {
  .flex-direction-nav .flex-prev { 
    display:none;
  }
  .flex-direction-nav .flex-next {
    display:none;
  }
  .flexslider .slides img {
    border-radius:0;
  }
  .flexslider {
    margin-bottom:50px 
  }
  .flexslider .flex-control-nav { 
    bottom:-35px  
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .flex-direction-nav .flex-prev { 
    display:none;
  }
  .flex-direction-nav .flex-next { 
    display:none;  
  }
}
.custom #page_body .flexslider ul {
  list-style: none;
}
#page_body .flex-direction-nav a { 
  display:none;
}
#about_page #page_body .flexslider img { 
  box-shadow:none;
  margin-bottom:0;
}

/* ------------------------------------------------------------------------------------------------
 *
 * This is where all of the CSS code is handled for your theme.
 *
 * We recommend you break your CSS into multiple files and put them in a separate
 * directory. We've used a "stylesheets" directory in our example below. After that we'll use
 * Sprockets (getsprockets.org) to package them into one file. Sprockets also allows you to
 * use Sass/SCSS (sass-lang.com) by ending your file name with .sass or .scss, and you can also
 * use LESS (lesscss.org) by ending your file with .less.
 *
 * However, if you don't have much CSS, or you're just a glutton for punishment,
 * you could simply put all of your CSS in this file. It's up to you.
 *
 * ------------------------------------------------------------------------------------------------
 */


/* 












 */

 /*============================================================
  Colors + Custom Styles - add and override styles below
============================================================*/

