/** Shopify CDN: Minification failed

Line 65:54 Expected identifier but found "*"
Line 1535:108 Expected ")" to end URL token

**/
/**
 * Radiance
 * A Shopify theme.
 *
 * Last update: June 19, 2012
 *
 * @version     2.2
 * @author      Ben Watts @ Shopify
 * @theme_url   http://radiance-theme.myshopify.com/
 *
 * If you need support or help customizing the theme:
 * - Try browsing the Shopify wiki: http://wiki.shopify.com/Main_Page
 * - Ask a question in the forums: http://forums.shopify.com/
 * - This is an official Shopify theme. Get support via: http://support.myshopify.com/
 *
 * Stay up-to-date and report any bugs:
 * - https://github.com/benwatts/shopify-theme-radiance
 */





/**
 * Reset
 */
html, body, div, span, object, iframe, p, blockquote, pre,
abbr, address, cite, code, del, dfn, img, ins, kbd, q, samp,
small, sub, sup, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  }

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

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border-style: dashed; border-width: 1px 0 0 0; border-color: #1E9485; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font: 13px/1.231 Helvetica, Arial, sans-serif; *font-size:small; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
ol { list-style-type: decimal; }
p { margin: 0 0 0.5em 0; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: middle; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
select{ max-width: 99%; /* for ff */ }
input[type="text"].error, input[type="email"].error, input[type="password"].error { border-color:red }


/**
 * Base Content Styles
 */
body {
  color: #231f20;
  }

img { max-width: 100%;}


h1, h2, h3, h4, h5, h6 {
/* color: #A2484B; */
  margin-top: 6px;
  margin-bottom: 6px;
  font-weight: bold;
  }
h1{ font-size: 26px; }
h2{ font-size: 20px; }
h3{ font-size: 15px; }
h4{ font-size: 13px; }

a { color:black; }
a:hover { color:#A2484B; }

blockquote{
  font: italic 13px/1.5 georgia, sans-serif;
  margin: 0 0 1.5em 1.25em;
  }

ul, ol{ margin: 0 0 1.5em 1.3em; }
li{ margin: 0 0 0.25em 0; }

input, textarea{
  border: solid 1px #dddddd;
  padding: 4px;
  color: #333;
  }
input[type="image"]{ border: none; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

table{
  width: 100%;
  margin: 0 0 1.5em 0;
  border-collapse: collapse;
  }
table th{
  padding: 4px 8px;
  font-weight: bold;
  border: solid 1px #dddddd;
  color: #333333;
  background: #d6d6d6 url(/cdn/shop/t/3/assets/table-header-depth.png?17034270756562964948) 0 100% repeat-x;
  }
table td{
  padding: 4px 8px;
  border: solid 1px #dddddd;
  }
tfoot th{ background: transparent; }


/**
 * Structure
 */

html,body { height: 100%; }

.wrapper{
  width: 100%;
  margin: 0 auto;
  min-height: 100%;
  background-color:white;
  box-sizing: border-box;
  }
.ie6 .wrapper{ height: 100%; }

#col-main {
  width: calc( 100% - 215px );
  border-left: 1px dashed #1E9485;
  height:100%;
  padding: 0 0px 0px 20px;
  }

#col-main.content{
  
  }
#col-main.full{
  width: 100%;
  float: none;
  border-left: none;
  height: 100%;
  padding: 0 0 20px 0;
}

#col-widgets{
  width: 195px;
  border-bottom: 20px solid white;
  }

*{box-sizing: border-box;}


/** start of mobile menu **/

   #mobile_menu_button {
      display:none;
      position:absolute;
      cursor:pointer;
     
      top:115px;
      left:15px;
      height:55px;
      width:55px;

      padding-top:2px;
     
      background-image: url(/cdn/shop/t/5/assets/hamburger.png?v=173565103333908892081489526182);
      background-size:35px;
      background-repeat:no-repeat;
      background-position: 10px 20px;
      background-color:#B3DBD6;
   
      color:black;
      text-align:center;
     
    }
   #mobile_menu_close {
   	  cursor:pointer;
     float:right;
   }
 	
	#mobile_menu_close h1 { 
      padding:10px; 
      margin-right: 20px; 
      width:20px;
    }

	#mobile_menu_close h1:hover {
      color: #6db038;
    }

   #mobile_menu {
      position: fixed;
      width: 100%;
      height: 100%;
      background-color: #F6F2DF;
      
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);	
      -o-transform: translateX(-100%);
      transform: translateX(-100%);
      
      -webkit-transition: transform 0.3s ease-in-out;
      -moz-transition: transform 0.3s ease-in-out;
      -ms-transition: transform 0.3s ease-in-out;
      -o-transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out;
      z-index: 999;
      margin: 0 auto;
      overflow: scroll;
    }

   #mobile_menu.mobile-view {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
    }

#mobile_menu {
  		-webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-family: Helvetica, Arial, sans-serif;
}

 #mobile_menu::-webkit-scrollbar {
  	width: 0;
 }

.mobile-logo {
  		margin: 0 0 0 20px;
	
  		
}

.mobile-logo img {
       	display: block;
       	margin: auto;
    	width:80%; 	
}

   #mobile_menu > ul > li a {
    	display: block;
        font-size:16px;
        height: 100%;
     	width: 65vw;
     	text-decoration:none;
    
   }

#mobile_menu > ul {
    width: 95%;
    display:block;
    margin: 0 auto;
  	list-style:none;
}

#mobile_menu > ul > li {
    border-top: 1px solid grey;
    width: 100%;
    margin: 0;
    line-height: 2;
}

#mobile_menu > ul > li:last-child {
    border-bottom: 1px solid grey;
}


#mobile_menu ul.sub-menu {
    display:none;
  	width: 100%;
    margin: 0;
  	list-style:none;
}

#mobile_menu .expanded > ul.sub-menu{
	display:block;
      
}

