/*============================================================
 Import Styles
============================================================*/
@import url(http://fonts.googleapis.com/css?family=Oswald);
@import url(http://fonts.googleapis.com/css?family=Arimo|museo+500);

@font-face {
    font-family:Arimo;
    src: url('http://geekish.ca/wp-content/themes/bizway/font/Arimo-Regular.ttf');
}
@font-face {
    font-family: 'Museo500';
    src: url('http://geekish.ca/wp-content/themes/bizway/font/museo500-regular-webfont.eot');
    src: url('http://geekish.ca/wp-content/themes/bizway/font/museo500-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('http://geekish.ca/wp-content/themes/bizway/font/museo500-regular-webfont.woff') format('woff'),
        url('http://geekish.ca/wp-content/themes/bizway/font/museo500-regular-webfont.ttf') format('truetype'),
        url('http://geekish.ca/wp-content/themes/bizway/font/museo500-regular-webfont.svg#Museo500') format('svg');
    -webkit-font-smoothing: subpixel-antialiased;
    font-weight: normal;
    font-style: normal;
}
/*============================================================
 Base
============================================================*/

* {
  margin: 0;
  padding: 0;
  }

body {
  text-align: center;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-weight: normal;
  font-size: 11px;
  color: #666;
  background: #F9F9F9;
  }

ul, ol {

  }

li {
  list-style: none;
  }

h2 span{
  font-family: 'Museo500';
  text-shadow: 0 1px 1px white;
  font-weight: lighter;
  color:#3666666;
  font-size:23px;
  }

h3 {
  font-size: 13px;
  font-weight:bold;
  }

p {
  margin-bottom: 1em;
  font-size: 13px;
  color: #666;
  line-height: 17px;
  }

a  {
  text-decoration: none;
  }

a:link, a:visited {
  color: #5575DD;
  }

a:hover, a:active {
  color: #0E1B79;
  }

a img  {
  border: none;
  }

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

input,
textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 11px;
  color: #666;
  }

hr {
  margin-bottom: 10px;
  height: 1px;
  color: #ccc;
  background: #ccc;
  border: none;
  }



/*============================================================
 Wrapper
============================================================*/

#wrap {
  margin: 0 auto;
  text-align: left;
  
  }


/*============================================================
 Header and Logo (Custom)
============================================================*/
/* #Sub grid reset default
================================================== */
.grid_sub_1,
.grid_sub_2,
.grid_sub_3,
.grid_sub_4,
.grid_sub_5,
.grid_sub_6,
.grid_sub_7,
.grid_sub_8,
.grid_sub_9,
.grid_sub_10,
.grid_sub_11,
.grid_sub_12,
.grid_sub_13,
.grid_sub_14,
.grid_sub_15,
.grid_sub_16,
.grid_sub_17,
.grid_sub_18,
.grid_sub_19,
.grid_sub_20,
.grid_sub_21,
.grid_sub_22,
.grid_sub_23,
.grid_sub_24{
  display: inline;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

/* #Sub grids 1 to 24
================================================== */
.container_24 .grid_sub_1   { width:2.25%  ;}
.container_24 .grid_sub_2   { width:6.5%   ;}
.container_24 .grid_sub_3   { width:10.75% ;}
.container_24 .grid_sub_4   { width:15%    ;}
.container_24 .grid_sub_5   { width:19.25% ; display:none;}
.container_24 .grid_sub_6   { width:23.5%  ;}
.container_24 .grid_sub_7   { width:27.75% ;}
.container_24 .grid_sub_8   { width:32%    ;}
.container_24 .grid_sub_9   { width:36.25% ;}
.container_24 .grid_sub_10 { width:40.5%  ;}
.container_24 .grid_sub_11 { width:44.75% ;}
.container_24 .grid_sub_12 { width:49%    ;}
.container_24 .grid_sub_13 { width:53.25% ;}
.container_24 .grid_sub_14 { width:57.5%  ;}
.container_24 .grid_sub_15 { width:61.75% ;}
.container_24 .grid_sub_16 { width:66%    ;}
.container_24 .grid_sub_17 { width:70.25% ;}
.container_24 .grid_sub_18 { width:74.5%  ;}
.container_24 .grid_sub_19 { /*width:78.75% ;*/}
.container_24 .grid_sub_20 { width:83%    ;}
.container_24 .grid_sub_21 { width:87.25% ;}
.container_24 .grid_sub_22 { width:91.5%  ;}
.container_24 .grid_sub_23 { width:95.75% ;}
.container_24 .grid_sub_24 { width:100%   ;}

/* #Special Classes for sub element
================================================== */
.sub_alpha { margin-right: 1%;}
.sub_omega { margin-left: 1%;}
.sub_middle { margin-left: 1%; margin-right: 1%;}
.container_24 {
max-width: 925px;
margin: 0 auto;
position: relative;
padding: 0;
}
.container_24 .grid_24 {
width: 99%;
}
.container_24 .grid_sub_5 {
width: 19.25%;
}
.sub_omega {
margin-left: 1%;
}

.header .logo {
  margin-top: 30px;
  margin-bottom: 28px;
  text-align: center;
}
.mobieMenu{
    margin:15px auto;
    width:70%;
    margin-top:12px;
    text-align:center;
    margin-left:70px;
    border:1px solid #ddd;
}
.menu-container{
    background:#f9f9f9 url(http://geekish.ca/wp-content/themes/bizway/images/menubg.png) repeat-x;
    background-color: #3f3f3f;
    height: 38px;
}
.menu_bar {
    border:1px solid #d9d9d9;
    background:#fff;
    display:block;
    padding-bottom:20px;
    padding-top:5px;
    padding-left:20px;
    margin-top:12px;
}
#menu {
    position:relative;
}
#menu ul {
    list-style-type:none;
}
#menu .ddsmoothmenu {
    list-style:none;
    position:relative;
    z-index:100;
	margin: 0;
}
ul#mm1.ddsmoothmenu{
}
#menu .ddsmoothmenu li > ul li > ul {
    margin-top:1px;
}
#menu .ddsmoothmenu li {
    position:relative;
    display:block;
    float: left;
    margin-left:0;
    margin-bottom:0;
    font-size:14px;
}
#menu .ddsmoothmenu li:first-child a {
  border-left:none;
}
#menu .ddsmoothmenu li a {
  position: relative;
  display: block;
  color: white;
  text-decoration: none;
  padding: 8px 30px;
  text-shadow: 0 1px 1px black;
  border-left: 1px solid #15779B;
  font-family: 'Oswald', Helvetica, sans-serif;
  text-transform: uppercase;
}
.menu-container{
    background:#0b6d8d url(http://geekish.ca/wp-content/themes/bizway/images/menubg-blue.png) repeat-x;
}

