/**** global css ****/

@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700);


body{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	margin: 0;
	font-size: 16px;
}

a {
	text-decoration:none; 
	color:black;
	
}

a:hover{
	color:#84ddf2;
}

a:visited {
	text-decoration:none; 
	color:black;	
}

.header-toolbar a {
	color: #84ddf2;
}

p{
	line-height:1em;
}

ul {
	list-style-type: none;
	padding:0;
	margin:0;
	-webkit-padding-start: 0;
	-webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

li {
	padding:0;
}


.right {
	float:right;
}
.left {
	float:left;
}
.middle {
	margin-top:10px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

h1, h2, h3, h4{
	font-weight:400;
	letter-spacing: .08em;
}

/**** theme.liquid ****/

.top-right-menu{
	padding-right:40px;
	margin-top: 15px;
	float: right;
	display: inline-block;
	font-size: .65em;
	
}

.top-right-menu li{
	display: inline-block;
	text-transform: uppercase;
	padding: 5px 7px 1px 1px;
	letter-spacing: .03em;
	margin: 0px 5px;
	padding-bottom: 6px;
	border-right: 1px solid #000;
	font-weight: 400;
	
}

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

ul.social-media-links li {
	display: inline-block;
}

li.cart {
	text-align: center;
	width:18px;
	color: #fff;
	font-size:1em;
	background: url(/cdn/shop/t/2/assets/bagicon.png?v=68954248113442067081451677368) no-repeat;
	display: inline-block;
	opacity: .7;
}
li.cart a{
	color: #fff;
	font-weight:700;
}
.top-left-menu{
	padding-left:40px;
	margin-top: 15px;
	float: left;
	display: inline-block;
	font-size: .65em;
}

.top-left-menu li{
	display: inline-block;
	text-transform: uppercase;
	padding: 5px 7px 1px 1px;
	letter-spacing: .03em;
	margin: 0px 5px;
	padding-bottom: 6px;
	border-right: 1px solid #000;
	font-weight: 400;
	
}

.top-left-menu li:last-child{
	border-right:none;
}

.container{
	position: relative;
	width: 100%;
	margin: 0px auto;
	background-color: $backgroundcolor;
}

.header-toolbar{
	display:block;
	background:#000;
	color: white;
	padding:10px 0;
	text-align: center;
	font-weight:400;
}

.close {
	color: white;
	padding-right: 20px;
	vertical-align:middle;
	font-weight:400;
	float: right;
	cursor: pointer;
}

.logo{

	font-size: 2.5em; 
	margin:0px auto; 
	text-align:center;
}

.logo a{
	color: #000;
}

nav {
	width:100%;
	margin: 0 auto;
	padding: 0;
}

.main-menu{
	display:block;
	padding-top:20px;
	padding-bottom:20px;
	font-size:1.1em;
	font-weight: 400;
	letter-spacing: .08em;
	text-align: center;
	
}



.main-menu li{
	display: inline;
	margin: 0px 15px; 
}

.main-menu a{
	color: #4e4e4e;
}

.main-menu a:hover {
	color:#4e4e4e;
	border-bottom: 2px solid #000;
}

.nav-small{
	width:100%;
	height:100px;
}

.content{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding:0px 0;
	margin-bottom:50px;
}

.content-with-sidenav {
	width: 60%;
	padding:0px 0;
	margin-bottom:50px;
	display: inline;
}

.category-sidenav {
	width:30%;
	display: inline;
	background-color: #ccc;
}

footer{
	width:100%;
	font-size: .8em; 
	background-color:#f7f7f7;
}

footer ul{
	padding:10px 0;
}
footer li{
	display:block;
}
footer li a{
	padding:0 0px; 
	color: #989898;
}

.footer-container{
	width:80%;
	margin-left: auto;
	margin-right: auto;
	padding-top:50px;
	padding-bottom: 50px;
	
}

.footer-links-left{
	position:relative;
	width:25%;
	display:inline-block;
	vertical-align:top;
}

.footer-links-center {
	position:relative;
	width:25%;
	display:inline-block;
	vertical-align:top;
}

.footer-links-right{
	position:relative;
	width:50%;
	display:inline-block;
	vertical-align:top;
}

.footer-search input[type="text"] {
    width:80%;
	color: #ccc;
    cursor: text;
    padding-left: 10px;
    float: left;
    outline: 0;
	height:38px;
	background: none repeat scroll 0 0 #fff;
	margin: 0;
	margin-right:5px;
	margin-bottom:5px;
	padding:0;
	line-height: 37px;
	border:0;
	border-bottom: 2px solid #dcddde;
	font-size: 1.2em;
	font-weight: 400;
	text-indent: 1px;
	background-color:transparent;
}

.footer-container-bottom{
	margin-top:50px;
}

.footer-contact{
	position:relative;
	width:40%;
	display:inline-block;
	vertical-align:top;
}

.footer-social-media{
	position:relative;
	width:50%;
	display:inline-block;
}

#navigation {
	display:none;
}

#cart-sidenav {
	display:none;

}