#mobile_menu .expanded ul.sub-menu > li {
	border-top: 1px solid grey;
    width: 100%;
    margin: 0;
    line-height: 2;
}	
#mobile_menu .expanded ul.sub-menu > li > a {
        font-size:16px;
        height: 100%;
     	text-decoration:none;
}

#mobile_menu .expanded ul.sub-menu li:last-child {
	border-bottom: none:
}

   #mobile_menu ul li ul li a { margin-left:20px; }
   #mobile_menu ul li ul li ul li a { margin-left:40px; }
   #mobile_menu ul li ul li ul li ul li a { margin-left:60px; }
   #mobile_menu ul li ul li ul li ul li ul li a { margin-left:80px; }
   #mobile_menu ul li ul li ul li ul li ul li ul li a { margin-left:100px; }
   #mobile_menu ul li ul li ul li ul li ul li ul li ul li a { margin-left:120px;}
    
/** end of mobile menu **/

/**
 * Header
 */

#top{
  z-index: 100;
  background-image:url( /cdn/shop/t/3/assets/sackcloth.jpg?17034270756562964948 );
  background-size: cover;
  background-position: left bottom;
  width:100%;
  padding: 0 20px;
  }

.header-wrapper{
  width:100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.header_logo {
  margin-top: 5px;
  margin-bottom:5px;
}
 
.header_logo img{
  display:block;
  height: 100px;
}
.umbrella-wrapper {
 	width: 100%;
  	display: -webkit-flex;
  	display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  	
}


#site-title{
  font: normal 48px/1.0 Helvetica, Arial, sans-serif;
  color: #333333;
  margin: 0;
  }
#site-title a{
  text-decoration: none;
  color: #333333;
  }
#site-title a:hover{
  color: #6db038;
  }
/** Swym container **/

.swym-container {
 	font-size: 25px;
  	float: right;
    border-radius: 3px;
    padding: 4px 4px 0px 4px;
}
.product-grid-image-div:hover > .swym-container {
	background-color: white;
}

.product-grid-image-div:hover > .swym-container .swym-add-to-wishlist-view-product:after  {
	color:#FF4500;
}
/**
 * Top Menu
 */

#top-menu{
  padding: 20px 0 20px 0;
  margin: 0 0px 0 0px;
  }

#top-menu ul{
  display: table;
  width: 95%;
  margin: 0 auto;
  }

#top-menu li{
  display: table-cell;
  }
#top-menu a{
  color: black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0px 10px;
  display: block;
  background-color:#B3DBD6;
  line-height:2.0em;
  border-right: 4px solid #FFFFFF;
  text-align:center;
}


li a:hover {
    color: #6db038;
}


.show-hide-icon:hover {
}

#top-menu a:hover,
#top-menu a.active {
  color: white;
  background: #008675;
  }

#top-menu li.last a{
border-right: none;
 }

/* dropdown menus */
#top-menu .has-dropdown{
  position: relative;
  }
.js #top-menu .has-dropdown a{
  padding-right: 24px;
  }

.js #top-menu .nav-arrow{
  position: absolute;
  top: 45%;
  right: 10px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #666666;
  display: block;
  }

#top-menu ul ul{
  clear: none;
  position: absolute;
  z-index: 30;
  background: #ffffff;
  top: 0;
  left: -1px;
  padding: 5px 0;
  display: none;
  width: 175px;
  -moz-box-shadow: 0 2px 3px #dddddd;
  -webkit-box-shadow: 0 2px 3px #dddddd;
  box-shadow: 0 2px 3px #dddddd;
  }
.ie6 #top-menu ul ul,
.ie7 #top-menu ul ul,
.ie8 #top-menu ul ul{
  border: solid 1px #dddddd;
  border-width: 0 1px;
  }
#top-menu ul .first ul{
  left: 0;
  }

#top-menu ul ul li{
  float: none;
  display: block;
  padding: 5px 10px;
  }
#top-menu ul ul a{
  font: 12px Helvetica, Arial, sans-serif;
  margin: 0; padding: 0;
  display: block;
  border: none;
  }
#top-menu ul ul a:hover{
  text-decoration: underline;
  }


/**
 * Header Search
 */

#header-search{
  margin: 40px 0 20px 20px;
  }
#header-search #top-search-input{
  width: 150px;
  font-size: 12px;
  padding: 6px 3px;
  border: solid 1px #6D6D6D;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: px;
  float: left;
  }
#header-search #top-search-submit{
  border: none;
  width: 25px;
  height: 25px;
  
  background: url(/cdn/shop/t/3/assets/icon-search.png?17034270756562964948) 0 0 no-repeat;
  
  float: left;
  margin-left:8px;
  font-size: 0; /* ie7 */
  line-height: 50px; /* ie7 */
  }
#header-search #top-search-submit:hover{
  
  background-position: 0 -25px;
  
  }

#header-search{
  width: 200px;
  }



/**
 * Shopping Cart at the Top
 */

#umbrella{
  background: #eeeeee;
  font-size: 10px;
  font-weight: bold;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  color: #666666;
  }

#umbrella ul{
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  }
#umbrella li{
  display: -webkit-flex;
  display: flex;
  padding: 6px 5px 6px 0px;
  margin: 0 4px 0 4px;
  border-right: solid 1px #cccccc;
  font-weight: normal;
  }
#umbrella p{
  margin: 0;
  }
#umbrella a{
  color: #666666;
  text-decoration: none;
  }
#umbrella a:hover{ color: #6db038; }

#umbrella .num-items-in-cart .icon{
  display: block;
  padding: 0 0 0 26px;
  
  background: url(/cdn/shop/t/3/assets/cart-icons.png?17034270756562964948) 0 0 no-repeat;
  
  }
#umbrella .num-items-in-cart:hover .icon{
  
  background: url(/cdn/shop/t/3/assets/cart-icons.png?17034270756562964948) 0 -29px no-repeat;
  
  }

#umbrella .checkout-link{
  padding: 0;
  margin-right: 0;
  border: none;
  }
#umbrella .checkout-link a{ color: #000000; }
#umbrella .checkout-link a:hover{ color: #ffffff; }