#menu .ddsmoothmenu li li {
    background: #eaebea;
}
#menu .ddsmoothmenu li li a.selected, #menu .ddsmoothmenu li li a:hover {
    color: #1d86b6;
    text-shadow:none;
}
#menu li.current-menu-item a, #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li a:hover, #menu li.current_page_item a {
    color:#fff;
    background:#0b506c url(http://geekish.ca/wp-content/themes/bizway/images/menutip.png) top center no-repeat;
}
.top-search .searchform {
    background:url(http://geekish.ca/wp-content/themes/bizway/images/top-searchbg-blue.png) no-repeat;
}
.flex-direction-nav li .next {
    background: url('http://geekish.ca/wp-content/themes/bizway/images/next-blue.png') no-repeat;
}
.flex-direction-nav li .prev {
    background: url('http://geekish.ca/wp-content/themes/bizway/images/prev-blue.png') no-repeat;
}
.flex-control-nav li a {
    background: url('http://geekish.ca/wp-content/themes/bizway/images/pagination-blue.png') no-repeat 0 0;
}
  
/* #Search Form
================================================== */

.top-search .searchform {
    background:url(http://geekish.ca/wp-content/themes/bizway/images/top-searchbg-blue.png) no-repeat;
    width:150px;
    height:26px;
    border:none;
    position:relative;
    margin-top:5px;
    float: right;
}
.top-search .searchform input[type="text"] {
    width:130px;
    height:22px;
    background:transparent;
    border:none;
    padding:2px 5px 0px 10px;
    color:#dfdfdf;
}
.top-search .searchform input[type="submit"] {
    position:absolute;
    right:10px;
    top:6px;
    background:url(http://geekish.ca/wp-content/themes/bizway/images/search.png) no-repeat;
    width:18px;
    height:18px;
    border:none;
    cursor:pointer;
}
.sidebar .side-search, .content-bar .side-search{
    width:280px;
    height:68px;
    background:url(http://geekish.ca/wp-content/themes/bizway/images/side-bg.png) repeat-x;
    border:1px solid #d2d2d2;
    border-radius:7px;
    margin-bottom:20px;

}
.searchform {
    background:url(http://geekish.ca/wp-content/themes/bizway/images/side-searchbg.png) no-repeat;
    width:148px;
    height:32px;
    border:none;	
    margin-top:18px;
    position:relative;
    margin-left:15px;
}
.footer_widget  .searchform {	
    margin-top:0;
    margin-left:0;
    margin-bottom:18px;
}
.searchform input[type="text"] {
    width:130px;
    height:22px;
    background:transparent;
    border:none;
    padding:5px 5px 0px 10px;
    color:#aaa;
}
.searchform input[type="submit"] {
    position:absolute;
    right:-105px;
    top:0px;
    background:url(http://geekish.ca/wp-content/themes/bizway/images/side-search.png) no-repeat;
    width:87px;
    height:30px;
    border:none;
    cursor:pointer;
}



/*============================================================
 Main Content Area
============================================================*/

#main {
  border-top: 1px solid #CDCDCD; 
  padding: 40px 0 50px;
  background-color: white;
  margin: 0;
  }


/* Title ---------------------------------------------------*/

#main-title {
  background: #404040;
  padding-left:10px;
  clear:both;
  }

#main-title h2 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  color: #CDE2F0;
  text-align:center;
  padding-bottom:10px;
  }


/* Content -------------------------------------------------*/

#main-content {
  padding: 0 10px;
  background: #fff;
  clear:both;
  margin-top:20px;
  }

* html #main-content {
  /* width: 557px;
  w\idth: 537px; */
  }



/*============================================================
 Navigation
============================================================*/

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

#navigation div.pod {
  /*clear: both;
  width: 148px;*/
  padding: 0 15px 12px 15px;
  font-size: 10px;
  background: #fff;
  }

