/* 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;}
.flex-control-nav, .flex-control-paging {
 display: 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 {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 { width: 50%; 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 0.8s ease; -moz-transition: all 0.8s ease; transition: all 0.8s 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  {  }



.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;}

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


html, body {
  min-width: 260px;
  max-width: 1200px; /*edited*/
  height: 100%;
  margin: 0 auto;
  }

body {
  font-weight: 400;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background: #fff;
  margin: 0 2%;
  text-align:left;
  }

::-moz-selection{ background: yellow; color:#333; }
::selection { background: yellow; color:#333; }
p, blockquote, ul, ol, dl {
  font-size: 15px;
  margin-bottom: 1.2em;
  line-height: 1.3em;
  text-align:left;
  }

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-color: rgba(0,0,0,.2);
  -webkit-transition: color .1s ease-in;
  -moz-transition: color .1s ease-in;
  -ms-transition: color .1s ease-in;
  -o-transition: color .1s ease-in;
  transition: color .1s ease-in;
  }

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

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

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

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

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

.button {
  padding: 15px 0;
  width: 220px;
  cursor: pointer;
  font-size: 0.8em;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: transparent;
  border: 2px solid #000;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transition: all .6s ease-in;
  -moz-transition: all .6s ease-in;
  -ms-transition: all .6s ease-in;
  -o-transition: all .6s ease-in;
  transition: all .6s ease-in;
  }

.button:hover {
  -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;
  }

.button.disabled,
.button.disabled:hover {
  text-align: center;
  /*color: #b5b5b5;
  border-color: #b5b5b5;*/
  cursor: default;
  }

input,
textarea {
  padding: 10px 0px 10px 0px;
  width: 194px;
  border: 1px solid #CFCFCF;
  background: #ffffff;
  outline: none;
  /*-webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,.2);                    removed inset shadow from textareas
  box-shadow: inset 1px 1px 3px rgba(0,0,0,.2);*/
  }

input:focus,
textarea:focus {
  border: 2px solid #CFCFCF;
  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 {
  color: #B7876F;
  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; } }

/*.fade_in{
  -webkit-animation-name: reset, fade-in;                                   removed broken fade on product_thumb overlay
  -webkit-animation-name: reset, fade-in;                                   removed broken fade on product_thumb overlay
  -webkit-animation-duration: .7s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  -moz-animation-name: reset, fade-in;
  -moz-animation-duration: .7s;
  -moz-animation-timing-function: ease-in;
  -moz-animation-iteration-count: 1;
  -o-animation-name: reset, fade-in;
  -o-animation-duration: .7s;
  -o-animation-timing-function: ease-in;
  -o-animation-iteration-count: 1;
  -ms-animation-name: reset, fade-in;
  -ms-animation-duration: .7s;
  -ms-animation-timing-function: ease-in;
  -ms-animation-iteration-count: 1;
  animation-name: reset, fade-in;
  animation-duration: .7s;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  }
*/
#error {
  margin-top: -30px;
  margin-bottom: 40px;
  }

#error li {
  opacity: .5;
  filter: alpha(opacity=50); /* IE6-IE8 */
  width: 690px;
  margin: 0 auto;
  padding: 6px 0 3px;
  font-size: 12px;
  text-align: center;
  margin-bottom: 2px;
  border-radius: 4px;
  background: #4ff2d9;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0, .4);
  box-shadow: 0 1px 2px rgba(0,0,0, .4);
  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("//cache0.bigcartel.com/theme_assets/6/1.3.8/images/bc_badge.png") no-repeat;
  }


/* 
  Structure
 */

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

.canvas {
  position: relative;
  max-width: 1200px;                                                         /* controls site width, important! */
  margin: 0 auto;
  /*clear: both;*/
  }

#content {
  padding: 0px 0;                                          /*edited*/
  }

#page_body {
  max-width: 1200px;                                             /*edited*/
  margin: 0 auto;
  }


/* 
  Site Header
*/

#site_header header {
  margin: 0;
  }

#site_header header #store_name {
  width: 90%;
  margin: 60px auto 64px;
  font-size: 42px;
  text-transform: uppercase;
  letter-spacing: 6px;
  padding-right: 6px;
  text-align: center;
  white-space: normal;
  }

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

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

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

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


/* 
  Site Footer
 */

#site_footer footer {
	width: 100%;
  /*clear: both;*/
  float: left;
  margin: 0 auto;
  padding-top: 2%;                          /*edited*/
  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;
  font-size: 12px;
  -webkit-font-smoothing: subpixel-antialiased;
  zoom: 1;
  }

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

#site_footer footer p {
  font-size: 0.8em;
  color: #999;
  }

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

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

#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: 1px solid #ddd;
  font-size: 12px;
  -webkit-font-smoothing: subpixel-antialiased;
  }