/**
 * Sections
 */

.section-details{
  margin: 0 0 10px 0;
  }
.section-details a{
  color: #666666;
  text-decoration: none;
  }
.section-details .view-more{
  float: right;
  line-height: 32px;
  }

 .section-title{
   font-size: 20px;
   font-weight: bold;
  /* color: #A2484B; */
   text-transform: uppercase;
   text-decoration: none;
  }

.diagonal-divider{
  margin: 0 0 20px 0;
}

#page-title{
  text-transform:uppercase;
}

#page-header h2 {
	margin-top: 0px;
}


/**
 * Product and Collection Grid
 */

.product-grid{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  list-style: none;
  margin: 0;
  color: #666666;
  }
.product-grid li{
  margin: 0 15px 12px 0px;
  overflow: hidden;
}

.product_thumb_square {
  background-size: cover;
  min-width: 150px;
  min-height: 150px;
  -webkit-flex-grow:1;
  flex-grow: 1;
}

.product-grid img{
  display: block;
  margin: 0 auto;
  }

.product-grid a{
	font-size: 15px;
	font-weight: bold;
	/*color: #A2484B;*/
	text-transform: uppercase;
	text-decoration: none;
  }
.product-grid a:hover{
  color: #008675;
  }

.product-grid li {
  display: block;
  }


.product-grid li { width:calc(16.66% - 15px); }

@media only screen and (max-width: 1200px) {
  .product-grid li { width:calc(20% - 15px); }
}

@media only screen and (max-width: 900px) {
  .product-grid li { width:calc(20% - 15px); }
}

@media only screen and (max-width: 500px) {
  .product-grid li { width:calc(33.33% - 15px); }
}

@media only screen and (max-width: 350px) {
  .product-grid li { width:calc(50% - 15px); }
}

@media only screen and (max-width: 250px) {
  .product-grid li { width:calc(100% - 15px); }
}

 
.product-grid-image-div {
    width: 100%;
  	padding-top:100%;
	background-size:cover;
  }

  
.product-link {
  overflow:none;
}

.product-photo{
  width: 185px;
  height:185px;
  }
.ie6 .product-grid{ overflow: hidden; }

.product-information{
  padding-top: 4px;
  }
.product-information h3{
  font: normal 24px/1 Helvetica, Arial, sans-serif;
  margin: 5px 0 10px 0;
  }
.product-information p{
  line-height: 1.4em;
  margin: 0 0 .75em 0;
  }

.product-price{
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  padding: 4px 8px;
  text-align: right;
  font-weight: bold;
  color: #333333;
  filter: alpha(opacity=85); /* internet explorer */
  -moz-opacity: 0.85;       /* mozilla, netscape */
  opacity: 0.85;           /* fx, safari, opera */
  background: #ffffff;
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
  }
#featured-grid .product-price.sale, .sale {
  background-color: #444444;
  color: #ffffff;
  }

#featured-grid li{
  width: 240px;
  background: #f6f6f6;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  }
#featured-grid .product-photo{
  max-width: 240px;
  }
#featured-grid .product-price{
  top: -30px;
  right: 0;
  bottom: auto;
  padding: 3px 8px;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  }



/**
 * Single Product
 */

#product {
	display: -webkit-flex;
  	display: flex;
  	-webkit-justify-content: space-around;
  	justify-content: space-around;
   	-webkit-flex-flow: row-reverse;
   	flex-flow: row-reverse;
}

#product-information{
 text-align: left;
 padding:0 20px 0 0px;
 -webkit-flex-grow:1;
 flex-grow:1;
}

#product-information .description b {
/* color: #A2484B;*/
}

#product-information .description strong {
 /*color: #A2484B;*/
}

#product-actions{
  overflow: hidden;
  }

#purchase{
  width:100%;
  float: left;
  text-align: left;
  }
.sold-out #purchase{
  float: none;
  text-align: left;
  }
#add-to-cart{
  float:right;
  margin: -8px 0 0 0;
  }

#product-title{
  margin: 0 0 5px 0;
  font-size: 15px;
  font-weight: bold;
  /*color: #A2484B;*/
  text-transform: uppercase;
  text-decoration: none;
  }

#product-vendor{
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  }
#product-vendor a{
  text-decoration: none;
  }

#product-actions select{
  padding: 3px;
  }
#product-actions .price{

  }
#product-actions .price strong{
  font-weight:normal;
  }

#product-actions .price_metre strong{
  font-weight:normal;
  }

#product-actions .compare_at_price{
  font-size: 12px;
  display: block;
  }


.product_label {
/* color: #A2484B; */
font-weight: bold;
}


.variants-wrapper{
  text-align: right;
  margin: 0 0 8px 0;
  }
.selector-wrapper{
  margin: 0 0 8px 0 ;
  }
.selector-wrapper label{
  margin: 0 5px 0 0;
  text-align: right;
  }

#add-to-cart-msg{
  background: #fff7a0;
  padding: 10px;
  display: none;
  margin-bottom:10px;
  }


/**
 * Zoomy product gallery, with thumbs
 * @see https://github.com/benwatts/enhance-gallery
 */

#product-gallery,
#active-wrapper{
  -webkit-flex-grow:1;
  flex-grow:1;
  min-width:370px;
  }

#active-wrapper {
  margin: 0 0 10px 0;
  
  }
#active-wrapper img{
  display: block;
    margin: auto;
  }
#active-wrapper .zoomed{
  position: absolute;
  top: 0;
  left: 0;
  }

#active-image-loading{
  background: #fff url(/cdn/shop/t/3/assets/icon-loading.gif?17034270756562964948) 50% 50% no-repeat;
  width: 40px;
  height: 40px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  position: absolute;
  top: 42%;
  left: 42%;
  z-index: 2;
  text-indent: -900em; overflow: hidden;
  }

#thumbs{
  display: -webkit-flex;
  display: flex;
  margin: 5px 0 0 0;
  list-style: none;
}


