/** Shopify CDN: Minification failed

Line 68:88 Expected identifier but found "*"
Line 69:37 Expected identifier but found "*"
Line 75:41 Expected identifier but found "*"
Line 75:75 Expected identifier but found "*"
Line 1157:14 Expected ":"
Line 1278:36 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
/*    3.9.1 - Mail chimp
/*
/*  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
/*

/* =================== */
/*      SECTION 1      */
/* =================== */
/* 1.1 - Base Styles */
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: 20px; font-size: 16px; color: #555555; font-family: "proxima-nova-alt-condensed", Geneva,"Lucida Sans","Lucida Grande",sans-serif;/*Helvetica, Arial, 'Lucida Grande', sans-serif;*/ }



/* 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:'Helvetica Neue', Helvetica, Arial, sans-serif; -webkit-appearance: none; vertical-align:top; height:24px; line-height:16px; font-size:13px; 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: #666666 !important; }
:-moz-placeholder { color: #666666 !important; }
select { font-size:13px; display:inline-block; color:#222; font-family:Helvetica,Arial,sans-serif; vertical-align:top; 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:#333333; margin:0 0 17px 0; text-transform:none; font-family: "proxima-nova-alt-condensed", Geneva,"Lucida Sans","Lucida Grande",sans-serif;/*'Lucida Grande', Helvetica, Arial, sans-serif;*/ }