/* 
  Main Nav
 */

#main_nav {
  overflow: hidden;
  margin: 1% auto 2% auto;
  text-align: center;
  }

#main_nav ul {
  margin: 0;
  text-align:center;
  }

#main_nav li {
  display: inline-block;
  font-size: 1em;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-font-smoothing: subpixel-antialiased;
  }

#main_nav li a {
  display: block;
  padding: 20px 17px 13px;
  border: 0;
  }

#mobile_nav {
  display: none;
  }

#drop_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,
#main_nav li,
.standalone .canvas p
{ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }


/* Header Font */
h1, h2, h3, h4, h5, h6,
.button,
#error li,
#site_footer ul,
#site_footer #search input,
#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: "Helvetica Neue", Helvetica, Arial, sans-serif; }


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

  }


/* 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 */
body,
p, blockquote, ul, ol, dl,
#error li,
#cart_items li .quantity_input input,
#main_nav li.selected a
{ color: #959595; }

#main_nav li.selected a {
font-weight:600;
}


/* Text - Secondary  */
#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,
#main_nav li a
{ color: #959595 }


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


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


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


/* 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: #B7876F; }

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


/* Products background */
.product a:hover { 
	/*background-color: #000000;                   changes overlay colour on product image */}




/* 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: #ffffff !important; 
  }




#product_page #content,
#contact_page #content,
.custom #content {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  }

#cart_summary,
#cart_page #content {
  border-top: 1px solid #ffffff;
  }



/* Button Border/Color */
.button {
    /*border-color: #959595;              removed theme control of button styles
      color: #959595;*/
    border-radius: 5px;
    background-color: #959595;
    border-color: #959595;
    color: #ffffff;
}

.button:hover {
    /*border-color: #777777; 
      color: #777777;*/
    border-radius: 5px;
    background-color: #E0DEDE;
    border-color: #E0DEDE;
    color: #ffffff;
}

/* Inventory Bars */
#product_inventory .bar { background: #ffffff; }
#product_inventory .bar span { background: #999999 }
/* 
  Home Page / Products Page / Products List
 */

#home_page #content,
#products_page #content {
  margin-top: 0;
  padding: 0;
  background: transparent;
  }

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

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

#products {
  float: none;
  clear: both;
  margin: 0 0 0 0;
  line-height: 0;
  }


.product,
.product_header {
  -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 .product_header {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition:  none;
  }

.product {
  position: relative;
  float: left;
  width: /*300px;*/27%;          /* this controls the width of the containers on the products page */
  height: /*455px;*/100%;
  margin: 3.1% 3.16% 3.16% 3.16%;    /* this controls the margins between the containers on the products page */
  background: transparent;
  }

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

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

.product .product_header {
  position: relative;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0); /* IE6-IE8 */
  margin: 0 auto;
    display:none;
  top: -60%;
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  -o-transform:translateY(-50%);
  transform:translateY(-50%);
  }

.product_thumb h1,
.product_thumb h2 {
  margin: 0;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: normal;
  text-align: center;
  /*text-shadow: 0 0 5px rgba(0,0,0,.9);*/
  position: absolute; 
  top: 40%;
  left: 0;
  width: 100%;
  display: none;
  background-color: rgba(0,0,0,.4);
  }

.product_thumb h3{
  margin: 0;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: normal;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,.7);
  position: absolute; 
  top: 55%;
  left: 0;
  width: 100%;
  }

.product_thumb h1,
.product_thumb h2 {
  width: 100%;
  margin: 0 auto;
  font-size: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
  padding: 2% 0;
  }

.product_thumb h3 {
  margin-left: -1px;
  display: none;
  color: #fff;
  background-color: rgba(0,0,0,.4);
  }

.product_thumb h3 span {
  position: relative;
  top: -3px;
  font-size: .7em;
  }

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

.product_thumb h5 {
  position: absolute;
  top: -13px;
  left: 0;
  width: 100%;
  font-size: 11px;
  font-style: italic;
  color: #ddd;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,.7);
  }
/*.product_thumb h2:hover {
color:rgba(0, 0, 0, 0.5);
}*/
.product_thumb {
  position: relative;
  margin: 0 auto;
  /*top: 0;*/
  overflow:visible;
  width: 100%;
  height: 100%;
  }

.product_thumb img {
  margin:0 auto;
  border-radius: 4px;
  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 {
  overflow: hidden;
  -webkit-box-shadow: 0 1px 8px rgba(0,0,0,.4);
  box-shadow: 0 1px 8px rgba(0,0,0,.4);
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  }

.product a:hover {
  /*opacity: .9;
  filter: alpha(opacity=90);*/ /* IE6-IE8*/
  position: relative;
  display:inline-block;
  }
#imgoverlay {
  background: rgba(0,0,0,.9);
}
#imgoverlay:hover {
  background: rgba(0,0,0,.9);
}