#thumbs li{
  margin: 0 8px 8px 0;
  width: 54px;
  height: 54px;
  text-align: center;
  }
.no-js #thumbs li{ margin-right: 6px; }
#thumbs li.last-in-row{
  margin-right: 0;
  }
#thumbs a{
  display: block;
  border: solid 1px #dddddd;
  padding: 1px;
  }
#thumbs a:hover{
  border: solid 1px #6db038;
  }
#thumbs img{
  margin: 0 auto;
  display: block;
  }



/**
 * Content
 */

.content-wrapper {
  width: 95%;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}


.content{
  padding-bottom: 20px;
  

  line-height: 1.5em;
  }
.content.description{ /* collection descriptions */
  
  padding: 10px 20px 0 20px;
  

  margin: 15px 0 15px 0;
  float: left;
  width: 100%;
  }

article{
  margin: 20px 0 20px 0;
  
  background: url(/cdn/shop/t/3/assets/diagonal-light-grey.png?17034270756562964948) 0 100% repeat-x;
  
  padding: 0 0 10px 0;
  }
.templateArticle article{ margin-top: 0; }

article .author{
  color: #999;
  font-style: italic;
  line-height: 20px;
  }
article footer{
  font-size: 11px;
  padding-top: 20px;
  }
article footer p{ margin: 0; }
article footer .author{ float: left; }
article footer .comments-link{ float: right; }
article footer .btn { padding: 2px 10px; }



/**
 * Pagination
 * Modified from http://twitter.github.com/bootstrap/
 */

.pagination {
  height: 30px;
  margin: 18px 0;
  }
.pagination ul {
  float: left;
  margin: 0;
  border: 1px solid #dddddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  background: #ffffff;
  }
.pagination li {
  display: inline;
  }
.pagination a {
  float: left;
  padding: 0 14px;
  line-height: 28px;
  border-right: 1px solid #dddddd;
  text-decoration: none;
  color: #666666;
  }
.pagination a:hover, .pagination .active a {
  color: #000000;
  background-color: #008675;
  background: #B3DBD6 url(/cdn/shop/t/3/assets/btn-small-depth.png?17034270756562964948) 0 100% repeat-x;
  }
.pagination .active a{
  border-right-color: #ffffff;
  }
.pagination .disabled a, .pagination .disabled a:hover {
  background: transparent;
  color:  #dddddd;
  cursor: default;
  }
.pagination .next a {
  border: 0;
  }

.pagination-num-showing{
  float: right;
  line-height: 28px;
  font-size: 11px;
  color: #666666;
  }


/**
 * Widgets in the Right Column
 */

#col-widgets{
 /* background-image:url( /cdn/shop/t/3/assets/menu_background.jpg?17034270756562964948 );
 */ background-repeat: repeat-y;
  width:195px
    border-bottom: 5px solid white;
  
  }

#col-widgets a{ 

	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;

}
#col-widgets a:hover{
  color: #8F887D
}

.widget{

  }

.widget h3{
  font: normal 24px Helvetica, Arial, sans-serif;
  color: #333333;
  margin: 0 0 10px 0;
  }
#col-widgets .widget h3 a{
  color: #333333;
  text-decoration: none;
  }

.widget ul{ margin: 0; }
.widget li{
  padding: 0px;
  list-style: none;
  }

.widget-btns a{
  background: #ffffff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  display: block;
  padding: 6px 12px;
  margin: 0 0 6px 0;
  text-decoration: none;
  overflow: hidden; height: 1%;
  }
.widget-btns img{
  display: block;
  float: left;
  margin: 0 6px 0 0;
  }
.widget-btns .btn-text{
  display:block;
  width: 165px;
  float: right;
  }

/** twitter widget */
.no-js #widget-twitter{ display: none; }
.widget .tweet_list{
  margin: 0;
  list-style: none;
  }
.widget .tweet_list li{
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: dotted 1px #cccccc;
  background: none;
  word-wrap: break-word;
  line-height: 1.3em;
  }


/** linklist widget */
.widget-linklist li{
  margin:0;
  font-weight: bold;
  }

/** linklist widget submenus */
.widget-linklist li li a{
  padding: 5px 5px 5px 20px;
  font-weight: normal;
  }

/** linklist widget sub-submenus */
.widget-linklist li li li a{
  padding: 5px 5px 5px 40px;
  font-weight: normal;
  }

.widget-linklist-active {
  	/*background-color:#EDE4BE;*/ 
  	color: #008675;
  }

.widget-linklist li a{
  padding: 5px 5px 5px 10px;
  display: block;
 /* border-bottom: 1px solid black; */
  }

.footercolumns > .widget-linklist li a{
  border: none;
}


.ie7 .widget-linklist li a{
  float: left;
  }
  
/** mailing list widget */
  
#widget-mailing-list {
  margin: auto;
  width: 90%; 
  margin-top:10px; 
  margin-bottom:10px; 
}

#email-input{ 
  max-width:200px;
  margin-bottom:10px; 
}

#email-submit {
  display: block; 
}

#name-input {
  max-width:200px;
  margin-right: 20px;
  margin-bottom:10px;   
}

.success.feedback{
  font-weight: bold;
  color: green;
  }

/**
 * Customer Accounts
 */

.page-header #page-title{ float: left; border: none; margin: 0; }
.page-header #page-actions{ float: right; }

.templateCustomersLogin form input,
.templateCustomersRegister form input{
  
  }
.templateCustomersLogin form label,
.templateCustomersRegister form label{
  font-weight: 600;
  margin-right: 10px;
  min-width: 90px;
  line-height: 22px;
  }
.templateCustomersLogin .form-row,
.templateCustomersActivateAccount .form-row,
.templateCustomersRegister .form-row{
  margin: 0 0 8px 0;
  display: -webkit-flex;
  display: flex;
  text-align: right;
  }

@media only screen and (max-width: 450px) {
	.templateCustomersLogin .form-row, .templateCustomersRegister .form-row {
    	-webkit-flex-flow: column;
      	flex-flow: column;
      	text-align: left;
    	
    }

}

