﻿
@media all and (min-width: 481px) {
	
	/* GLOBAL STYLES */

	.side-2:after {
		content: "";
		display: block;
		clear: both;
	}

	/* FOOTER */

	.footer-block {
		display: inline-block;
		border-bottom: 0;
		width: 31.33%;
		margin: 0 1%;
		vertical-align: top;
	}

	.footer-block .title {
		padding: 0 15px 5px;
		border: none;
	}

	.footer-block:first-child {
		border-top: none;
	}

	.footer-block ul {
		display: block;
		background-color: transparent;
	}
	.footer-block .title:before,
	.footer-block .title:after {
		display: none;
	}

	.newsletter-email  {
		max-width: 355px;
	}

	/* LEFT/RIGHT COLUMN */

	.block:nth-of-type(2n+1) {
		clear: left;
	}
	.block .tags li,
	.product-tags-all-page li {
		margin: 0 5px;
	}

	/* CATEGORY PAGE & GRIDS */

	.item-box {
		width: 32%;
		text-align: center;
	}
	.item-box:nth-child(2n+1) {
		margin-left: 2%;
		clear: none;
	}
	.item-box:nth-child(3n+1) {
		margin-left: 0;
		clear: both;
	}

	.page.category-page .product-selectors .product-sorting {
        margin-left:8px
    }
}