.product:hover .product_thumb h2 {
  display: inline-block;
  color: #fff !important;
}

.product:hover .product_thumb h3 {
  display: inline-block;
  color: #fff !important;
}
  

.product a:hover .product_thumb img {
  border-radius: 0;
  background-color: rgba(0,0,0,.5);
  }

#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 {
  clear: both;
  padding: 28px 0 10px;
  float: left;
  width: 100%;
  text-align: center;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  }

.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 h3 {
  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
*/


.page_header.product_header.fixed {
  position: fixed !important;
  }

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

.page_header.product_header h1 {
  font-size: 24px;
  text-transform: uppercase;
  word-wrap: break-word;
  }

.page_header.product_header h3 {
  font-size: 17px;
  padding-top: 0.5%; /*added*/
  }

.page_header.product_header h3 span {
  position: relative;
  top: -5px;
  font-size: .6em;
  }

.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;
  }

.page_header {
  margin-bottom: 30px;
  }

#product_body_wrap { /*created by me*/
  width: 68%;
  float: right;
  display: inline-block;
  padding-bottom: 3%;
  }

#product_column_left { /*created by me*/
  width:100%;
  padding:2% 2.5% 0 0;
  display: inline-block;
  /*border: 1px solid black;*/
  }


#product_column_right { /*created by me*/
  width: 220px;
  margin: 2% 0 0 0;
  display: inline-block;
  /*border: 1px solid black;*/
  }

#product_page #content .product_header {
  position: relative;
/*  float: left; commenting this section out allows product header to sit beside image */
  width: 100%; /*edited*/
  margin-top: 10px;
  margin-bottom: 0;
  text-align: left;
  }

#product_info {
/*  float: left;
  clear: left; commenting this section out allows product info to sit beside image */ 
  width: 100%;/*edited*/
  margin: 0 auto;
}
#product_description {
 font-size: 0.95em;
}
#product_description h2,
#product_description h3{
  margin: 0 0 .5em 0;
  font-size: 14px;
  }

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

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

#product_images {
  float: left;
  position: relative;
  max-width: 500px;
  width: 31%;
  margin-top: 2px;
  padding-right: 0%;  /*added padding to image*/ padding-bottom: 2%;
  }

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

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

#product_images li img {
  border-radius: 3px;
  /*-webkit-box-shadow: 0 1px 8px rgba(0,0,0,.4);
  box-shadow: 0 1px 8px rgba(0,0,0,.4);*/
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
  }


#product_inventory {
  margin: 35px 0 0px 0;
  padding: 18px 10px 8px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  }

#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: 2.5%; /*edited*/
  }

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

#product_info .button.disabled {
  margin-top: 40px;
  }

#social_links {
  width: 220px; /*edited*/
  margin: 40px 0 0;
  border: 1px solid #ccc;
  display:inline-block;
  }

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

#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;
  }

#more_products {
  position: relative;
  overflow: hidden;
  clear: both;
  margin-top: 3%;
  border-bottom: 1px solid #e5e5e5;
  }

#more_products h3:first-child {
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 3px;
  }

#more_products ul#products {
  /*margin-top: 39px;*/
  }

#more_products nav {
  position: absolute;
  top: 0;
  right: 0;
  }

#more_products nav li {
  margin-top: 3px;
  display: inline-block;
  font-size: 13px;
  }
  
#more_products nav li:first-child {
  min-width: 103px;		
  }  

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

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

#more_products.no_products nav {
  position: relative;
  text-align: center;
  }

#more_products.no_products nav ul {
  margin-bottom: 0;
  }

#more_products nav li:before {
  content:"/";
  padding: 0 4px 0 0;
  }

#more_products nav li:first-child:before {
  content:"";
  }

#more_products nav li a {
  padding: 5px 3px 3px;
  border: none;
  text-decoration: underline;
  }

/*
  About / Custom Page
*/

#about_page #page_body img {
  margin-bottom: 1.5em;
  -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.4);
  box-shadow: 0 2px 8px rgba(0,0,0,.4);    
  }  

.custom #page_body p {
  margin:1em 0;
}

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

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

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

#contact_page #page_body p:first-child {
  padding-bottom: 40px;
  border-bottom: 1px solid #e5e5e5;
  }
  
#contact_page #page_body p#thank_you {
  padding-bottom: 0 !important;
  border: none !important;
  text-align: center;
  }    

#contact_links {
  padding-bottom: 15px;
  margin-top: -10px;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  }

#contact_links.no_intro {
  margin-top: 40px;
  padding-top: 14px;
  border-top: 1px solid #e5e5e5;
  }

#contact_links li {
  display: inline-block;
  font-size: 13px;
  }   
  