* html #navigation div.pod {
  width: 178px;
  w\idth: 148px;
  }

#navigation div.pod h3 {
  display: none;
  /*width: 160px;*/
  margin: 0 -15px 11px -15px;
  padding: 4px 9px 6px 9px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #CDE2F0;
  background: #404040;
  }

* html #navigation div.pod h3 {
  width: 178px;
  w\idth: 160px;
  display:none;
  }

#navigation div.pod ul {
  margin-bottom: 3px;
  }

#navigation div.pod li {
  margin-top: 3px;
  padding: 3px 0;
  list-style: none;
  font-size:13px;
  font-weight: bold;
  text-transform: uppercase;
  display:inline-block;
  padding: 5px 10px;
  }
#navigation div.pod li a{
  color:#5C5C5C;
  font-family: 'Oswald', Helvetica, sans-serif;
  
  
}
/* Categories -------------- */
#categories {
  margin: 0 auto;
}
/* "Help" ID */
#help{
  background:rgba(0,0,0,0.3);

}
#help ul.help-list li{
  display: inline-block;
  padding: 10px ;
  font-weight: bold;
}


/* MiniCart Contents -------------------------------------------*/

#minicart {
  float: right;
  width: 178px;
  min-height: 50px;
  height: auto !important;
    height: 50px;
  margin-bottom: 5px;
  margin-top:-70px;
  margin-right:20px;
  background: url(https://assets.bigcartel.com/theme_assets/1/1.0.12/images/cart-bkg.gif) no-repeat bottom left #fff;
  }

#minicart h3 {
  float: left;
  display: block;
  width: 115px;
  margin: 0;
  padding: 4px 9px 6px 9px;
  font-size: 11px;
  font-weight: normal;
  color: #CDE2F0;
  background: #404040;
  }

* html #minicart h3 {
  width: 178px;
  w\idth: 160px;
  }

#minicart .minicart-contents {
  float: right;
  display: inline;
  margin: -19px 7px 0 0;
  font-size: 11px;
  color: #CDE2F0;
  font-weight:bold;
  }

#minicart .minicart-contents li {
  float: left;
  }

#minicart .minicart-items {
  margin-right: 5px;
  }

#minicart .minicart-total {
  padding-left: 5px;
  font-weight: bold;
  border-left: 1px solid #CDE2F0;
  }

#minicart .minicart-options {
  float: right;
  display: block;
  width: 100%;
  margin-top: 5px;
  text-align: right;
  }

#minicart .minicart-view {
  float: left;
  display: inline;
  margin-left: 37px;
  }

#minicart .minicart-view a {
  display: block;
  width: 66px;
  height: 18px;
  background: url(https://assets.bigcartel.com/theme_assets/1/1.0.12/images/btn-viewcart.gif) no-repeat;
  }

#minicart .minicart-view span {
  display: none;
  }

#minicart .minicart-checkout {
  float: right;
  display: inline;
  margin-right: 5px;
  }