.templateCustomersLogin .action-bottom,
.templateCustomersRegister .action-bottom, .action-bottom {
  margin: 0px 0 0 0;
  }
.templateCustomersLogin .action-bottom .note,
.templateCustomersRegister .action-bottom .note{
  font-size: 11px;
  padding: 0 0 0 5px;
  line-height: 27px;
  }


/* >> login Form */
#customer-register .page-header {
	text-align: center;
  	margin-bottom: 20px;
}
#customer-accounts {
	width: inherit;
}

#customer-login form {
	margin-top: 20px;
}
#customer-login label {
 	margin-right: 10px;
  	font-weight: 600;
}
#customer-login, #customer-register ,
#recover-password{

  width: 100%;
  display: -webkit-flex;
    display: flex;
  -webkit-flex-flow:column;
  flex-flow: column;
  text-align: center;
}


#customer_login, #create_customer {
	display: -webkit-flex;
    display: flex;
  -webkit-flex-flow: column;
  flex-flow: column;
    margin: 0 auto;
}
#recover-password{
  display: none;
  }
#recover_email label{
  min-width: 75px;
  }
#forgot_password{
  margin: 2px 0 0 5px;
  font-size: 11px;
  float: left;
  }

#guest{
  float: right;
  width: 38%
  }


/* >> manage orders and addresses */
#customer_orders{
  width: 75%;
  float: left;
  }
#customer_sidebar{
  float: right;
  width: 20%;
  }
.address p,
.view_address p{ margin: 0; }

#view_address{
  border-top: solid 1px #dddddd;
  padding: 10px 0 0 0;
  margin-top: 10px;
  display: block;
  }

.address_actions{ float: right; }
.address_actions .action_edit{
  border-right: solid 1px #dddddd;
  padding-right: 10px;
  }
.address_actions .action_delete{ padding-left: 16px; }

.action_top{  margin: 0 0 20px 0; }

.action_edit,
.action_delete,
.action_add{
  display: inline-block;
  padding-left: 16px;
  }
.action_edit{ background: url(/cdn/shop/t/3/assets/edit-sml.png?17034270756562964948) 0 0 no-repeat; }
.action_delete{ background: url(/cdn/shop/t/3/assets/delete-sml.png?17034270756562964948) 0 1px no-repeat; }
.action_add{ background: url(/cdn/shop/t/3/assets/add-sml.png?17034270756562964948) 0 0 no-repeat; }

.default_address{
  color: #6db038;
  }
.address_table,
#add_address{
  border: dotted 1px #dddddd;
  padding: 10px;
  margin: 0 0 20px 0;
  }
.address_table .label,
#add_address .label{
  width: 125px;
  padding-left: 0;
  }
.address_table h4{
  padding: 0 0 5px 0;
  margin: 0 0 10px 0;
  }
.customer_address_table{ margin: 0; }
.customer_address_table td{ border: none; }
.customer_address_table input{ margin: 0 5px 0 0; }
.customer_address .action-bottom{ margin-left: 141px; }


/** >> view individual orders */
.order_date{
  border-bottom: solid 1px #dddddd;
  padding: 0 0 5px 0;
  margin: 0 0 20px 0;
  }

#order_address{
  overflow: hidden; height: 1%;
  margin: 0 0 20px 0;
  }
#order_address #order_payment,
#order_address #order_shipping{
  float: left;
  width: 46%;
  margin-right: 2%;
  }



/**
 * Comments
 */

.comment{
  margin: 0 0 20px 0;
  }

.comment-author{
  float: left;
  width: 18.0%;
  padding: 12px 0 0 0;
  font-weight: bold;
  text-align: right;
  color: #333333;
  }

.comment-content{
  background: #ffffff;
  float: right;
  width: 75%;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  position: relative;
  padding: 15px;
  color: #666666
  }
.comment-arrow{
  width:0px;
  height:0px;
  border-bottom:8px solid transparent;
  border-top:8px solid transparent;
  border-right:8px solid #ffffff; /* arrow colour */
  font-size:0px;
  line-height:0px;
  position: absolute;
  top: 14px;
  left: -8px;
  }

.comment-posted{
  font-style: italic;
  margin: 0;
  font-size: 11px;
  line-height: 1;
  color: #cccccc;
  }


.comment-form label{
  display: block;
  width: 130px;
  float: left;
  }
.comment-form #comment-submit{
  margin: 0 0 10px 130px;
  }
.comment-form div{
  margin: 0 0 10px 0;
  }
.comment-form .text{
  float: left;
  border: solid 1px #ccc;
  padding: 5px;
  width: 150px;
  color: #666;
  }
.comment-form .text:focus{
  border-color: ;
  }
.comment-form textarea.text{
  width: 500px;
  }

.has-error label{ color: #e0360f; }
.has-error label.error-msg{ color: #fff; }
.has-error input,
.has-error textarea,
.has-error .text{
  border: solid 1px #ff0000;
  -webit-box-shadow: 0 0 4px rgba(255,0,0,.6);
  -moz-box-shadow: 0 0 4px rgba(255,0,0,6);
  box-shadow: 0 0 4px rgba(255,0,0,.6);
  }

.error-msg,
.success-msg,
.errors{
  padding: 10px;
  color: #fff;
  text-align: left;
  background: url(/cdn/shop/t/3/assets/btn-small-depth.png?17034270756562964948 0 100% repeat-x);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  }
.error-msg,
.errors{
  background-color: #770e00;
  }
.success-msg{
  background-color: #387700;
  }

.errors{ margin: 0 1em 1.5em 0; }
.errors ul,
.errors li{ margin: 0; list-style: none; }



/**
 * Search
 */

#search-form{
  padding: 0 0 20px 0;
  overflow: hidden; height: 1%;
  }
#search-form #q{
  font-size: 16px;
  padding: 6px;
  border: solid 1px #dddddd;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  }
#search-form #search-submit{ /* overriding some of .btn's styles */
  padding-top: 7px;
  padding-bottom: 6px;
  width: 100px;
  }
