.breadcrumb {
	display: none;
}
.webbing-outer-wrapper {
	text-align: center;
}
.heading h2 {
	font-size: 2em;
	letter-spacing: .1em;
	margin: .75em 0 0;
}
.heading p {
	font-size: .6em;
	margin-bottom: 3em !important;
}
.filter-wrapper {
	width: 230px;
	display: inline-block;
	float: left;
}
.webbing-inner-wrapper {
	width: 600px;
	display: inline-block;
	float: left;
	margin-left: 30px;
}
.webbing-inner-wrapper ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.webbing-inner-wrapper ul li {
	margin-bottom: 25px;
}
.webbing-inner-wrapper ul li img.webbing-image {
	cursor: pointer;
	margin: -15px 0 -35px;
}
.webbing-drop-down {
	margin-top: 35px;
}
.webbing-drop-down h2 {
	margin-bottom: 0;
}
.webbing-drop-down h3 {
	margin-top: 0;
}
.webbing-drop-down ul li {
	width: 210px;
	height: 244px;
	text-align: center;
	float: left;
	margin-right: 15px;
    position: relative;
    padding-bottom: 20px;
}
.webbing-drop-down ul li.sandals {
	background: url('img/sandal.jpg?$staticlink$') no-repeat;
	background-color: #e6e5dc;
	background-size: 80px auto;
    background-position: center 20px;
}
.webbing-drop-down ul li.flips {
	background: url('img/flip.jpg?$staticlink$') no-repeat;
	background-color: #e6e5dc;
	background-size: 80px auto;
    background-position: center 20px;
}
.webbing-drop-down ul li.accessories {
	background: url('img/accessory.jpg?$staticlink$') no-repeat;
	background-color: #e6e5dc;
	background-size: 135px auto;
    background-position: center 80px;
}
.webbing-drop-down ul li.pet {
	background: url('img/pet.jpg?$staticlink$') no-repeat;
	background-color: #e6e5dc;
	background-size: 150px auto;
    background-position: center 60px;
}
.webbing-drop-down ul li:last-of-type {
	margin-right: 0;
}
.webbing-drop-down ul li a {
	display: inline-block;
	width: 97%;
	height: 100%;
	padding-bottom: 15px;
}
.webbing-drop-down ul li a:hover {
	border: 5px solid #e5b020;
	background: none !important;
}
.webbing-drop-down ul li h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.accordion-header {
	position: relative;
	background: #e6e5dc;
	display: inline-block;
	width: 228px;
	margin-bottom: -1px;
	margin-top: 20px;
	border-top: 1px solid #c5c5b6;
	border-left: 1px solid #c5c5b6;
	border-right: 1px solid #c5c5b6;
}
.accordion-header h2 {
	margin: 10px 0 0 0;
	font-size: 1.8em;
}
.clear-btn {
	background: none;
	padding: 5px 10px 0 0;
	position: absolute;
	top: 0;
	right: 0;
}
.clear-btn:hover {
	background: none;
}
.clear-btn::after {
	content: "\00d7";
	color: #6a6158;
	font-size: 30px;
	font-weight: normal;
}
button.clear-btn:focus {
	outline: 0;
}
.filter-accordion {
	border-left: 1px solid #c5c5b6;
	border-right: 1px solid #c5c5b6;
}
.filter-accordion:last-of-type {
	border-bottom: 1px solid #c5c5b6;
}
.filter-accordion h3 {
	background: #e6e5dc;
	text-align: left;
	padding: 16px 0 16px 20px !important;
	font-weight: normal;
	color: #6a6158;
	letter-spacing: .05em;
	font-size: 1em;
	margin-top: 0 !important;
	border-top: 1px solid #c5c5b6;
}
.filter-accordion h3::after {
	content: '\232A';
	display: inline-block;
	float: right;
	margin-right: 15px;
	font-size: 1.5em;
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.filter-accordion div {
	background: #e6e5dc;
	width: 100%;
}
.filter-wrapper ul {
	list-style: none;
	text-align: left;
	padding: 0;
	margin: 0;
}
.filter-wrapper .filter-accordion ul {
	margin-left: 8px;
}
.filter-wrapper ul li {
	display: inline-block;
	position: relative;
	margin: 0 0 10px;
	width: 230px;
}
.filter-wrapper ul li input {
	display: none;
}
.filter-wrapper ul li label {
	cursor: pointer;
	background: #e6e5dc;
	width: 210px;
	padding: 16px 0 16px 20px;
	text-transform: uppercase;
}
.filter-wrapper ul li label::after {
	display: none;
	content: "\00d7";
	float: right;
	margin: -17px 20px 0 0;
	font-size: 40px;
	height: 20px;
}
.filter-wrapper ul li.genderCheckbox input[type="checkbox"]:checked + label {
	background: #e5b020;
	color: #fff;
}
.filter-wrapper ul li input[type="checkbox"]:checked + label::after {
	display: inline-block;
}

/* ----- STRAP CHECKBOXES ------ */
.filter-wrapper ul li.strapCheckBox {
	width: 66px;
	margin: 0 2px 10px;
	border: 1px solid #c5c5b6;
	text-align: center;
	opacity: .5;
}
.filter-wrapper ul li.strapCheckBox.selected {
	opacity: 1;
}
.filter-wrapper ul li.strapCheckBox label {
	width: 66px;
	height: 100px;
	padding: 0;
}
.filter-wrapper ul li.strapCheckBox label::after {
	content: none;
}
.filter-wrapper ul li.strapCheckBox.strap01 label {
	background: url('img/strap01.png?$staticlink$') no-repeat;
	background-size: 29%;
	background-position: center 5px;
}
.filter-wrapper ul li.strapCheckBox.strap02 label {
	background: url('img/strap02.png?$staticlink$') no-repeat;
	background-size: 23%;
	background-position: center 5px;
}
.filter-wrapper ul li.strapCheckBox.strap03 label {
	background: url('img/strap03.png?$staticlink$') no-repeat;
	background-size: 31%;
	background-position: center 5px;
}
.filter-wrapper ul li.strapCheckBox label p {
	text-transform: uppercase;
	display: inline-block;
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	font-weight: bold;
	margin-bottom: 0 !important;
	font-size: 12px;
}

/* ----- TOE CHECKBOXES ------ */
.filter-wrapper ul li.toeCheckBox {
	width: 66px;
	margin: 0 2px 10px;
	border: 1px solid #c5c5b6;
	text-align: center;
	opacity: .5;
}
.filter-wrapper ul li.toeCheckBox.selected {
	opacity: 1;
}
.filter-wrapper ul li.toeCheckBox label {
	width: 66px;
	height: 100px;
	padding: 0;
}
.filter-wrapper ul li.toeCheckBox label::after {
	content: none;
}
.filter-wrapper ul li.toeCheckBox.toe01 label {
	background: url('img/toe01.png?$staticlink$') no-repeat;
	background-size: 43%;
	background-position: center 5px;
}
.filter-wrapper ul li.toeCheckBox.toe02 label {
	background: url('img/toe02.png?$staticlink$') no-repeat;
	background-size: 43%;
	background-position: center 5px;
}
.filter-wrapper ul li.toeCheckBox.toe03 label {
	background: url('img/toe03.png?$staticlink$') no-repeat;
	background-size: 43%;
	background-position: center 5px;
}
.filter-wrapper ul li.toeCheckBox label p {
	text-transform: uppercase;
	display: inline-block;
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	font-weight: bold;
	margin-bottom: 0 !important;
	font-size: 8px;
}

/* ----- COLLECTION CHECKBOXES ------ */
.filter-wrapper ul li.collectionCheckBox {
	width: 66px;
	margin: 0 2px 10px;
	border: 1px solid #c5c5b6;
	text-align: center;
	opacity: .5;
}
.filter-wrapper ul li.collectionCheckBox.selected {
	opacity: 1;
}
.filter-wrapper ul li.collectionCheckBox label {
	width: 66px;
	height: 100px;
	padding: 0;
}
.filter-wrapper ul li.collectionCheckBox label::after {
	content: none;
}
.filter-wrapper ul li.collectionCheckBox.collection01 label {
	background: url('img/collection01.png?$staticlink$') no-repeat;
	background-size: 43%;
	background-position: center 5px;
}
.filter-wrapper ul li.collectionCheckBox.collection02 label {
	background: url('img/collection02.png?$staticlink$') no-repeat;
	background-size: 74%;
	background-position: center 27px;
}
.filter-wrapper ul li.collectionCheckBox.collection03 label {
	background: url('img/collection03.png?$staticlink$') no-repeat;
	background-size: 62%;
	background-position: center 22px;
}
.filter-wrapper ul li.collectionCheckBox label p {
	text-transform: uppercase;
	display: inline-block;
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	font-weight: bold;
	margin-bottom: 0 !important;
	font-size: 8px;
}


/* ----- COLOR CHECKBOXES ------ */
.filter-wrapper ul li.colorCheckBox {
	width: 40px;
	margin-right: 14.9px;
}
.filter-wrapper ul li.colorCheckBox label {
	width: 40px;
	height: 40px;
	padding: 0;
	border: 2px solid #e6e5dc;
}
.filter-wrapper ul li.colorCheckBox label::after {
	display: none;
	content: "\00d7";
	float: right;
	margin: -11px 8px 0 0;
	font-size: 48px;
	height: 20px;
	color: #fff;
}
.filter-wrapper ul li.colorCheckBox.white label::after {
	color: #333;
}
.filter-wrapper ul li.colorCheckBox.selected + label::after {
	display: inline-block;
}
.filter-wrapper ul li.colorCheckBox.selected label {
	border: 2px solid #fff;
}
.filter-wrapper ul li.colorCheckBox.black label {
	background: #000;
}
.filter-wrapper ul li.colorCheckBox.brown label {
	background: #814E05;
}
.filter-wrapper ul li.colorCheckBox.gray label {
	background: #818181;
}
.filter-wrapper ul li.colorCheckBox.green label {
	background: #009B1D;
}
.filter-wrapper ul li.colorCheckBox.white label {
	background: #FFF;
	border: 2px solid #CCC;
}
.filter-wrapper ul li.colorCheckBox.pink label {
	background: #FF69B4;
}
.filter-wrapper ul li.colorCheckBox.red label {
	background: #FF0000;
}
.filter-wrapper ul li.colorCheckBox.orange label {
	background: #FFA500;
}
.filter-wrapper ul li.colorCheckBox.yellow label {
	background: #FFD700;
}
.filter-wrapper ul li.colorCheckBox.blue label {
	background: #0000FF;
}
.filter-wrapper ul li.colorCheckBox.purple label {
	background: #800080;
}

@media (max-device-width: 767px) {
	.webbing-outer-wrapper {
		width: 321px;
	}
	.filter-wrapper {
		width: 100%;
	}
	.webbing-inner-wrapper {
		width: 90%;
		margin: 0;
		padding: 0 5%;
	}
	.heading h2 {
		font-size: .9em;
	}
	.heading p {
		font-size: .4em;
		margin: 0 auto !important;
		width: 70%;
	}
	.filter-wrapper ul.gender-filter-wrapper {
		padding: 0 5%;
	}
	.filter-wrapper ul li.genderCheckbox {
		width: 49%;
		margin: 0 0 1px;
	}
	.filter-wrapper ul li.genderCheckbox:first-of-type {
		margin-right: 2%;
	}
	.filter-wrapper ul li.genderCheckbox label {
		width: 85%;
		padding: 16px 0 16px 15%;
		font-size: .8em;
	}
	.filter-wrapper ul li label::after {
		margin: -15px 15px 0 0;
		font-size: 35px;
	}
	.filter-accordion-mobile {
		padding: 0 5%;
		margin-bottom: 10px;
	}
	.ui-accordion .ui-accordion-header.accordion-header {
		padding: .5em 2% 1.1em 6%;
		width: 92%;
		border: 1px solid #c5c5b6;
	}
	.accordion-header h2 {
		font-size: .8em;
		text-align: left;
	}
	.accordion-header h2 span {
		font-weight: normal;
	}
	.clear-btn {
		padding: 11px 10px 0 0;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.accordion-header.ui-accordion-header-active .clear-btn {
		padding: 5px 10px 0 0;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	.filter-accordion {
		width: 100%;
	}
	.filter-accordion h3 {
		font-size: .8em;
	}
	.webbing-inner-wrapper ul li img.webbing-image {
		margin: -5px 0 -25px;
	}

	/* ----- STRAP CHECKBOXES ------ */
	.filter-wrapper ul li.strapCheckBox {
		width: 85px;
	}
	.filter-wrapper ul li.strapCheckBox label {
		width: 85px;
	}
	.filter-wrapper ul li.strapCheckBox.strap01 label {
		background-size: 21%;
	}
	.filter-wrapper ul li.strapCheckBox.strap02 label {
		background-size: 17%;
	}
	.filter-wrapper ul li.strapCheckBox.strap03 label {
		background-size: 23%;
	}
	.filter-wrapper ul li label p {
		text-align: center;
	}

	/* ----- TOE CHECKBOXES ------ */
	.filter-wrapper ul li.toeCheckBox {
		width: 85px;
	}
	.filter-wrapper ul li.toeCheckBox label {
		width: 85px;
	}
	.filter-wrapper ul li.toeCheckBox.toe01 label {
		background-size: 36%;
	}
	.filter-wrapper ul li.toeCheckBox.toe02 label {
		background-size: 36%;
	}
	.filter-wrapper ul li.toeCheckBox.toe03 label {
		background-size: 36%;
	}

	/* ----- COLLECTION CHECKBOXES ------ */
	.filter-wrapper ul li.collectionCheckBox {
		width: 85px;
	}
	.filter-wrapper ul li.collectionCheckBox label {
		width: 85px;
	}
	.filter-wrapper ul li.collectionCheckBox.collection01 label {
		background-size: 37%;
	}
	.filter-wrapper ul li.collectionCheckBox.collection02 label {
		background-size: 65%;
	}
	.filter-wrapper ul li.collectionCheckBox.collection03 label {
		background-size: 55%;
	}

	.webbing-drop-down ul li {
		width: 85px;
		height: 100px;
	}
	.webbing-drop-down ul li.sandals {
		background-size: 35px auto;
		background-position: center 8px;
	}
	.webbing-drop-down ul li.accessories {
		background-size: 70px auto;
		background-position: center 24px;
	}
	.webbing-drop-down ul li.pet {
		background-size: 65px auto;
		background-position: center 26px;
	}
	.webbing-drop-down ul li h3 {
		font-size: .6em;
	}
	.webbing-drop-down h2 {
		font-size: 1.2em;
		margin-top: 0;
	}
	.webbing-drop-down ul li a:hover {
		border: 2px solid #e5b020;
	}
}