h1 { color: #333333; font-weight:400; font-size:24px; line-height:28px; }
h2 { color: #333333; font-weight:400; font-size:21px; line-height:24px; }
h3 { color: #333333; font-weight:400; font-size:18px; line-height:21px; }
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: 16px; color: #555555; }
h1 .note a, h2 .note a, h3 .note a, h4 .note a, h5 .note a, h6 .note a { color: #2ad14e; }

.choice { display: inline-block; margin-top: 8px; } /* .note addendum next reset password buttons */
p { margin: 0 0 20px 0; }

/* 1.5 - Links and Buttons */
a { color:#2ad14e; text-decoration: none; outline: none;}
a:hover { color:#28bf45; }
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:15px; text-transform:none; background:#272a5a; width:auto; }
a.btn:hover, input.btn:hover { background-color:#1f2347; color:#ffffff; }
input.disabled.btn:hover { background-color:#272a5a; 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: #2ad14e !important; }
a:hover.back-to-top { color: #28bf45 !important; }
.accent-color { color: #2ad14e !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 #aaaaaa; }
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 { float: left; display: block; width: 32px; height: 32px; overflow: hidden; text-indent: -9999px; margin-right: 10px; margin-bottom: 10px;}



.icon-social { background: url('//www.cohousa.com/cdn/shop/t/8/assets/social-icons-light-bg.png?v=161336803336762963711399316377') 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; }

.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 { display: none; }



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

.indent30 { padding-left: 30px;}

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

.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 { margin: 15px 0; background: #aaaaaa; height: 1px; border: 0; }

/* 2.2 - Grid System */

.wrapper { width: 996px; margin: 0 auto; padding: 0 15px; background: #ffffff; }

.wrapper { background: transparent; }

.toolbar-wrapper { width: 100%; height: 30px; background:  #ffffff; }

.toolbar-wrapper { border: none; }




#transparency > .row:before, #transparency > .row:after  { content: ""; display: table; }
#transparency > .row:after { clear: both; }
#transparency > .row { zoom: 1; margin: 0 0 20px 0; /* BK added */}

#coho-usa #transparency > .row {
  margin: 0 0 5px 0;
}

.toolbar { width: 996px; margin: 0 auto; }
footer { width: 996px; margin: 0 auto; }
.row { margin: 0 0 30px 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: 53px; }
.span2 { width: 136px; }
.span3 { width: 219px; }
.span4 { width: 302px; }
.span5 { width: 385px; }
.span6 { width: 468px; }
.span7 { width: 551px; }
.span8 { width: 634px; }
.span9 { width: 717px; }
.span10 { width: 800px; }
.span11 { width: 883px; }
.span12 { width: 966px; }


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



.coho-menu-left {
  display: inline-block;
  float: left;
}

.coho-menu-right {
  display: inline-block;
  float: right;
}

/*.main ul.horizontal > li:nth-last-child(2) {
  order: 5;
}
.main ul.horizontal > li:nth-last-child(3) {
  order: 4;
}
*/

.main ul.coho-menu-right > li:last-child a {
  padding-right: 0;
}

/* =================== */
/*      SECTION 3      */
/* =================== */
/* 3.1 - Toolbar */
.toolbar { color: #666666; font-size: 16px; }
.toolbar li { line-height: 30px; list-style: none; padding-left: 10px; margin-bottom: 0 !important; }
.toolbar .coho-toolbar--left {
  margin: 0;
  list-style: none outside none;
}
.toolbar .coho-toolbar--left li { padding-left: 0; }
.coho-mobile-menu__callout { display: none !important; }
.toolbar a { color: #666666; }
.toolbar a:hover { color: #000000; }
.toolbar .search_box { padding-left: 26px; margin-bottom: 2px; border: none; vertical-align: middle; line-height: normal; max-height: 25px;  font-family: "proxima-nova-alt-condensed", Geneva,"Lucida Sans","Lucida Grande",sans-serif;/*none, 'Lucida Grande', Helvetica, Arial, sans-serif;*/ font-size: 16px; color: #333 !important;  }
.toolbar #go { position: absolute; width: auto; height: auto; padding: 0 8px; border: none; box-shadow: none; line-height: 30px; background: transparent; color: #888; }
.toolbar .fa-shopping-cart { padding-right: 3px; }
.toolbar .or { color: #888; }

/* 3.2 - Header */


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

.logo { float: left; padding: 0 0;} /* BK changed */

.logo {
  max-width: 966px; 
}
.logo { float: none; }

.logo h1 { margin:0; border:0; }
.logo h1 a { text-decoration:none; font-size:24px; line-height:24px; 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; 
  height: 65px;
}

/* 3.3 - Navigation */

nav { font-family: "proxima-nova-alt-condensed", Geneva,"Lucida Sans","Lucida Grande",sans-serif; }

nav { position: relative; border-bottom: 1px solid #aaaaaa; border-top: 0 solid #aaaaaa; /* BK changed */ }

nav {
  display: inline-block;
  border-bottom: 1px solid #ccc;
  width: 100%;
}

.desktop-nav-container {
  height: 31px;
}

.coho-usa nav { 
  position: relative; border-bottom: none;
}

.coho-usa #nav.row {
  margin: 0;
}

nav > ul > li { margin-bottom: 0; }
nav > ul > li > a { text-decoration: none; color: #666666; display: block; padding: 0 15px 0 0; font-size: 20px; line-height: 20px; /* BK changed */ height: 30px; font-weight: 400; text-transform: none; }
nav > ul > li > a.current { color: #000000; }
nav > ul > li:hover > a { color: #000000; text-decoration: none; }
nav > ul > li.dropdown { position:relative; }
nav > ul > li.dropdown > .dropdown { background: #ffffff; list-style: none outside none; padding: 10px 15px 5px; display: none; position: absolute; min-width: 180px; z-index: 99999; top: 100%; left: 0%; margin-left: 15px; border: 1px solid #aaaaaa; }
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 > .dropdown,
nav > ul > li.dropdown:hover > .dropdown {
  border: 1px solid #eee;
}
 
nav > ul > li.dropdown li { list-style: none; font-size: 15px; line-height: 30px; }
nav > ul > li.dropdown li a { line-height: 30px; height: 30px; font-size: 15px; color: #666666; padding: 7px 0; }
nav > ul > li.dropdown li a:hover { color: #000000; }


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 li a { white-space: nowrap; }
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: 100%; }

.coho-mobile-nav-container-below-logo {
  display: none;
  position: relative;
}

.coho-mobile-nav-container-in-toolbar {
  display: none;
  float: left;
  margin-top: 14px;
  position: relative;
  width: 40%;
}


.coho-mobile-nav__icon {
  cursor: pointer;
  font-size: 22px;
}

.coho-mobile-nav__icon .fa-bars {
  padding-right: 5px;
}


.coho-mobile-nav__menu-container {
  position: absolute !important;
  height: calc(100vh - 46px);
    background-color: rgba(255, 255, 255, 0.95);
  border: 1px solid #eee !important;
  -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);  
  display: none;
  z-index: 99999;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  top: 13px;
  width: 200px;
  padding: 10px 10px 20px;
}

.coho-mobile-nav-container-in-toolbar .coho-mobile-nav__menu-container {
  /*padding: 10px 10px 20px;*/
  top: 33px;
}



.coho-mobile-nav-container-below-logo .coho-mobile-nav__menu-container {
  /*padding: 10px 10px 20px;*/
  top: 37px;
}


.coho-mobile-nav__menu {
  /*left: 0;*/
  padding: 5px 15px;
  /*position: absolute !important;*/
  /*top: 38px;*/
  /*z-index: 99999;*/
  height: 100%;
}




/*.coho-mobile-nav__menu {
  background-color: rgba(255, 255, 255, 0.95);
  border: 1px solid #eee !important;
  -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);  
  display: none;
  left: 0;
  padding: 15px;
  position: absolute !important;
  top: 38px;
  z-index: 99999;
}
*/

.coho-mobile-nav__menu > ul {
  padding-bottom: 100px;
}

.coho-mobile-nav__menu ul ul {
  margin: 0 0 10px 5px;
  list-style: none;
}

.coho-mobile-nav__menu li li {
  padding-right: 15px;
}

.coho-mobile-nav__menu ul.horizontal > li, 
.coho-mobile-nav__menu ol.horizontal > li {
  float: none;
}

.coho-mobile-nav__menu ul.dropdown {
  display: block;
  opacity: 1;
}
.coho-mobile-nav__menu ul li {
  margin-bottom: 2px;
}

.coho-mobile-nav__menu > ul > li.dropdown li {
  line-height: 2;
}

.coho-mobile-nav__menu > ul > li.dropdown > .dropdown {
  display: block;
}

.coho-mobile-nav__menu > ul > li > a {
  font-size: 16px;
  line-height: 2;
  /*height: 20px;*/
}

.coho-mobile-nav__menu ul li a {
  color: #666;
}

.coho-mobile-nav__menu ul li a {
  color: #000;
}



/* 3.4 - Footer */
.footer-wrapper { width: 100%; background:  none;  }


footer { padding: 0; }

footer > .row > .span12.full-border { border-top: 1px solid #aaaaaa; }

footer > .row > .span12 { padding: 0 0 0; /* BK changed */ }
footer { padding-bottom: 15px; }
footer .row { margin-bottom: 0; }
footer, footer p { color: #555555; }
footer h1, footer h2, footer h3, footer h4, footer h5 { color: #000000; }
footer a { color: #888888 !important; }
footer a:hover { color: #000000 !important; }
footer h4 { font-size: 16px;  }
footer ul li { margin-bottom: 5px; }
footer .btn.newsletter { font-size: 16px; font-weight: bold; height: 34px; line-height: 34px; margin-left: 15px; background: #272a5a; color: #ffffff; }
footer .btn.newsletter:hover { background: #1f2347; color: ; }
footer #mail { width: 168px; }
footer .copyright { margin: 0 15px; /* BK changed in order to center */} 
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: #888888 !important; }
footer .tweet_text a:hover { color: #000000 !important; }

/* 3.5 - Homepage */
.intro h2 { font-size: 32px; margin-bottom: 20px; }
.intro p, .intro li { font-family: "proxima-nova-alt-condensed", Geneva,"Lucida Sans","Lucida Grande",sans-serif; /*Helvetica, Arial, 'Lucida Grande', sans-serif;*/font-size: 16px; line-height: 27px; }

.coho-usa .coho-featured-section {
  margin-bottom: 0;
}

.coho-usa .coho-featured-section .span4 {
  width: 310px;
  margin-right: 2px;
  margin-bottom: 15px;
}

.coho-usa .coho-featured-section__link {
  color: #fff;
  display: block;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
}

.coho-usa .coho-featured-section__caption {
  left: 50%;
  line-height: 1.1;
  position: absolute;
  text-align: center;
  text-shadow: rgba(0,0,0,0.4) 1px 1px 6px;
  top: 60%;
  transform: translate(-50%, -50%);
  width: 100%;
}


/* 3.6 - Product & Collections */
.product { position: relative; margin-bottom: 20px; float: left; }
.product .image { position: relative; overflow: hidden; z-index: 8000; 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; padding: 5px 0; }
.product .title, .product .vendor { display: block; margin: 0; line-height: 22px; display: block; color: #333333; }
.product .title { font-weight: bold; font-size: 16px; }
.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;*/ padding: 0; -moz-border-radius: 40px; -webkit-border-radius: 40px; border-radius: 40px; font-weight: 700; -webkit-font-smoothing: subpixel-antialiased; width: 63px; height: 63px; display: none;}
.product .circle.sale, #product .circle.sale { font-family: helvetica; background-color: #272a5a; /*opacity: .9;*/ opacity: 1; /*filter:alpha(opacity=90);*/ filter:alpha(opacity=100);-webkit-font-smoothing: subpixel-antialiased; }
.sale span {
  position: absolute;
  top: 20px;
  left: 8px;
  text-align: center;
}
body.sale span {
  position: static;
  top: auto;
  left: auto;
  text-align: left;
}

.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: #555555; }
.purchase h2.price { margin: 2px 0 16px; display: block; font-size: 23px !important; color: #999999; }
.details .price { color: #999999; }
#product .featured { margin-bottom: 30px; }
#product .description { margin-bottom: 15px; margin-top: 5px;}
#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 #aaaaaa; }

#product h3.collection-title--style_no-border {
  padding-bottom: 0; border-bottom: none;
}
.image a { display: block; border: 1px solid #dddddd; }
.image a img { vertical-align: middle; margin: 0 auto; }

.product-options { padding: 0 0 6px; margin-bottom: 15px; border-top: none /*solid #aaaaaa*/; border-bottom: 1px solid #ccc; }
.product-options label { display: block; margin: 0.5em 0; } 
.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: 10px; }
@-moz-document url-prefix() { .product-options select { height: 30px; line-height: 30px; } } /* Firefox fix */

#collection h1 { float: left; margin: 7px 0 0 0; }
#collection .browse-tags { display: none; float: right; padding-top: 2px; }
#collection .browse-tags label { float: left; display: block; margin: 3px 8px 0 0; }
@-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; }
}
.pagination { text-align: center; margin: 0 0 30px 0; padding: 0; }
.pagination li { display: inline; padding: 0 12px; font-size: 16px; }
.pagination li span { color: #555555; }
.pagination li a { line-height: 16px; font-weight: normal; padding: 10px 14px; background: #272a5a; color: #ffffff; -webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px; }
.pagination li a:hover { color: ; background: ; text-decoration: none; }

/* 3.7 - Cart */
#cart h1 { margin: 10px 0 5px 0;}
#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: left; }
#cart .image a, #cart .image img { margin: 0; border: none; }
#cart a .variant_title { display: block; color: #555555; }
#cart a:hover .variant_title { color: #28bf45; }
#cart .item { max-width: 400px; word-wrap:break-word; }
#cart .item-description { font-size: 12px; }
.subtext.success { font-weight: 700; color: #40954a; }
div.errors, .subtext.error { font-weight: 700; color: #f47621; }
div.errors { margin-bottom: 15px; }
.featured-cart-title { margin-left: 13px; }

/* 3.8 - Blog / Articles / Search */
.sidebar h3 { font-size: 18px; }
.sidebar .article { margin: 0 0 15px; }
.sidebar .article a { display: block; }
.sidebar .tags li { margin: 0; }
.article h1 { font-size: 26px; }
.article h1 a { display: block; color: #2ad14e; }
.article h1 .article-title { display: block; }
.article h1 a:hover { color: #28bf45; }
.article h1 .date, .article-body h1 .date { font-size: 13px; font-family: "proxima-nova-alt-condensed", Geneva,"Lucida Sans","Lucida Grande",sans-serif;/*Helvetica, Arial, 'Lucida Grande', sans-serif;*/ }
.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 h2.comment-title { font-size: 20px; }
#article #comment_body { width: 100%; height: 200px; }
#article h3.author { font-size: 16px; font-style: italic; }
#article-content h1 { color: #333333; font-weight:400; font-size:24px; line-height:28px; }
#article-content h2 { color: #333333; font-weight:400; font-size:21px; line-height:24px; }
#article-content h3 { color: #333333; font-weight:400; font-size:18px; line-height:21px; }
#search .results .thumbnail a { display:block; float:right; }
#search .search-border { border-bottom: 1px solid #aaaaaa; }
#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: "proxima-nova-alt-condensed", Geneva,"Lucida Sans","Lucida Grande",sans-serif;/*none, 'Lucida Grande', Helvetica, Arial, sans-serif;*/ color: #555555 !important; border: 1px solid #dddddd; }
#search #go { position: absolute; width: 11px; height: 11px; border: none; margin: 21px 0 0 5px; box-shadow: none; }

/* 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, #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; }
#order_cancelled { margin-bottom: 30px; }
#customer-addresses .add-new-address { display: block; }
.action_bottom span { /*line-height: 40px;*/ display: inline-block; margin-top: 9px;}

/* 3.9.1 - BK Styles */

#add-to-cart.btn {
  margin-top: 10px;
}

.coho-product__title {
  margin-bottom: 20px;
  padding-right: 0;
}

.coho-product__price {
  display: inline-block;
}

.coho-product-options-layout {
  float: left;
  min-width: 50%;
  margin: 0 0 25px 0;
}

.coho-product-options__label {
  display: block;
  margin: 0.2em 0;
}

.coho-product__color-swatches {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
  overflow: hidden;
  padding-left: 0;
}

.coho-product__more-info-link {
  font-style: italic; 
  text-decoration: none;
}
.color-swatches__layout-unit {
  float: left;
  margin-bottom: 0;
  padding-bottom: 0;
}

.color-swatches__layout-unit--row-start {
  clear: both;
}

.color-swatches__item {
  display: block;
  margin-bottom: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.color-swatches__image {
  border: 1px solid #ccc;
  padding: 0;
  margin: 5px 10px 0 0;
  width: 32px;
} 

.color-swatches__image--status_active {
  border: 2px solid #f96b07;
}

.color-swatches__image--type_last {
  margin: 5px 0 0 0;
}

.product-descr {
  float:right;
  margin: 0;
  overflow: hidden;
  word-wrap: break-word;
  max-width: 48%;
}

.product-descr__item {
  line-height: 120%;
  margin: 0 0 10px 0;
}

.product-descr__item--last {
  line-height: 120%;
  margin: 0 0 0 0;
}

.coho-product__related-product-title {
  margin-bottom: 0 !important;
}
 
.cloud-zoom img {
  max-width: 100% !important;
}

.featured {
  max-width: 100% !important;
}

.coho-collection-image-layout-unit {
  margin-top: 30px;
}

.coho-collection__title {
  margin-top: 0 !important;
}

.coho-about-us_image-container-1 {
  float: right;
  margin: 0 0 10px 20px;
}

.coho-about-us_image-1 {
  max-width: 258px;
  margin: 0 0 120px 0;
  display: block;
}

.coho-about-us_image-2 {
  max-width: 255px;
  margin: 0 0 20px 0;
  display: block;
}

.coho-about-us_image-3 {
  max-width: 303px;
  float: left;
  margin: 10px 20px 20px 0;
}

.coho-about-us_image-container-2 {
  float: left;
}

.coho-about-us_image-4 {
  width: 100%;
  max-width: 566px;
  margin: 0 20px 10px 0;
}

.coho-about-us_image-container-4 {
  clear: both;
  padding: 20px 0 0;
  text-align: center;
}

.coho-about-us_image-5 {
  width: 100%; 
  max-width: 867px;
}

.coho-footer {

}

.coho-footer .coho-footer__copyright {
  display: inline-block;
  margin-bottom: 10px;
  position: static;
}

.coho-footer__menu {
  display: inline; 
  margin: 0 6px;
}

.coho-footer__menu-item {
  display: inline;
}

.coho-footer__menu-item-link {
  display: inline-block;
  padding: 0 6px;
}

.fa-twitter-square:before {
  font-size: 20px
}

.fa-instagram:before {
  font-size: 20px
}

.fa-pinterest-square:before {
  font-size: 20px
}


#product-select-option-0 {
  display: none;
}

#article .span3.sidebar {
  margin-top: 2px;
}


/* 3.9.2 - MailChimp Form Embed Code - Classic - BK changed */
#mc_embed_signup { background: #fff; clear: left; margin: 0; }
#mc_embed_signup form {display:block; position:relative; text-align:left; padding:0 0 10px 0; }
#mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}
#mc_embed_signup input {border:1px solid #ccc; -webkit-appearance:none;}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input[type=submit] { border: none; }
#mc_embed_signup input:focus {border-color:#333;}
#mc_embed_signup .button {clear:both; background-color: #aaa; border: 0 none; border-radius:4px; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:15px; font-weight: bold; height: 32px; line-height: 32px; margin: 0 5px 10px 0; padding: 0 22px; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;}
#mc_embed_signup .button:hover {background-color:#777;}
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}

#mc_embed_signup .mc-field-group {clear:left; position:relative; width:100%; padding-bottom:4%; min-height:50px;}
#mc_embed_signup .size1of2 {clear:none; float:left; display:inline-block; width:46%; margin-right:4%;}
* html #mc_embed_signup .size1of2 {margin-right:2%; /* Fix for IE6 double margins. */}
#mc_embed_signup .mc-field-group label {display:block; margin-bottom:0;}
#mc_embed_signup .mc-field-group input {display:block; width:100%; padding:4px 0; text-indent:2%;}
#mc_embed_signup .mc-field-group select {display:inline-block; width:99%; padding:5px 0; margin-bottom:2px;}

#mc_embed_signup .datefield, #mc_embed_signup .phonefield-us{padding:5px 0;}
#mc_embed_signup .datefield input, #mc_embed_signup .phonefield-us input{display:inline; width:60px; margin:0 2px; letter-spacing:1px; text-align:center; padding:5px 0 2px 0;}
#mc_embed_signup .phonefield-us .phonearea input, #mc_embed_signup .phonefield-us .phonedetail1 input{width:40px;}
#mc_embed_signup .datefield .monthfield input, #mc_embed_signup .datefield .dayfield input{width:30px;}
#mc_embed_signup .datefield label, #mc_embed_signup .phonefield-us label{display:none;}

.contact-form { position: relative; }
.contact-field { position:relative; width:100%; }
#mc_embed_signup .indicates-required,
.contact-form .indicates-required {text-align:left; font-size:16px; margin-right:4%; margin-bottom: 4%;}
#mc_embed_signup .asterisk,
.contact-form .asterisk {color:#f96b07; font-size:200%;}
#mc_embed_signup .mc-field-group .asterisk,
.contact-form .contact-field .asterisk {position:absolute; top:5px; right:1px;}        
#mc_embed_signup .clear {clear:both;}

#mc_embed_signup .mc-field-group.input-group ul {margin:0; padding:5px 0; list-style:none;}
#mc_embed_signup .mc-field-group.input-group ul li {display:block; padding:3px 0; margin:0;}
#mc_embed_signup .mc-field-group.input-group label {display:inline;}
#mc_embed_signup .mc-field-group.input-group input {display:inline; width:auto; border:none;}

#mc_embed_signup div#mce-responses {float:left; /*top:-1.4em; padding:0em .5em 0em .5em;*/ overflow:hidden; width:90%;/*margin: 0 5%;*/ clear: both;}
#mc_embed_signup div.response {margin: 0 0 1em 0; padding:.5em .5em .5em 0; font-weight:bold; float:left; /*top:-1.5em;*/ z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#2ad14e; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}

#mc-embedded-subscribe {clear:both; width:auto; display:block; margin:0.5em 0 1em 0;}
#mc_embed_signup #num-subscribers {font-size:1.1em;}
#mc_embed_signup #num-subscribers span {padding:.5em; border:1px solid #ccc; margin-right:.5em; font-weight:bold;}

#contactFormWrapper { width: 48%; } /* BK added */


.coho-backorder-message {
  display: none;
  padding: 15px 0;
}

.additional-checkout-button--apple-pay {
  background-color: #1f2347 !important;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  border-radius: 2px !important;
  max-width: 90% !important;
}


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

@media only screen and (min-width: 768px) and (max-width: 1026px) {
  
  
  .logo { max-width: 738px; }
  
  
  .wrapper, .toolbar, footer { width:768px; }
  .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:738px; }
  
  .coho-usa .coho-featured-section .span4 {
    width: 234px;
    margin-right: 3px;
  }

  footer .btn.newsletter { font-size: 12px; padding-right: 8px; padding-left: 8px; }
  footer #mail { width: 124px; }
    .product-descr { min-width: 100%;}

  .coho-product__price {
    padding-left: 0;
    display: block;
    clear: both;
  }

  .coho-about-us_image-container-1 {
    float: right;
    margin: 0 0 10px 20px;
  }

  .coho-about-us_image-1 {
    max-width: 258px;
    margin: 0 0 120px 0;
    display: block;
    width: 80%;
  }

  .coho-about-us_image-2 {
    max-width: 255px;
    margin: 0 0 20px 0;
    display: block;
    width: 80%;
  }

  .coho-about-us_image-3 {
    max-width: 303px;
    float: left;
    margin: 10px 20px 20px 0;
    width: 220px;
  }

  .coho-about-us_image-container-2 {
    float: left;
  }

  .coho-about-us_image-4 {
    max-width: 566px;
    margin: 0 20px 10px 0;
    width: 70%;
  }

  .coho-about-us_image-container-4 {
    clear: both;
    padding: 20px 0 0;
    text-align: center;
  }

  .coho-about-us_image-5 { 
    max-width: 867px;
    width: 100%;
  }

  nav.main { 
    margin-top: 20px;
  }

  .desktop-nav-container {
    height: 50px;
  }


}

/* 4.2 - Tablet Landscape */
@media only screen and (min-width: 600px) and (max-width: 797px) {
  #nav.row {
    margin-bottom: 15px;
  }
  .coho-usa #nav.row {
    margin-bottom: 15px;
  }
  nav.main { display:none; }
  nav.mobile { display:none; padding: 30px 0; }
  .logo { float: none; margin: 0 auto 10px; }
  .logo a, .logo img { margin: 0 auto; }
  .logo h1 a { text-align: center; }
  
  nav.mobile { padding: 0; }
  

  .coho-mobile-nav-container-below-logo {
    display: block;
  }

  .logo { max-width:430px; }
  
  
  .logo { max-width: 570px; }
  
  
  .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:570px; }

  .coho-usa .coho-featured-section__link {
    font-size: 20px;
  }

  .coho-usa .coho-featured-section .span4 {
    width: 178px;
    margin-right: 3px;
  }

  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 .span5 { width: 470px; }
  #product .span6 { width: 570px; /* BK added */}
  #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 .span7, #header .span5 { width: 570px; }
  #header .span7 { margin-left: 0 !important; }
  #header .logo { padding-bottom: 0 !important; }
  #header .logo a img { max-width: 200px; }
  .footer-menu { margin-bottom: 20px; }
    .product-descr { min-width: 49%;}

  /*.featured #cloud-zoom-big {
    visibility: hidden !important;
  }*/
  
  .coho-product__title {
    margin-top
  }

  .coho-product__price {
    padding-left: 0;
    display: inline-block;
  }

  .coho-about-us_image-container-1 {
    float: right;
    margin: 0 0 10px 20px;
  }

  .coho-about-us_image-1 {
    max-width: 258px;
    margin: 0 0 10px 0;
    display: block;
    width: 100%;
  }

  .coho-about-us_image-2 {
    max-width: 255px;
    margin: 0 0 20px 0;
    display: block;
    width: 100%;
  }

  .coho-about-us_image-3 {
    max-width: 303px;
    float: left;
    margin: 10px 20px 20px 140px;
    width: 100%;
  }

  .coho-about-us_image-container-2 {
    float: left;
  }

  .coho-about-us_image-4 {
    max-width: 566px;
    margin: 0 20px 10px 0;
    width: 100%;
  }

  .coho-about-us_image-container-4 {
    clear: both;
    padding: 20px 0 0;
    text-align: center;
  }

  .coho-about-us_image-5 { 
    max-width: 867px;
    width: 100%;
  }

  .desktop-nav-container {
    height: 22px;
  }


}


/* 4.3 - Mobile Landscape */
@media only screen and (min-width: 510px) and (max-width: 629px) {
  nav.main { display:none; }
  #nav.row {
    margin-bottom: 15px;
  }
  .coho-usa #nav.row {
    margin-bottom: 15px;
  }
  nav.mobile { display:none; padding: 30px 0; }
  
  nav.mobile { padding: 0; }
  

  .coho-mobile-nav-container-below-logo {
    display: block;
  }

  .desktop-nav-container {
    height: 22px;
  }


  .logo { max-width:320px; }
  
  
  .logo { max-width: 450px;  }
  
  
  .logo { margin: 20px auto 10px; float: none; text-align: center; }
  .logo a, .logo img { margin: 0 auto; }  
  .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:210px; }
  .span7 { width:250px; }
  .span8 { width:290px; }
  .span9 { width:330px; }
  .span10 { width:370px; }
  .span11 { width:410px; }
  .span12 { width:450px; }
  

  .coho-usa .coho-featured-section .span4 {
    width: 138px;
    margin-right: 3px;
  }

  .coho-usa .coho-featured-section__link {
    font-size: 20px;
  }

  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 .span6 { 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: none; 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, #header .span7, #header .span5 { width: 450px; }
  #header .span9, #header .span7 { margin-left: 0 !important; }
  #header .logo { padding-bottom: 0 !important; }
  #header .logo a img { max-width: 200px; }
  .footer-menu { margin-bottom: 20px; }
  #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; }
  #contactFormWrapper { width: 100%; }  /* BK added */
  .product-descr { min-width: 100%;}

  /*.featured #cloud-zoom-big {
    visibility: hidden !important;
  }*/

  .coho-about-us_image-1 {
    max-width: 258px;
    margin: 0 0 10px 0;
    display: block;
    width: 100%;
  }

}

/* 4.4 - Mobile Portrait */
@media only screen and (max-width: 509px){
  #checkout-link { display:none; }
  #checkout-link_divider { display: none;}
  .logo { margin: 0 auto; }
  .logo img { margin: 0 auto; max-height: 160px; max-width: 100%; }
  .logo h1 a { line-height: 36px; text-align: center; }
  nav.main { display:none; }
  nav.mobile { display:none; margin: 0 0 30px -15px; width: 290px; padding-top: 30px; }
  
  nav.mobile { padding: 0; }
  nav.mobile { margin: 0 0 30px 0; }
  

  #nav.row {
    margin-bottom: 15px;
  }
  .coho-usa #nav.row {
    margin-bottom: 15px;
  }
  .coho-mobile-nav-container-below-logo {
    display: none;
  }
  
  .coho-mobile-nav-container-in-toolbar {
    display: inline-block;
  }

  .coho-mobile-nav__icon {
    font-size: 18px;
  }


  .wrapper { padding: 0; }
  .wrapper, .toolbar, footer { width:320px; }
  .span1,.span2,.span3,.span4,.span5,.span6,.span7,.span8,.span9,.span10,.span11,.span12 { width:290px; float:none; }

  .toolbar-wrapper {
    background-color: rgba( 255,255,255, 0.95 );
    box-shadow: 1px 1px 5px rgba( 0, 0, 0, 0.08 );
    height: 47px;
    position: fixed;
    z-index: 99999;
  }

  .toolbar-wrapper .unstyled {
    float: right;
    display: inline-block;
    margin: 8px 0;
  }

  .toolbar .coho-toolbar--left { 
    display: none;
  }

  .coho-mobile-menu__callout {
    display: block !important;
    margin-bottom: 3px;
  }

  .coho-usa .coho-featured-section .span4 {
    margin-bottom: 15px;
    margin-right: 0;
    width: 290px;
  }

  .logo { float:none; padding-bottom:0; }
  
  
  .logo { max-width: 290px; float:none; padding-bottom:0; }
  .logo { margin: 78px auto 30px; }
  
  
  .logo h1 a { font-size:24px; margin-left:0px; }
  .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; }
  #blog .sidebar { display: none; }
  #blog .span9 { width: 290px; }
  #product .title { font-size: 22px; font-weight: normal; margin-bottom: 20px;}
  #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 .image { display: none; }
  #cart .item { padding-left: 0;}
  #cart .item-description { display: none; }
  #collection h1 { float: none !important; }
  #collection .browse-tags { float: none !important; display: none; 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 .span6 { width: 290px; /* Bk added */}
  #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; }
  .footer-menu { margin-bottom: 20px; }
  #customer-links { padding-left: 0; }
  .toolbar li { padding-left: 10px; }
  #contactFormWrapper { width: 100%; } /* BK added */
  .product-descr { min-width: 100%;}
  #guest {margin-top: 40px;} /* BK added */
  
  /*.featured #cloud-zoom-big {
    visibility: hidden !important; 
  }*/

  .coho-product__price {
    padding-left: 0;
    display: block;
    text-align: left;
    clear: both;
  }

  .coho-about-us_image-container-1 {
    margin: 0 0 10px 0px;
  }

  .coho-about-us_image-1 {
    max-width: 258px;
    margin: 0 20px 10px 0;
    display: block;
    width: 100%;
  }

  .coho-footer__menu {
    display: block; 
  }

  .coho-footer__menu-item-link {
    margin: 10px 0 5px;
  }

  #article .span3.sidebar {
    margin-top: 40px;
  }

  .coho-usa .coho-featured-section .span4 {

  }

}

/* =================== */
/*      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('//www.cohousa.com/cdn/shop/t/8/assets/fancybox.png?5734&v=79772722522955621151399316375')}#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('//www.cohousa.com/cdn/shop/t/8/assets/fancybox.png?5734&v=79772722522955621151399316375');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('//www.cohousa.com/cdn/shop/t/8/assets/fancybox.png?5734&v=79772722522955621151399316375');background-position:-40px -90px;background-repeat:no-repeat}#fancybox-title-main{font-weight:bold;line-height:29px;background-image:url('//www.cohousa.com/cdn/shop/t/8/assets/fancybox-x.png?v=56758242284671211351399316375');background-position:0 -40px;color:#FFF}#fancybox-title-right{padding-left:15px;background-image:url('//www.cohousa.com/cdn/shop/t/8/assets/fancybox.png?5734&v=79772722522955621151399316375');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('//www.cohousa.com/cdn/shop/t/8/assets/fancybox.png?5734&v=79772722522955621151399316375');background-position:-40px -30px}#fancybox-right-ico{background-image:url('//www.cohousa.com/cdn/shop/t/8/assets/fancybox.png?5734&v=79772722522955621151399316375');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}*/


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url('//www.cohousa.com/cdn/shop/t/8/assets/fancybox_sprite.png?v=30059930562004970911415387167');
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('//www.cohousa.com/cdn/shop/t/8/assets/fancybox_loading.gif?v=171509163315476599901415387248') center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('//www.cohousa.com/cdn/shop/t/8/assets/blank.gif?v=164826798765693215961415387240'); /* helps IE */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
  visibility: hidden;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
  visibility: hidden;
}

.fancybox-nav:hover span {
  visibility: hidden;
}


.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('//www.cohousa.com/cdn/shop/t/8/assets/fancybox_overlay.png?v=61793926319831825281415387260');
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, .8);
}

.coho-back-to-top-wrap {
  background-color: rgba(200,200,200,0.5);
  bottom: 20px;
  color: #fff;
  display: none;
  height: 50px;
  padding: 0;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 50px;
}

.coho-back-to-top-wrap a,
.coho-back-to-top-wrap a:link,
.coho-back-to-top-wrap a:visited,
.coho-back-to-top-wrap a:focus {
  border: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  font-size: 20px;
  padding: 0;
  height: 100%;
}

.coho-back-to-top-wrap a:hover,
.coho-back-to-top-wrap a:active {
  border: 0;
  color: #686868;
}

.coho-back-to-top-wrap .fa {
  padding-bottom: 3px;
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
     only screen and (min--moz-device-pixel-ratio: 1.5),
     only screen and (min-device-pixel-ratio: 1.5){

  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('//www.cohousa.com/cdn/shop/t/8/assets/fancybox_sprite@2x.png?v=13576095381222888421415387267');
    background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url('//www.cohousa.com/cdn/shop/t/8/assets/fancybox_loading@2x.gif?v=151595797360954463041415387256');
    background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
  }
}



/* 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 0 0; /* BK changed */ 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: 16px; line-height: 18px;}
/*.flex-direction-nav { height: 0; display: none;}*/
.flex-direction-nav[style] {display:block !important;opacity:1 !important}
.flex-direction-nav li { margin-bottom: 0; }
.flex-direction-nav li a {width: 50px; height: 50px; display: block; background: url('//www.cohousa.com/cdn/shop/t/8/assets/slider-arrows.png?47334&v=181410133311947576791399316377') no-repeat; position: absolute; top: 48%; cursor: pointer; text-indent: -999em;}
.flex-direction-nav li .disabled {opacity: 0.3; filter:alpha(opacity=30); cursor: default;}


/* Light Direction Nav */
.flex-direction-nav li .prev {left: 20px; background-position: 0 -150px; }
.flex-direction-nav li .next {right: 20px; background-position: -250px -150px; }
.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); }
/* Horizontally centering slides in slideshow when the slides are not wide enough */
.flexslider .slides li { text-align: center !important; }
.flexslider .slides img { display: inline !important;}

/* added by kevin @ shopify */
input[type="radio"] {-webkit-appearance: radio; /* fix for Minimal, Launchpad, and React */}

.coho-slider {
  margin-bottom: 12px;
}


/* 
   Swatches Styles
*/



.swatch { 
  margin:0 0; 
}
/* Label */
.swatch .header {
  margin: 0.5em 0;
}
/* Hide radio buttons.*/
.swatch input { 
  display:none;
}
.swatch label {
  /* Rounded corners */
  /*-webkit-border-radius:2px;
  -moz-border-radius:2px;
  border-radius:2px;*/
  /* To give width and height */
  float:left;
  /* Color swatches contain no text so they need to have a width. */
  min-width:32px !important; 
  height:32px !important;
  /* No extra spacing between them */
  margin:0;
  /* The border when the button is not selected */
  border:#ccc 1px solid;
  /* Background color */
  background-color:#fff;
  /* Styling text */
  font-size:13px;
  text-align:center;
  line-height:32px;
  white-space:nowrap;
  text-transform:uppercase;
}
.swatch-element label { padding:0 0; cursor: pointer;}
.color.swatch-element label { padding:0; }
/* Styling selected swatch */
/* Slightly raised */
.swatch input:checked + label {
  /*-webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.8);
  -moz-box-shadow:0px 1px 2px rgba(0,0,0,0.8);
  box-shadow:0px 1px 2px rgba(0,0,0,0.8);
  border-color:transparent;*/
  border: 2px solid #f96b07;
} 
.swatch .swatch-element {
  float:left;
  -webkit-transform:translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing:antialiased; /* webkit text rendering fix */
  /* Spacing between buttons */
  margin:0px 10px 5px 0;
  /* To position the sold out graphic and tooltip */
  position:relative;
}
/* Image with the cross in it */
.crossed-out { position:absolute; width:100%; height:100%; left:0; top:0; cursor: default;}
.swatch .swatch-element .crossed-out { display:none; }
.swatch .swatch-element.soldout .crossed-out { display:block; }
.swatch .swatch-element.soldout label {
  filter: alpha(opacity=60); /* internet explorer */
  -khtml-opacity: 0.6;      /* khtml, old safari */
  -moz-opacity: 0.6;       /* mozilla, netscape */
  opacity: 0.6;           /* fx, safari, opera */
}
/* Tooltips */
.swatch .tooltip {
  text-align:center;
  background:gray;
  color:#fff;
  bottom:100%;
  padding: 10px;
  display:block;
  position:absolute;
  width:100px;
  left:-32px;
  margin-bottom:15px;
  /* Make it invisible by default */
  filter:alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity:0;
  visibility:hidden;
  /* Animations */
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
     -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  z-index: 10000;
  -moz-box-sizing:border-box; 
  -webkit-box-sizing:border-box; 
  box-sizing:border-box;
}
.swatch .tooltip:before {
  bottom:-20px;
  content:" ";
  display:block;
  height:20px;
  left:0;
  position:absolute;
  width:100%;
}
/* CSS triangle */
.swatch .tooltip:after {
  border-left:solid transparent 10px;
  border-right:solid transparent 10px;
  border-top:solid gray 10px;
  bottom:-10px;
  content:" ";
  height:0;
  left:50%;
  margin-left:-13px;
  position:absolute;
  width:0;
}
.swatch .swatch-element:hover .tooltip {
  filter:alpha(opacity=100);
  -khtml-opacity:1;
  -moz-opacity:1;
  opacity:1;
  visibility:visible;
  -webkit-transform:translateY(0px);
     -moz-transform:translateY(0px);
      -ms-transform:translateY(0px);
       -o-transform:translateY(0px);
          transform:translateY(0px);
}
.swatch.error {
  background-color:#E8D2D2!important;
  color:#333!important;
  padding:1em;
  border-radius:5px;
}
.swatch.error p {
  margin:0.7em 0;
}
.swatch.error p:first-child {
  margin-top:0;
}
.swatch.error p:last-child {
  margin-bottom:0;
}
.swatch.error code {
  font-family:monospace;
}


@media screen and (max-width: 768px) {
  .mc-banner {
    top: auto !important;
    bottom: 0 !important;
  }
}


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

  .coho-back-to-top-wrap {
    bottom: 40px;
    height: 45px;
    padding: 0;
    right: 0;
    width: 45px;
  }

  .coho-back-to-top-wrap a,
  .coho-back-to-top-wrap a:link,
  .coho-back-to-top-wrap a:visited,
  .coho-back-to-top-wrap a:hover,
  .coho-back-to-top-wrap a:active,
  .coho-back-to-top-wrap a:focus {
    color: #686868;
    font-size: 20px;
    line-height: 1.2;
    padding: 0 0 5px;
  }

}

@media screen and (max-width: 509px) {
  .toolbar {
    width: 100%;
  }

  .toolbar > .span12 {
    box-sizing: border-box;
    margin: 0;
    padding: 0 15px;
    width: 100%;
  }

  .coho-mobile-nav-container-in-toolbar .coho-mobile-nav__menu-container {
    left: -15px;
  }

  .mc-modal {
    z-index: 999999 !important;
  }

  .mc-layout__modalContent {
    padding-top: 60px;
  }
}