.ie7 #search-form #search-submit{
  border: none;
  }

.results .item{
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: solid 1px #dddddd;
  }
.results .thumbnail{
  float: left;
  }
.results .search-excerpt{
  margin: 0 0 0 75px;
  }



/**
 * Cart
 */

#cartform table{
  width: 100%;
  margin: 0 0 20px 0;
  }
#cartform table td{
  text-align: center;
  vertical-align: middle;
  padding: 5px;
  }
#cartform table th{
  text-align: center;
  }
col.checkout-image{ width: 50px; }
col.checkout-delete{ width: 80px; }


#cartform td a { 
  flex:1;
}

.cart-product-cell {
 display:flex; 
 flex-wrap: wrap;
 justify-content:space-around;
 align-items:center;
}

.item {
	   border-collapse: collapse;
}

#cartform .cart-title { 
  flex:1;
  text-transform:uppercase; 
  font-weight:bold; 
  text-decoration:none;
  font-size:14px;
}

#cartform input.text { border: solid 1px ; padding: 4px; color: ; text-align: center; }

#cartform .subtotal{
  text-align: center;
  }
#cartform .update-quantities{
  text-align: center;
  padding: 5px;
  width: 170px;
}


@media only screen and (max-width: 800px) {
  #update-cart {
    width:80px;
  }
  
  #cartform td img {
    max-width:80px;
  }
}
  
.cart-bottom {
   display:flex; 
  flex-wrap: wrap;
  justify-content:space-between;
}

#checkout-proceed{
  float:right;
  min-width:160px;
  min-height:160px;
}

#checkout-proceed button {
  float:right;
}

#checkout-proceed label {

}

#checkout-addnote{
  flex:1;
  min-width: 160px;
  padding-bottom:20px;
}

@media only screen and (max-width: 460px) {
  
  #checkout-proceed{
  	width:100%;
    -webkit-justify-content: space-around;
  	justify-content: space-around;
    
  }
  #checkout-addnote{
	width:100%;
    display:-webkit-flex;
    display: flex;
  }
}
#checkout-addnote a{
  display: block;
  }
#checkout-addnote textarea{
  border: solid 1px #dddddd;
  color: #666666;
  width: 250px;
  height: 60px;
  padding: 4px;
  }
.js #checkout-addnote textarea{
  display: none;
  }

#additional-checkout-buttons{
  padding: 5px;
  margin: 5px 0 0 0;
  }
#additional-checkout-buttons-label{
  border-bottom: solid 1px #dddddd;
  display: block;
  margin: 0 0 8px 0;
  font-size: 11px;
  font-weight: bold;
  }



/**
 * Footer
 */

#bottom{
  padding: 0px 0;
  margin: 0px 0px 0px 0px;
  font-size: 11px;
  clear: both;
  overflow: hidden;
  height: 1%;
  color: #999999; 
  border-top: dashed 1px #1E9485;
  background-color: #F6F2DF;
}

#bottom-inner {
 	width:95%;
 	margin: 0 auto;
 	display: -webkit-flex;
 	display: flex;
  	-webkit-justify-content: space-between;
  	justify-content: space-between;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

.footer-column a{
 text-decoration: none;
}

.footer-column {
 box-sizing:border-box;
 width: 33.33%;
 padding: 20px 20px;
 border-right: dashed 1px #1E9485;
 color: #231f20;
}

.footer-column:first-child {
	padding-left: 0px;
}

.footer-column:last-child{
	padding-right: 0px;
	border-right: none;
}

.footercolumns{
  	
  	width: 100%;
  	height:100%;
  	padding: 0px;
}

#email-input {
}

#name-input {
}

.newsLetterLabel {
  display: block;
  width: 100%;
}

#newslettersignup {
 font-weight:bold; 
 line-height:20px; 
 font-size:11px;  
 max-width: 300px; 
}

#footer-left{
  width: 100%;
  text-align:center;
  background-color: #fafce5;
}

.copyright {
 	background-color: #fafce5;
  	padding: 5px;
 	width: 100%
    height: 100%
    margin: auto;
}

#footer-right{
  width: 280px;
  float: right;
  }

#bottom a{ color: #999999;}
#bottom a:hover{ color: #6db038;}
#bottom p{ line-height: 1.5em }

#footer-nav{
  -webkit-flex-grow: 1;
  flex-grow: 1;	
  }

#footer-nav a{
 text-decoration: none;
}
#footer-nav ul{ margin: 0; }
#footer-nav li{
  padding: 0px;
  list-style: none;
  }

#sm-icons{
  float: right;
  margin: 0;
  }
#sm-icons li{
  margin: 0 0 0 5px;
  padding: 0;
  }

#sharing{
  width: 100%;
  margin: auto;
  padding: 0 0 0 0;
  border-bottom: 1px solid #dddddd;
  }
#sharing ul{
  max-width:373px;
  -webkit-flex-grow:1;
  flex-grow:1;
  margin: auto;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  }
#sharing li {
  margin: auto;
  }

.icon-social{
  width: 32px;
  height: 32px;
  
  background: url(/cdn/shop/t/3/assets/social-icons-light-bg.png?17034270756562964948) no-repeat;
  
  display: block;
  }
  
.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; }

#footer-payment-methods{
  clear: both;
  border-top: solid 1px #D7D7D7;
  padding: 15px 0 0 0;
  text-align: center;
  }
#footer-payment-methods p{
  margin: 0 0 5px 0;
  text-transform: uppercase;
  }

/**
 * Homepage Carousel
 */

/* Adjust this to alter the width and height of the carousel. */
#carousel,
#carousel .items > li{
  width: 740px;
  height: 300px;
  }

#carousel-wrapper{ margin: 0 0 30px 0; }

#carousel{
  position: relative;
  z-index: 50;
  overflow: hidden;
  background: #F4F4F4;
  }
#carousel p,
#carousel li{
  margin: 0;
  }

