/*    SECTION 1 
/*		1.1 - Base Styles
/*		1.2 - HTML5 Elements
/*		1.3 - Forms and Inputs
/*		1.4 - Typography
/*		1.5 - Links and Buttons
/*		1.6 - Tables
/*		1.7 - Icons		
/*		1.8 - Tags
/*		
/*	SECTION 2
/*		2.1 - Helper classes
/*		2.2 - Grid system
/*		2.3 - Lists
/*		2.4 - Frontpage Promo + Collections
/*		2.5 - Newsletter
/*		2.6 - Filters
/*		2.7 - Impressions
/*		
/*	SECTION 3	
/*		3.1 - Toolbar
/*		3.2 - Header
/*		3.3 - Navigation
/*		3.4 - Footer
/*		3.5 - Homepage
/*		3.6 - Product & Collections 
/*		3.7 - Cart
/*		3.8 - Blogs/Articles/Search
/*		3.9 - Customer Pages
/*
/*	SECTION 4
/*		4.1 - Media Query - Desktop Slim
/*		4.2 - Media Query - Tablet Landscape
/*		4.3 - Media Query - Mobile Landscape
/*		4.4 - Media Query - Mobile Portrait
/*
/*	SECTION 5
/*		5.1 - IE Fixes
/*		
/*	SECTION 6
/*		6.1 - Fancybox plugin
/*		6.2 - FlexSlider plugin
/*      6.3 - jQuery Tabs
/*

/* =================== */
/*      SECTION 1      */
/* =================== */
/* 1.1 - Base Styles */


@font-face {
    font-family: 'din_light';
    src: url('//cdn.shopify.com/s/files/1/0163/6166/t/34/assets/din-light-webfont.eot?17786367960319944243');
    src: url('//cdn.shopify.com/s/files/1/0163/6166/t/34/assets/din-light-webfont.eot?17786367960319944243?#iefix') format('embedded-opentype'),
         url('//cdn.shopify.com/s/files/1/0163/6166/t/34/assets/din-light-webfont.woff2?17786367960319944243') format('woff2'),
         url('//cdn.shopify.com/s/files/1/0163/6166/t/34/assets/din-light-webfont.woff?17786367960319944243') format('woff'),
         url('//cdn.shopify.com/s/files/1/0163/6166/t/34/assets/din-light-webfont.ttf?17786367960319944243') format('truetype'),
         url('//cdn.shopify.com/s/files/1/0163/6166/t/34/assets/din-light-webfont.svg?17786367960319944243#din_light') format('svg');
    font-weight: normal;
    font-style: normal;
}
  
@font-face {
    font-family: 'din_regular';
    src: url('//cdn.shopify.com/s/files/1/0163/6166/t/34/assets/din-regular-webfont.eot?17786367960319944243');
    src: url('//cdn.shopify.com/s/files/1/0163/6166/t/34/assets/din-regular-webfont.eot?17786367960319944243?#iefix') format('embedded-opentype'),
         url('//cdn.shopify.com/s/files/1/0163/6166/t/34/assets/din-regular-webfont.woff2?17786367960319944243') format('woff2'),
         url('//cdn.shopify.com/s/files/1/0163/6166/t/34/assets/din-regular-webfont.woff?17786367960319944243') format('woff'),
         url('//cdn.shopify.com/s/files/1/0163/6166/t/34/assets/din-regular-webfont.ttf?17786367960319944243') format('truetype'),
         url('//cdn.shopify.com/s/files/1/0163/6166/t/34/assets/din-regular-webfont.svg?17786367960319944243#din_regular') format('svg');
    font-weight: normal;
    font-style: normal;
}