#toggle-menu {
	display: block;
	float: left;
	height: 50px;
	width: 80px;
	cursor: pointer;
	text-indent: -99999em;
	background: url(/cdn/shop/t/2/assets/menu-button.png?v=117028438274229353671451677369) no-repeat center center;
}

#toggle-cart {
	display: block;
	float: right;
	height: 50px;
	width: 80px;
	cursor: pointer;
	text-align: center;
	background: url(/cdn/shop/t/2/assets/bagicon.png?v=68954248113442067081451677368) no-repeat center center;
	background-size: 25px;
	opacity: .7;
}

.mobile-navigation {
	width: 0;
	height: 100%;
	overflow: hidden;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 200;
	background-color:white;
}

.cart-navigation {
	width: 0;
	height: 100%;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 200;
	background-color:#f7f7f7;
}

.side-nav-user-info{
	height: 68px;
	background-color: white;
}

a.cart-small{
	position:relative;
	top:18px;
	left:1px;
	color: white;
	font-weight:400;
}

/**** product-loop.liquid ****/


.masonry {
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 1em;
	margin: 0 auto;
	padding-bottom: 30px;
}

.item {
    display: inline-block;
    background: #fff;
	width:100%;

}


.pagination {
	width: 100%;
	text-align:center;
	margin-bottom:20px;

}


/*Buttons */


.btn {

  color: #000000;
  font-size: 1em;
font-weight: 300;
  background: #ffffff;
  padding: 10px 20px 10px 20px;
  border: solid #c2c2c2 2px;
  text-decoration: none;
}

.btn:hover {
  background: #fcfcfc;
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 1px #000000;
  -moz-box-shadow: 0px 0px 1px #000000;
  box-shadow: 0px 0px 1px #000000;
}

.product-btn {
width:100%;  
color: #000000;
  font-size: 1em;
font-weight: 300;
  background: #ffffff;
  padding: 10px 20px 10px 20px;
  border: solid #c2c2c2 2px;
  text-decoration: none;
}
.product-btn:hover {
  background: #fcfcfc;
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 1px #000000;
  -moz-box-shadow: 0px 0px 1px #000000;
  box-shadow: 0px 0px 1px #000000;
}

.product-thumb img{max-width:100%;}
.product-title{ text-align: left;margin-top:10px;}
.product-price{text-align: left;font-size:14px;}

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/*SideNav*/
.sidenav {
	width:200px;
	float:left;
}