#carousel .items{
  margin: 0;
  padding: 0;
  width: 20000em;
  position: absolute;
  z-index: 1;
  }
#carousel .items > li{
  float: left;
  list-style: none;
  }

#carousel .items img{ max-width: 100%; } /* I was on the fence about adding this line in, but hope it will do some good */

#carousel-controls{ margin-top: 10px; }


#carousel .browse{
  width: 20px;
  height: 100%;
  background: #ffffff;
  position: absolute;
  z-index: 100;
  cursor: pointer;
  opacity: .9;
  display: none;
  }
#carousel-next{
  top: 0;
  right: 0;
  }
#carousel-prev{
  top: 0;
  left: 0;
  }

#carousel .arrow{
  display: block;
  position: absolute;
  top: 46%;
  }
#carousel-next .arrow{
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #cccccc;
  left: 5px;
  }
#carousel-prev .arrow{
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right:10px solid #cccccc;
  right: 5px;
  }

#carousel .browse:hover{ background: #dddddd; }
#carousel-next:hover .arrow{ border-left-color: #666666; }
#carousel-prev:hover .arrow{ border-right-color: #666666; }
#carousel-slide-menu{list-style-type:none; text-align: center;}
#carousel-slide-menu li{width:14px; height:14px; border-radius:7px; background: #000000; display:inline-block; margin:10px 3px 0; cursor: pointer;}
#carousel-slide-menu .active{background:#bbbbbb;}

/**
 * Utils
 */

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after {display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.left{ float: left; }
.right{ float: right; }

.btn,
a.btn{
  display: inline-block;
  background: #B3DBD6 url(/cdn/shop/t/3/assets/btn-small-depth.png?17034270756562964948) 0 100% repeat-x;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #B3DBD6;
  color: #000000;
  padding: 5px 10px 4px 10px;
  text-decoration: none;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
  text-align: center;
  cursor: pointer;
  }
  
.btn.disabled:hover,
a.btn.disabled:hover{
  border: solid 1px #B3DBD6;
  background: #B3DBD6 url(/cdn/shop/t/3/assets/btn-small-depth.png?17034270756562964948) 0 100% repeat-x;
  color: #000000;
  }
  
.disabled{-moz-opacity:0.30;opacity:.30;filter:alpha(opacity=30);cursor:default;}

.btn:hover,
a.btn:hover{
  border: solid 1px #008675;
  background: #008675 url(/cdn/shop/t/3/assets/btn-small-depth.png?17034270756562964948) 0 100% repeat-x;;
  color: #ffffff;
  }

.btn-reversed{
  border: solid 1px #008675;
  background: #008675 url(/cdn/shop/t/3/assets/btn-small-depth.png?17034270756562964948) 0 100% repeat-x;;
  color: #ffffff;
  }
.btn-reversed:hover{
  background: #B3DBD6 url(/cdn/shop/t/3/assets/btn-small-depth.png?17034270756562964948) 0 100% repeat-x;
  border: solid 1px #B3DBD6;
  color: #000000;
  }



/**
 * Contact/Newsletter Forms
 */

.contact-form ul{
  margin: 0;
  }
.contact-form li{
  list-style: none;
  margin: 0 0 8px 0;
  }

.contact-form label{
  display: block;
  min-width: 90px;
  float: left;
  }
.contact-form textarea{
  width: 400px;
  height: 100px;
  }
.contact-form .type-submit{
  margin: 0 0 0 90px;
  }

.contact-form .error-msg{
  float: none;
  display: inline;
  margin: 0 0 0 10px;
  font-size: 11px;
  padding: 6px;
  }
.contact-form .has-error input{
  border: solid 1px #ef3a22;
  }

/**
 * Some print style resets
 */

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

/**
 * No products
 * Visible only to an empty store.
 */

#featured-grid .placeholder{
  display: block;
  width: 240px;
  height: 200px;
  background: #B3DBD6 url(/cdn/shop/t/3/assets/placeholder-product.png?17034270756562964948) 50% 50% no-repeat;
  }

.product-grid .placeholder{
  width: 177px;
  height: 130px;
  display: block;
  background: #B3DBD6 url(/cdn/shop/t/3/assets/placeholder-product.png?17034270756562964948) 50% 50% no-repeat;
  }


.no-products{
  position: relative;
  }
.no-products-overlay{
  opacity: .75;
  background: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BFffffff', endColorstr='#BFffffff',GradientType=0 );
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  }
.ie7 .no-products-overlay,
.ie8 .no-products-overlay{ background: transparent; }

.no-products-post-it{
  position: absolute;
  top: 125px;
  left: 198px;
  z-index: 5;
  width: 345px;
  height: 193px;
  background: url(/cdn/shop/t/3/assets/no-products-post-it.png?17034270756562964948) 0 0 no-repeat;
  font-family: georgia, serif;
  font-size: 16px;
  color: #4b4a43;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  }
.no-products-post-it-content{
  padding: 65px 20px 20px 20px;
  line-height: 1.4em;
  }
.no-products-post-it em{
  display: block;
  color: #3b3a34;
  font-weight: bold;
  font-style: italic;
  font-size: 20px;
  margin: 0 0 10px 0;
  }
.no-products-post-it a{
  color: #25669c;
  }

/* Added by Caroline on January 14th for Customizr */

#product-actions input.text,
#product-actions input[type=text],
#product-actions textarea {
  width: 90%;
}

#product-actions input[type=text]:invalid,
#product-actions textarea:invalid {
  -moz-box-shadow:       inset 0 0 1px 1px #FF9494;
  -webkit-box-shadow:    inset 0 0 1px 1px #FF9494;
  box-shadow:            inset 0 0 1px 1px #FF9494;
}

.error span {
  line-height: 2;
  color: red;
}

.fb-overall-like {
 display: block;
 margin: 0 auto;
 margin-top:1px;
 margin-bottom: 1px; 
}

.footercolumns > .fb-overall-like {
 display: -webkit-flex;
 display: flex;
 -webkit-justify-content: space-around;
  justify-content: space-around;
}