html,body { margin: 0; padding: 0; border: 0; background-color: #ffffff; }
html { font-size: 62.5%; -webkit-touch-callout:none; -webkit-text-size-adjust:none; -ms-text-size-adjust:100%; }
body { line-height: 16px; font-size: 12px; color: #444444; font-family: 'din_light', 'din_regular', sans-serif; }

.logo img { 
    width: 141px;
    height: auto;
}


.show-on-mobile { display: none; }
.stockout { display: none; }
.flexslider { max-height: 512px; }
.filter-toggle { cursor: pointer; }


.stockout {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 0 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    height: 55px;
    left: 0;
    line-height: 55px !important;
    padding: 0 !important;
    position: absolute;
    text-align: center;
    top: 35% !important;
    width: 100%;
  	pointer-events: none;
}
.notifyme-toggle {
    border-left: 1px solid lightgrey;
    display: inline-block;
    height: 15px;
    margin-left: 8px;
    padding-left: 8px;
    cursor: pointer;
}

.country {
    background-color: rgba(0, 0, 0, 0.05);
    padding: 8px 0;
    text-transform: uppercase;
}



  
/* 1.2 - HTML5 Elements */
article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section { display:block; }

/* 1.3 - Forms and Inputs */
form { margin:0; padding:0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="search"] { -webkit-appearance: textfield; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
textarea { overflow: auto; vertical-align: top; }
select, input[type=file] { height: 27px; *height: auto; line-height: 27px; *margin-top: 4px; }
input, textarea { -webkit-appearance: none; vertical-align:top; height:24px; line-height:16px; font-size:12px; padding:4px; border:1px solid #ccc; display:inline-block; -moz-border-radius:1px; -webkit-border-radius:1px; border-radius:1px; -moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.06) inset; -webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.06) inset; box-shadow:0 1px 3px rgba(0, 0, 0, 0.06) inset; }
input.focus, input:focus, textarea.focus, textarea:focus { border:1px solid #4c90ee; -moz-box-shadow:0px 0px 2px 1px rgba(76, 144, 238, 0.3) inset, 0px 0px 2px 0px rgba(76, 144, 238, 0.2); -webkit-box-shadow:0px 0px 2px 1px rgba(76, 144, 238, 0.3) inset, 0px 0px 2px 0px rgba(76, 144, 238, 0.2); box-shadow:0px 0px 2px 1px rgba(76, 144, 238, 0.3) inset, 0px 0px 2px 0px rgba(76, 144, 238, 0.2); }
input[type=password]:focus, input[type=text]:focus, input[type=number]:focus, input[type=email]:focus, textarea:focus { outline:none; }
input[type=checkbox],input[type=radio] { height:16px; line-height:16px; vertical-align:middle; }
input[type=checkbox] { -webkit-appearance:checkbox; }
input[type=file] { cursor:pointer; border:none; box-shadow:none; padding:0; margin:0; }
input[type=submit] { cursor:pointer; }
::-webkit-input-placeholder { color: #a6a6a6 !important; }
:-moz-placeholder { color: #a6a6a6 !important; }
select { font-size:13px; display:inline-block; color:#222; font-family:Helvetica,Arial,sans-serif; vertical-align:top; height:22px; line-height:22px; padding:2px; padding:initial; border:1px solid #ccc; -moz-border-radius:1px; -webkit-border-radius:1px; border-radius:1px; }
@-moz-document url-prefix() { select { padding:6px;  } } /* Firefox fix */
select:focus, select.focus { outline:none; border:1px solid #4c90ee; -webkit-box-shadow:0px 0px 2px 1px rgba(76, 144, 238, 0.3) inset, 0px 0px 2px 0px rgba(76, 144, 238, 0.2); -moz-box-shadow:0px 0px 2px 1px rgba(76, 144, 238, 0.3) inset, 0px 0px 2px 0px rgba(76, 144, 238, 0.2); box-shadow:0px 0px 2px 1px rgba(76, 144, 238, 0.3) inset, 0px 0px 2px 0px rgba(76, 144, 238, 0.2); }
textarea { min-height:72px; }
img { max-width:100%; border: 0; -ms-interpolation-mode: bicubic; }
ul, ol { margin: 0 0 20px 20px; padding: 0; }
ul li { margin-bottom: 5px; }
ul { list-style:disc outside none; }
.documentation-header { margin-bottom: 30px !important; }

/* 1.4 - Typography */
h1,h2,h3,h4,h5,h6 { font-weight:400; color:#444444; margin:0 0 13px 0; text-transform:uppercase; font-family: 'din_regular',sans-serif; }

h1,h2,h3,h4,h5,h6,.cart-summary, .toolbar { font-family: "din_light",sans-serif; }

h1 { color: #444444; letter-spacing: 1px; font-weight:400; font-size:21px; line-height:24px; }
h2 { color: #444444; font-weight: 400; font-size: 20px; line-height: 23px; }
h3 { color: #444444; font-weight:400; font-size:14px; line-height:21px; }
h4 { font-size: 13px; line-height: 16px; margin-bottom: 0px; text-transform: none; font-family:"din_light",sans-serif; }
h5 { font-size: 16px; font-weight: 600; line-height: 14px; }
h6 { font-size: 10px; line-height: 18px; text-transform:uppercase; }
h1 .note, h2 .note, h3 .note, h4 .note, h5 .note, h6 .note { margin-left: 8px; font-weight: 400; font-size: 14px; color: #444444; }
h1 .note a, h2 .note a, h3 .note a, h4 .note a, h5 .note a, h6 .note a { color: #777777; }
p, .p1, .p2 { margin: 0 0 20px 0; }

/* 1.5 - Links and Buttons */
a { color:#777777; text-decoration: none; outline: none;}
a:hover { color:#777777; }
a:active { outline: none; }
a.btn, input.btn { -webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none; display:inline-block; height:36px; line-height:36px; border:none; margin:0; padding:0 20px; color:#ffffff; font-weight:700; font-size:12px; text-transform:uppercase; background:#444444; width:auto; }
a.btn:hover, input.btn:hover { background-color:#777777; color:#ffffff; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color:#444444; }
a.back-to-top { font-size: 12px !important; color: #777777 !important; }
a:hover.back-to-top { color: #777777 !important; }
.accent-color { color: #777777 !important; }



/* 1.6 - Tables */
table { width: 100%; border-spacing: 0; }
table tr td { border-top: 1px solid #dddddd; }
table tr td, table tr th { padding: 10px; text-align: left; }
table tr td:first-child, table tr th:first-child { padding-left: 0px; }
table tr td:last-child, table tr th:last-child { padding-right: 0px; }

strong { font-weight: 700; }
em { font-style: italic; }

/* 1.7 - Icons */
.icon-social { display: inline-block; width: 35px; height: 35px; overflow: hidden; text-indent: -9999px; margin: 0; }


.icon-social { background: url('//cdn.shopify.com/s/files/1/0163/6166/t/34/assets/icon-social-dark.png?17786367960319944243') no-repeat; }

.icon-social.twitter { background-position: -45px 0; }
.icon-social.twitter:hover { background-position: -45px -35px; }
.icon-social.facebook { background-position: 0 0; }
.icon-social.facebook:hover { background-position: 0 -35px; }
.icon-social.google { background-position: -92px 0; }
.icon-social.google:hover { background-position: -92px -35px; }
.icon-social.pinterest { background-position: -136px 0; }
.icon-social.pinterest:hover { background-position: -136px -35px; }
.icon-facebook { float: left; margin-top: 1px; width: 40px; overflow: hidden; }
.icon-cart { float: left; display: block; width: 20px; height: 16px; margin: 21px 10px 0 0; opacity: 0.6; filter: alpha(opacity = 60); }



.icon-cart { background: url('//cdn.shopify.com/s/files/1/0163/6166/t/34/assets/icon-cart-small.png?17786367960319944243') no-repeat; background-position: 0 0; }

#social .google-plus, #product .tweet-btn, #product .pinterest, #product .facebook-like { display:block; float:left; margin-right:10px; }
#social .pinterest iframe { width:43px !important; }
#social .share-this { float: left; margin: 0 10px 0 0; }

/* 1.8 - Tags */
.tags {	margin: 0 0 0 12px; padding: 0; right: 24px; bottom: -12px; list-style: none; }	
.tags li { margin-bottom: 5px !important; }
.tags li, .tags a {	float: left; height: 24px; line-height: 24px; position: relative; font-size: 11px;	}	
.tags a {	margin: 0 15px 15px 0; padding: 0 10px 0 12px; background: #ececec; color: #666666; text-decoration: none; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px;	}	
.tags a:before { content:""; float: left; position: absolute; top: 0; left: -12px; width: 0; height: 0;	border-color: transparent #ececec transparent transparent;	border-style: solid;	border-width: 12px 12px 12px 0; }	
.tags a:after {	content:"";	position: absolute; top: 10px; left: 0; float:left; width: 4px;	
: 4px; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;	background: #fff; }		
.tags a:hover, .tags li.active a { background: #cccccc; color: #333333; }	
.tags a:hover:before, .tags li.active a:before { border-color: transparent #cccccc transparent transparent;}

/* =================== */
/*      SECTION 2      */
/* =================== */
/* 2.1 - Helper Classes */
.row:before, .row:after, .clearfix:before, .clearfix:after {content:"\0020";display:block;height:0;visibility:hidden}
.clearfix:after, .row:after { clear:both; }
.clearfix, .row { zoom:1; }

.p0 { margin-bottom: 0px !important; }
.p5 { margin-bottom: 5px !important; }
.p10 { margin-bottom: 10px !important; }
.p15 { margin-bottom: 15px !important; }
.p20 { margin-bottom: 20px !important; }
.p25 { margin-bottom: 25px !important; }
.p30 { margin-bottom: 30px !important; }
.p40 { margin-bottom: 40px !important; }
.p50 { margin-bottom: 50px !important; }
.p60 { margin-bottom: 60px !important; }

.fr { float: right !important; }
.fl { float: left !important; }
.fn { float: none !important; }

.tr { text-align: right !important; }
.tl { text-align: left !important; }
.tc { text-align: center !important; }

.border-top { border-top: 1px solid #dddddd; }
.border-right { border-right: 1px solid #dddddd; }
.border-bottom { border-bottom: 1px solid #dddddd; }
.border-left { border-left: 1px solid #dddddd; }

.display-table { display: table; height: 100%; }
.display-table-cell { display: table-cell; vertical-align: middle; display:inline-block; }
.table { display: table; margin: 0 auto; }
.fixed { position: fixed; }

hr.divider { background: #dddddd none repeat scroll 0 0; border: 0 none; float: left; height: 1px; margin: 24px 0; width: 100%; }

/* 2.2 - Grid System */
.wrapper { width: 100%; margin: 0 auto; padding: 0; background: #ffffff; }

.wrapper { background: transparent; }


.toolbar-wrapper-right { width: 45%; background: none; position: absolute; top: 10px; right: 10px; }
.toolbar-wrapper-left { width: 45%; background: none; position: absolute; top: 10px; left: 10px; }

.toolbar { width: 96%; padding: 0 2%; margin: 0 auto; }
footer { margin: 0 auto; }
  footer ul.footer-links { max-width: 600px; margin-left: auto; margin-right: auto; }
.row { margin: 0 0 0 0; }
.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11 { display: block; float: left; margin: 0 15px; }
.inner-left { margin-left: 0px !important; }
.inner-right { margin-right: 0px !important; }
.span1 { width: 53px; }
.span2 { width: 136px; }
.span3 { width: 219px; }
.span4 { width: 298px; }
.span5 { width: 385px; }
.span6 { width: 468px; }
.span7 { width: 551px; }
.span8 { width: 634px; }
.span9 { width: 717px; }
.span10 { width: 800px; }
.span11 { width: 883px; }
.span12 { width: 996px; margin: 0 auto; display: block; }
.spanFull { width: 100%; }
#content { min-height: 600px; }
#content #page, #content #collection, #content #blog, #content > #article, #content #product, #content #search, #content .fourofour {  padding-top: 35px; }

#article-content { padding: 0 15%; }  
  
/* 2.3 - Lists */
ul.unstyled, ol.unstyled { margin: 0; list-style: none outside none; }
ul.unstyled > li, ol.unstyled > li { list-style: none; }
ul.horizontal > li, ol.horizontal > li { display: block; float: left; }
ul.horizontal-inline, ol.horizontal-inline { text-align: center; }
ul.horizontal-inline > li, ol.horizontal-inline > li { display: inline; margin: 0 5px; }
ul.expanded > li, ol.expanded > li { margin-bottom: 10px; }

/* 2.4 - Frontpage Promo */
.front-promo { 
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  position: relative;
}
.half-height { width: 50%; }
.full-height { width: 100%; }
.next-arrow { 
  background-image: url("//cdn.shopify.com/s/files/1/0163/6166/t/34/assets/arrow-down.png?17786367960319944243");
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 25px;
  color: blue;
  display: block;
  height: 28px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 50px;
  cursor: pointer;
}
  
.mobil-arrow { display: none; }

.promo-holder { position: relative; float: left; width: 100%; }

.collection-box {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  padding-bottom: 25%;
  width: 50%;
}
.collection-text, #page { margin-bottom: 35px; }

  
.collection-text .p1, .collection-text .p2, .collection-text p, 
#page .p1, #page .p2, #page p
{ padding: 0 15%; }
 
.no-padding .p2, .no-padding .p2, .no-padding p { padding: 0 !important; }

  
.collection-text img, #page img { margin: 0 0 25px; }
  
.collection-text .span12 {
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 10px;
    padding-bottom: 11px;
}
  
.dot-navigation::before {
    content: " ";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.dot-navigation {
    bottom: 0;
    position: fixed;
    right: 30px;
    top: 0;
    z-index: 9999999;
}
.dot-navigation #position {
    display: inline-block;
    vertical-align: middle;
}
  
.dot-navigation a{
  display: block;
  width: 8px;
  height: 8px;
  text-indent: -9999px;
  border-radius: 25px;
  background-color: #8f8f8f;
  margin-bottom: 5px;
}

.dot-navigation a:hover{
  border-radius: 25px;
  background-color: #d4d4d4;
}
.dot-navigation .filled {
  border-radius: 25px;
  background-color: #dadada;
}

.two-proudcts { border-bottom: 1px solid #dfdfdf; margin: 15px auto 25px !important; padding-bottom: 33px; text-align: center; }
.two-proudcts .product { display: inline-block; float: none; margin: 0; }
  
  
/* 2.5 - Newsletter */  

.newsletter-holder { display: none; background-color: rgba(0, 0, 0, 0.5); bottom: 0; left: 0; position: fixed; right: 0; top: 0; width: 100%; padding-top: 18%; z-index: 99999; }  
.newsletter-box { background-color: white; height: 166px; margin: 0 auto; max-width: 580px; padding: 23px; text-align: center; width: 50%; position: relative; }
.newsletter-box #mail { width: 70%; margin: 0 auto 25px; display: block; text-align: center; }
  
.close {
  color: black;
  cursor: pointer;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  text-align: center;
}
  
/* 2.6 - Filters */  
  
.filters {
  border-bottom: 1px solid #dddddd;
  display: none;
  font-size: 12px;
  padding: 20px 0 17px;
  position: relative;
  width: 100%;
}
  
.filter-arrow::after {
  bottom: -10px;
  content: '\25bc';
  display: block;
  font-size: 9px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
}
.filter-arrow {
    position: relative;
}
  
.filters-holder {
  margin: 0 auto;
  max-width: 996px;
  padding: 0 2.5%;
  text-align: center;
  width: 94%;
}
.mobile-filters {
    background-color: white;
	width: 100%;
    z-index: 99999;
}
.filter {
  display: inline-block;
  max-width: 172px;
  text-align: left;
  text-transform: capitalize;
  vertical-align: top;
  width: 24.5%;
}
  
.filter label { display: block; font-weight: bold; margin-bottom: 5px; width: 100%; }
.filter input { margin-right: 5px; }
.filter-links { 
  border-bottom: 1px solid #dddddd;
  display: block;
  float: left;
  margin-bottom: 24px;
  padding: 0 0 14px;
  text-align: left;
  width: 100%; }

.filter span {
  background-image: url("//cdn.shopify.com/s/files/1/0163/6166/t/34/assets/checkbox-sprite.png?17786367960319944243");
  background-repeat: no-repeat;
  display: inline-block;
  height: 11px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 6px;
  padding: 0;
  vertical-align: top;
  width: 11px;
}
.filter .checked span { background-position: -11px center; }
  
.filter .coll-filter, .filter .checked, .filter .disabled { color: black; display: inline-block; margin-bottom: 1px; }
.filter .coll-filter { opacity: 0.8; cursor: pointer;  }
.filter .checked 	 { opacity: 1.0; cursor: pointer; }
.filter .disabled    { opacity: 0.3; cursor: default; }
  
.text-left { text-align: left !important; }  
  
.filter #c-collaborations {
  border-top: 1px solid #dddddd;
  display: inline-block;
  margin-top: 8px;
  padding-top: 8px;
}
  
.searchbutton {
  background-color: transparent;
  border: 0 none;
  box-shadow: none;
  color: #5f5f5f;
  display: block;
  margin-top: 5px;
  padding: 0;
  text-transform: uppercase;
}
.filter .search > input { text-align: left; width: 93%; }
  
/* 2.6 - Impressions */  
  
#instafeed { text-align: center; }
#instafeed .feed-item { display: inline-block; width: 31%; margin: 1.5%; }
#instafeed img { width: 100%; height: auto; }  

#appendInstaFeeds { text-align: center; }

#appendInstaFeeds .feedContainer { display: inline; }
#appendInstaFeeds .feedContainer a { display: inline-block; width: 31%; margin: 1.5%; }
#appendInstaFeeds .feedContainer img { width: 100%; height: auto; }
  
.article-number-0 { width: 62%; }
.article-number-1 { text-align: center; width: 100%; }
  
  
#appendInstaFeeds .articles { display: inline-block; margin: 1.5%; max-width: 100%; position: relative; }
#appendInstaFeeds .articles a { display: inline-block; max-width: 100%; position: relative; }
  
#appendInstaFeeds .articles .hovertext {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  color: white;
  display: block;
  left: 0;
  opacity: 0;
  padding-top: 33%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
#appendInstaFeeds .articles .hovertext:hover {
  opacity: 1;
}

.hovertext h2 {
    color: white;
    text-transform: capitalize;
}
.hovertext .date {
    bottom: 22px;
    font-size: 12px;
    left: 0;
    position: absolute;
    right: 0;
}
  
.hovertext .readmore {
    border: 1px solid #9f9f9f;
    color: #efefef;
    display: inline-block;
    font-size: 9px;
    letter-spacing: 1px;
    line-height: 13px;
    margin-top: 30px;
    padding: 0 9px 1px;
    text-transform: uppercase;
}
  
  
.feed-item {
  display: inline-block;
  position: relative;
  border: 1px solid #dfdfdf;
}
.feed-item:hover::after {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  color: white;
  content: "Instagram";
  display: block;
  left: 0;
  padding-top: 84%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  background-image: url('//cdn.shopify.com/s/files/1/0163/6166/t/34/assets/instagram_icon.png?17786367960319944243');
  background-repeat: no-repeat;
  background-position: center center;
}
  
/* =================== */
/*      SECTION 3      */
/* =================== */
/* 3.1 - Toolbar */
.toolbar { color: #404040; font-size: 10px; }
.toolbar li { color: #a6a6a6; float: left; list-style: outside none none; margin-bottom: 0 !important; padding-left: 3px; }
.toolbar a { color: #a6a6a6; }
.toolbar a:hover { color: #777777; }
.toolbar .search_box { height: 30px; padding: 0 10px 0 26px; border: #ffffff; vertical-align: middle; line-height: normal; font-family: , Helvetica, Arial, sans-serif; color: #a6a6a6 !important;  }
.toolbar #go { position: absolute; width: 11px; height: 11px; border: none; margin: 21px 0 0 5px; box-shadow: none; }

.float-right { float: right !important; }
  
#currencies-picker { 
  font-size: 12px !important;
  height: 23px !important;
  left: 3px !important;
  line-height: 23px !important;
  margin-right: 4px;
  padding: 3px !important;
  position: relative !important;
  top: -3px !important;
}
  
/* 3.2 - Header */


.logo { max-width: 966px; }
.logo a img, .logo h1 a { display: block; margin: 0 auto; }


.logo { width: 100%; max-width: 966px; }

.logo { padding: 54px 0 27px; margin: 0 auto; transition: all 0.5s; -webkit-transition: all 0.5s; }
.logo h1 { margin:0; border:0; }
.logo h1 a { text-decoration:none; font-size:36px; line-height:36px; color:#444444; font-weight:400; margin:0; padding:0; border:0; }
.logo h1 a:hover { text-decoration:none; color:#444444; }
.logo a, .logo img { display:block; margin:0px; }

/* 3.3 - Navigation */
  
.menu-container { height: 147px; }
  
nav .mobile-menu { display: none; }
  
#nav { background-color: white; border-bottom: 1px solid #dddddd; left: 0; position: fixed !important; right: 0; top: 0; z-index: 99999; }
.folded-menu .logo { margin: 0 auto; padding: 11px 0 5px; width: 80px; }
 

nav { position: relative; padding-bottom: 0px; border-bottom: 0 solid #dddddd; border-top: 0 solid #dddddd; }
nav > ul { margin: 0; }
nav > ul > li { margin-bottom: 0; }
nav > ul > li > a, nav > ul > li > span { cursor: pointer; letter-spacing: 0.06em; text-decoration: caps; color: #a6a6a6; display: block; padding: 0 6px; font-size: 1em; line-height: 36px; height: 36px; font-weight: 400; text-transform: uppercase; }



nav > ul > li.dropdown > a { padding-right: 15px; margin-right: 10px; background:url('//cdn.shopify.com/s/files/1/0163/6166/t/34/assets/arrow-dark.png?17786367960319944243') no-repeat 100% 50%; }

nav > ul > li > a.current, nav > ul > li > span.current { color: #000000; }
nav > ul > li:hover > a, nav > ul > li:hover > span { color: #777777; text-decoration: none; }
nav > ul > li.dropdown { position:relative; padding: 0 !important; margin: 0 !important; }
nav > ul > li.dropdown > .dropdown { background-color:#444444; background-color:rgba(68,68,68,.9);  list-style: none outside none; padding: 5px 15px; display: none; position: absolute; min-width: 150px; z-index: 99999; top: 100%; left: 0%; margin-left: 15px; border: 0px solid #dddddd; }
nav > ul > li.dropdown:hover > .dropdown { display: block; z-index: 999999; -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.10); -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.10); box-shadow:0 0 3px rgba(0, 0, 0, 0.10); }
nav > ul > li.dropdown li { list-style: none; font-size: 12px; line-height: 20px; }
nav > ul > li.dropdown li a { line-height: 20px; height: 30px; font-size: 12px; text-transform: uppercase; color: #ffffff; }
nav > ul > li.dropdown li a:hover { color: #777777; }


nav > ul > li.dropdown > .dropdown { margin-left: 0; }
nav > ul > li.dropdown:hover > .dropdown { display: block; z-index: 999999; -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10); -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10); box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10); }


nav > ul { text-align: center; }
nav > ul > li { float: none !important; display:inline-block !important; }
nav > ul > li.dropdown > .dropdown { text-align: left; }
nav > ul > li.dropdown > .dropdown > li { display: block; }

nav.mobile { display: none; border: none; padding: 10px 12px 11px; }
nav.mobile > ul > li > a { line-height: 30px; height: 30px; }
nav.mobile select { height: 30px; line-height: 30px; width: 100%; }
.menu-divider { color: #a6a6a6; padding: 0 9px; }
  
/* 3.4 - Footer */
.footer-wrapper { width: 100%; background:  none;  }

.footer-wrapper { border: none; text-align:center; }


footer { padding: 0; }

footer {
    
}
footer > .row > .span12 { padding: 10px 0 0; }
footer { padding-bottom: 20px;  }
footer .row { margin-bottom: 0; }
footer, footer p { color: #a6a6a6; }
footer h1, footer h2, footer h3, footer h4, footer h5 { color: #444444; }
footer a { color: #a6a6a6 !important; font-size: 10px; font-weight: 400; }
footer a:hover { color: #333333 !important; }
footer h4 { font-size: 16px;  }
footer ul li { margin-bottom: 5px; }
footer .btn.newsletter { font-size: 12px; font-weight: normal; height: 34px; line-height: 34px; margin-left: 5px; background: #000000; color: #ffffff; }
footer .btn.newsletter:hover { background: #000; color: ; }
footer #mail { width: 140px; }
footer .copyright { margin: 20px 0 10px; }
footer .tweet ul li { margin-bottom: 20px; }
footer .tweet_list { list-style: none; margin: 0; }
footer .tweet_avatar { display: none; }
footer .tweet_time { display: none; }
footer .tweet_text a { color: #a6a6a6 !important; }
footer .tweet_text a:hover { color: #333333 !important; }

/* Custom footer edits */
.footer-links {
    float:center;
    margin-right:50px;
    vertical-align:middle;
    margin-top: 15px !important;
}

.footer-center {
    margin: 0px auto;
    border-top:1px solid #dddddd;
    margin-left: 15px;
    margin-right: 15px;
}

.footer-links li {
    margin-right: 10px;
    display:inline-block;
}

.footer-social {
    vertical-align:middle;
    margin: 3px 0 0;
}
  
.footer-social h4 {
    font-size: 14px;
    margin-bottom: 15px;
}
  
/* 3.5 - Homepage */
.intro h2 { font-size: 32px; margin-bottom: 20px; }
.intro h3 { font-family: Helvetica, Arial, sans-serif; font-size: 14px; line-height: 27px; }
.intro h3 a { font-family: Helvetica, Arial, sans-serif; color: #777777 !important; }
.intro h3 a:hover { font-family: Helvetica, Arial, sans-serif; color: #777777 !important; }


/* 3.6 - Product & Collections */

.products {
    margin: 0 auto;
    max-width: 996px;
    text-align: center;
}
.product { position: relative; margin-bottom: 20px; display: inline-block; vertical-align: top; float: none; }
.product .details { height: 85px; }
.product .image { position: relative; overflow: hidden; z-index: 8888; margin: 0 0 5px; }
.product .image a { text-align: center; }
.image a#placeholder.zoom, .thumbs .image a { text-align: center; }
.product .image.loading { background-position: 50% 50%; }
.product img { margin: 0 auto; opacity: 1; filter: alpha(opacity = 100); -webkit-transition:opacity 0.15s; -moz-transition:opacity 0.15s; transition:opacity 0.15s; }
.product:hover img { opacity: 0.7; filter: alpha(opacity = 70.0); }
.product img, .product .image a { display: block; margin: 0 auto; }
.product a { text-decoration: none; }
.product .details a { display: block; text-align: center; padding: 5px 0; }
.product .title, .product .vendor { display: block; text-align: center; margin: 0; line-height: 22px; display: block; color: #444444; }
.product .title { font-weight: 600; font-size: 13px; }
.product .vendor { font-size: 13px; margin-bottom: 2px; }
.product .circle, #product .circle { position: absolute; text-transform: uppercase; z-index: 9999; font-size: 11px; line-height: 14px; right: -10px; top: -10px; color: #ffffff !important; padding: 17px 10px; -moz-border-radius: 40px; -webkit-border-radius: 40px; border-radius: 40px; font-weight: 700; -webkit-font-smoothing: subpixel-antialiased; }
.breadcrumb { font-size: 11px; margin: 0 0 30px 0; }
.breadcrumb .arrow-space { margin: -2px 6px 0; font-size: 10px; opacity: .5; filter:alpha(opacity=50); }
.breadcrumb a { color: #444444; }
#product .featured { margin-bottom: 20px; }
#product .description { margin-bottom: 15px; }
#product .thumbs .image { float: left; max-width: 140px; margin-right: 15px; }
#product h4.collection-title { font-size: 20px; padding-bottom: 20px; border-bottom: 1px solid #dddddd; }

.product-options { padding: 15px 0 20px; margin-bottom: 15px; border-top: 1px solid #dddddd; border-bottom: 1px solid #dddddd; }
.product-options label { display: block; margin-bottom: 3px; } 
.product-options select { margin-bottom: 20px; }
.product-options textarea { width: 30px; line-height: 18px; height: 18px; min-height: 18px; margin-bottom: 20px; }
@-moz-document url-prefix() { .product-options select { height: 30px; line-height: 30px; } } /* Firefox fix */

#collection h1 { text-align: center; }
.pagination { text-align: center; margin: 0 0 30px 0; padding: 0; }
.pagination li { display: inline; padding: 0 12px; font-size: 14px; }
.pagination li span { color: #444444; }
.pagination li a { line-height: 16px; font-weight: normal; padding: 10px 14px; background: #444444; color: #ffffff; -webkit-border-radius:none; -moz-border-radius:none; border-radius:none; }
.pagination li a:hover { color: ; background: ; text-decoration: none; }

.collection-description {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 30px 15%;
    text-align: center;
    margin-bottom: 20px;
}
.philosophy-description {
    padding: 30px 0 30px 0;
    margin-bottom: 20px;
}
  
.no-prods-found {
   font-size: 25px;
   font-style: italic;
   margin-top: 150px;
   text-align: center;
   width: 100%;
   display: none; 
   line-height: 29px;
}

/* 3.7 - Cart */
#cart .buttons { margin-top: 30px; }
#cart .extra-checkout-buttons { float: right; text-align: right;  padding-top: 15px; }
#cart .extra-checkout-buttons input { border: none; box-shadow: none; height: 42px; }
#cart .qty { text-align: center; }
#cart .price, #cart .remove { text-align: right; }
#checkout { float: right; margin-left: 15px; }
#update-cart { float: right; }
#cart .image { text-align: center; }
#cart .image a, #cart .image img { margin: 0; border: none; }
#cart a .variant_title { display: block; color: #444444; }
#cart a:hover .variant_title { color: #777777; }
#cart .item { max-width: 400px; }
#cart .item-description { font-size: 12px; }
.subtext.success { font-weight: 700; color: #40954a; }
div.errors, .subtext.error { font-weight: 700; color: #954040; }
div.errors { margin-bottom: 15px; }

/* 3.8 - Blog / Articles / Search */
#blog h1, #page h1 { text-align: center; }
.sidebar h3 { font-size: 14px; }
.sidebar .article { margin: 0 0 15px; }
.sidebar .article a { display: block; }
.sidebar .tags li { margin: 0; }
.article h1 { text-align: center; font-size: 18px; line-height: 28px; }
.article h1 a { display: block; color: #777777; }
.article h1 .article-title { display: block; }
.article h1 a:hover { color: #777777; }
.article h1 .date, .article-body h1 .date { font-size: 13px; }
.article .continue { display: block; margin-top: 15px; }
#article .comment { margin-bottom: 15px; }
#article .comment_form { margin-top: 30px; }
#article .comment_form .subtext { margin-bottom: 15px; }
#article .comment_form label { display: block; }
#article .comment_form .text { margin-bottom: 15px; display:block; }
#article h1.comment-title { font-size: 20px; }
#article #comment_body { width: 100%; height: 200px; }
#article h3.author { font-size: 14px; font-style: italic; }
#article-content h1 { color: #444444; font-weight:400; font-size:21px; line-height:24px; }
#article-content h2 { color: #444444; font-weight:400; font-size:16px; line-height:10px; }
#article-content h3 { color: #444444; font-weight:400; font-size:14px; line-height:21px; }
#search .results .thumbnail a { display:block; float:right; }
#search .search-border { border-bottom: 1px solid #dddddd; }
#search .results .thumbnail a { float: none; }

.search-img  { width: 15%; float: left; }
.search-text { width: 85%; float: left; }

  
/* 3.9 - Customer Pages */
#customer-account p, #customer-order p { line-height: 14px; }
#login input.text { width: 220px; }
#customer-activate .create-password { margin-bottom: 30px; }
#customer-activate .label, #customer-login .label, #customer-reset-password .label { display: block; }
#customer-activate .text, #customer-login .text, #customer-reset-password .text { display: block; margin-bottom: 15px; }
#customer-login .action_bottom { margin-top: 15px; }
#order_cancelled { margin-bottom: 30px; }
#customer-addresses .add-new-address { display: block; }
.action_bottom span { line-height: 40px; }

/* =================== */
/*      SECTION 4      */
/* =================== */
/* 4.1 - Desktop Slim */

@media only screen and (min-width: 768px) and (max-width: 1026px) {
  logo { max-width:600px; }
  .wrapper, footer { width:100%; }
  .span1 { width:34px; }
  .span2 { width:96px; }
  .span3 { width:162px; }
  .span4 { width:222px; }
  .span5 { width:290px; }
  .span6 { width:354px; }
  .span7 { width:418px; }
  .span8 { width:482px; }
  .span9 { width:546px; }
  .span10 { width:610px; }
  .span11 { width:674px; }
  .span12 { width:738px; }
  .products { width:768px; }
	footer .btn.newsletter { font-size: 12px; padding-right: 8px; padding-left: 8px; }
	footer #mail { width: 124px; }
	#product .span6 { width: 338px; }
	#product .span5 { width: 290px; }
	#product .span1 { width: 50px; }
}


/* 4.2 - Tablet Landscape */

@media only screen and (min-width: 600px) and (max-width: 797px) {
  .logo { max-width:430px; }
  
  
  .logo { max-width: 570px; }
  
  
  .wrapper, footer { width:100%; }
  .span1 { width:20px; }
  .span2 { width:70px; }
  .span3 { width:120px; }
  .span4 { width:170px; }
  .span5 { width:220px; }
  .span6 { width:270px; }
  .span7 { width:320px; }
  .span8 { width:370px; }
  .span9 { width:420px; }
  .span10 { width:470px; }
  .span11 { width:520px; }
  .span12 { width:570px; }
  .products .span2, .products .span3, .products .span4 { width: 165px; }
	footer .span1, footer .span2, footer .span3, footer .span4, footer .span5, footer .span6, footer .span7, footer .span8, footer .span9, footer .span10, footer .span11, footer .span12 { width: 550px; }
	
	#product .span6, #product .span4 { width: 570px; }
	#product .span5 { width: 470px; }
	#product .span1 { width: 70px; }
	#blog .sidebar { display: none; }
	#blog .span9 { width: 570px; }
	#header .span9, #header .span3 { width: 570px; }
	#header .span9 { margin-left: 0 !important; }
  #header .logo { padding-bottom: 0 !important; }
	#header .logo a img { max-width: 200px; }
  #free-shipping { display:none !important; }
}




/* 4.3 - Mobile Landscape */

@media only screen and (min-width: 510px) and (max-width: 629px) {
  .logo { max-width:320px; max-height:160px; }
  
  
  .logo { max-width: 450px; }
  
  
  .logo h1 a { font-size:32px; margin-left:0px; }
  .toolbar .search-field { display: none; }
  .wrapper, footer { width:100%; }
  .span1 { width:10px; }
  .span2 { width:50px; }
  .span3 { width:90px; }
  .span4 { width:130px; }
  .span5 { width:170px; }
  .span6 { width:450px; }
  .span7 { width:250px; }
  .span8 { width:290px; }
  .span9 { width:330px; }
  .span10 { width:370px; }
  .span11 { width:410px; }
  .span12 { width:450px; }
	.products .span2, .products .span3, .products .span4 { width: 210px; }
	footer .span1, footer .span2, footer .span3, footer .span4, footer .span5, footer .span6, footer .span7, footer .span8, footer .span9, footer .span10, footer .span11, footer .span12 { width: 450px; }
	#product .span6, #product .span4, { width: 450px; }
	#product .span5 { width: 350px; }
	#product .span1 { width: 70px; }
	#blog .sidebar { display: none; }
	#blog .span9 { width: 450px; }
	#cart .item-description { display: none; }
	#collection h1 { float: none !important; }
  #collection .browse-tags { float: none !important; display: block; padding-top: 10px; }
  #collection .browse-tags label { display: none; }
  #collection .browse-tags select { width: 100%; height: 30px !important; line-height: 30px !important; }
  #article .sidebar { display: none; }
  #article .article { width: 450px; }
  #header .span9, #header .span3 { width: 450px; }
  #header .span9 { margin-left: 0 !important; }
  #header .logo { padding-bottom: 0 !important; }
	#header .logo a img { max-width: 200px; }
  #free-shipping { display:none !important; }
}


/* 4.4 - Mobile Portrait */

@media only screen and (max-width: 509px){
  .wrapper { padding: 0; }
  .wrapper, footer { width:100%; }
  .span1,.span2,.span3,.span4,.span5,.span6,.span7,.span8,.span9,.span10,.span11,.span12 { width:93%; float:none; }
  .logo { max-width:150px; }
  
  
  .logo { max-width: 290px; }
  
  
  .logo h1 a { font-size:24px; margin-left:0px; }
	.toolbar .search-field { display: none; }
	/*.flexslider-container { display: none !important;  }
	.flex-controls { display: none !important; }*/
	footer .btn.newsletter { font-size: 12px; padding-right: 8px; padding-left: 8px; }
	footer #mail { width: 189px; }
	footer #mail input:-webkit-input-placeholder { line-height: 30px; }
	#blog .sidebar { display: none; }
	#blog .span9 { width: 290px; }
	#product .title { font-size: 22px; }
	#product .featured { margin-bottom: 15px; }
	#cart .item-description { display: none; }
	#collection h1 { float: none !important; }
  #collection .browse-tags { float: none !important; display: block; padding-top: 10px; }
  #collection .browse-tags label { display: none; }
  #collection .browse-tags select { width: 100%; height: 30px; line-height: 30px; }
  #product .span5 { float: left; width: 230px; }
  #product .span1 { float: left; width: 60px; margin: 0; }
  #product .thumbs { margin: 0 0 15px 0; }
  #product .thumbs .image { margin-bottom: 0; }
  #product .thumbs .image a { margin-bottom: 15px; }
  #content { min-height: 0px !important; }
  #currencies-switcher { display: none; }
  #free-shipping { display:none !important; }
  
}



/* EXTRA - Mobile fixes */
@media only screen and (max-width: 850px){
  
  .line-on-sides span::before, .line-on-sides span::after { width: 65% !important; }
  .footer-center { max-width: 95% !important; overflow: hidden; margin: 0 auto; }
  .footer-links.unstyled > li { margin: 10px; }
  h2 { line-height: 29px; }
  #product .thumbs .image { width: 28%; }
  
  #columns .column { width: 100% !important; }
  
  .collection-box { width: 100%; padding-bottom: 50%; }

  #appendInstaFeeds .articles .hovertext { padding-top: 23%; }
  .hovertext .readmore { margin-top: 10px; }
  
  #awarp-product-related .product .details { display: none; }
  
  /*MOBILE MENU START */
  nav.main { display: none; }
  nav .desktop-menu { display: none; }
  nav .mobile-menu { display: block; }
  
  .remove-on-mobile { display: none; }
  .show-on-mobile { display: inline-block; }
  
  nav.main { border-top: 1px solid #dfdfdf; padding-top: 7px; margin-top: 6px; }
  
  nav > ul > li > a, nav > ul > li > span { height: auto; line-height: 28px; }
  
  .menu-toggle {
    background: rgba(0, 0, 0, 0) url("//cdn.shopify.com/s/files/1/0163/6166/t/34/assets/hamburger_icon.png?17786367960319944243") repeat scroll 0 0 / 100% auto;
    display: inline-block;
    float: left;
    height: 30px;
    margin-right: 20px;
    position: absolute;
    top: -6px;
    left: 0;
    width: 30px;
    cursor: pointer;
  }
  .toolbar ul { padding-left: 32px; }
  
  .newsletter-box { height: auto; width: 78%; }
  
  .filter { width: 32.5%; }
  
  .filter-links {
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    display: block;
    float: left;
    margin: 15px 0;
    padding: 14px 0;
    text-align: left;
    width: 100%;
  }
  .search > label { display: none; }
  
  .menu-divider {
    border-bottom: 1px solid #dfdfdf;
    font-size: 1px;
    height: 1px;
  }
  nav > ul > li { width: 100%; }
  #nav {  min-height: 39px; }
  .menu-container { height: 110px; }
  
  .filters {
    background-color: white;
    border-bottom: 1px solid #dddddd;
    display: none;
    font-size: 12px;
    height: inherit;
    padding: 0 0 17px;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .close::before {
    content: " Close - ";
  }
  .close {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    color: black;
    cursor: pointer;
    font-size: 15px;
    height: 49px;
    line-height: 53px;
    margin-bottom: 20px;
    position: relative;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
  }
  /* MOBILE MENU END */
  
  
}
  
/* Frontpage box - Mobile fixes (works with height resize script on index.liquid) */  
@media only screen and (max-width: 1024px){
  .half-height { width: 100%; }
  .mobil-arrow { display: block; }
}
  
/* EXTRA - Related products styling */

#awarp-product-related .products { height: 222px; }
  
.showingcolors .products { overflow: visible !important; }
  
#awarp-product-related .product { 
  margin: 0 1% 5px;
  width: 31%;
  float: left;
}
  
.showallcolor {
  cursor: pointer;
  display: block;
  float: left;
  margin: 20px 0 35px;
  text-align: center;
  width: 100%;
}
  
.collection-title {
  padding: 10px 0;
  width: 100%;
  margin-top: 10px;
}

.showallcolor:before { content: "Show "; }
.showingcolors .showallcolor:before { content: "Hide " !important; }
  
#awarp-product-related .title {
  font-size: 11px;
  line-height: 17px;
  text-transform: uppercase;
}
#awarp-product-related .products { width: 100%; }
  
/* =================== */
/*      SECTION 5      */
/* =================== */
/* 5.1 - IE Fixes */
.ie8 .product .circle, .ie8 #product .circle { right: 0; top: 0; padding: 8px 12px; }

/* =================== */
/*      SECTION 6      */
/* =================== */
/* 6.1 - FancyBox */
#fancybox-loading{position:fixed;top:50%;left:50%;height:40px;width:40px;margin-top:-20px;margin-left:-20px;cursor:pointer;overflow:hidden;z-index:1104;display:none}* html #fancybox-loading{position:absolute;margin-top:0}#fancybox-loading div{position:absolute;top:0;left:0;width:40px;height:480px;background-image:url('//cdn.shopify.com/s/files/1/0163/6166/t/34/assets/fancybox.png?5734&17786367960319944243')}#fancybox-overlay{position:fixed;top:0;left:0;bottom:0;right:0;background:#000;z-index:999999;display:none}* html #fancybox-overlay{position:absolute;width:100%}#fancybox-tmp{padding:0;margin:0;border:0;overflow:auto;display:none}#fancybox-wrap{position:absolute;top:0;left:0;margin:0;padding:20px;z-index:999999;display:none}#fancybox-outer{position:relative;width:100%;height:100%;background:#FFF;box-shadow:0 0 20px rgba(0,0,0,0.4);-webkit-box-shadow:0 0 20px rgba(0,0,0,0.4);-moz-box-shadow:0 0 20px rgba(0,0,0,0.4)}#fancybox-inner{position:absolute;top:0;left:0;width:1px;height:1px;padding:0;margin:0;outline:0;overflow:hidden}#fancybox-hide-sel-frame{position:absolute;top:0;left:0;width:100%;height:100%;background:transparent}#fancybox-close{position:absolute;top:-15px;right:-15px;width:30px;height:30px;background-image:url('//cdn.shopify.com/s/files/1/0163/6166/t/34/assets/fancybox.png?5734&17786367960319944243');background-position:-40px 0;cursor:pointer;z-index:1103;display:none}#fancybox_error{color:#444;font:normal 12px/20px Arial;padding:7px;margin:0}#fancybox-content{height:auto;width:auto;padding:0;margin:0}#fancybox-img{width:100%;height:100%;padding:0;margin:0;border:0;outline:0;line-height:0;vertical-align:top;-ms-interpolation-mode:bicubic}#fancybox-frame{position:relative;width:100%;height:100%;border:0;display:block}#fancybox-title{position:absolute;bottom:0;left:0;font-family:Arial;font-size:12px;z-index:1102}.fancybox-title-inside{padding:10px 0;text-align:center;color:#333}.fancybox-title-outside{padding-top:5px;color:#FFF;text-align:center;font-weight:bold}.fancybox-title-over{color:#FFF;text-align:left}#fancybox-title-wrap{display:inline-block}#fancybox-title-wrap span{height:32px;float:left}#fancybox-title-left{padding-left:15px;background-image:url('//cdn.shopify.com/s/files/1/0163/6166/t/34/assets/fancybox.png?5734&17786367960319944243');background-position:-40px -90px;background-repeat:no-repeat}#fancybox-title-main{font-weight:bold;line-height:29px;background-image:url('//cdn.shopify.com/s/files/1/0163/6166/t/34/assets/fancybox-x.png?17786367960319944243');background-position:0 -40px;color:#FFF}#fancybox-title-right{padding-left:15px;background-image:url('//cdn.shopify.com/s/files/1/0163/6166/t/34/assets/fancybox.png?5734&17786367960319944243');background-position:-55px -90px;background-repeat:no-repeat}#fancybox-left,#fancybox-right{position:absolute;bottom:0;height:100%;width:35%;cursor:pointer;outline:0;z-index:1102;display:none}#fancybox-left{left:0}#fancybox-right{right:0}#fancybox-left-ico,#fancybox-right-ico{position:absolute;top:50%;left:-9999px;width:30px;height:30px;margin-top:-15px;cursor:pointer;z-index:1102;display:block}#fancybox-left-ico{background-image:url('//cdn.shopify.com/s/files/1/0163/6166/t/34/assets/fancybox.png?5734&17786367960319944243');background-position:-40px -30px}#fancybox-right-ico{background-image:url('//cdn.shopify.com/s/files/1/0163/6166/t/34/assets/fancybox.png?5734&17786367960319944243');background-position:-40px -60px}#fancybox-left:hover,#fancybox-right:hover{visibility:visible}#fancybox-left:hover span{left:20px}#fancybox-right:hover span{left:auto;right:20px}
/* 6.2 - FlexSlider */
.flex-container a:active,.flexslider a:active,.flex-container a:focus,.flexslider a:focus  {outline: none;}
.slides,.flex-control-nav,.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
.flexslider {width: 100%; margin: 0 0 30px 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; margin-bottom: 0px !important;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}
.no-js .slides > li:first-child {display: block;}
.flexslider {background: #fff; position: relative; zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
.flex-container {zoom: 1; position: relative;}
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {width: 96%; padding: 2%; margin: 0; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.8); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.8); font-size: 14px; line-height: 18px;}
.flex-direction-nav { height: 0; display: none; }
.flex-direction-nav li { margin-bottom: 0; }
.flex-direction-nav li a {width: 50px; height: 50px; display: block; background: url('//cdn.shopify.com/s/files/1/0163/6166/t/34/assets/slider-arrows.png?47334&17786367960319944243') no-repeat; position: absolute; top: 48%; cursor: pointer; text-indent: -999em;}
.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Dark Direction Nav */
.flex-direction-nav li .prev {left: 20px; background-position: 0 0; }
.flex-direction-nav li .next {right: 20px; background-position: -250px 0; }
.flex-direction-nav li .prev:hover {background-position: 0 -50px; }
.flex-direction-nav li .next:hover {background-position: -250px -50px; }



.flex-controls { opacity: 0.9; filter: alpha(opacity = 90); }
/* 6.3 - Tabs */
ul.tabs { display: block; margin: 0 0 20px 0; padding: 0; border-bottom: solid 1px #dddddd; }
ul.tabs li { display: block; width: auto; height: 30px; padding: 0; float: left; margin-bottom: 0; }
ul.tabs li a { display: block; text-decoration: none; width: auto; height: 29px; padding: 0px 20px; line-height: 30px; font-size: 13px; border: solid 1px #dddddd;  border-width: 1px 1px 0 0; margin: 0;  background: #f5f5f5;  }
ul.tabs li a.active {  background: #ffffff;  height: 30px; position: relative; top: -4px; padding-top: 4px; border-left-width: 1px; margin: 0 0 0 -1px; color: #444444; -moz-border-radius-topleft: 2px; -webkit-border-top-left-radius: 2px; border-top-left-radius: 2px; -moz-border-radius-topright: 2px; -webkit-border-top-right-radius: 2px; border-top-right-radius: 2px; }
ul.tabs li:first-child a.active { margin-left: 0; }
ul.tabs li:first-child a { border-width: 1px 1px 0 1px; -moz-border-radius-topleft: 2px; -webkit-border-top-left-radius: 2px; border-top-left-radius: 2px; }
ul.tabs li:last-child a { -moz-border-radius-topright: 2px; -webkit-border-top-right-radius: 2px; border-top-right-radius: 2px; }
ul.tabs-content { margin: 0 0 20px; display: block; }
ul.tabs-content > li { display: none; list-style: none outside none; }
ul.tabs-content > li.active { display: block; }
ul.tabs:before, ul.tabs:after { content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
ul.tabs:after { clear: both; }
ul.tabs { zoom: 1; }
#tab1,#tab2,#tab3 { list-style:none; }

/* Added by Caroline */

.line-on-sides {
    text-align: center;
    display: block;
    padding: 0;
    background: none;
    padding: 10px 0;
}
  
.line-on-sides span {
    position: relative;
    background-color: #fff; /* background color, that's white */
    padding: 0 1em;
    font-size: 24px;
}
  
.line-on-sides span:before,
.line-on-sides span:after {
    content:"";
    position: absolute;
    width: 395px;
    height: 1px;
    border-top: 1px solid #aaa; /* color of the lines */
    top:50%;
}
  
.line-on-sides span:after{
    left:100%;
}
  
.line-on-sides span:before{
    right: 100%;
}

/* Fix to slideshow */

/*
.flexslider {
    height: 551px;
}

*/

input.btn.inverted {
    background-color: #aaa;
    color: #fff;
    -webkit-transition: background-color 1000ms linear;
    -moz-transition: background-color 1000ms linear;
    -o-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}
  


/* .main li:nth-child(6) a{ color: #800000; } */ 


.flex-control-nav { text-align:center; margin-bottom: 20px; }

.flex-control-nav li {
display: inline;
margin: 0 7px;
}

.flex-control-nav li a {
background: gray;
display: inline-block;
overflow: hidden;
width: 10px;
height: 0;
padding-top: 10px;
text-align: center;
-webkit-border-radius: 300px;
border-radius: 300px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
cursor:pointer;
}

.flex-control-nav li a.active {
background: #bbb;
cursor:default;
}
  
 
  .btn.newsletter {
    background-color: transparent;
    color: #acacac;
    font-weight: normal;
  }
  .btn.newsletter:hover {
      background-color: transparent;
      color: black;
  }

  .out-of-stock{
    background-image:url(//cdn.shopify.com/s/files/1/0163/6166/t/34/assets/oos.png?17786367960319944243);
    width: 55px;
    height: 55px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index:10000;
  }

  .footer .btn.newsletter{
    margin-left:0px;
    padding-left:0px;
    padding-right:0px;
  }

  footer .btn.newsletter{
    background:#000!important;
  }

  .footer-newsletter{
    padding:0px;
    padding-bottom:0px;
    border-left:1px solid #CCC;
    text-align:center;
  }


  .low-in-stock{
    width:100%;
    text-align:center;
    color:#000;
    display:block;
  }


  #cart tr.summary td{
    border-bottom:1px solid #DDD;
  }

  .product-tabs{
    border-bottom:1px solid #DDD;
    margin:0px;
    height:24px;
    clear:both;
  }

  .product-tabs li{
    padding:3px 10px 1px 10px;
    height:20px;
    border-bottom: 1px solid #DDD;
    background-color: white;
    float:left;
    list-style-type:none;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .product-tabs li.selected{
    border: 1px solid #DDD;
    border-bottom:0px;

  }

  .product-tabs li a{
    color:#999;
  }

  .product-tabs li.selected a{
    color:#000;
  }

  .product-tabs-content{
    margin:0px;
    padding:0px;
    padding-left:10px;
  }

  .product-tabs-content li{
    display:none;
    list-style-type:none;
    padding:0px;
    padding-top:10px;
  }

  .more-info td{
    border:1px solid #DDD!important;
    padding:5px!important;
  }



  .addthis_toolbox{
    margin-bottom:10px!important;
  }

  .footer-links .newsletter{
    margin-right:0px;
  }

  .footer-links .newsletter h2{
    font-size:14px;
    display:inline-block;
    text-transform:none;
    line-height: 32px;!important

  }

  .footer-newsletter input,
  .footer-newsletter h2{
    width:50%!important;
  }


  /* Too change the footer newslleter box's width change the following width value */

  li.newsletter{
    width:400px;
  }