/**** rte content  ****/
.rte blockquote{ font-style:italic; border-left:3px solid #ddd; padding-left:10px; margin-left:0px;}
.rte td{border:1px solid #ccc; padding:5px;}


/**** product.liquid ****/
.product-desc, .price-field, .product-form{margin-bottom:30px;}
.product-images{ 
	padding-left:5%;
	width:35%;
}

.product-images img{
	max-width: 100%; 
	height: auto;
	margin-bottom:60px;
}
.product-details{
	position: relative;
	width: 45%;
	padding-right: 5%;
}


.product-header{
	text-align:center;
}

.product-page{
	background-color:#f7f7f7;
	position: relative;
}
.stickyscroll{
	position: relative;
}

.price-field {
	text-align:center;
}

.product-vendor{
	text-align:center;
	
}

.product-form{text-align: right;} 
.selector-wrapper{padding:10px 0; border-bottom:1px solid #ccc;}
.selector-wrapper label, .selector-wrapper select{display: inline-block;}
.selector-wrapper label{float:left;}
.selector-wrapper select{float:right;}
.product-variants{margin-bottom:10px;}

.product-service-links {
	width:100%;
	text-align:center;
}

ul.shippinglinks {
	width:95%;
	margin: 0 auto;
	display: inline;
}

li.shippinglinks {
	margin: 0 15px;
	padding: 0;	
	display: inline;
}

.product-featured-alt {
	font-size: 2em;
	margin-top:-20px;
	margin-bottom: 40px;
}


/** Javascript Styles **/
.stickit {
	margin-left: 50%;
    position: fixed;
    top: 50px;
}

.stickit-end {
	bottom: 40px;
	position: absolute;
	right: 0;
}

/**** cart.liquid ****/

.cart-table{width: 100%;}
.cart-table thead{border-bottom:1px solid #ccc;}
.cart-table th{text-align: left; padding:20px;}
.cart-table td{padding:30px 10px 0 10px; }
.item-thumb{border:1px solid #ccc; padding:20px; width: 100px; height:100px;}
.item-thumb-nav{}
.item-qty{width:90px;}
.cart-options{text-align: right;}
.cart-info{padding:7px 25px 0 0;}



/**** blog.liquid ****/

.blog-title{margin-bottom:0px; }
.blog-article{border-bottom:1px solid #ccc; padding-bottom:30px; margin-bottom: 30px;}
.blog-data{font-size:13px; font-weight: bold; margin-top:5px;}
.blog-content{margin-bottom:30px;}
.blog-tags{width:800px; font-weight:bold; font-size:14px;}
.blog-read-more{width:122px;}
.no-border{border:none !important;}

/**** article.liquid ****/ 

.single-article{border-bottom:none; margin-bottom: 0;}

.comments{border-top:1px solid #ccc; margin-bottom:30px;}
.comment{margin-bottom: 30px;}
.comment-author{font-weight:bold; font-size:20px;}

.comment-entries label, .comment-entries input, .comment-entries textarea{ display:block;}
.comment-entries label{font-size:14px;}
.comment-entries input, .comment-entries textarea{border: 1px solid #ccc; padding:5px;}
.comment-entries textarea{width:350px; height:180px;}

.errors{color:#e00000;}
.error{border: 1px solid #e00000 !important;}
.success{color:#5BB85E;}

/**** search.liquid ****/

.search-form input[type='text']{border:1px solid #ccc; padding:6px;}
.search-result{margin-bottom:20px;}
.search-text{width:818px; padding-left:20px;}
.highlight{color:#ff0000;}

.header-search{
	display:none;
	position: absolute;
	z-index: 200;
	right: 0;
	top: 80px;
	
}
.header-search input[type="text"] {
    color: #ccc;
    cursor: text;
    padding-left: 10px;
    width: 300px;
    float: left;
    outline: 0;
	height:50px;
	background: none repeat scroll 0 0 #fff;
	margin: 0;
	padding:0;
	line-height: 50px;
	border: 1px solid #dcddde;
	font-size: 1.75em;
	text-indent: 10px;
}

.header-search input[type="submit"] {
    background:  url(/cdn/shop/t/2/assets/magglassblack.png?v=85221130988046724101451677368) no-repeat center;
	background-size: 30%;
	height: 52px;
    padding: 0;
    float: left;
    width: 57px;
    border: 1px solid #dcddde;
    border-left: 0;
    outline: 0;
	font-size: 1.75em;
}

.small-search input[type="text"] {
    position: relative;
	color: #ccc;
    cursor: text;
    width: 100%;
    outline: 0;
	background: url(/cdn/shop/t/2/assets/magglassblack.png?v=85221130988046724101451677368) no-repeat scroll 10px 14px; #fff;
	background-size: 24px;
	background-color:white;
	margin: 0;
	padding:0;
	height: 48px;
	border: 0;
	border-bottom:1px solid black;
	font-size: 1em;
	text-indent: 40px;
}

.small-search input[type="submit"] {
    display:none;
}

.mobile-navigation {
	background-color:#f1f1f1;
}

.mobile-navigation li {
	position:relative;
	width:100%;
	height:40px;
	font-size:1.5em;
	text-align: center;
	padding-top:10px;
}

.mobile-navigation a {
	color: #939393;
	font-weight: 300;
}

.small-nav-menu-arrow {
	display:block;
	position: absolute;
	left: 5%;
    top: 20px;
	background: url(/cdn/shop/t/2/assets/menu-arrow-right.png?v=32773081697628898241451677368) no-repeat center;
	height: 13px;
	width: 13px;
	opacity: .3;
}

.currency-picker {
	background: transparent;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
	overflow: hidden;
}


@media only screen and (max-width: 480px) {
    /* Small Nav */
	#nav-large{
		display: none;
	}
	#nav-small{
		display: block;
	}

	.masonry {
        width: 320px;
		-moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

/**** Customer Accounts  ****/

.customer-login, .guest-login{float:left; width:465px;}
.customer-login{margin-right:30px;}
.form-row{margin-bottom:10px;}
.form-row input[type="text"],.form-row input[type="email"],.form-row input[type="password"], .form-row label, .form-row select{display:inline-block;}
.form-row input[type="text"],.form-row input[type="email"],.form-row input[type="password"]{width:250px; border:1px solid #ccc;}
.form-row select{width:250px;}
.form-row label{width:120px;}
.form-row .btn{margin-top:10px;}
.recover-password,.reset-success{display:none;}

.account-user{ margin-right:60px; width:172px; font-size:14px;}
.account-user p{margin:0;}
.user-name{margin-bottom:20px;}
.account-table{width: 728px;}
.account-table table{width:100%; text-align:left;}
.account-table td{padding-top:15px;}
.account-table tbody, .last-row td, .account-user .status{padding-bottom:15px;}
.account-table tfoot{text-align:right; border-top:1px solid #ccc;}
.cart-headers{border-bottom:1px solid #ccc;}

.order-total{text-align:right;}
.return{border-top:1px solid #ccc; padding-top:15px;}

.add-address-wrapper{margin-bottom:30px; padding-bottom: 30px; border-bottom: 1px solid #ccc;}
.user-address{margin-bottom:30px; padding-bottom:30px; border-bottom:1px solid #ccc;}
.user-address p, .user-address h3{margin:0;}
.last-address{border-bottom:none; padding:0;}
.update-address{margin-top:15px;}
.customer-address-table td{padding-top:15px;}

@media only screen and (max-width: 480px) {
	.footer-links-left{
		display:block;
		width:100%;
	}

	.footer-links-center {
		display:block;
		width:100%;
	}

	.footer-links-right{
		display:block;
		width:100%;
	}
	.footer-contact{
		display:block;
		width:100%
	}
	.footer-social-media{
		display:block;
		width:100%
	}
}

@media only screen and (min-width: 481px) {
    /* Small Nav */
	#nav-large{
		display: none;
	}
	#nav-small{
		display: block;
	}

	.masonry {
        width: 481px;
		-moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
	
	.footer-links-left{
		display:block;
		width:100%;
	}

	.footer-links-center {
		display:block;
		width:100%;
	}

	.footer-links-right{
		display:block;
		width:100%;
	}
	.footer-contact{
		display:block;
		width:100%
	}
	.footer-social-media{
		display:block;
		width:100%
	}
}

@media only screen and (min-width: 800px) {
    /* Small Nav */
	#nav-large{
		display: block;
	}
	#nav-small{
		display: none;
	}

	.masonry {
        width: 700px;
		-moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
	.footer-links-left{
		display:inline-block;
		width:20%;
	}

	.footer-links-center {
		display:inline-block;
		width:20%;
	}

	.footer-links-right{
		display:inline-block;
		width:50%;
	}
	.footer-contact{
		display:inline-block;
		width:40%
	}
	.footer-social-media{
		display:inline-block;
		width:40%
	}
}

@media only screen and (min-width: 1200px) {
    
	#nav-large{
		display: block;
	}
	#nav-small{
		display: none;
	}

.masonry {
        width: 1000px;
		-moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
	.footer-links-left{
		display:inline-block;
		width:20%;
	}

	.footer-links-center {
		display:inline-block;
		width:20%;
	}

	.footer-links-right{
		display:inline-block;
		width:50%
	}
	

}