#contact_links li:after {
  content:"/";
  padding: 0 0 0 4px;
  }
  
#contact_links li:last-child:after {
  content:"";
  }    

#contact_links li a {
  border: none;
  }  
  
#contact_form {
  width: 100%;
  }

#contact_form ul {
  margin-bottom: 40px;
  }

#contact_form li {
  padding: 4px 0;
  }

#contact_form label {
  width: 100%;                        /* edited, was 100% */
  float: none;
  margin-bottom: 5px;
  text-align: left;
  }

#contact_form input,
#contact_form textarea {
  width: 100%;                        /* edited, was 510px */
  margin: 0; 
  border-radius: 5px;
  } 
  
#contact_form textarea {
  height: 180px;
  }   

#captcha_img {
  overflow: hidden;
  }

#captcha_img #captcha_phrase {
  display: inline-block;/*float: right;*/
  } 
  
#captcha_img input {
  float: left;
  width: 50%;                          /* edited, was 365px */
  padding: 17px 8px;
  margin-right: 20px;
  display: inline-block;
  }  
  
#captcha_img img {
  border: none;
  border-radius: 5px;
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
  }
  
#contact_page #contact_button {
  clear: both;
  }
/* 
  Cart
*/

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

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

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

#cart_description {
  float: left;
  width: 580px;
}

#cart_items {
  float: left;
  width: 580px;
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
  }

#cart_items ul {
  margin-bottom: 0;
  }

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

#cart_items .item_image {
  float: left;
  margin: 20px 40px 20px 100px;
  text-align: center;
  width: 90px;
  height: 60px;
  /* 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: 60px;
  max-width: 90px;
  -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: 31px 0 18px;
  width: 60%;
  }

#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: 50%;
  right: 33px;
  margin-top: -20px;
  }

#cart_items li .quantity_input input {
  width: 20px;
  height: 35px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 13px;
  text-align: center;
  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 {
  opacity: .5;
  filter: alpha(opacity=50); /* IE6-IE8 */
  position: absolute;
  z-index: 5;
  left: 40px;
  top: 50%;
  margin-top: -12px;
  width: 26px;
  height: 26px;
  text-indent: -9999px;
  border: none;
  -webkit-transition: opacity .6s ease-in;
  -moz-transition: opacity .6s ease-in;
  -ms-transition: opacity .6s ease-in;
  -o-transition: opacity .6s ease-in;
  transition: opacity .6s ease-in;
  background: url(//cache0.bigcartel.com/theme_assets/6/1.3.8/images/remove_item_2x.png) no-repeat;
  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 {
  float: left;
  width: 580px;
  padding-bottom: 10px;
  margin: 20px 0 0 0;
  border-bottom: 1px solid #e5e5e5;
  }

#cart_options.solo_update {
  margin-top: 40px;
  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: 227px;
  margin-bottom: 20px;
  }

.cart-update .button {
  font-size: 12px;
  padding: 12px 0;
  width: 213px;
  }

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

#cart_summary ul {
  padding: 0 13px;
  }

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

#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;
  }

#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-bottom: 60px;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: -50px;
  }

#cart_page #cart_empty p {
  margin-top: 15px;
  font-size: 20px;
  font-style: italic;
  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 #B7876F;
  }
  
#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: 560px),
  screen and (max-device-width: 560px) and (orientation: landscape) {

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

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

#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%;
  margin: 0 auto;
  clear: both;
  }

.standalone .canvas {
  width: 65%;
  }

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

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


/* Main Nav
*/

#main_nav {
  display: none;
  }

#mobile_nav {
  display: block;
  /*margin-bottom: 30px;*/
  }

#mobile_nav {
  text-align: center;
  }

#mobile_nav li {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-font-smoothing: subpixel-antialiased;
  text-decoration: none;
  }

#mobile_nav li a {
  display: block;
  padding: 20px 15px 13px;
  border: 0;
  }

#site_header header #store_name {
  margin: 30px auto 0;
  font-size: 36px;
  letter-spacing: 3px;
  padding-right: 3px;
  }

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


/* Site Footer
*/

#site_footer footer {
  min-width: 0;
  margin-top: 0px;                       /*edited*/
  }

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

#site_footer ul {
  width: 90%;
  margin: 0 auto;
  border-top: 1px solid #ffffff;
  }

#site_footer li {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  border-bottom: 1px solid #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }

#site_footer li a {
  display: block;
  padding: 8px 0;
  border: none;
  }

#site_footer footer p {
  margin-top: 0px;                    /*edited*/
  }

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



/* 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;
  }

#pagination {
  margin-top: 30px;
  margin-bottom: 28px;
  }

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


/* Product Page
*/

#product_page #content .product_header {
  float: none;
  width: 100%;
  margin-top: 0;
  /*margin-bottom: 25px;*/
  }

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

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

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

