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

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


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


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


[hidden] {
  display: none;
}

/* =============================================================================
   Base
   ========================================================================== */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}


html,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}


body {
  margin: 0;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}


::selection {
  background: #b3d4fc;
  text-shadow: none;
}

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

a:focus {
  outline: thin dotted;
}

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

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

abbr[title] {
  border-bottom: 1px dotted;
}


b,
strong {
  font-weight: bold;
}


blockquote {
  margin: 1em 40px;
}


dfn {
  font-style: italic;
}


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


ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}


mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

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

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}


q {
  quotes: none;
}


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


small {
  font-size: 85%;
}

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


sup {
  top: -0.5em;
}


sub {
  bottom: -0.25em;
}

/* =============================================================================
   Lists
   ========================================================================== */

ul,
ol {
  margin: 1em 0;
  padding: 0px;
}


dd {
  margin: 0px;
}


nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

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

img {
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

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

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

figure {
  margin: 0;
}

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

form {
  margin: 0;
}


fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

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

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}


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


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

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

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

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

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


td {
  vertical-align: top;
}

/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}


* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


a:active, a:link, a:hover, a:visited {
  color: #333333;
}


body {
  background-color: #F8F8F7;
  background-image: url(//cdn.shopify.com/s/files/1/0179/8075/t/2/assets/NOISE.png?10592288531993220903);
  background-repeat: repeat;
  font-family: Arial, serif;
  font-size: 14px;
  line-height: 1.5;
}


h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}
.one-third {
    float: left;
    padding-right: 3em;
    width: 33.3334%;
}

.two-column {
    float: left;
    padding-right: 3em;
    width: 50%;
          }
          
.three-column {
      -webkit-column-count: 3;  
      -webkit-column-gap: 15px;
     -moz-column-count: 3;     
     -moz-column-gap: 15px;
          column-count: 3;          
          column-gap: 15px;
          }

#billy-kirk {
  margin: auto;
  max-width: 1000px;
  min-width: 940px;
}

/*
*  SEARCH SITE
*/
#search_site {
    border: 1px solid #999;
    background:white;
    border-radius:2px;
    padding: 0.25em .5em .2em;
    margin-top:3px;
    width: 220px;    
}

.search_site__label {
    font-weight:normal;
    font-size:.9em;
    float: left;
    padding: 2px;
}

.search_site__input {
    border:none;
    background:white;
    width: 130px;
    float: left;
    padding: 3px;
}

#serch:focus {
    border:0;
    outline: 0;
}
.search_site__submit {
    background-image:url(//cdn.shopify.com/s/files/1/0179/8075/t/2/assets/search.png?10592288531993220903);
    background-color: white;
    background-position: center center;
    background-repeat:no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    display:block;
    height: 21px;
    width: 15px;
    font: 0/0 a;
    color: transparent;
    border: none;
    float:right;
}


/*
* customer
*/

#customer-accounts label {
    margin-top:1em;
    display: block;
    }
#customer-accounts > div {
    width: 33.333%;
    float: left;
}

    
    #guest {
        clear: both;
        margin-top:2em;
        }
        
        #recover-password {
            }
    
#forgot_password {
    display: inline;
    font-size: 11px;
}

.action-bottom {
    margin-top: 1em;
}

.bk-header,
.bk-section-header {
  margin-bottom: 0;
}


.bk-header {
  margin-bottom: .75em;
  margin-top: 25px;
  position: relative;
}


.bk-section-header {
  font-size: 1.0625em;
}