#minicart .minicart-checkout a {
  display: block;
  width: 66px;
  height: 18px;
  background: url(https://assets.bigcartel.com/theme_assets/1/1.0.12/images/btn-checkout.gif) no-repeat;
  }

#minicart .minicart-checkout span {
  display: none;
  }


/* Search --------------------------------------------------*/

#search-input {
  width: 113px;
  height: 12px;
  padding: 1px;
  font-size: 10px;
  vertical-align: middle;
  }

#search-submit {
  width: 24px;
  height: 18px;
  margin-left: 3px;
  vertical-align: middle;
  border: none;
  background: url(https://assets.bigcartel.com/theme_assets/1/1.0.12/images/btn-go.gif) no-repeat;
  cursor: pointer;
  }

#search-submit span {
  display: none;
  }


/* Artists -------------------------------------------------*/

#artists-select {
  width: 148px;
  font-size: 10px;
  }


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

#badge {
  float: left;
  width: 100%;
  }

#badge a {
  float: left;
  display: block;
  width: 79px;
  height: 23px;
  background: url(https://assets.bigcartel.com/theme_assets/1/1.0.12/images/badge.png) no-repeat !important;
  background: url(https://assets.bigcartel.com/theme_assets/1/1.0.12/images/badge.gif) no-repeat;
  }

#badge span {
  display: none;
  }


/* #Footer Styles
================================================== */
.last {
  margin-right: 0 !important;
  margin-top: -27px;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.footer-wrapper{
    background:#f9f9f9 url(http://geekish.ca/wp-content/themes/bizway/images/footerbg-strip.png) top repeat-x;
    padding-top:1px;
}
.footer-top{
    padding-top:35px;
    padding-bottom:47px;
    border-bottom:1px dashed #d9d9d9;

    font-size:15px;
}
.footer-wrapper .footer-top-inner1 span{
    float:left;
    margin-right:30px;
}
.footer-wrapper .footer-top-inner2{
    margin-left:20px;
}
.footer-wrapper .footer-top-inner2 span{
    float:left;
    margin-right:30px;
    text-shadow: 1px 1px 1px rgba(50, 50, 50, 0.2);
}
.footer-wrapper .footer-top-inner3{
    margin-left:28px;
    text-align:right;
}
.footer-wrapper .footer{
    margin-top:30px;
    color:#817c7c;
}
.footer-wrapper .footer_widget h6 {
    background:url(http://geekish.ca/wp-content/themes/bizway/images/footer-border.png) bottom repeat-x;
    font-family:Arimo;
    color:#666666;
    font-weight:bolder;
    text-shadow:0 1px 1px #fff;
}
.footer-wrapper .footer_widget a{
    color:#1D86B6;
    font:14px/1.6 Arimo, Arial, 'Liberation Sans', FreeSans, sans-serif;
}
.footer-wrapper .footer_widget ul {
    list-style-type:none;
    margin-top:-10px;
}
.footer-wrapper .footer_widget.last p{
    text-align:justify;
}
.footer-wrapper ul li{
    margin-left:0;
    padding:2px 0;
    text-align:left;
}
.footer-wrapper ul li a{
    color:#1155db;
    font-size:12px;
}
.footer-wrapper ul li a:hover{
    text-decoration:underline;
}
.footer_wrapper .footer ul.contactus li {
    border:none;
}
.footer_wrapper .footer ul li {
    margin-left:0;
    border-bottom:1px solid #777777;
    padding-top:5px;
    padding-bottom:5px;
}
.footer_bottom {
    border-top:1px solid #ebebeb;
    background:#f5f5f5;
    color:#fff;
    padding-top:13px;
    padding-bottom:32px;
}
.footer_bottom p {
    margin:0;
    padding:0;
    color:#666666;
}
.footer_bottom{
    text-align:left;
}
.footer_bottom a {
    color:#1155db;
}
.footer_bottom a:hover{
    text-decoration:underline;
}
.footer_widget .searchform{
    float: left;
    position: relative;
}
.footer_widget .searchform input[type="text"]{
    position: absolute;
    left: 0;    
}
.footer_widget .searchform input[type="submit"]{
    position:absolute;
    right:-80px;
}
.footer_bottom .theme_desc{
float:left;
  font: 14px/1.6 Arimo, Arial, 'Liberation Sans', FreeSans, sans-serif;
}
.footer_bottom .copyright{
float:right;
  font: 14px/1.6 Arimo, Arial, 'Liberation Sans', FreeSans, sans-serif;
}
/*============================================================
 Alerts
============================================================*/

p.alert-noproducts,
p.alert-noitems {
  margin: 20px;
  text-align:center;
  font-size: 18px;
  }

div#error {
  display: block;
  margin-bottom: 5px;
  border-top: 1px solid #6c1010;
  border-bottom: 1px solid #6c1010;
  background: #cf3636;
  }

div#error h2,
div#error p {
  display: none;
  }