#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: 38px;
  }

#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
*/

#contact_links li a {
  padding: 10px 4px;
  }

#contact_form {
  float: left;
  }

#contact_form ul {
  margin-bottom: 25px;
  }

#contact_form li {
  padding: 0;
  }

#contact_form input,
#contact_form textarea {
  width: 100%;
  margin: 0 auto;
  }

#captcha_img input {
  float: left;
  width: 45%;
  padding: 17px 8px;
  margin-right: 0;
  }

#contact_page #contact_button {
  width: 100%;
  clear: both;
  }

/* Cart Page
*/

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

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

#cart-form {
  padding: 0;
  }

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

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

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

#cart_items li {
  float: none;
  }

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

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

#cart_items li .item_quantity {
  display: none;
  }

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

#cart_items li .remove_item {
  opacity: 1;
  left: 88%;
  }

#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: 20px;
  padding-top: 10px;
  border-top: none;
  }

#cart_summary ul {
  padding: 0;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  }

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


@media screen and (min-width: 560px) and (max-width: 768px) {


.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: 640px !important;*/
  margin: 0 auto;
  /*clear: both;*/
  }

.standalone .canvas {
  width: 95%;
  }

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

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

#site_header {
	margin: 0 auto;
	}

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


/* Main Nav
*/

#main_nav {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  }


/* Home Page
*/

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

/* Products Page
*/

#products {
  float: none;
  overflow: hidden;
  clear: both;
  /*width: 640px;*/
  margin: 0 auto;
  margin-left: -5px;
  }

#products li {
/*   margin:; */
  }

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

.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 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
*/

#product_page #content .product_header {
  float: none;
  width: 100%;
  margin-top: 0;
  /*margin-bottom: 25px;*/
  }

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

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

#product_info {
  float: none;
  clear: none;
  width: 70%;
  margin: 40px 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: 30px;
  }

#product_form select {
  width: 100%;
  }

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

#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: 32px !important;
  }

/* Contact Page
*/

#contact_page #page_body {
  width:90%;
/*  margin-bottom: 40px;*/
  }

#contact_links li a {
  padding: 10px 4px;
  }

#contact_form input,
#contact_form textarea {
  width: 100%;
  margin: 0 auto;
  }

#captcha_img input {
  float: left;
  width: 70%;
  padding: 17px 8px;
  margin-right: 0;
  }

#contact_page #contact_button {
  width: 100%;
  clear: both;
  }


/* 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 .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;
  background: #fff;
  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 : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  #social_links li h4 {
    display: none;
    }

  #social_links .social_action {
    display: block;
    }
}
.flexslider { 
  margin:0 0 0 0;                        /*edited*/
}
.flexslider .slides img {
  margin: 0 auto;
  /*width: 100%;                            removing width makes slideshow display at natural image size */
}
.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(//cache0.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;
}

@media screen and (max-width: 768px) {
  .flex-direction-nav .flex-prev {
  }
  .flex-direction-nav .flex-next {
  }
  .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 {
  }
  .flex-direction-nav .flex-next {
  }
}


.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;
}

.tabs {
    width: 100%;
    display: inline-block;
    margin: 2% 0 1%;
}

/* Tab Links */
/* Clearfix */
.tab-links:after {
  display:block;
  clear:both;
  content:'';
}
ul.tab-links {
  margin-bottom:0;
}
.tab-links li {
  margin:0px 4px 0px 0px;
  float:left;
  list-style:none;
}
.tab-links a {
  padding:9px 15px;
  display:inline-block;
  border-radius:3px 3px 0 0;
  background:#e8e8e8;
  font-size:1em;
  color:#B7876F;
  transition:all linear 0.15s;
}
.tab-links a:hover {
  background:#d6d4d4;
  text-decoration:none;
}
li.active a, li.active a:hover {
  margin-bottom:-1px;
  background:#fff;
  border:1px solid #d6d4d4;
  border-bottom:none;
  color:#B7876F;
}

/*Content of Tabs*/

.tab-content {
  background:#fff;
  padding:3% 3% 3% 3%;
  border-radius:0 3px 3px 3px;
  border:1px solid #d6d4d4;
}

.tab {
  display:none;
}

.tab.active {
  display:block;
}
.tab-content p {
  margin-bottom: 1em;
}





/* Custom Styles */





