/*-----------------------*/
/* GENERAL */
/*-----------------------*/

/*-----------------------*/
/* TOP NAV */
/*-----------------------*/
a.cart{
	border-right:0px;
	padding-left:10px;
}
/*-----------------------*/
/* HEADER */
/*-----------------------*/

/*-----------------------*/
/* CATEGORY NAV */
/*-----------------------*/
.category-navigation .container ul.level-0{
	text-align:center;
}
.category-navigation .container ul.level-0 > li > a:after{
	content:"";
	height:5px;
	width:5px;
	display:inline-block;
	background:white;
	margin:5px 0px 5px 30px;
}
.category-navigation .container ul.level-0 > li:last-child > a:after{
	display:none;
}
/*-----------------------*/
/* CAROUSEL */
/*-----------------------*/

/*-----------------------*/
/* CONTENT */
/*-----------------------*/

/*-----------------------*/
/* PRODUCT THUMBS */
/*-----------------------*/

/*-----------------------*/
/* PRODUCT */
/*-----------------------*/

/*-----------------------*/
/* CART/CHECKOUT */
/*-----------------------*/

/*-----------------------*/
/* FOOTER */
/*-----------------------*/
.footer-main{
	height:auto;
	text-align:center;
}
.footer-block{
	width:100%;
}
/*-----------------------*/
/* MEDIA QUERIES */
/*-----------------------*/
@media screen and (min-width: 661px){
	
}

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