div#error ul {
  margin: 0;
  padding: 5px 20px;
  font-size: 13px;
  color: #fff;
  line-height: 25px;
  }

div#error li {
  margin: 0;
  padding: 0 20px;
  font-weight: bold;
  background: url(https://assets.bigcartel.com/theme_assets/1/1.0.12/images/bullet-error.gif) no-repeat 0 7px;
  }

.form-error {
  border: 1px solid #cf3636;
  }



/*============================================================
 Site Link
============================================================*/

#website {
  position: absolute;
  top: 0;
  background: #fff;
  }

#website a {
  display: block;
  padding: 2px 14px 3px 14px;
  font-size: 10px;
  line-height: 10px;
  }



/*************************************************************

 Store Pages

*************************************************************/



/*============================================================
 Product List
============================================================*/

#products {
  width: 935px;
  margin: 0 auto;
  background: url(https://assets.bigcartel.com/theme_assets/1/1.0.12/images/bkg-products-col.gif) repeat-y #e4e4e4;
  }

#products div.product {
  float: left;
  display: inline;
  width: 300px;
  height: 375px;
  border-top: 2px solid #fff;
  }

#products div.product p {
  margin-bottom: 0;
  }

#products .product-img {
  display: inline;
  float: none;
  vertical-align: middle;
  }

#products .product-info {
  float: left;
  width: 157px;
  padding: 5px 0 11px;
  border-top: 2px solid #fff;
  }

html #products .product-info {
  width: 300px;
  }

#products .product-title {
  margin-bottom: 3px;
  font-size: 11px;
  font-weight: bold;
  line-height: 13px;
  color:#5C5C5C;
  }

#products .product-price {
  font-size: 10px;
  }

#products .product-status {
  font-size: 10px;
  font-style: italic;
  }

#products .product-a {
  float: left;
  clear: left;
  display: block;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  width:300px;
  }

#products .product-a h3,
#products .product-a p {
  color: #5575DD;
  text-align: center;
  font-size:13px;
  }

#products .product-a:hover h3,
#products .product-a:hover p {
  color: #0E1B79;
  }

#product-1,  #product-4, #product-7, #product-10, #product-14, #product-18, #product-22, #product-25{
  padding-right: 620px;
  }

#product-2, #product-5, #product-8, #product-11, #product-15, #product-19, #product-23{
  margin-left: -600px;
  }

#product-3, #product-6, #product-9, #product-12, #product-16, #product-20, #product-24{
  margin-left: -285px;
  }




/* Pagination
------------------------------------------------------------*/

.pagination {
  clear: both;
  padding: 20px 0 15px 0;
  font-weight: normal;
  text-align: center;
  }

.pagination span,
.pagination a {
  padding: 0 3px 0 6px;
  }

.pagination span.disabled {
  display: none;
  }

.pagination span.current {
  font-weight: bold
  }

.pagination span.yadda {
  padding: 5px 4px;
  background: none;
  }


/* Stilts
------------------------------------------------------------*/

span.stilt {
  display:-moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  }

#product-image {
  position: relative;
  display: block;
  width: 500px;
  height: 500px;
  text-align: center;
  overflow: hidden;
  }

#products span.stilt {
  height: 175px;
  }

#product-image span.stilt {
  height: 300px;
  }

#product-image img {
  vertical-align: middle;
  }



/*============================================================
 Product Detail
============================================================*/

#product-content {
  margin:0 auto;
  width: 930px;
  }

#product-images {
  float: left;
  width: 500px;
  }

a#product-image span.icon_zoom {
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 20px;
  height: 20px;
  background-image: url(https://assets.bigcartel.com/theme_assets/1/1.0.12/images/icon_zoom.png) !important;
  background-image: url(https://assets.bigcartel.com/theme_assets/1/1.0.12/images/icon_zoom.gif);
  background-repeat: no-repeat;
  background-position: -20px;
  z-index: 100;
  cursor: pointer;
  overflow: hidden;
  }

a#product-image:hover span.icon_zoom {
  background-position: 0;
  }

#product-images .product-img {
  margin: 0 0 10px 0;
  }

#product-images .images-nav {
  float: left;
  position: relative;
  width: 300px;
  height: 28px;
  margin: 10px 100px 0;
 
  }