.bk-logo {
  background: url(//cdn.shopify.com/s/files/1/0179/8075/t/2/assets/billy_kirk.png?10592288531993220903) no-repeat bottom center transparent;
  display: inline-block;
  height: 89px;
  margin-bottom: 4px;
  width: 15%;
  -ms-background-size: contain;
  -o-background-size: contain;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}


.bk-nav {
  bottom: 0;
  left: 0;
  right:0;
  text-align: center;
  position: absolute;
}


.bk-nav-item {
  display: inline-block;
  list-style-type: none;
  padding-right: 3em;
  padding-left: .5em;
  position: relative;
}

.bk-nav-item a {
    display: inline-block;
    padding-top: .25em;
    }



.bk-nav-link:active, 
.bk-nav-link:link, 
.bk-nav-link:visited,
.bk-sublist-link:active,
.bk-sublist-link:link,
.bk-sublist-link:visited,
.bk-definition-link:active,
.bk-definition-link:link,
.bk-definition-link:visited,
.bk-product-link:active,
.bk-product-link:link,
.bk-product-link:visited,
.bk-product-feature-link:active,
.bk-product-feature-link:link,
.bk-product-feature-link:visited {
  text-decoration: none;
}

.bk-nav-link:hover,
.bk-sublist-link:hover,
.bk-definition-link:hover,
.bk-product-link:hover,
.bk-product-feature-link:hover {
  text-decoration: underline;
}


.bk-rule {
  background: #333333;
  border: 0;
  height: 1px;
}


.bk-body {
  margin: 1em 0 0;
}

.bk-feature-list {

}

.bk-feature-item {
  position: relative;
}

.bk-feature-header {
font-size: 1.2em;
font-weight: bold;
margin: 0 0 0.5em;
}


.bk-feature-link {
  color: white;
  display: block;
  position: relative;
  text-shadow: 0 0 30px black;
}

.bk-feature-panel {
  -webkit-transition: all 0.3s ease-out;  /* Safari 3.2+, Chrome */
     -moz-transition: all 0.3s ease-out;  /* Firefox 4-15 */
       -o-transition: all 0.3s ease-out;  /* Opera 10.5���������������������������12.00 */
          transition: all 0.3s ease-out;  /* Firefox 16+, Opera 12.50+ */
    opacity: 0;
    display: block;
    height: 100%;
    left: 0;
    line-height: 1.4;
    padding: .7em 1em;
    position: absolute;
    top: 0;
    width: 100%;
}

.bk-feature-link:hover .bk-feature-panel {
    opacity: 1;
    background-color: rgba(0,0,0,.8);
}

.bk-feature-link:active, 
.bk-feature-link:link, 
.bk-feature-link:visited {
  text-decoration: none;
  color: white;
}

.bk-feature-link:hover {
  text-decoration: underline;
}

.bk-feature-item,
.bk-product-feature-item,
.bk-footer-item {
  display: block;
  float: left;
  width: 32%;
}

.bk-feature-item:nth-child(2),
.bk-product-feature-item:nth-child(2),
.bk-footer-item:nth-child(2) {
  margin: 0 2%;
}



.bk-feature-item,
.bk-prodcut-feature-item,
.bk-footer-item,
.bk-sublist-item,
.bk-social-item {
  list-style-type: none;
}


.bk-sublist-item,
.bk-definition-term,
.bk-definition-description {
  font-size: .875em;
}


.bk-product-landing .bk-body {
  margin-left: 15%;
}


.bk-product-menu {
  float: left;
  font-size: 12px;
  margin-top: .25em;
  position: absolute;
  width: 10%;
}

.bk-product-list {
    background-color: rgb(240, 239, 238);
    background-image: url(//cdn.shopify.com/s/files/1/0179/8075/t/2/assets/NOISE.png?10592288531993220903);
    padding: 1em;
}


.bk-product-link:link {
  color: #777;
}


.bk-product-feature-name {
  font-size: .9em;
  margin: 0.5em 1em 0 0;
}


.bk-definition-term {
  color: #999;
}

.bk-definition-term:after {
  content: ":";
}


.bk-definition-description {
  margin-bottom: .5em;
}


.bk-main-img {
  width: 100%;
}


.bk-social-item {
  background-color: #999;
  display: inline-block;
}


.bk-social-icon {
  display: block;
  width: 100%;
}


.bk-mailinglist-section {
  margin-top: 1em;
}


.bk-mailing-input,
.bk-mailing-submit {
  font-family: "PT Serif", serif;
  vertical-align: top;
}


.bk-mailing-submit {
  color: #666666;
  border: none;
  font-size: .9375em;
  padding: .33em .75em;
  margin: 0;
}

.section-details {
 height: 40px;
 margin:0;
 padding: 0;
}

.product-title,
.section-title {
    font-size: 1.2em;
    line-height: 1;
    margin: 0;
}

.product-grid {
    list-style-type: none;
    margin: 0;
}

.product-grid > li {
    display: block;
    float: left;
    width: 33.33333%;    
}

.product-grid a:link,
.product-grid a:visited {
    text-decoration: none;
}

.product-grid a:hover,
.product-grid a:active {
    text-decoration: underline;
}


.bk-feature-img {
    width: 100%;
}

#product-information {
    float: right;
    padding-left: 11px;
    width: 33.33333%;
}

#product-gallery {
    overflow: hidden;
}

