/** Shopify CDN: Minification failed

Line 74:88 Expected identifier but found "*"
Line 75:37 Expected identifier but found "*"
Line 81:41 Expected identifier but found "*"
Line 81:75 Expected identifier but found "*"
Line 574:2 Expected identifier but found "16px"
Line 916:36 Unexpected "{"
Line 1419:35 Unexpected ";"

**/
/*
/*    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
/*
/*  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 */
html,body { margin: 0; padding: 0; border: 0; background-color: #ffffff; -webkit-font-smoothing: subpixel-antialiased; }
html { font-size: 62.5%; -webkit-touch-callout:none; -webkit-text-size-adjust:none; -ms-text-size-adjust:100%; height: 100%;}
body { line-height: 18px; font-size: 15px; color: #333333; font-family: "estilo", serif; height: 100%; }
#wrapper {min-height: 100%;position: relative;}

#base-content{
  background:#FAF4ED;
}



/* 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 { font-family:"estilo"; -webkit-appearance: none; vertical-align:top; height:24px; line-height:16px; font-size:14px; 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[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: #bbbbbb !important; }
:-moz-placeholder { color: #bbbbbb !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 */
textarea { min-height:72px;resize: none; }
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:#333333; margin:0 0 13px 0; text-transform:none; font-family:"los"; }

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

h1 { color: #333333; font-weight:400; font-size:36px; line-height:36px; }
h2 { color: #333333; font-weight:400; font-size:28px; line-height:36px; }
h3 { color: #333333; font-weight:400; font-size:24px; line-height:28px; }
h4 { font-size: 13px; line-height: 18px; }
h5 { font-size: 12px; line-height: 18px; }
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: 15px; color: #333333; }
h1 .note a, h2 .note a, h3 .note a, h4 .note a, h5 .note a, h6 .note a { color: #00b49c; }
p { margin: 0 0 20px 0; font-family: "estilo"; letter-spacing: 1px; }

/* 1.5 - Links and Buttons */
a { color:#00b49c; text-decoration: none; outline: none;}
a:hover { color:#333333; }
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:13px; text-transform:none; background:#00b49c; width:auto; font-family: "los";border-radius: 0!important;}
a.btn:hover, input.btn:hover { background-color:#00b49c; color:#ffffff; }
input.disabled.btn:hover { background-color:#00b49c; color:#ffffff; }
.disabled {-moz-opacity:0.50; opacity:.50; filter:alpha(opacity=50); cursor:default; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color:#333333; }
a.back-to-top { font-size: 12px !important; color: #00b49c !important; }
a:hover.back-to-top { color: #333333 !important; }
.accent-color { color: #00b49c !important; }


#product .add-to-cart .icon, a.btn, input.btn, .searchform input.submit, .cart-summary a .icon { -webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px; }
#zoom-image { -webkit-border-radius:0 2px 0 0; -moz-border-radius:0 2px 0 0; border-radius:0 2px 0 0; }


/* 1.6 - Tables */
table { width: 100%; border-spacing: 0; }
table tr td { border-top: 1px solid #fff; }
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; }
th h3{font-family: "los";color:white;font-size: 15px;margin:0;}
th {font-family: "los";font-size: 15px;margin:0; }


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

/* 1.7 - Icons */
.icon-social { float: left; display: block; width: 32px; height: 32px; overflow: hidden; text-indent: -9999px; margin-right: 10px; margin-bottom: 10px;}


.icon-social { background: url('/cdn/shop/t/2/assets/social-icons-dark-bg.png?v=87660752736494453291412264809') no-repeat; }



.icon-social {
  filter: alpha(opacity=50); /* internet explorer */
  -khtml-opacity: 0.5;      /* khtml, old safari */
  -moz-opacity: 0.5;       /* mozilla, netscape */
  opacity: 0.5;           /* fx, safari, opera */
}
.icon-social:hover {
  filter: alpha(opacity=100); /* internet explorer */
  -khtml-opacity: 1;      /* khtml, old safari */
  -moz-opacity: 1;       /* mozilla, netscape */
  opacity: 1;           /* fx, safari, opera */
}
.icon-social.twitter { background-position: 0 0; }
.icon-social.facebook { background-position: -50px 0; }
.icon-social.youtube { background-position: -100px 0; }
.icon-social.atom { background-position: -150px 0; }
.icon-social.instagram { background-position: -200px 0; }
.icon-social.pinterest { background-position: -250px 0; }
.icon-social.vimeo { background-position: -300px 0; }
.icon-social.tumblr { background-position: -350px 0; }
.icon-social.google { background-position: -400px 0; }

#social .google-plus, #social .tweet-btn, #social .pinterest, #social .facebook-like {display: block;float: left;margin-right: 10px;}
#collection #social{padding-left:20px; margin-bottom:20px;}


.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.8; filter: alpha(opacity = 80); }


.icon-cart { background: url('/cdn/shop/t/2/assets/icon-cart-small.png?v=39507192986370947051412264804') no-repeat; background-position: 0 -16px; }


#social .google-plus, #product .tweet-btn, #product .pinterest, #product .facebook-like { display:block; float:left; margin-right:10px; }
#social .pinterest { width: 70px; }
#social .share-this { float: left; margin: 0 10px 0 0; }
.credit-cards { margin:0 auto; list-style:none outside none; text-align: center; }
.credit-cards li { display: inline; margin-right: 10px; }

/* 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; height: 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; }
.isotope{clear: both;width: 100%;}


hr.divider { margin: 15px 0; background: #dddddd; height: 1px; border: 0; }

/* 2.2 - Grid System */
.wrapper { width: 1170px; margin: 0 auto; padding: 0 15px; background: #ffffff; padding-bottom: 60px; }

.wrapper { background: transparent; }

.toolbar-wrapper { display:none; width: 100%; height: 40px; background:  #00b49c; }

.toolbar-wrapper { border: none; }




#transparency > .row:before, #transparency > .row:after  { content: ""; display: table; }
#transparency > .row:after { clear: both; }
#transparency > .row { zoom: 1; }

.toolbar { width: 1170; margin: 0 auto; }
footer { width: 1170; margin: 0 auto; }
.row { margin: 0 0 37px 0; }
.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12 { display: block; float: left; margin: 0 15px; }
.inner-left { margin-left: 0px !important; }
.inner-right { margin-right: 0px !important; }
.span1 { width: 68px; }
.span2 { width: 166px; }
.span3 { width: 264px; }
.span4 { width: 362px; }
.span5 { width: 460px; }
.span6 { width: 558px; }
.span7 { width: 656px; }
.span8 { width: 754px; }
.span9 { width: 852px; }
.span10 { width: 950px; }
.span11 { width: 1048px; }
.span12 { width: 1146px; }
.span13 { width: 245px; } /*Wie heeft dit verzonnen ?*/

/* 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; border-right: 1px solid #888; text-align: center; box-sizing: border-box; }
#nav .main { display: none; }
#nav.f-nav .main { display: block; }
.f-nav ul.horizontal > li, .f-nav ol.horizontal > li { border: none; }
ul.horizontal > li:last-child, ol.horizontal > li.last-child { border: none; text-align: right; }
ul.horizontal > li:first-child a, ol.horizontal > li.first-child a { margin-left: 0; text-align: left; }
ul.horizontal > li:last-child a, ol.horizontal > li.last-child a { margin-right: 0; }
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; }

/* =================== */
/*      SECTION 3      */
/* =================== */
/* 3.1 - Toolbar */
.toolbar { color: #bbbbbb; font-size: 12px; }
.toolbar li { float: right; line-height: 60px; list-style: none; padding-left: 25px; margin-bottom: 0 !important; }
.toolbar a { color: #bbbbbb; }
.toolbar a:hover { color: #ffffff; }
.toolbar .search_box { height: 34px; padding: 0 10px 0 26px; border: none; vertical-align: middle; line-height: normal; font-family: Asap, 'Lucida Grande', Helvetica, Arial, sans-serif; color: #bbbbbb !important;  }
.toolbar #go { position: absolute; width: 11px; height: 11px; border: none; margin: 21px 0 0 5px; box-shadow: none; }
.toolbar .or { color: #888; }

/* 3.2 - Header */

.logo { max-width: 100%; }



.logo { float:left; padding: 30px 0;}
.logo h1 { margin:0; border:0; }
.logo h1 a { text-decoration:none; font-size:72px; line-height:72px; color:#333333; font-weight:400; margin:0; padding:0; border:0; }
.logo h1 a:hover { text-decoration:none; color:#333333; }
.logo a, .logo img { display:block; margin:0; width: 180px; }
.icons{width:190px;display: inline-block;float: right;margin-top: 68px;/*-28px*/position: relative;font-size: 12px;}
.icons ul{list-style: none;}
.icons ul li {width:31px; display: inline-block;z-index:20;position: relative;}
.icons ul .search-field{position: absolute;opacity:0;left:20px;top:0px;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-ms-transition:all .2s ease;transition:all .2s ease;z-index:19;width:157px;}
.icons ul .search-field input{width:157px;}
.icons ul .search-field.active{opacity:1;top:40px;}
.f-nav .icons ul .search-field.active{opacity:1;top:30px;left:15px; border:10px solid #00b49c; width: 167px;}
.icons ul li a{width:31px; height: 31px; display: inline-block;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-ms-transition:all .2s ease;transition:all .2s ease; background:url(/cdn/shop/t/2/assets/icons.png?v=29241137308362384311412264805);}
.icons ul .search a{background-position: 0 34px;}
.icons ul .cart a{background-position: 146px 34px;}
.icons ul .login a{background-position: 108px 34px;}
.icons ul .like a{background-position: 69px 34px;}
.icons ul .contact a{background-position: 31px 34px;}
.icons ul .search:hover a{background-position: 0 -3px;}
.icons ul .cart:hover a{background-position: 146px -3px;}
.icons ul .login:hover a{background-position: 108px -3px;}
.icons ul .like:hover a{background-position: 69px -3px;}
.icons ul .contact:hover a{background-position: 31px -3px;}
/* 3.3 - Navigation */

#nav{-webkit-transition:top .3s;-ms-transition:top .3s;-moz-transition:top .3s;transition:top .3s;top:-100px;}
nav { font-family:"los"; position: relative; border-bottom: 1px solid #dddddd; border-top: 1px solid #dddddd; width: 100%; clear: left;-webkit-font-smoothing: subpixel-antialiased;}
nav > ul > li { margin-bottom: 0; }
nav > ul > li > a { text-decoration: none; color: #888888; display: block; padding: 0 5px; font-size: 15px; line-height: 30px; height: 25px; font-weight: 400; text-transform: uppercase; }

nav > ul > li.dropdown > a { background:none; }



nav > ul > li > a.current { color: #333; text-decoration:underline; }
nav > ul li.dropdown ul {z-index:999;background:#fff;-webkit-transition:all .3s;top:20px;opacity:0;visibility: hidden;position: absolute;width:135px;padding: 10px;line-height: 14px;left: -10px;border:1px solid #aaa;border-radius:1px;}
nav > ul li.dropdown:hover ul {opacity:1;visibility: visible;top:25px;}
nav > ul > li:hover > a { color: #222222; text-decoration: none; }
nav > ul > li.dropdown { position:relative; }
nav > ul > li.dropdown > .dropdown { background: #ffffff; list-style: none outside none; padding: 5px 15px; display: none; position: absolute; min-width: 180px; z-index: 99999; top: 100%; left: 0%; margin-left: 15px; border: 1px 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: 13px; line-height: 15px; margin-bottom: 0; width: 100%; display: inline-block }
nav > ul > li.dropdown li a { line-height: 15px; height: 15px;padding:5px 3%;display:inline-block;width:100%; font-size: 14px; color: #888888; text-transform: uppercase; }
nav > ul > li.dropdown li a:hover { color:#333; }

nav { position: relative; border: none; } /* padding-top: 70px; */
nav > ul > li > a { margin: 0 15px; }
nav > ul > li.dropdown > a { margin-right: 0; }
nav > ul > li.dropdown > a { margin-right: 0; }



nav.mobile { display: none; border: none; }
nav.mobile > ul > li > a { line-height: 30px; height: 30px; }
nav.mobile select { height: 30px; line-height: 30px; width: 90%; left:5%; top:4px; position: fixed; }
.f-nav nav > ul > li.dropdown > ul li a {height:20px;}
.f-nav nav > ul > li.dropdown > ul {top:40px;}


/* 3.4 - Footer */
.footer-wrapper { width: 100%; background:  #f0dac1;  position:absolute;bottom:0;}

.footer-wrapper { border: none; }


footer { padding: 0; }

footer {height:40px;}
footer .row { margin-bottom: 0; }
footer, footer p { color: #333333; }
footer h1, footer h2, footer h3, footer h4, footer h5 { color: #eeeeee; }
footer a { font-family: "los";font-size: 15px; text-transform: uppercase; font-size: 13px;}
footer a:hover { color: #00b49c }
footer h4 { font-size: 16px;  }
footer ul li { margin-bottom: 5px;}
footer .btn.newsletter { font-size: 14px; font-weight: bold; height: 34px; line-height: 34px; margin-left: 15px; background: #efd8bf; color: #333333; }
footer .btn.newsletter:hover { background: #efd8bf; color: ; }
footer #mail { width: 168px; }
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: #333333 !important; }
footer .tweet_text a:hover { color: #ffffff !important; }
footer .unstyled.footerlist li {width: auto;text-align: center;float: left;padding:0 71px;}
footer .unstyled.footerlist li:first-of-type { padding-left: 0;}
footer .unstyled.footerlist li:last-of-type { padding-right: 0;}
footer .newsletters{position: absolute;bottom: 40px;background: #00b49c;padding: 20px;left: 50%;margin-left: -181px;width:300px;opacity:0;height:0;overflow: hidden;-webkit-transition: .3s all;-moz-transition: .3s all;transition: .3s all;}
footer .newsletters.active{opacity: 1;height:80px;z-index: 999;}
.activate-scroll {clear:both;width:100%;height:20px;}

/* 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: #00b49c !important; }
.intro h3 a:hover { font-family: Helvetica, Arial, sans-serif; color: #333333 !important; }
.home-news .home-title{font-size: 18px;font-family: "los";border-bottom: 1px solid #ddd;padding-bottom: 3px;margin-bottom: 20px;}
.home-news .article h3 {font-size: 18px;font-family: "los";}
.home-news {margin-bottom:60px;}
.subtitle{position: relative;}
.subtitle blockquote {font-size: 22px; font-family:"los"; text-align: center;text-transform: uppercase; margin-bottom: 40px;margin-top:-20px;}
.subtitle blockquote:before {content:"";background:url('/cdn/shop/t/2/assets/blockquote.png?v=122439438771415039831412264802');width:40px;height:28px;position: absolute;top:-30px;;left:230px;background-size: 90%;}
.subtitle blockquote:after {content:"";background:url('/cdn/shop/t/2/assets/blockquote.png?v=122439438771415039831412264802');width:40px;height:28px;position: absolute;top:10px;;right:230px;background-size: 90%;-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);transform: rotate(180deg);}
/* 3.6 - Product & Collections */
.products {opacity: 0;}
.loader:before{content: ""; width:50px; height:50px; display: block;position:absolute;background:url('/cdn/shop/t/2/assets/loader.gif?v=75512104729057920241412264807'); bottom:60px;left:50%;margin-left:-25px;}
.product { position: relative; margin-bottom: 0; float: left;opacity: 0; }
.product.isotope-item{opacity: 1;}
.product.span3 {width:264px; margin:0 2px;}
.product .image { position: relative; overflow: hidden; z-index: 8888; margin: 0 0; }
.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;width:100%; filter: alpha(opacity = 100); -webkit-transition:opacity 0.15s; -moz-transition:opacity 0.15s; transition:opacity 0.15s; }
.span12.load-wrapper {margin:0 auto;}
.infiniteproducts .product img {position: absolute;top: 50%;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);transform: translateY(-50%);}
#collection .load-wrapper {background: #ddd;height:2px;position: absolute;top:300px;display: none;}
#collection #loadingbar {width:0;background: #00b49c;height:2px;-webkit-transition: width .3s ease-in;-moz-transition: width .3s ease-in;-ms-transition: width .3s ease-in;transition: width .3s ease-in;}
#collection {position: relative;}
#product-select-wrapper {display: none;}


.product:hover .overlay{opacity:.5;}
.product .overlay {z-index: 99;position: absolute;top:0;bottom:0; width:100%; height:100%;background: #000;opacity:0;-webkit-transition:opacity .3s ease;-moz-transition:opacity .3s ease;-ms-transition:opacity .3s ease;transition:opacity .3s ease; }
.product img, .product .image a { display: block; margin: 0 auto; }
.product a { text-decoration: none; }
.product .details a { display: none; padding: 5px 0; position: absolute; top:20px; left:50%; text-align: center; margin-left:-75px; opacity: 1; z-index:9999;width:150px;}
.product .details .price {font-size: 20px;color:#fff;}
.product .details .price .sold{display: block;margin-top: 20px;text-transform: uppercase;font-size: 16px;}
.product:hover .details a {display: block;}
.product .title, .product .vendor { display: block; margin: 0; line-height: 22px; display: block; color: #333333; }
.product .title { font-weight: 400; font-size: 16px; font-family: "los";color:#fff; }
.product .home-title { font-weight: bold; font-size: 15px; font-family: "los";color:#333;}
.product .vendor { font-size: 15px; margin-bottom: 2px; color:#fff; }
.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; }
.product .circle.sale, #product .circle.sale { font-family: helvetica; background-color: #000000; opacity: .9; filter:alpha(opacity=90); -webkit-font-smoothing: subpixel-antialiased; }
.breadcrumb { font-size: 13px; margin: 0 0 30px 0;  text-transform: uppercase; font-family:"los";position: relative;background:#f0dac1;height:35px;line-height: 35px;padding-left: 20px;z-index: 999;}
.breadcrumb .arrow-space { margin: -2px 6px 0; font-size: 10px; opacity: .5; filter:alpha(opacity=50); }
.breadcrumb a { color: #333333; text-transform: uppercase; font-family:"los";}
.breadcrumb .span12 {margin: 0 auto;float:none;}
.purchase h2.price { margin: 15px 0 10px; display: block; font-size: 23px !important; color: #333;font-family:"los";}
.details .price { color: #333; }
#product .sizes ul {margin-left:0;list-style: none;}
#product .sizes p {display:inline-block; color:white;font-family:"los";line-height:25px; width:280px;padding-left:10px;margin-bottom: 10px;background:#00b49c;height:25px;}
#product .sizes ul li {display:inline-block; color:white;font-family:"los";line-height:25px; width:100%;margin-bottom: 10px;}
#product .sizes ul span{background:#00b49c;height:25px;width:280px;display: inline-block;padding-left:10px;}
#product .sizes .add-to-cart {background:#00b49c;color:white; width:50px;border:none;height:25px;float:right;font-family:"los";line-height: 25px;}
#product h3{font-size:14px;line-height: 14px;border-bottom: 1px solid #ddd;padding-bottom:5px;font-family:"los";}
#product h1{font-size:25px;line-height: 25px;text-transform: uppercase;font-family:"los";letter-spacing: 0px;margin-bottom:10px;}
#product .featured { margin-bottom: 15px; }
#product .description { margin-bottom: 15px; letter-spacing: 1px; }
#product .thumbs .image { margin-bottom: 15px; }
#product .thumbs .image:nth-child(3n+4) { clear: left; }
#product h3.collection-title { font-size: 20px; padding-bottom: 30px; border-bottom: 1px solid #dddddd; }

#product .product-links {list-style: none;margin-left: 0px;border-bottom:1px solid #ddd;font-family:"los";}
#product .product-links li a {color:#333;}
#product .product-links li {display: inline-block;width:146px;text-align: center;text-decoration:underline;color:#333;}
#product .product-info .vendor a {color:black;text-decoration: underline; font-size: 14px; margin-bottom: 20px;}
#product .description {border-top: 1px solid #ddd;padding-top:20px;}
.product-options { padding: 15px 0 20px; margin-bottom: 0px; border-top: 0px 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; }
#quantity { width: 50px; margin-bottom: 20px; }
@-moz-document url-prefix() { .product-options select { height: 30px; line-height: 30px; } } /* Firefox fix */

#collection h1 { float: left; }
#collection h2 {font-family: "los";color:#00b49c;}
#collection .browse-tags { float: right; padding-top: 10px; }
#collection .browse-tags label { float: left; display: block; margin: 1px 8px 0 0; }
#collection h4 {font-size: 18px;}
@-moz-document url-prefix() {
  #collection .browse-tags label { margin: 7px 8px 0 0; }
  #collection .browse-tags select { float: right; height: 30px !important; line-height: 30px !important; }
}

.merken .product:hover .overlay{opacity:0.3;}
.merken .product{padding-bottom:20px;background:#f0dac1;margin-bottom:4px;}
.merken .product .details a {display: block;bottom:-6px;top:auto;}
#collection.merken .product .details a h4 {color:#333;font-size:15px;}
.merken.groen .product{background:#00b49c;}
#collection.merken.groen .product .details a h4 {color:#fff;}
.b-row {height: 40px;line-height: 40px;margin-bottom: 40px;background: #f0dac1;padding-left:20px;}
.scale.product img {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
}



.span12 .filters {width:96%;background:#f0dac1; min-height: 56px; padding:20px 0 10px 4%;margin-top: -30px;}
.span12 .filters.short {min-height: 25px;padding: 2px 19px 3px 20px;}
.span12 .filters h4{margin:0;line-height:31px;font-size:20px;padding: 11px 0 10px 0;}
.filters ul li a{color:#333;text-transform: uppercase;font-family: "los";}
.filters ul li{list-style: none;color:white;width: 19%;display: inline-block; margin:0; padding-top:7px;}
.filters ul {margin:0;}



#sort-by {margin-top:20px;position:absolute;right:17px;top:-50px;width:35px;border-left:1px solid #fff;}
#sort-by li {width:37px;margin-bottom:0;padding:0;}
#sort-by li a{color:#fff;font-family:'helvetica';font-weight:500;font-size:12px;height:28px;line-height:31px;width:37px;text-align:center;background:#00b49c;border-bottom:1px solid #fff;display:block;}
#sort-by li a#sort-price{background:#00b49c url('/cdn/shop/t/2/assets/euro.png?v=122119407582862572891412264803') center;background-size:70%;color:transparent;}
#sort-by li a#sort-random{background:#00b49c url('/cdn/shop/t/2/assets/random.png?v=28551635275966223241412264808') center no-repeat;background-size:70%;color:transparent;}
#sort-by li a.active#sort-price{background:#009985 url('/cdn/shop/t/2/assets/euro.png?v=122119407582862572891412264803') center;background-size:76%;}
#sort-by li a.active#sort-random{background:#009985 url('/cdn/shop/t/2/assets/random.png?v=28551635275966223241412264808') center no-repeat;background-size:76%;}
#sort-by li a.active{background:#009985;font-size:13px;}
.infiniteproducts .filters.mini {height: 28px;padding:0;margin: 0;width:99.55%;position: relative;min-height: 0px;}
.infiniteproducts .filters.mini #sort-by{position: relative;width: 100%;top:0;right:0; border: none;}
.infiniteproducts .filters.mini #sort-by li a {}
.infiniteproducts .filters.mini #sort-by li{float: right;width:37px;}

.pagination { text-align: right; margin: 0 0 30px 0; padding: 0; height:30px;line-height: 30px; font-family: "los";}
.pagination li { display: inline; padding: 0 12px; font-size: 14px; }
.pagination li span { color: #333333; }
.pagination li a { line-height: 16px; font-weight: normal; padding: 3px 6px; background: #00b49c; color: #ffffff;border-radius: 0px; }
.pagination li a:hover { color: ; background: ; text-decoration: none; }
.infiniteproducts .pagination {opacity: 0;}

.infiniteproducts a.next{opacity: 0;}


/* 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; }
#cart h1, #cart h2{font-family: "los";font-size: 25px;}
#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: #333333; }
#cart a:hover .variant_title { color: #333333; }
#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; }
.featured-cart-title { margin-left: 13px; }
.submit-cart{float: right; width:300px;}
.submit-cart label {float: right;}
#cart table {background: #00b49c;color:#fff;margin-bottom: 20px;}
#cart table span{color:white;}
#cart table a{color:white;font-family: "los";}
#cart table a.cart{padding-right: 40px;}
#cart table span.variant_title{color:#fff;}
#cart table tr td{border-top:1px solid #fff;}
#cart table input{background:#f0dac1;height:20px;border: none;border-radius: 0px;}
.messagebox{height:35px; background:rgba(255,235,232,1);line-height: 35px;border: 1px solid rgba(255,75,72,1);padding-left: 20px;box-sizing: border-box;margin-bottom:20px;display: none;}

/* 3.8 - Blog / Articles / Search */
.sidebar h3 { font-size: 18px; font-family: "los"; border-bottom: 1px solid #333;}
.sidebar .article { margin: 0 0 15px; }
.sidebar .article a { display: block; }
.sidebar .tags li { margin: 0; }
.article h1 { font-size: 26px;margin-bottom:25px;font-family: "los"; background:#f0dac1; line-height: 18px;
  16px; padding-bottom: 9px; padding-left: 10px; text-transform: uppercase;position: relative;}
.article h1 a.read-more { position: absolute;right: 15px; top: 15px; font-size: 14px;}
#blog .date, #article .date{font-family: "los";font-size: 15px; font-style: italic;}
#blog .title h1 {font-family: "los"; padding-bottom: 10px;border-bottom: 1px solid #ddd;text-transform: uppercase;}
.articles .article {margin-bottom: 50px;}
#blog .sidebar, #article .sidebar { background-color: #f0dac1;padding: 20px;box-sizing: border-box;border-top:5px solid #00b49c;}
#blog .sidebar a, #article .sidebar a {color:#00b49c;}
#blog .sidebar h3{color:#333;}
.article h1 a { display: block; color: #333;}
.article h1 .article-title { display: block; }
.article h1 a:hover { color: #333333; }
.article h1 .date, .article-body h1 .date { font-size: 13px; font-family: Helvetica, Arial, sans-serif; }
.article .continue { display: block; margin-top: 15px; }
.article span {font-family:"estilo";}
#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 h2.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: #333333; font-weight:400; font-size:36px; line-height:36px; }
#article-content h2 { color: #333333; font-weight:400; font-size:28px; line-height:36px; }
#article-content h3 { color: #333333; font-weight:400; font-size:24px; line-height:28px; }
#search .results .thumbnail a { display:block; float:right; }
#search .search-border { border-bottom: 1px solid #dddddd; }
#search .results .thumbnail a { float: none; }
#search .search-field { position: relative; height: 60px; line-height: 60px; }
#search .search_box { height: 34px; padding: 0 10px 0 26px; border: none; vertical-align: middle; line-height: normal; font-family: Asap, 'Lucida Grande', Helvetica, Arial, sans-serif; color: #333333 !important; border: 1px solid #dddddd; }
#search #go { position: absolute; width: 11px; height: 11px; border: none; margin: 21px 0 0 5px; box-shadow: none; }
#search h1 {font-family: "los";font-size:25px; border-bottom: 1px solid #ddd;margin-bottom: 0;}
#search .results {margin:0;padding:10px 0;background: #f0dac1;min-height: 70px;}
#search .results h3 {font-family: "los";margin:5px;}
#search .results:nth-of-type(even){background:#00b49c; color:#fff;}
#search .results:nth-of-type(even) a{color:#fff;}

/* 3.9 - Customer Pages */
#customer-account p, #customer-order p { line-height: 14px; }
#customer-account h1{font-family: "los";font-size:25px; border-bottom: 1px solid #ddd;margin-bottom: 0;}
#customer-account h1 a{background:#00b49c;color:#fff;display: inline-block; height:25px; width:80px; line-height: 25px; text-align: center; float: right; }
#customer-account #customer_orders {min-height:200px;background: #f0dac1;padding:10px;-webkit-box-sizing: border-box;}
#customer-account #customer_sidebar {background: #00b49c;padding:10px 10px 10px 20px;-webkit-box-sizing: border-box;}
#customer-account #customer_sidebar h2 {color: #fff;font-family: "los";font-size:20px;}
#customer-account #customer_sidebar p {color: #fff;margin-bottom:5px;}
#customer-account #customer_sidebar a {color: #fff;text-decoration: underline;margin-top:5px;}
#customer-addresses h1{font-family: "los";font-size:25px; border-bottom: 1px solid #ddd;margin-bottom: 0;}
#customer-addresses .address_table {background: #00b49c;padding:10px 10px 10px 20px;-webkit-box-sizing: border-box;margin-bottom:10px;}
#customer-addresses #address_tables p {color: #fff;margin-bottom:5px;}
#customer-addresses #address_tables h4 {color: #fff;margin-bottom:15px;font-family: "los";}
#customer-addresses #address_tables	a {color: #333;margin-top: 15px;margin-right: 10px;display: inline-block;background: #f0dac1;width: 75px;height: 25px;line-height: 25px;text-align: center;font-family: "los";}
#customer-addresses #address_tables label {color:#fff;}
#customer-addresses #address_tables input {background: #f0dac1; height:20px;border: none;border-radius: 0;}
#customer-addresses #address_tables input[type=submit]{color: #333;margin-top: 15px;margin-right: 10px;display: inline-block;background: #f0dac1;width:130px;height: 25px;line-height: 20px;text-align: center;font-family: "los";border:none;}
#customer-addresses  select{width:275px;}
#customer-addresses a.add-new-address{color: #333;display: inline-block;background: #f0dac1;width: 160px;height: 25px;line-height: 25px;text-align: center;font-family: "los";}
#customer-addresses #add_address{background:#f0dac1; padding:0 20px;-webkit-box-sizing: border-box;}
#customer-addresses #add_address input{height:20px;border: none;}
#customer-addresses #add_address input[type=submit]{color: #fff;margin-top: 15px;margin-right: 10px;display: inline-block;background: #00b49c;width:110px;height: 25px;line-height: 20px;text-align: center;font-family: "los";box-shadow: none;}
#customer-addresses #add_address a{color: #fff;margin-top: 15px;margin-right: 10px;display: inline-block;background: #00b49c;width:65px;height: 25px;line-height: 25px;text-align: center;font-family: "los";}
#guest {float: left;width: 124px;margin:0;}

#customer-addresses  td{border:none;}
#login input.text { width: 220px; }
#login {background:#00b49c; color:#333; height: 220px;}
#login input {background: #f0dac1; height:15px;border:none;border-radius: 0px;font-family: "estilo";color:black!important;}
#login a {color:white;font-family: "los";font-size: 12px;}
.loginatr{width:140px;display: inline-block; padding-left:16px;margin-top:-5px;}
#login input.btn {color:#555;border-radius: 0px;line-height: 25px; height:25px;font-family: "los";}
#login h2 {color:white; border-bottom:1px solid #eee;font-size: 14px;line-height: 15px;font-family: "los";}
::-webkit-input-placeholder{color:#333!important;font-size: 12px;}
#customer-activate .create-password { margin-bottom: 30px; }
#customer-activate .label, #customer-login .label, #customer-reset-password .label, #customer-register .label { display: block; }
#customer-activate .text, #customer-login .text, #customer-reset-password .text, #customer-register .text { display: block; margin-bottom: 15px; }
#customer-login .action_bottom, #customer-register .action_bottom { margin-top: 15px; }
#customer_login {float: left;}
#order_cancelled { margin-bottom: 30px; }
#customer-addresses .add-new-address { display: block; }
.action_bottom span { line-height: 40px; }
#register input.text { width: 220px; }
#register {background:#00b49c; color:#333; height: 250px;}
#register input {background: #f0dac1; height:15px;border:none;border-radius: 0px;font-family: "estilo";color:black!important;}
#register a {color:white;font-family: "los";font-size: 11px;}
#register input.btn {color:#555;border-radius: 0px;line-height: 25px; height:25px;font-family: "los";}
#register h2 {color:white; border-bottom:1px solid #eee;font-size: 14px;line-height: 15px;font-family: "los";}
#recover-password input.text { width: 220px; }
#recover-password {background:#00b49c; color:#333; height: 220px;}
#recover-password input {background: #f0dac1; height:15px;border:none;border-radius: 0px;font-family: "estilo";color:black!important;}
#recover-password a,#recover-password p  {color:white;font-family: "los";font-size: 14px;}
#recover-password a {line-height: 30px; padding-left: 10px;}
#recover-password input.btn {color:#555;border-radius: 0px;line-height: 25px; height:25px;font-family: "los";}
#recover-password h2 {color:white; border-bottom:1px solid #eee;font-size: 14px;line-height: 15px;font-family: "los";}
.greenback {width:92%;padding:20px 4% 20px 4%}
#login .greenback {width: 42%;padding: 20px 4% 20px 4%;float: left;}

/* 3.9.1 - Contact info */
#page .span6 {display: inline-block;}
#page h1 {font-family: "los";border-bottom: 1px solid #ddd; margin-bottom: 20px;text-transform: uppercase;}
#page .span6 ul {width:45%;display: inline-block;list-style: none;margin: 0;}
#contactFormWrapper .userinfo p {width:49%;display: inline-block;}
#contactFormWrapper .userinfo p input {width:90%;}
#contactFormWrapper textarea {width:94%;}
.page-with-contact-form{display: inline-block;}
.maps {width:100%;height:300px;display: block; margin-bottom:20px;border-bottom:20px solid #f0dac1;border-top:20px solid #f0dac1;overflow:hidden;position: relative;}
.maps img {left: 50%;position: relative;-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);max-width: none;}
#page .newsletters {display: inline-block;padding: 30px 20px;background: #00b49c;width: 335px;margin: 0 15px;margin-top: 50px;}
#page .newsletters h4 { color:#fff;font-size: 17px;}
#page .newsletters input#mail {height: 27px;width:220px;}
#page .newsletters input.btn{color:#333;background: #f0dac1;}


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

@media only screen and (min-width: 1026px) {
	.no-touch #nav.f-nav{position:fixed;top:0;right:0;width:100%;background:rgba(0,180,156,1);z-index:99999;height:40px;}
	.no-touch .f-nav a {color:white;line-height: 40px;}
	.no-touch .f-nav nav.main {padding:0;text-align: center;margin:0;height:40px;display: inline-block;}
	.no-touch .f-nav .horizontal {width:475px;height:40px; display: inline-block}
	.no-touch .f-nav .horizontal li a{height:40px;}
	.no-touch .f-nav img {display: none;}
	.no-touch .f-nav .icons .list-icons{margin: 0;}
	.no-touch .f-nav .icons {width: 190px;margin: 0;position: absolute;height: 33px;top: 4px;right:-12px;}
	.no-touch .f-nav .inner-right {margin: 0 auto!important;position: relative;display: block;float: none;width:966px;text-align: center;}
	.f-nav .inner-right:before {content:"";width:140px;height:40px;background:url('/cdn/shop/t/2/assets/logosmall.png?v=135892775419606616871412264807');position: absolute;left:-20px;}
    .no-touch .f-nav nav > ul > li.dropdown > ul li a {height:20px; color:#333;line-height:20px;}
    .no-touch .f-nav nav > ul > li.dropdown > ul {top:40px;z-index:999;}
  	.no-touch .footer-wrapper{-webkit-transition:bottom .3s ease;-moz-transition:bottom .3s ease;-ms-transition:bottom .3s ease;transition:bottom .3s ease;}
  	.f-foot {position:fixed;width:100%;z-index:999;}

	@-webkit-keyframes footerbottom {
	  0%   { bottom:-40px; }
	  100% { bottom:0; }
	}

	@-moz-keyframes footerbottom {
	  0%   { bottom:-40px; }
	  100% { bottom:0; }
	}

	@-ms-keyframes footerbottom {
	  0%   { bottom:-40px; }
	  100% { bottom:0; }
	}

	@keyframes footerbottom {
	  0%   { bottom:-40px; }
	  100% { bottom:0; }
	}

	.f-foot.footer-wrapper {
		  -webkit-animation-name: footerbottom;
		  -webkit-animation-duration: .3s;
		  -webkit-animation-timing-function: ease;
		  -webkit-animation-fill-mode: forwards;
		  -moz-animation-name: footerbottom;
		  -moz-animation-duration: .3s;
		  -moz-animation-timing-function: ease;
		  -moz-animation-fill-mode: forwards;
		  animation-name: footerbottom;
		  animation-duration: .3s;
		  animation-timing-function: ease;
		  animation-fill-mode: forwards;
	}

}

@media only screen and (min-width: 798px) and (max-width: 1224px) {
  
  .wrapper, .toolbar, footer { width:auto; }
  .span1 { width:34px; }
  .span2 { width:92px; }
  .span3 { width:162px; }
  .span4 { width:226px; }
  .span5 { width:290px; }
  .span6 { width:354px; }
  .span7 { width:418px; }
  .span8 { width:482px; }
  .span9 { width:546px; }
  .span10 { width:610px; }
  .span11 { width:674px; }
  .span12 { width:890px; }
  footer .btn.newsletter { font-size: 12px; padding-right: 8px; padding-left: 8px; }
  footer #mail { width: 124px; }
  #content .flexslider {height:306px;}
   #header .icons {/*margin-top:-75px;*/}
   nav{width: auto;/*padding-top: 90px;*/}
  /* #product .span6 { width: 338px; } */
  /* #product .span5 { width: 290px; } */
  /* #product .span1 { width: 50px; } */
  /* .featured img { max-width: 288px !important; } */
  .filters ul li {width:24%;}
  #nav.f-nav{position:fixed;top:0;left:0;width:100%;background:rgba(0,180,156,1);z-index:99999;height:40px;}
  /*.f-nav ul > li > a.current { color:#fff;}
  .f-nav a {color:white;line-height: 40px;}*/
  .f-nav nav.main {padding:0;text-align: center;margin:0;height:40px;display: inline-block; }
  .f-nav .horizontal {width:475px;height:40px; display: inline-block}
  .f-nav .horizontal li a{height:40px;}
  .f-nav .icons .list-icons{display:none;}
  .f-nav nav > ul > li.dropdown > ul li a {height:20px;}
  .f-nav nav > ul > li.dropdown > ul {top:40px;z-index:999;}
  .f-nav .inner-right {margin: 0 auto!important;position: relative;display: block;float: none;width:966px;text-align: center;}
  .f-nav nav > ul { display: none; }
  .subtitle blockquote:before {display:none;}
  footer .unstyled.footerlist li {padding:0 43px;}
  .subtitle blockquote:after {display: none;}
  #sort-by {right:8px;}
  .f-nav .inner-right:before {content:"";width:140px;height:40px;background:url('/cdn/shop/t/2/assets/logosmall.png?v=135892775419606616871412264807');position: absolute;left:100px;}
  	@-webkit-keyframes footerbottom {
	  0%   { bottom:-40px; }
	  100% { bottom:0; }
	}

	@-moz-keyframes footerbottom {
	  0%   { bottom:-40px; }
	  100% { bottom:0; }
	}

	@-ms-keyframes footerbottom {
	  0%   { bottom:-40px; }
	  100% { bottom:0; }
	}

	@keyframes footerbottom {
	  0%   { bottom:-40px; }
	  100% { bottom:0; }
	}
	.f-foot {position:fixed;width:100%;z-index:999;}
	.f-foot.footer-wrapper {
		  -webkit-animation-name: footerbottom;
		  -webkit-animation-duration: .3s;
		  -webkit-animation-timing-function: ease;
		  -webkit-animation-fill-mode: forwards;
	}
}

/* 4.2 - Tablet Landscape */
@media only screen and (min-width: 630px) and (max-width: 797px) {
  nav.main { display:block;position: fixed;top:6px; left:50%;margin-left:-240px;color:white;z-index: 9999;width: 480px; padding-top:0;}
  nav.main ul li {border: none;}
  nav.main ul li a{color:white;font-weight: 900;}
  nav.mobile { display:none; padding:0;z-index: 9999;}
  nav.mobile select {width:76%;left:12%;}
  
  .logo { max-width:430px; }
  
  .wrapper, .toolbar, footer { width:600px; }
  .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:630px; }
  /* .products .span2, .products .span3, .products .span4 { width: 118px; } */
  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: 560px; }
  
  nav > ul > li > a { padding: 0 10px; margin: 0 5px;}
  
  /* #product .span6, #product .span4 { width: 570px; } */
  #product .span5 { width: 470px; }
  #product .span1 { width: 70px; }
  #blog .sidebar { display: none; }
  #header .icons {margin-top:-100px;}
  #blog .span9 { width: 570px; }
  #header .span9, #header .span3 { width: 570px; margin-top: 40px;}
  #header .span9 { margin-left: 0 !important; }
  #header .logo { padding-bottom: 0 !important; }
  #header .logo a img { max-width: 200px; }
  /* .featured img { max-width: 468px !important; } */
  .footer-menu { margin-bottom: 0px; }
  #content .flexslider {height:236px;}
  .toolbar-wrapper {position: fixed;z-index: 9998;}
  .product.span3 {width: 279px;margin: 0 2px;}
  #product .sizes ul span {width:200px;}
  .filters ul li {width:32%;}
  .subtitle blockquote:before, .subtitle blockquote:after {display:none;}
  footer .unstyled.footerlist li {padding: 0 20px;}
  #sort-by {right:0px;}
  .article iframe {width: 100%;}
  .f-nav nav > ul > li.dropdown > ul {top: 33px;}
  nav > ul li.dropdown ul {width: 142px;}
  .product_image {width: 55px;margin-left: 15px;}
  	@-webkit-keyframes footerbottom {
	  0%   { bottom:-40px; }
	  100% { bottom:0; }
	}

	@-moz-keyframes footerbottom {
	  0%   { bottom:-40px; }
	  100% { bottom:0; }
	}

	@-ms-keyframes footerbottom {
	  0%   { bottom:-40px; }
	  100% { bottom:0; }
	}

	@keyframes footerbottom {
	  0%   { bottom:-40px; }
	  100% { bottom:0; }
	}
	.f-foot {position:fixed;width:100%;z-index:999;}
	.f-foot.footer-wrapper {
		  -webkit-animation-name: footerbottom;
		  -webkit-animation-duration: .3s;
		  -webkit-animation-timing-function: ease;
		  -webkit-animation-fill-mode: forwards;
	}
}

/* 4.3 - Mobile Landscape */
@media only screen and (min-width: 510px) and (max-width: 629px) {
  nav.main { display:none; }
  nav.mobile { display:block; padding: 30px 0; z-index:9999; }
  
  .logo { max-width:320px; max-height:160px; }
  
  .logo h1 a { font-size:32px; margin-left:0px; }
  .toolbar .search-field { display: none; }
  .wrapper, .toolbar, footer { width:480px; }
  .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: 88px; } */
  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; }
   #header .icons {margin-top:-150px;}
  /* .featured img { max-width: 350px !important; } */
  .footer-menu { margin-bottom: 0px; }
  #product .thumbs .image:nth-child(3n+4) { clear: none; }
  #product .thumbs .image:nth-child(6n+7) { clear: left; }
  #product .thumbs .last-in-row { padding-right: 15px; }
  #product .thumbs .image:nth-child(6n+6) { padding-right: 0; }
  #content .flexslider {height:186px;}
  .toolbar-wrapper {position: fixed;z-index: 9998;}
   .filters ul li {width:49%;}
  .subtitle blockquote:before, .subtitle blockquote:after {display:none;}
  footer .unstyled.footerlist li {padding: 0; width: 50%; text-align: left;}
  #sort-by {right:-4px;}
  .article iframe {width: 100%;}
  .product_image {width: 55px;margin-left: 15px;}
  .item {font-size: 12px;}
  th.image h3 {margin-left: 7px;}
  #contactFormWrapper {width: 100%;margin: 50px 0 0;}
  #content > div.breadcrumb.clearfix.span12 > strong {white-space: nowrap;width: 260px;overflow: hidden;display: inline-block;text-overflow: ellipsis;height: 21px;}
}

/* 4.4 - Mobile Portrait */
@media only screen and (max-width: 509px){
  #checkout-link { display:none; }
  .logo h1 a { line-height: 36px; }
  nav.main { display:none; }
  nav.mobile { display:block; width: 290px; padding-top: 16px; z-index: 99999;}
  
  
  .wrapper { padding: 0; }
  .wrapper, .toolbar, footer { width:320px; }
  .span1,.span2,.span3,.span4,.span5,.span6,.span7,.span8,.span9,.span10,.span11,.span12 { width:290px; float:none; }
  .logo { max-width:150px;float:none;padding-bottom:0; margin:0 auto; display: block; width:150px; padding-top:15px;}
  .logo img {width: 150px; margin-top: 40px;}
  
  .logo h1 a { font-size:24px; margin:0 auto; display: block; width:150px; }
  .toolbar .search-field { display: none; }
  .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; }
  footer .newsletters {margin-left: 0;width:270px;left:5px;bottom:138px;}
  footer #mail {width: 172px;}
  #blog .sidebar { display: none; }
  #blog .span9 { width: 290px; }
  #product .title { font-size: 22px; }
  #product .featured { margin-bottom: 15px; }
  #product .thumbs { margin: 0 0 30px 0; }
  #product .thumbs .image a { max-width: 60px; float: left; margin: 0 15px 0 0; }
  #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; }
  /* .featured img { max-width: 230px !important; } */
  .footer-menu { margin-bottom: 20px; }
   #content .flexslider {height:120px;}
  .icons {width: 190px;display: block;float: none;margin: 0 auto;position: relative;}
  .icons ul {margin:0;}
  .wrapper {padding-bottom: 130px;}
  footer ul li {line-height: 15px; }
  footer .unstyled.footerlist li {width: 95%;padding-left:5%;float:none;text-align: left;}
  .footer-wrapper {height:138px;}
  .loader:before{bottom:125px;}
  .flexslider-container{display: none;}
  .subtitle blockquote { font-size: 20px; margin-top:0;}
  .subtitle blockquote:before {left:0px;}
  .product.span3 {width:100%; margin:0;}
  .toolbar-wrapper {position: fixed;z-index: 99999;}
  .filters {display: none;}
  .istope {width: 100%;}
  .subtitle blockquote:before, .subtitle blockquote:after {display:none;}
  footer .unstyled.footerlist li {padding: 0; width: 100%; text-align: left;}
  .article iframe {width: 100%;height: auto;}
  #cart table a.cart {padding-right: 0px;}
  .product_image {width: 40px;margin-left: 15px;}
  td.item {display: none;}
  th.image h3 {display: none;}
  th.item{display: none;}
  .span12 .span6, .span12 .span5 { margin: 0;}
  .icons ul .search-field{left:-3px;}
  .icons ul .search-field.active{top:34px;}
  #page .newsletters {width: calc(100% - 40px);margin-top: 29px; margin: 0;}
  #page .newsletters input#mail {width: 135px;}
  #contactFormWrapper {margin-top: 40px;}
  ul.footerlist {margin:18px 0 0;}
  #product .sizes ul span{width: 220px;}
  #content > div.breadcrumb.clearfix.span12 > strong {white-space: nowrap;width: 160px;overflow: hidden;display: inline-block;text-overflow: ellipsis;height: 21px;}
}


/* =================== */
/*      SECTION 5      */
/* =================== */
/* 5.1 - IE Fixes */
.ie8 .product .circle, .ie8 #product .circle { right: 0; top: 0; padding: 8px 12px; }
.ie7 nav > ul > li { float: left !important; display:inline-block !important; }

/* =================== */
/*      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/shop/t/2/assets/fancybox.png?5734&v=79772722522955621151412264803')}#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/shop/t/2/assets/fancybox.png?5734&v=79772722522955621151412264803');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/shop/t/2/assets/fancybox.png?5734&v=79772722522955621151412264803');background-position:-40px -90px;background-repeat:no-repeat}#fancybox-title-main{font-weight:bold;line-height:29px;background-image:url('/cdn/shop/t/2/assets/fancybox-x.png?v=56758242284671211351412264803');background-position:0 -40px;color:#FFF}#fancybox-title-right{padding-left:15px;background-image:url('/cdn/shop/t/2/assets/fancybox.png?5734&v=79772722522955621151412264803');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/shop/t/2/assets/fancybox.png?5734&v=79772722522955621151412264803');background-position:-40px -30px}#fancybox-right-ico{background-image:url('/cdn/shop/t/2/assets/fancybox.png?5734&v=79772722522955621151412264803');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;overflow: hidden;}
.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 {display: block;margin: 0 auto;max-height: 100%;}
.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: #f0dac1; position: relative; zoom: 1; height:400px; border-top:20px solid #f0dac1;border-bottom:20px solid #f0dac1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
.flex-container {zoom: 1; position: relative;}
.p20 {clear: both;}
.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/shop/t/2/assets/slider-arrows.png?47334&v=181410133311947576791412264808') no-repeat; position: absolute; top: 48%; cursor: pointer; text-indent: -999em;}
.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}


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


.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: #333333; -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; }

.promo{margin:0 auto; width:750px; display: block;}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.4s;
     -moz-transition-duration: 0.4s;
      -ms-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

  .touch .product .overlay {opacity:.2;}
  .touch .product .details a {display: block;}
  .product .overlay.no-touch {display: none;}

@font-face {
  font-family: "los";
  src: url( /cdn/shop/t/2/assets/los.otf?v=86901509759346104861412264807) format("truetype");
}

@font-face {
  font-family: "estilo";
  src: url( /cdn/shop/t/2/assets/EstiloText-Light.otf?v=123579618194004834291412264803) format("truetype");
}


.f-nav nav.main > ul.horizontal { display: none; }
.clear-margin-fix { margin-top: 50px; }

/***************************
****************************
Maarten & Bruce
****************************
***************************/

@font-face {
	font-family: 'icomoon';
	src:url(/cdn/shop/t/2/assets/icomoon.eot?v=555709861858639751413369744);
	src:url(/cdn/shop/t/2/assets/icomoon.eot?v=555709861858639751413369744) format('embedded-opentype'),
		url(/cdn/shop/t/2/assets/icomoon.woff?v=23766965167543511851413370092) format('woff'),
		url(/cdn/shop/t/2/assets/icomoon.ttf?v=7399700220222157591413370089) format('truetype'),
		url(/cdn/shop/t/2/assets/icomoon.svg?v=137551487686845434481413370087) format('svg');
	font-weight: normal;
	font-style: normal;
}

.search_button, .login-new, .cart-new { font-family: 'icomoon'}

/*Base*/
body, #wrapper{
  background:#FAF4ED;
  -webkit-font-smoothing:antialiased;

}

h1, #page h1, #search h1, #search .results h3{
  font-size: 26px;
line-height: 34px;
text-transform: uppercase;
font-family: 'Roboto Condensed';
letter-spacing: 0px;
margin-bottom: 10px;
color: #00AA90;
}


p, body{font-family: 'Roboto Condensed';
font-weight: 300;
font-size: 14px;
color: #000000;
line-height: 24px}

.filters{display:none;}


/*Search*/
#search .results:nth-of-type(even),#search .results{
  background:white;
}

#search .results:nth-of-type(even) a, #search .results:nth-of-type(even){
  color:#4A4A4A;
}



/*Menu*/


#header{ position:relative; }
.inner-right{ margin-left:0; }
#nav .main { display:block; float:right; width:auto; position:absolute; right:28px; top:90px; }


#nav.f-nav .main{ top:40px; right:14px}

.logo{ padding: 20px 12px 20px 21px }
#nav.f-nav .logo {padding:20px 12px}

#nav.f-nav .logo a{ height: 60px; overflow: hidden; }
nav{ font-family: 'Roboto Condensed', sans-serif; font-weight:300; font-size:16px; line-height:21px ; color:white; }

ul.unstyled, ol.unstyled { margin: 0; list-style: none outside none; width: auto; float: left; }
ul.horizontal > li, ol.horizontal > li { display: block; float: left; border-right: none; text-align: center; box-sizing: border-box; background: #00AA90 ; width:auto !important; }

nav > ul > li > a, .icons > ul > li > a,
nav > ul > li > a:link, .icons > ul > li > a:link,
nav > ul > li > a:visited, .icons > ul > li > a:visited   {font-size:16px; line-height:21px ; text-decoration: none; color: white;  font-weight:300; padding:15px 20px 14px; margin-right:0; margin-left:0; height:auto;}
nav > ul > li > a.current, .icons > ul > li > a.current{ color: white; text-decoration:none; font-weight:300; }

nav > ul > li.dropdown:hover > a, nav > ul > li > a:hover, .icons > ul > li >
a:hover, nav > ul > li.dropdown:hover > a.current, .icons > ul > li >
a.current, nav > ul > li > a.current {
        background-image: -o-linear-gradient(89deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.10) 100%);
        background-image: -moz-linear-gradient(89deg,rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.10) 100%);
        background-image:-ms-linear-gradient(89deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.10) 100%);
        background-image: linear-gradient(-1deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.10)100%);
        }

#nav.f-nav{position:fixed; top:0!important; z-index: 99999; width:100%; background:#EED8BF; left:0}


.no-touch .f-nav .horizontal li a {line-height:21px; height:auto;}

.icons ul li a { background:none;}

.f-nav nav.main > ul.horizontal { display:block; }

.f-nav .inner-right:before{ display:none; }

.no-touch #nav.f-nav{position:fixed;top:0;right:0;width:100%;background:#EED8BF;z-index:99999;height:90px; }
.no-touch .f-nav .horizontal {width:auto;height:40px; display: inline-block}
.no-touch .f-nav img { display: block; }
.no-touch .f-nav .inner-right{ width:1140px; }
.nav-inner-right{ float:right; }

.icons { width: auto; display: inline-block; float: left; margin-top: 68px; position: relative; font-size: 12px; margin-top:0; }
.no-touch .f-nav .icons { width: auto; margin: 0; position: relative; height: 33px; top: 0; right:0; }

.icons ul{ margin:0; }
.icons ul li{width:auto}

.search_box {-webkit-box-shadow:none; box-shadow:none; -webkit-border-radius:0; border-radius:0}
.search_box{ float: left; line-height: 21px; font-size: 16px !important; padding:14px 0 12px 10px; border: none; background: white; max-height: 50px; margin: 0; font-family: 'Roboto Condensed', sans-serif; zoom: 1; color: black; font-weight: 300; border:none;   }


.search_button {-webkit-box-shadow:none; box-shadow:none; -webkit-border-radius:0; border-radius:0; border:none}
.search_button {  line-height: 21px; font-size: 16px !important; padding: 14px 0 16px 10px; background:white; height:50px; color:#009A82; width:60px}


.login-new > a, .cart-new > a { line-height: 21px; font-size: 18px !important; padding: 16px 10px 14px !important}
.cart-new {background:#FF9700 !important}

nav > ul li.dropdown:hover ul {top:50px; }
nav > ul li.dropdown ul {border:none; top:50px; width: auto; text-align: left; min-width: 100%; display: inline-block; left:-20px;}

/*Secundair Menu*/
.secundair-menu {float: right !important; padding: 30px 20px;}
.secundair-menu > li {display:block; float:left; font-family: "Roboto Condensed"; font-weight:300; font-size:14; color:rgba(0,0,0,0.6); text-transform:uppercase; margin-left:10px;}
.secundair-menu > li > a:link, .secundair-menu > li > a { color:rgba(0,0,0,0.6) !important; }
.secundair-menu > li > a:hover { color:black; }

.f-nav .secundair-menu{padding:0 14px;}



/*Filter menu*/
.no-touch .f-nav nav > ul > li.dropdown > ul.active-filter,
.no-touch .f-nav nav > ul > li.dropdown:hover > ul{top: 90px; z-index: 999; display: block; visibility: visible; opacity: 1; width: 100%; position: fixed; background: #FAF4ED; }

.no-touch .f-nav nav > ul > li.dropdown > ul {width: 100%; position: fixed; background: #FAF4ED; top: 90px;}




.shadow{-webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
}
.no-touch .f-nav nav > ul > li.dropdown > ul  li,
.no-touch .f-nav nav > ul > li.dropdown:hover > ul li {display:block; float:left; margin-right:10px; width:auto;}

.active-filter .wrapper,
.no-touch .f-nav nav > ul > li.dropdown > ul .wrapper
 {padding-bottom:0 ; padding-left:48px; }

/*Breadcrumb*/
.breadcrumb { font-size: 12px; margin: 0 0 30px 0; text-transform: uppercase; font-family: "Roboto Condensed"; position: relative; background: none; height: 35px; line-height: 16px; padding-left: 30px; z-index: 999; font-weight: 300; }

.breadcrumb a { color: #333333; text-transform: uppercase; font-family: "Roboto Condensed"; }


/*Footer*/
footer{height:auto!important; width:100% !important}
.f-foot {position:relative!important;}
.footer-wrapper{background: #00B39B; color:white;}
.footer-inner{background:#00B39B;}

.footer-img{text-align:center; position:relative}
.footer-img-wrapper{z-index:99; position:relative}
.footer-img-bg{position:absolute; height:50%; width:100%; top:50%; background:#00B39B; }

.footer-span2{width:14.5%; margin: 0 1.75%; float:left;}
.footer-span4{width:31.57%; margin: 0 1.75%; float:left;}
.footer-span-first {margin-left:0}
.footer-span-last {margin-right:0}

footer h4 { font-size: 14px; color: white; text-transform: uppercase; font-weight: normal; -webkit-font-smoothing: subpixel-antialiased; border-bottom:1px solid rgba(255, 255, 255, .4); padding-bottom:5px }
.footerlist{list-style:none; margin-left:0;   }

footer a{ font-family: "Roboto Condensed"; font-weight:300; color:white; line-height:18px; text-transform:uppercase; -webkit-font-smoothing: subpixel-antialiased;}

footer a:hover{color:white}
footer #mail { width: calc(100% - 10px); }
footer .btn.newsletter {background:#FF9700; font-family: "Roboto Condensed"; font-weight:300; color:white; text-transform:uppercase; width: 100%; margin: 10px 0;}
footer .btn.newsletter:hover{
  background-image: -o-linear-gradient(89deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.10) 100%);
  background-image: -moz-linear-gradient(89deg,rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.10) 100%);
  background-image: -ms-linear-gradient(89deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.10) 100%);
  background-image: linear-gradient(-1deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.10)100%);
}
/*Homepage*/
.flexslider .slides img{ max-height:none; width:100%; }

.flexslider .slides{ padding:0 19px; }
.flexslider {background:none; border:none; margin-top: -29px;}

.collections-row{padding-left:19px;}
.btn-collection{background: #FFFFFF; border: 2px solid #00B39B; padding:10px; font-family: 'Roboto Condensed', sans-serif; font-weight:700; font-size:12px; line-height:16px ;}
.btn-collection:hover{background: #00B39B; border: 2px solid #00B39B; padding:10px; font-family: 'Roboto Condensed', sans-serif; font-weight:700; font-size:12px; line-height:16px ; color:white;}


.title-new{font-family: 'Roboto Condensed', sans-serif; font-weight:300; font-size:26px; line-height:26px; color: #00B39B }


input, textarea{ font-family: 'Roboto Condensed', sans-serif; font-weight:300;}

.collections-row .span4{width: 349px;}
.details--frontpage {margin-top:-10px;}
.flexslider{
  width: 100% !important;
  height: 100% !important;
}
.frontpage #content {padding-top:0}
/*Product Overview*/

#content{padding-top:100px}
.product.span3 {margin:0 10px 30px;}


.meta{ position: absolute; bottom: 0;}
.meta .price {font-family: 'Roboto Condensed', sans-serif; font-weight:400; font-size:24px; line-height:32px ; color:white; background:#C1B8AB; display: block; z-index: 9999; float:left; padding:9px 14px; max-height:50px; -webkit-transition:background 0.3s; transition: background 0.3s; }
.meta .form {float:left; max-height:50px; height:50px; opacity:0; -webkit-transition:opacity 0.3s; transition: opacity 0.3s;}
.meta .form .btn{max-height:52px; height:52px; background: #FF9700; padding:9px 14px;}

.product:hover .meta .price{background: #DF8400;}
.product:hover .meta .form{opacity:1;}


.details {background:white; padding:20px; -webkit-box-shadow:    0px 2px 2px 0px rgba(0,0,0,0.05); -moz-box-shadow:    0px 2px 2px 0px rgba(0,0,0,0.05); box-shadow:         0px 2px 2px 0px rgba(0,0,0,0.05);}
h4.title, #collection h4 {font-family: 'Roboto Condensed', sans-serif; font-weight:400; font-size: 26px;color: #00B39B; line-height: 26px;}
.product .vendor {font-family: Helvetica; font-size: 16px; color: #C5C5C5; line-height: 18px; margin-top:13px;}

.product .details a { font-family: 'Roboto Condensed', sans-serif; font-weight:400; font-size: 22px;color: #00B39B; line-height: 22px; display: block; padding: 0 0; position: relative; top: 0; left: 0; text-align: left; margin-left: 0; opacity: 1; z-index: 9999; width:auto; }
.product .vendor a, .product .vendor a:link {font-family: Helvetica; font-size: 16px; color: #C5C5C5; line-height: 18px; margin-top: 13px;}
/*Product Detail*/

#product {margin-left:15px}
#product .span6{width:540px}
#product .span2{width: 160px;}


#product .product-info-wrap{background:white; padding:20px;}

#product h1 { font-size: 26px; line-height: 34px; text-transform: uppercase; font-family: 'Roboto Condensed'; letter-spacing: 0px; margin-bottom: 10px; color:#00AA90; }
#product .product-info .vendor a { color: black; font-family: 'Roboto Condensed'; text-decoration: none; font-size: 16px; line-height:21px; }
.purchase h2.price { margin: 15px 0 10px; display: block; font-size: 36px !important; line-height:37px; color: #00AA90; font-family: "los"; }


#product .sizes ul span {background:none;border: 2px solid #00B39B; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; font-family: 'Roboto Condensed'; font-weight:400; font-size: 16px; color: #00B39B; line-height: 21px; letter-spacing: 1px; float: left;
width: auto; height:50px; padding:12px 20px 8px; margin-bottom: 15px; margin-right: 20px;}
#product .sizes .add-to-cart {background:#FF9700; font-family: 'Roboto Condensed'; font-weight:700; font-size: 14px; color: white; line-height: 19px; letter-spacing: 1px; text-transform:uppercase; float: left;
width: auto; margin-left:0; height:50px; padding:8px 20px 10px}
#product .sizes i{ font-family: 'icomoon'; font-size: 21px; padding-top: 50px; font-style: normal; padding-left: 17px;}

#product .description p{ font-family: 'Roboto Condensed'; font-weight:300; font-size: 14px; color: #000000; line-height: 24px; }
#product .product-info a .vendor, #product .product-info a:link .vendor{color:black}

#product h3.collection-title, .b-row { text-transform:uppercase; font-family: 'Roboto Condensed'; font-weight:300; font-size: 14px; color: rgba(0,0,0,0.40); line-height: 19px; letter-spacing: 0px; padding-bottom:0; padding-top:30; border:none;}
.span6{margin:0 22px 0 12px}
#product #related {margin-top:30px};
#product .products {margin-top:-30px;}

/*Makers Page*/

.b-row{background: none; padding-left: 13px; margin-bottom:0;}


/*Cart*/

#cart .span12 { width: 904px; margin-left:120px }

#cart table {background:white; color:#4A4A4A; margin-bottom:0; }
#cart table .qty, #cart table .price, #cart table .remove {width:1px;}


#cart thead tr th {border-bottom:1px solid #EFEFEF; font-family: 'Roboto Condensed'; font-weight:300; font-size: 12px;color: #C5C5C5;line-height: 16px; text-transform:uppercase; padding-top:30px}
#cart table tr td  {border-bottom:1px solid #EFEFEF}

#cart table tbody tr td { font-family: 'Roboto Condensed'; font-weight:300; color:#939393}
#cart table a { color:#939393; font-family: 'Roboto Condensed';}
#cart table a .cart__title{  font-family: 'Roboto Condensed'; font-weight:400; text-transform:uppercase; font-size: 18px; color: #4A4A4A; line-height: 24px;}
#cart table a .cart__vendor{ font-family: 'Roboto Condensed'; font-weight:300; font-size: 16px; color: #C5C5C5; line-height: 21px;}
#cart table input { background: #F0F0F0; border: 1px solid #E6E6E6; -moz-box-shadow:    0px 1px 0px 0px rgba(0,0,0,0.05); box-shadow:         0px 1px 0px 0px rgba(0,0,0,0.05); font-family: 'Roboto Condensed'; font-weight:400; font-size: 16px; color: #4A4A4A; line-height: 21px; padding:10px 15px; width:20px; }
#cart table tbody tr td.price { font-family: 'Roboto Condensed'; font-size: 18px; color: #939393; line-height: 24px; }

#cart .product_image {height:60px ;width:90px; overflow:hidden}
#cart .product_image img {width:100%}

#cart table span.variant_title {color:#333}

#cart table .summary { height:110px;}
#cart table span.total { font-family: "los"; font-size: 36px; color: #00AA90; line-height: 37px; }
#cart table .total-title {text-align:center; font-size: 12px; color: #C5C5C5}

#cart .image { text-align: left; padding-left: 20px; }

.row--white{background:white;}
.submit-cart{padding:20px; font-family: 'Roboto Condensed'; font-weight:300;}
.messagebox{ margin-bottom:0; font-family: 'Roboto Condensed'; font-weight:300; font-size: 14px; color: #000000; line-height: 24px;}
#update-cart{background:none;border: 2px solid #00B39B; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; font-family: 'Roboto Condensed'; font-weight:400; font-size: 14px; color: #00B39B; line-height: 19px; letter-spacing: 1px;}
#checkout{background:#FF9700; font-family: 'Roboto Condensed'; font-weight:700; font-size: 14px; color: white; line-height: 19px; letter-spacing: 1px; text-transform:uppercase}



/* 4.4 - Mobile Portrait */
@media only screen and (max-width: 509px){
  .span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12 { width: auto; float: none; }
  .wrapper, .toolbar, footer{width:auto;}

  #nav .main, #nav.f-nav .main{ display:none; }
  #nav.f-nav, .no-touch #nav.f-nav{display:block}
  .secundair-menu {display:none}
  #header > .span12 {margin: 0;}
  nav.mobile select{font-family: 'Roboto Condensed'; font-weight:300; text-transform:uppercase; height: auto; padding: 5px 10px 5px 20px; width:100%; border:none; -webkit-appearance: none;   background:#009A82;filter: none; color:white; top:0!important ;  left: 0; -webkit-border-radius: 0px!important; -moz-border-radius: 0px !important; border-radius: 0px !important; }
  .no-touch .f-nav .inner-right {
  width: 100%;
  }


  #product{margin-left:0;}
  #product .span2 {
    width: auto;
  }
  #product .span6 {width:auto;}
  #product .sizes ul span{ white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 100%; text-align:center;}
  #product .sizes .add-to-cart { margin-left:0; margin-top:5px; width:100%;}

  #content {width: 100%; margin: 0 auto; padding-top: 80px;}
  .product.span3 {margin:0 0 30px};


  #nav.f-nav, .no-touch #nav.f-nav {display:block}
  #header .logo {padding-top:20px; margin: 0;}
  .logo img { width: 150px; margin-top: 1px; }
  .collections-row .span4{width: 87%;}
  .wrapper{ padding-bottom:0}

  .footer-img-wrapper img{max-width:110px};

  .footer-span-first {margin-left:5%}
  .footer-span2, .footer-span4 { width: 80%; margin: 0 5%; float: left; }
  footer #mail { width: calc(100% - 10px); }
  footer .btn.newsletter { font-size: 12px; padding-right: 0; padding-left: 0; margin: 5px 0 0 0; width: 100%; }
  .footer-menu { margin-top: 20px; }
  ul.footerlist { margin: 0; }
  .breadcrumb{ margin: 0; padding: 0 0 0 15px; width: calc(100% - 20px); }

}





/* 4.3 - Mobile Landscape */
@media only screen and (min-width: 510px) and (max-width: 629px) {
  .span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12 { width: 100%; float: none; }
  .wrapper, .toolbar, footer{width:auto;}
  .logo {padding: 90px 12px  }

  #nav .main, #nav.f-nav .main, .no-touch #nav.f-nav { display:none; }

  .secundair-menu {display:none}
  .no-touch .f-nav .inner-right {
  width: 100%;
  }
  #header > .span12 {margin: 0;}
  #header .logo {padding-top:20px}
  nav.mobile select{font-family: 'Roboto Condensed'; font-weight:300; text-transform:uppercase; height: auto; padding: 5px 10px 5px 20px; width:100%; border:none; -webkit-appearance: none;   background:#009A82;filter: none; color:white; top:0!important ;  left: 0; -webkit-border-radius: 0px!important; -moz-border-radius: 0px !important; border-radius: 0px !important; }


  #content {width: 100%; margin: 0 auto; padding-top: 80px;}

  .product.span3 {width:45%; margin:0 20px 30px 0};

  #product {margin-left:0}
  #product .span2 {
    width: auto;
  }
  #product .span6 {width:100%;}
  #product .sizes ul span{ white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 100%; text-align:center;}
  #product .sizes .add-to-cart { margin-left:0; margin-top:5px; width:100%;}

  #nav.f-nav, .no-touch #nav.f-nav {display:block}
  #header .logo {padding-top:20px; margin: 0;}
  .collections-row .span4{width: 90%;}
  .wrapper{padding-bottom:0}

  .footer-img-wrapper img{max-width:110px};
  .footer-span-first {margin-left:5%}
  .footer-span2, .footer-span4 { width: 80%; margin: 0 5%; float: left; }
  footer #mail { width: calc(100% - 10px); }
  footer .btn.newsletter { font-size: 12px; padding-right: 0; padding-left: 0; margin: 5px 0 0 0; width: 100%; }
  .footer-menu { margin-top: 20px; }
  ul.footerlist { margin: 0; }
  .breadcrumb{ margin: 0; padding: 0 0 0 15px; width: calc(100% - 20px); }
}

/* 4.2 - Tablet Landscape */

@media only screen and (max-width: 797px) and (min-width: 630px){

  .wrapper, .toolbar, footer { width: 90%; padding-left: 0; }
  #header .icons { margin-top:0 }
  .span12 { width: 100%;}
  #content{padding-top: 4px;}
  .product.span3 { margin: 0 10px 30px; width: 45%; }
  #nav .main, #nav.f-nav .main{display:none}
  #nav .mobile {display:block}
  .no-touch .f-nav .inner-right {
  width: 100%;
  }
  .secundair-menu {display:none}
  .collections-row .span4{width: 44%;}

}

@media only screen and (min-width: 798px) and (max-width: 1224px) {

  .wrapper, .toolbar, footer{width:890px; margin:0 auto;}
  #header .icons { margin-top:0 }
  #product .span6 {width:100%;}
  #nav .main , #nav.f-nav .main{display:block; right:4px}
  .secundair-menu {display:block}

  nav > ul > li > a, .icons > ul > li > a,
  nav > ul > li > a:link, .icons > ul > li > a:link,
  nav > ul > li > a:visited, .icons > ul > li > a:visited{ font-size:14px; padding: 15px 12px 14px;}
  .search_box{width:50px}



  #nav .mobile {display:none}
  .no-touch .f-nav .inner-right, .f-nav .inner-right { width: 851px; }

  .collections-row .span4{width: 260px;}



}

@media only screen and (min-width: 798px){
  #product .products {
    margin-left:2px;
  }
}






#nav.f-nav .mobile {

width: auto;
float: right;
padding-top:20px;
padding-right:20px;
}

#nav .mobile {

width: auto;
float: right;
padding-top:40px;
padding-right:20px;
}




#open-button{
  width:25px;
  text-align:center;
}


.no-touch #nav.f-nav{
  right:0;
  top:0;
}

.content-pane{
  right:100px !important;

}

.mobile-sidebar{
  display:block;
  height:100%;
  position:fixed;
  background:#00AA90;
  width:250px;
  top:0;
  right:-300px;
  z-index:9999999;
  color:white;

}

.mobile-sidebar ul{
  margin-left:10px;
  margin-top:10px;
}

.mobile-sidebar a{
  color:white;
  font-family: 'Roboto Condensed'; font-weight:300; text-transform:uppercase;
  font-size:22px;
  line-height:29px;
}


.mobile-sidebar .dropdown ul{
  margin-left:0;
  list-style:none;
}

.mobile-sidebar .dropdown ul a{
  color:black;
  font-size:16px;
  line-height:24px;
}


.mobile-sidebar .dropdown ul li{
    margin-bottom: 5px;
    float: left;
    margin-right: 5px;
}

.mobile-sidebar .dropdown{
  clear: both;
}

.mobile-sidebar .dropdown ul li:after {
  content: "/";
  color: black;
  font-size: 19px;
  line-height: 24px;
  padding-left: 5px;
}

.mobile-sidebar .dropdown ul li:last-child:after {
  content: "";

}


.show-menu .menu-wrap {
	-webkit-transform: translate3d(-300px,0,0);
	transform: translate3d(-300px,0,0);
	-webkit-transition: -webkit-transform 0.8s;
	transition: transform 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.menu-wrap {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
  transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