#product-images .images-list {
  position: absolute;
  width: 244px;
  top: 0;
  left: 28px;
  padding: 7px 0 8px 0;
  text-align: center;
  }

#product-images .images-list li {
  display: inline;
  padding: 0 10px;
  list-style: none;
  border-left: 1px solid #666;
  }
#product-images .images-list li a{
  font-size:13px;
  font-weight:bold;
}

#product-images .images-list li.image-1 {
  border-left: none;
  }

#product-images .images-prev {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px;
  }

#product-images .images-next {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  }

#product-images .images-prev a {
  display: block;
  width: 18px;
  height: 18px;
  background: url(https://assets.bigcartel.com/theme_assets/1/1.0.12/images/btn-prev.gif) no-repeat;
  }

#product-images .images-next a {
  display: block;
  width: 18px;
  height: 18px;
  background: url(https://assets.bigcartel.com/theme_assets/1/1.0.12/images/btn-next.gif) no-repeat;
  }

#product-images .images-prev span,
#product-images .images-next span {
  display: none;
  }

#product-details {
  float: left;
  width: 415px;
  margin: 30px 0 0 15px;
  }

#product-details ul {
  margin-left: 17px;
  }

#product-details ol {
  margin-left: 23px;
  }

#product-details li {
  font-size: 11px;
  line-height: 15px;
  list-style: disc;
  }

#product-details ol li {
  list-style: decimal;
  }

#product-details .price {
  width: 100%;
  padding-bottom: .7em;
  font-size: 25px;
  font-weight: bold;
  color: #666;
  border-bottom: 1px solid #ccc;
  }

#product-details .price span{
  color: #004359;
  font-family:'Museo500';
}
#product-form {
  clear: both;
  float: left;
  width: 100%;
  }

#product-details .info,
#product-form .options {
  width: 100%;
  padding: .3em 0 .3em 0;
  border-bottom: 1px solid #ccc;
  }

#product-form .options select {
  width: 100px;
  margin: .8em 0;
  }

#product-form .options ul {
  margin: .8em 0;
  }

#product-form .options li {
  list-style: none;
  padding: 1px 5px;
  }

#product-form .options li input {
  text-align: left;
  vertical-align: middle;
  }

#product-form .options li label {
  vertical-align: middle;
  font-weight: bold;
  }

#product-form .options li.sold label {
  font-weight: normal;
  color: #999;
  }

#product-addtocart {
  clear: both;
  display: block;
  width: 110px;
  height: 30px;
  margin-top: 15px;
  border: none;
  background-color: #0E6D8D;
  cursor: pointer;
    border:4px solid #E5F4F4;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  color: #E5F4F4;
  font-size:13px;
  text-shadow: 1px 1px 1px black;
  -webkit-text-shadow: 1px 1px 1px black;
  -moz-text-shadow: 1px 1px 1px black;
  text-transform:uppercase;
  }
#product-addtocart:hover {
    background-color:#004359;
  border:4px solid #A4DDF0;
}
#product-addtocart span {
  font-family: 'Oswald', Helvetica, sans-serif;
  }

#product-details div.sold h4,
#product-details div.soon h4 {
  margin-top: .8em;
  font-size: 18px;
  font-weight: bold;
  }

#product-details div.sold h4 {
  color: #cf3636;
  }

#inventory {
  float: left;
  width: 100%;
  padding: 20px 0 12px 0;
  border-bottom: 1px solid #ccc;
  }

#inventory h3 {
  font-size: 13px;
  margin-bottom: 35px;
  }

#inventory ul {
  margin: 0;
  }

#inventory li {
  float: left;
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 25px;
  background: #f2f2f2;
  list-style: none;
  }

#inventory .bar {
  display: block;
  position: relative;
  height: 5px;
  background: #A4DDF0;
  }

#inventory .bar span {
  position: absolute;
  top: -16px;
  width: 150px;
  height: 14px;
  font-size: 13px;
  font-weight: bold;
  line-height: 12px;
  overflow: hidden;
  color:#0E6D8D;
  font-family: 'Oswald', Helvetica, sans-serif;
  }

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

#inventory span.sold {
  position: absolute;
  top: 1px;
  right: 5px;
  font-size: 10px;
  color: #ccc;
  line-height: 12px;
  }

/**** LOCAL PICK UP OPTION ****/
#local-pickup{
  padding: 10px 0 0 5px;
  clear: both;
  font-size: 13px;
}
#local-pickup a{
  color:#1D86B6;
  font-weight: bold;
}