#footcontent {
  display: none;
}
#headingwrap {
  text-align: center;
  margin: 2% 0 0 0;
}
#lookbooktext {
  float: right;
  padding-top: 25%;
  text-align: left;
  width: 48%;
}
.shortlistheading {
  font-family: times new roman; 
  font-size: 4.5em; 
  color: #B7876F; 
  display: inline-block;
}
.shortlistdef {
  font-size: 0.9em;
  padding-left: 1.5%;
  display: inline-block;
}
#shopheadings {
  display: inline-block;
  font-size: 1.5em;
  padding-left: 2.8%;
  padding-right: 3%;
  width: 65%;
}
#shoplink {
  font-size: 0.8em;
  display: inline-block;
  text-align: right;
  padding-right: 3.33%;
  width: 25%;
}
#shoplinkmobile {
  font-size: 0.8em;
  display: inline-block;
  text-align: right;
  padding-right: 3.33%;
  width: 25%;
  display: none;
}
#thumbnails {
  width: 68%;
  padding-top: 2px;
  text-align: left;
  display: inline-block;
  float: right;
}
#thumbnails img {
  border-radius: 4px;
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}
#thumbnails li {
  list-style-type: none;
  display: inline-block;
  padding: 0% 1% 2% 0;
  text-align: left;
}
.zephyr {
  color: #B6866E;
}

/* Image Gallery */

.image-gallery{
  width: 300px;
  background-color: #eec1a6;
  padding: 20px;
  border-radius: 20px;
  border: solid 1px #c5c5c5;
}
.image-gallery .big-image{
  width: 159px;
  height: 159px;
  border: solid 1px gray;
  padding: 10px;
  margin: 0 auto;
  background-color: white;  
}
.image-gallery .big-image img{
  display: none;
  margin: 0 auto;
}
/*Selected image display*/
.image-gallery .big-image img:target{display: block;}
/*on select image dusplay none the default image*/
.image-gallery .big-image img:target ~ img#image_1{display: none;}
/*Shoe Default Image in first load*/
.image-gallery .big-image img#image_1{display: block;}

.image-gallery ul{margin-top: 15px;}
.image-gallery li{float: left;
  background-color:rgba(255,255,255,0.5);margin-right: 3px;}
.image-gallery li:hover{
  background-color:rgba(255,255,255,0.8);
}

#faqleft {
  width: 47%;
  text-align: justify;
  text-justify: inter-word;
  display: inline-block;
  float: left;
  margin: 0 3% 0 0;
}
#faqleft h2:first-child {
  margin-top: -7%;
}
#faqright {
  width: 47%;
  text-align: justify;
  text-justify: inter-word;
  display: inline-block;
  float: right;
  margin: 0 0 0 3%;
}
#faqright h2:first-child {
  margin-top: -7%;
}
#payment {
  padding-top: 7%;
}
#shipping {
  padding-top: 7%;
}
#privacy {
  padding-top: 7%;
}
#terms {
  padding-top: 7%;
}
#categoryrow {
  width: 100%;
  text-align: center;
}
#shopcategoryL {
  display: inline-block;
  padding: 1% 5% 2% 5%;
  width: 25%;
  vertical-align: top;
}
#shopcategoryL p {
  text-align: center;
}
#shopcategoryR {
  display: inline-block;
  padding: 1% 5% 2% 5%;
  width: 25%;
  vertical-align: top;
}
#shopcategoryR p {
  text-align: center;
}
#contactimg {
  float: right;
  border-radius: 5px;
  width: 45%;
  margin-top: 3%;
}
#contactformwrap {
  float: left;
}
#ssimgleft {
  display: inline-block;
  width: 30%;
  float: left;
  padding-right: 3%;
  padding-bottom: 2%;
}
#ssimgleft img {
  border-radius: 3px;;
}
#ssimgright {
  display: inline-block;
  width: 30%;
  float: right;
  padding-left: 3%;
  padding-bottom: 2%;
}
#ssimgright img {
border-radius: 3px;
}
#sstextpara {
  padding: 1% 0% 1% 0%;
  margin: 0% auto 5% auto;
}
#ssclear {
  margin: 5% auto;
  padding: 0.05% 0;
  clear: both;
}
#mantrawrap {
  float: left;
  width: 50%;
  text-align: left;
}
#mantra {
  display: inline-block;
}
#mantra p {
  font-size: 1.2em;
  font-weight: 200;
  color: #B7876F;
  text-align: left;
  padding-top: 70%;
  padding-bottom: 2%;
  padding-right: 4%;
}
#customer-service {
  float: left;
  text-align: left;
  width: 49%;
}
#customer-service img {
  padding-bottom: 10%;
}

#mailing-list {
  width: 49%;
  display: inline-block;
  margin: 3.3em 0 0 0;
}
#mailing-list p {
  text-align:right;
}
#menu_icon {
  display: none;
}

#cleardiv {
  clear: both;
}
#mantramob {
  display: none;
}
#mobsocial {
  display: none;
}
#mobzephyr {
  display: none;
}
#socialgrey img {
  padding: 0 2% 1em 2%;
}
#socialgrey a {
  display: inline-block;
  padding: 0 2% 0 0;
}

/* MEDIA QUERIES */