.sidebar_plus {
	float:right;
	margin-right:5px;
  	margin-top: 3px;
  	width:16px;
  	cursor:pointer;
}
.mobile-show{display: none;}
.mobile-hide{display: block;}

@media only screen and (max-width: 725px) {
     
  #product-gallery,
  #active-wrapper{
    min-width: 100px
  }
  
   #mobile_menu_button {
    display:block;  
  }
  
  .footer-column {
 	width:100%;
    padding: 30px 0px;
    border-right: none;
  }
  
  .content-wrapper {
   width: 95%; 
  }
  
  #bottom-inner {
    width:95%;
  }
  
  #header-search {
  	margin: 0;
  }
  
  .search-wrapper {
  	margin-bottom: 3px;
  }
  
  #top-menu {
     
  }
  
  #col-widgets {
  display: none;
  }
  
  .content-wrapper { padding: 0; }
  
  #col-main {
  	width: 100%;
    border-left: none;
    padding: 0;
  }
  
  #product-information{
    padding: 20px 0px;
  }
  
  .product-grid {
  	-webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .product-grid li {
  	margin: 0 7.5px 5px 7.5px;
  }
    
  .header_logo {
  	width: 100%;
  }
  
  .header_logo img { margin: 0 auto;}
  .header-wrapper {
	-webkit-justify-content: space-around;
  	justify-content: space-around;
    -webkit-flex-flow: row wrap;
 	flex-flow: row wrap;
  }
  .umbrella-wrapper {
    -webkit-justify-content: space-around;
  	justify-content: space-around;
  }
}

@media only screen and (max-width: 1090px) {
 
  .mobile-hide{display: none;}
  .mobile-show{
    width: 100%;
    text-align: center;
    display: block
  }  
  
  #product {
  -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  
   #product-information{
    padding: 20px 0px;
  }
  
}


/* Mobile menu expand/shrink divs */

.menu-parent > .show-hide-icon {
  width: 15vw;
  background-image:url(/cdn/shop/t/5/assets/plus.png?v=21935277124431628111489526185);
  background-size:25px;
  cursor:pointer;
  background-repeat: no-repeat;
  background-position: right;
}

.expanded > .show-hide-icon {
  width: 15vw;
  background-image:url(/cdn/shop/t/5/assets/minus.png?v=78157810437999375511489526185);
  background-size: 25px;
  cursor:pointer;
  background-repeat: no-repeat;
  background-position: right;
}

.menu-parent {
   display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; 
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}


.in-store-pickup {
  background-color:red;
  display:none; 
}



.popupbg {
display:none;
}


.popupbg.active {
    position: fixed;
    top: 50%;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 9999;
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.3);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.popup {
    position: fixed;
    z-index: 10000;
    max-width: 630px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -webkit-transform-style: preserve-3d;
    width: 100%;
    box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.25);
    background-color: #eee;
}

.popup,
.popup * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.popup .inner {
    padding: 0;
    clear: both;
}

.popup .inner .popupContent {
    float: left;
    width: 100%;
    padding: 30px;
    font-size: 13px;
}

.popup .inner .popupContent input {
    width: 100%;
    padding: 10px;
    margin: 0 0 10px;
}

.popup .inner .popupContent .btn {
    padding: 10px 20px;
    background: #fff;
    border: 0;
    text-transform: uppercase;
    font-family: "gothambold";
    margin: 0 0 20px;
}

.popup .inner .popupContent a {
    color: #222;
}

.popup .inner .title {
    padding: 30px 30px;
    float: left;
    width: 100%;
    background: #fff;
}

.popup .inner .title h1 {
    font-family: "osreg";
    margin: 0;
}

.popup .inner .title .close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #222;
    background: #eee;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    height: 65px;
    width: 65px;
    text-align: center;
    padding: 26px 0 0;
    cursor: pointer;
    font-size: 11px;
}

.popup .inner .title .closeX {
    position: absolute;
    top: -10px;
    right: 0;
    font-size: 32px;
    padding: 20px;
}

.laybuyPop {
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 30px;
    max-width: 800px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    background: #fff;
    z-index: 999999999;
    top: 10%;
    top: 10vh;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    display:none;
}

.laybuyPop .s-popupClose {
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
    cursor: pointer;
}

.laybuyPop .s-popupWrap {
    max-width: 800px;
    width: 100%;
    margin-top: 10%;
    margin-left: -400px;
    left: 50%;
    background-color: #fff;
}

@media screen and (max-width:840px) {
    .laybuyPop .s-popupWrap {
        margin-left: 0;
        left: 0;
    }
}

.laybuyPop .popLogo {
    max-width: 230px;
    margin: 0 auto 30px;
}

.laybuyPop .s-heading2 {
    max-width: 425px;
    width: 100%;
    color: #1da8ce;
    text-transform: none;
    letter-spacing: 0;
    font-size: 21px;
    margin: 0 auto 25px;
    text-align: center;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
}

.laybuyPop .payLaybuyBtn {
    max-width: 305px;
    margin: 0 auto;
}

.laybuyPop .payLaybuyImg img {
    max-width: 250px;
    width: 100%;
}

.laybuyPop .min {
    font-size: 13px;
    text-align: center;
    color: #7c7c7c;
    margin: 30px 0 0;
}

.laybuySteps {
    list-style: none;
    border-top: 1px solid #e7e7e7;
    margin: 0;
    padding: 0;
    margin-top: 40px;
    padding-top: 40px;
}

.laybuySteps:after {
    content: "";
    display: table;
    clear: both;
}

.laybuySteps li {
    width: calc(100% / 4);
    float: left;
    /* 1024*/
    /* 784 */
    /* 640 */
    /* 432px */
}

@media (max-width:40em) {
    .laybuySteps li {
        width: calc(100% / 2);
        margin-bottom: 20px;
    }
}

.laybuySteps img {
    max-width: 50px;
    margin: 0 0 15px;
}

.laybuySteps .desc {
    max-width: 120px;
    width: 100%;
    margin: 0 auto;
}