/*============================================================
 Cart
============================================================*/

#cart-content {
  margin: 0 auto;
  width: 700px;
  }

#cart-table {
  text-align: left;
  border-collapse: collapse;
  border-spacing: 0;
  width: 700px;
  }

#cart-table td,
#cart-table th {
  text-align: left;
  }

#update-btn-head {
  display: none;
  }


/* Cart Table Columns --------------------------------------*/

#col-item    { width: 337px; }
#col-price    { width: 65px; }
#col-qty    { width: 40px; }
#col-total    { width: 65px; }
#col-options  { width: 30px; }


/* Cart Table Header ---------------------------------------*/

#cart-head {
  font-size: 14px;
  background: #E5F4F4;
  border-bottom: 1px solid #999;
  }

#cart-head th {
  padding: 10px;
  }

#head-item {
  padding: 10px 15px;
  }

#head-options span {
  display: none;
  }


/* Cart Table Body -----------------------------------------*/

#cart-body {
  font-size: 14px;
  }

#cart-body th {
  padding-left: 10px;
  font-weight: normal;
  }

#cart-body td {
  padding: 9px 12px 9px 0;
  }

#cart-body tr.row-alt th,
#cart-body tr.row-alt td {
  background: #f0f0f0;
  }

#cart-body .item-price {
  padding-right: 5px;
  }

#cart-body .item-qty input {
  width: 2em;
  }

#cart-body .item-total {
  font-weight: bold;
  }

#cart-body .item-options {
  text-align: center;
  }

#cart-body .item-options .remove-btn {
  width: 13px;
  height: 13px;
  background: url(https://assets.bigcartel.com/theme_assets/1/1.0.12/images/btn-delete.gif) no-repeat;
  border: none;
  cursor: pointer;
  display: block;
  }

#cart-body .item-options span {
  display: none;
  }


/* Cart Footer ---------------------------------------------*/

#cart-footer {
  margin: 10px 0;
  }

#cart-footer .cart-update {
  padding: 10px 0;
  text-align: right;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  }

#cart-footer .update-btn {
  width: 85px;
  height: 30px;
  border: none;
  background-color: #0E6D8D;
  cursor: pointer;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  color: white;
  font-size:13px
  }
#cart-footer .update-btn:hover {
  background-color:#004359;
}
  
#cart-footer .cart-shipping {
  float: left;
  display: inline;
  margin: -31px 0 0 11px;
  }

#cart-footer #country {
  width: 160px;
  margin-left: 5px;
  padding: 2px 0;
  font-size: 11px;
  }

#cart-footer .cart-discount {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  text-align: right;
  }

#cart-footer #cart_discount_code {
  width: 80px;
  margin-left: 10px;
  }

#cart-footer .cart-discount p {
  margin: 1px 0;
  }

#cart-footer .cart-total {
  padding: 15px 0;
  text-align: right;
  border-bottom: 1px solid #ddd;
  }

#cart-footer .cart-total h3 {
  font-size: 16px;
  margin: 0;
  }

#cart-footer .cart-total p {
  margin-bottom: 0;
  font-size: 9px;
  color: #999;
  }

#cart-footer .cart-total #cart-shipping-tax p {
  margin-bottom: 7px;
  font-size: 11px;
  color: #666;
  }

#cart-footer .cart-options {
  float: right;
  margin-top: 10px;
  }

#cart-footer .cart-checkout {
  float: left;
  }

#cart-footer .checkout-btn {
  width: 100px;
  height: 40px;
  margin-left: 8px;
  background-color: #0E6D8D;
  cursor: pointer;
  border:4px solid #E5F4F4;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  color: #E5F4F4;
  font-size:13px;
  text-shadow: 1px 1px 1px black;
  -webkit-text-shadow: 1px 1px 1px black;
  -moz-text-shadow: 1px 1px 1px black;
  text-transform:uppercase;
  }
#cart-footer .checkout-btn:hover {
  background-color:#004359;
  border:4px solid #A4DDF0;
}

#cart-footer .update-btn span,
#cart-footer .checkout-btn span {
  font-family: 'Oswald', Helvetica, sans-serif;
  }

span.total-discount,
span.total-shipping {
  font-weight: bold;
  }

#shipping-note{
  margin-top: -8px;
  font-size:13px;
  line-height:18px;
}
#shipping-note span{
  font-weight: bold;
}
#shipping-note a{
  color:#1D86B6;
  font-weight:bold;
}
/*============================================================
 FAQ
============================================================*/

#faq-content {
  padding: 15px 25px;
  }