#active-wrapper {
    margin-right: 7px;
}

#active-wrapper img {
    width: 100%;
}

#add-to-cart-msg {
    margin: 0;
}

#sharing {
    list-style-type: none;
}

#sharing li {
    float: left;
}

.btn {
background: #e9e9e9;
border: 1px solid #6D6D6D;
font-size: 1em;
padding: .5em 1em;
border-radius: 2px;
}

.btn:hover {
    background: #efefef;
    border: 1px solid #000;
}

.btn:active {
    background:#ccc;
}

#thumbs {
    list-style-type: none;
    }
    
#thumbs a {
    display: block;
    float: left;
    }
    
#thumbs li {
    float:left;
    height: 79px;
    overflow: hidden;
    width: 110px;
    }
    
#thumbs img {
    margin-right: 10px;
    margin-bottom: 10px;
    }

    #large-thumb-wrapper {
        display: block;
        }
        
.related-product li {
    display: block;
    float: left;
    width: 25%;
}

.related-product a {
}

.related-product img {
    width: 100%;
    }
    .related-product .product-grid li {
        margin-bottom: 0px;
        }
        
    .related-product .product-grid-item {
        margin-right: 10px;
        margin-bottom: 10px;
    }

.product-grid li {
    margin-bottom: 20px;
    }
    
    .product-subtitle {
        color: #888;
        font-size: 1em;
        margin: 0;
        }
.description {
    font-size: .9em;
    line-height: 1.4;
}

.items {
    width: 100%;
}
.items tfoot td,
.items tbody td {
    padding: 12px;
}
.top-labels th {
    border-bottom: 1px solid #333;
    padding: 12px;
    text-align: left;
}

.cart-link {
    float: right;
    font-size: .875em;
    font-weight: bold;
    text-align: right;
    padding-right: .1em;
    position: absolute;
    right: 0;
    width: auto;
}

.remove-from-cart{
    float: right;
}
#checkout-addnote {
    display: none;
    }
#checkout-addnote,
#checkout-proceed {
    padding: 12px;
}
#update-cart {
    display: block;
    float: right;
    }
#additional-checkout-buttons{
    float: right;
    display: block;
    clear: both;
    margin-top: 1em;
    }
#additional-checkout-buttons-label {
    display: block;
    }
    
    .bk-product-landing .dropdown_module {
        position: relative;
    }

    
    .bk-product-landing .dropdown_section {
        display: block;
    }
    
    
    .bk-nav-sublist {
        left: 0;
        margin: 0;
        padding: .5em .75em;
        position: absolute;
        width: 120px;
        text-align: left;
        top:1.75em;
        z-index: 1;
    }

/*
*   PAGINATION
*/    
.pagination {
    font-size:.975em;
    }
    
.pagination ul {
    list-style-type: none;   
    }
.pagination li {
    float: left;
    margin-right: 1em;
}
.pagination .disabled a:hover,
.pagination a:link {
    text-decoration: none;
}
.pagination .disabled a:hover {
    cursor:pointer;
}

.pagination a:hover,
.pagination .active:link {
    text-decoration: underline;
}

.pagination-num-showing {   
    text-align: right;
}

#page-title {
    font-size: 1.3em;
    margin-top: 0;
    }

/*
*   MODULES
*/