@media screen and (max-width: 1025px) {
#contactimg {
    display: none;
    }
#contactformwrap {
  width: 80%;
  margin: 0 10%;
  display: block;
  }
#socialgrey img {
  padding: 0 0.75% 1em 0.75%;    
}
}





@media screen and (max-width: 768px) {

#mantra p {
  font-size: 1em;
  padding-top: 60%;
}
#mc_embed_signup .button {
  line-height: 0px;
}
.product_thumb h2 {top:38%; font-size:1em !important;}
#product_images {
  float: left;
  width: 44%;
}   
#thumbnails {
  width: 55%;    
}
#thumbnails li {
  width: 30%;
}
#product_body_wrap { /*created by me*/
  width: 100%;
  float: none;
  display: inline-block;
  padding-top: 3%;
  padding-bottom: 3%;
}
#product_info {
  width: 100%;
  margin: 2% 0;
}
#product_form {
  margin-top: 0;
}   
#product_column_left {
  padding-top: 0;
}   
.shortlistheading {
  /*float: left;*/
  font-size: 4em;
    }
#drop_nav {
  display: block;
  background-color:#f5f5f5;
  padding: 2% 2%;
  border-radius: 3px;
  margin: 1.5% 0 3.5% 0;
    }
#drop_nav p {
  margin: 0.5% 0;
    }
#menu_icon {
  display: inline-block;
  float:right;
  padding: 20px 5% 0 0;
    }
#shopcategoryL {
  display:inline-block;
  padding:1% 5% 2% 5%;
  width:35%;
  vertical-align:top;
    }
#shopcategoryR {
  display:inline-block;
  padding:1% 5% 2% 5%;
  width:35%;
  vertical-align:top;
 }
#contactformwrap {
  width: 100%;
  margin: 0;
  }
#contact_form {
  width: 100%  
  }
.flex-direction-nav a  { display: none; width: 20px; height: 20px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all 0.8s ease; -moz-transition: all 0.8s ease; transition: all 0.8s ease; }
}







@media screen and (max-width: 767px) {
p {font-size:0.8em;}
.page_header.product_header h1 {font-size:1.1em;}
.custom #page_body h2 {font-size:1em;}
.custom #page_body p {margin:0.5em;margin-left:0;font-size:13px;text-align:left;}
.flex-direction-nav a  { display: none;}
#headingwrap {
  display: none;
    }
#main_nav {
  display: none;
    }
#mantra p {
  padding-top: 45%;
}
#cleardiv {
  padding-bottom: 2.5%;
    }
#footcontent {
  width:100%;
  display:inline-block;
    }
#mailing-list p {
  display:none;
}
#mailing-list {
  margin-top:1.5%;
  width:60%;
    }
.shortlistheading {
  float: left;
  font-size: 2.5em;
  padding-left: 2%;
    }
#menu_icon {
  padding:8px 2% 0 0;
    }
div.flexslider {
  width:50%;
  margin: 0 auto;
  }
#shopcategoryL {
  padding:1% 3.5% 2% 0%;
  width:45%;}
#shopcategoryL p {text-align:center !important;}
#shopcategoryR {
  padding:1% 0 2% 3.5%;
  width:45%;}
#shopcategoryR p {text-align:center !important;}
#shopheadings {
  font-size: 1em;
  width: 75%;
    }
#shoplink {
  display:none;
    }
#shoplinkmobile {
  display: inline-block;
  width: 15%;
    }
.product {
  width: /*300px;*/30%;          /* this controls the width of the containers on the products page */
  margin: 1.3% 1.66% 1.66% 1.66%;    /* this controls the margins between the containers on the products page */
  }
.product a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;  
  }
#ssimgleft {width:45%}
#ssimgright {width:45%}
#customer-service {display:none;}
.product_thumb h2 {top:10%; font-size: 0.8em;}
h1.block-title {
  font-size: 2.5em !important;
}
a#nav-open-btn.nav-btn {
  position: absolute;
  top: 1em;
  right: 0.5em;
}
a#nav-close-btn.close-btn {
  top: -2em;
  right: 0.5em;
}
nav#navresponsive {
  padding-top:3em;
    }
#mobsocial {
  width: 100%;
  display: inline-block;
  margin-top: 6%;
  text-align:center;
    }
#mobsocial img {
  width: 38px;
  height: 37px;
    }
#mobsocial a {
  display:inline-block;
  padding: 0 1.5% 0 1.5%;
    }
    
#faqleft {
  width: 100%;
  text-align: justify;
  text-justify: inter-word;
  display: inline-block;
  margin: 0 3% 0 0;
}

#faqleft h2:first-child {
  margin-top: -7%;
}

#faqright {
  width: 100%;
  text-align: justify;
  text-justify: inter-word;
  display: inline-block;
  margin: 3% 0 0 0;
}