#faq-content .faq-list dt {
  margin-bottom: .5em;
  font-size: 13px;
  font-weight: bold;
  color: #666;
  }

#faq-content .faq-list dd {
  margin-bottom: 2.3em;
  }



/*============================================================
 Contact
============================================================*/

#contact-content {
  padding: 15px 25px;
  width: 600px;
  margin: 0 auto;
  text-align: center;
  }

#contact-form {
  width: 425px;
  padding: 15px 0;
  margin: 0 auto;
  }

#contact-form label {
  float: left;
  width: 85px;
  padding: 2px 0;
  font-size: 10px;
  font-weight: bold;
  text-align: right;
  color: #666;
  }

#contact-form input,
#contact-form textarea {
  float: left;
  width: 250px;
  margin: 0 25px 8px 10px;
  vertical-align: bottom;
  }

#contact-form textarea {
  width: 251px;
  height: 150px;
  }

#contact-form p,
#captcha-div {
  float: left;
  display: inline;
  width: 330px;
  margin: 0 -3px 10px 42px; /* -3px fixes ie6 duplicate chars */
  }

#contact-form p {
  margin-bottom: 25px;
  }

#contact-submit {
  clear: both;
  display: block;
  width: 42px;
  height: 18px;
  margin: 0 0 0 95px;
  border: none;
  background: url(https://assets.bigcartel.com/theme_assets/1/1.0.12/images/btn-send.gif) no-repeat;
  cursor: pointer;
  }

#contact-submit span {
  display: none;
  }



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

body.success #main-content h2 {
  padding: 20px 20px 0 20px;
  font-size: 17px;
  }

body.success #main-content p {
  padding: 0 20px 20px 20px;
  }



/*============================================================
 Custom Pages
============================================================*/

#faq-content {
  padding: 0;
  }

body.custom #main-content {
  width: 507px;
  padding: 20px 25px;
  }

body.custom #main-content strong {
  font-weight: bold;
  }

body.custom #main-content em {
  font-style: italic;
  }

body.custom #main-content code,
body.custom #main-content pre {
  white-space: pre;
  }

body.custom #main-content h2,
body.custom #main-content h3,
body.custom #main-content h4 {
  margin-top: 15px;
  margin-bottom: 15px;
  }

body.custom #main-content ul,
body.custom #main-content ol,
body.custom #main-content blockquote {
  padding: 0 50px;
  }

body.custom #main-content ul li {
  line-height: 15px;
  list-style: disc;
  }

body.custom #main-content ol li {
  line-height: 15px;
  list-style: decimal;
  }

body.custom #main-content blockquote {
  margin-bottom: 1em;
  font-style: italic;
  }

body.custom #main-content dt {
  margin-bottom: .5em;
  font-size: 13px;
  font-weight: bold;
  }

body.custom #main-content dd {
  margin-bottom: 2.3em;
  line-height: 15px;
  }




/*============================================================
  Basic Styles - used for the simple controls.
============================================================*/

/* Font */
*
{font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;}


/* Background */
body {
  background-color: #F9F9F9;

  }


/* Text */
body,
p,
input,
textarea,
#product-details .price,
#faq-content .faq-list dt,
#contact-form label,
#cart-footer .cart-total #cart-shipping-tax p
{color: #5C5C5C;}


/* Links */
a:link,
a:visited,
#products .product-a h3,
#products .product-a p
{color: #8a8a8a;}


/* Links rollover */
a:hover,
a:active,
#products .product-a:hover h3,
#products .product-a:hover p
{color: #15779B;}


/* Header background */
#main-title,
#navigation div.pod h3,
#minicart h3,
#cart-head
{/*background-color: #F9F9F9;*/}


#navigation div.pod {
  padding: 15px 0 0 0;
  font-size: 10px;
  background: #F9F9F9;
  height: 58px;
}


#main-title h2,
#navigation div.pod h3,
#minicart h3,
#minicart .minicart-contents,
#cart-head
{color: #1c1c1c;}

#minicart .minicart-total
{border-left-color: #1c1c1c;}


/* Sidebar links */
#navigation div.pod a
{color: #b8bab8;}


/* Sidebar rollovers */
#navigation div.pod a:hover
{color: #15779B;}


/* Products background */
#products,
#products .product-pic,

{background-color: #F9F9F9;}



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

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#main-title {
  background:white;
}
.connect-with-fb{background:white; overflow: hidden; width: 935px; display: block; margin:-70px 0 35px 0; border-bottom: 3px #999 solid;}
#connect-with-fb-adjust{
  margin-top:-10px;
}