.dropdown_module {

}
    .dropdown_module:hover {
    background-color: rgb(240, 239, 238);
    background-image: url(//cdn.shopify.com/s/files/1/0179/8075/t/2/assets/NOISE.png?10592288531993220903);
    position: relative;
    z-index: 12;
    }

.dropdown_module:hover .dropdown_section {
    display: block;
    z-index: 12;
}    

.dropdown_anchor {
    position: relative;
    z-index: 2; 
    }

.dropdown_section {
    display: none;    
}
    
.list_module {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.thumbnail_module {
  background-color: white;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
-webkit-background-size: contain;
  height: 150px;
}

#carousel {
 border: 1px solid;
 height: 465px;
 margin-bottom: 1em;
 overflow: hidden;
}

#carousel .items {
 list-style-type: none;
 margin: 0;
 padding: 0;
}
   
  
/* 
*
* per collection 
*
*/
.x-collection-list {
}

.x-collection-item {
}

.x-collection-header {
    border-top: 1px solid #333;
    font-size: 1em;
    margin-top: 0;
    padding: 0.5em 0 0 ;
}

/* 
*
* per product 
*
*/

.x-collection-list-product {
}

.x-product-list {
}

.x-product-link:visited,
.x-product-link:link {
    text-decoration: none;
}

.x-product-link:hover {
    text-decoration: underline;
}

.x-product-item {
    float: left;
    width: 24.1%;
    margin: .5%;
}
.x-product-item:nth-child(4n+1) {
    margin-left: 0;
    }
.x-product-item:nth-child(4n+4) {
    margin-right: 0;
    /*margin: 0 .5%;*/
}

.x-product-lining {
    height: 195px;
}

.x-product-header {
  font-size: .75em;
  letter-spacing: 1px;
    margin: .5em 0 1em;
  text-transform: uppercase;
}

.x-product-thumbnail {
}

/*
 * pages
 */
.page-stockists ul {
    clear:both;
    display: table;
    line-height: 1.231;
    list-style-type: none;
    width: 100%;
}

.page-stockists li {
    float: left;
    height: 5em;
    margin-bottom: 1em; 
    width: 33.3333%;
}

.page-stockists b {
    clear: both;
    display: block;
}

.bk-nav-collections-list {
    font-size: .75em;
    margin-top: 1.2em;
    text-align: center;
}

.bk-nav-collections-list li {
    border-right: 1px solid #999;
    display: inline;
    list-style-type: none;
}
.bk-nav-collections-list li:last-child {
    border-right: none;
}
    
.bk-nav-collections-list a {
    padding-right: 1em;
    padding-left: 1em;
  text-transform: uppercase;  
}
.bk-nav-collections-list a:link,
.bk-nav-collections-list a:visited {
    text-decoration: none;
}
.bk-nav-collections-list a:active,
.bk-nav-collections-list a:hover { 
    text-decoration: underline;
    }
    
/*
*   MAILCHIMP
*/
    #mc_embed_signup {
        background: transparent !important;
    }
    #mc_embed_signup form { 
        padding: 0 !important;
        }
        
    #mc_embed_signup label {
        font-weight: normal !important;
        font-size: 1em !important;
        margin-top: 1em !important;
        }    
        
        #mc_embed_signup input.button,
        #mc_embed_signup input.email {
            display: inline !important;
            }
/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

.ir {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
}

.hidden {
  display: none !important;
  visibility: hidden;
}


.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}


.clearfix:after {
  clear: both;
}


.clearfix {
  *zoom: 1;
}

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  
  * {
    background: transparent !important;
    color: #000 !important;
    
    box-shadow: none !important;
    text-shadow: none !important;
  }

  
  a,
  a:visited {
    text-decoration: underline;
  }

  
  a[href]:after {
    content: " (" attr(href) ")";
  }

  
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  
  thead {
    display: table-header-group;
    
  }

  
  tr,
  img {
    page-break-inside: avoid;
  }

  
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

#BIS_trigger {
  left: 500px;
}
  
  h2,
  h3 {
    page-break-after: avoid;
  }
}

.site-nav a[href="/products/sale-2"] {
  color: red;
}