#faqright h2:first-child {
  margin-top: -7%;
}
.custom #page_body h3 {
  font-size: 0.9em;    
}
#mobzephyr {
  display: inline-block;
}
}


@media screen and (max-width: 585px) {
#lookbooktext {
  padding-top: 15%;
}
}

@media screen and (max-width: 500px) {
#lookbooktext {
  padding-top: 5%;
}
}

@media screen and (max-width: 450px) {
#lookbooktext {
  padding-top: 0%;
}
}

.block {
  position: relative;
  margin: 0 auto;
  padding: 0.5em 0.5em;
  max-width: 100%;
}

.close-btn {
  display: block;
  width: 25px;
  height: 23px;
  padding: 0;
  border: 0;
  outline: none;
  background: url("http://img.shortlistshop.com.au/menu.png") left center no-repeat;
  background-size: 25px 23px;
  /*background-size: 1.875em 1.875em;*/
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.no-svg .close-btn {
  background-image: url("http://img.shortlistshop.com.au/menu.png");
}
.close-btn:focus, .close-btn:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.nav-btn {
  display: block;
  width: 25px;
  height: 23px;
  padding: 0;
  border: 0;
  outline: none;
  background: url("http://img.shortlistshop.com.au/menu.png") left center no-repeat;
  background-size: 25px 23px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.no-svg .nav-btn {
  background-image: url("http://img.shortlistshop.com.au/menu.png");
}
.nav-btn:hover, .nav-btn:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

#navresponsive {
  z-index: 200;
  position: relative;
  overflow: hidden;
  width: 100%;
  color: #959595;
  display: none;
}
#navresponsive .close-btn {
  display: none;
}
#navresponsive .block-title {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#navresponsive .block {
  z-index: 2;
  position: relative;
  padding: 0.75em 1.25em;
  background: #f0f0f0;
  border-radius: 3px;
}
#navresponsive ul {
  *zoom: 1;
  display: block;
}
#navresponsive ul:before, #navresponsive ul:after {
  content: "";
  display: table;
}
#navresponsive ul:after {
  clear: both;
}
#navresponsive li {
  display: block;
}
#navresponsive li a {
  display: block;
  color: #959595;
  /*font-size: 0.875em;*/
  line-height: 1.28571em;
  outline: none;
  text-transform: uppercase;
}
#navresponsive li a:focus, #navresponsive li a:hover {
 /* color: #fff;
  background: rgba(255, 255, 255, 0.1);*/
}
#navresponsive li.is-active a {
  /*color: #fff;*/
}

#top {
  z-index: 100;
  position: relative;
  color: #fff;
  display: none;
  padding-bottom: 4%;
 /*background: #333333;*/
}
#top .block-title {
  margin: 0;
  font-size: 4em;
  /*line-height: 1.2em;*/
  text-align: left;
  white-space: nowrap;
}

.block h1 {
  font-family:times new roman; 
  font-size:4em; 
  color:#B7876F; 
}
#top .nav-btn {
  position: absolute;
  top: 2em;
  right: 0.5em;
}

#main {
  background: #fff;
}
#main .block {
  padding: 2.625em 1em;
}

footer[role="contentinfo"] {
  background: #ddd;
}






@media screen and (min-width: 768px) {
  #top .nav-btn {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  #navresponsive .close-btn {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  #navresponsive .block-title {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  #navresponsive .block {
    background: #fff;  
  }
  #navresponsive ul {
    text-align: center;
    white-space: nowrap;
  }
  #navresponsive li {
    display: inline-block;
    padding: 20px 17px 13px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  #navresponsive li:last-child {
    border-right: none;
  }
  #navresponsive li a {
    padding: 1% 2%;
    text-transform: uppercase;
  }
}






@media screen and (max-width: 767px) {
  #top {
    display: block;
  }
  #navresponsive {
    position: absolute;
    top: 0;
    padding-top: 5.25em;
    display: block;
  }
  #navresponsive:not(:target) {
    z-index: 1;
    height: 0;
  }
  #navresponsive:target .close-btn {
    display: block;
  }
  #navresponsive .close-btn {
    position: absolute;
    top: -3.2em;
    right: 0.5em;
  }
  #navresponsive .block {
    position: relative;
    padding: 0;
  }
  #navresponsive li {
    position: relative;
    border-top: 1px solid #fff;
    text-align: center;
  }
  #navresponsive li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  #navresponsive li.is-active:after {
    z-index: 50;
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: -0.03125em;
    margin-top: -0.625em;
    border-top: 0.625em transparent solid;
    border-bottom: 0.625em transparent solid;
    border-right: 0.625em white solid;
  }
  #navresponsive li a {
    padding: 3% 8%;
    text-transform: uppercase;
    }

}
