/* =Forms
-------------------------------------------------------------- */

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
     -webkit-appearance: none;
}
#searchform label {
	display: none;
}
#searchform input#s {
	width: 60%;
}
#page input[type=text],
#page input[type=email] {
    width: 100%;
	height: 40px;
	line-height: 40px;
    display: block;
    border: none;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-style: normal;
    font-weight: 300;
    background-color: #2c2c2c;
    color: #FAFAFA;
    border-radius: 2px;
    font-size: 16px;
    padding: 0 10px;
    margin: 0;
}
#page textarea {
    width: 100%;
    display: block;
    border: none;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-style: normal;
    font-weight: 300;
    background-color: #2c2c2c;
    color: #FAFAFA;
    border-radius: 2px;
    font-size: 16px;
    padding: 10px;
    margin: 0;
	resize: none;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}

span.select {
	display: block;
	height: 40px;
	min-width: 100%;
	position: relative;
	vertical-align: top;
	margin-right: 40px;
}
span.select select {
	position: absolute;
	left: -10000px;
}
span.select-replace {
	border-radius: 2px;
	color: #FFF;
	display: block;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	box-sizing: border-box;
	outline: none;
	vertical-align: middle;
	zoom: 1;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	padding-left: 10px;
	background-color: #2c2c2c;
}
span.select-replace .toggle {
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background: #2c2c2c;
}
span.select-replace .toggle:before {
	content: '';
	display: block;
	position: absolute;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 6px 4px 0 4px;
	border-color: #FFF transparent transparent transparent;
	top: 20px;
	right: 15px;
}
span.select-replace .toggle:after {
	content: '';
	display: block;
	position: absolute;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 4px 6px 4px;
	border-color: transparent transparent #FFF transparent;
	top: 10px;
	right: 15px;
}
span.select-replace-label {
	display: block;
	height: 100%;
	padding-right: 40px;
	overflow: hidden;
}
span.drop-replace {
	text-align: left;
	min-width: 100%;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #FFF;
	z-index: 5;
	max-height: 210px;
	overflow-y: scroll;
	border-radius: 2px;
	color: #2c2c2c;
	border: solid 2px #2c2c2c;
}
span.option-replace {
	display: block;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	cursor: pointer;
}
span.option-replace.selected {
	background: #2c2c2c;
	color: #FFF;
}
span.option-replace:hover {
	background: #000;
	color: #FFF;
}
span.checkbox {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	position: relative;
	width: 30px;
	height: 30px;
	margin: 5px 0;
	vertical-align: middle;
}
span.checkbox-replace {
	display: block;
	position: absolute;
	text-align: center;
	top: 0px;
	left: 0px;
	z-index: 2;
	width: 30px;
	height: 30px;
	line-height: 26px;
	cursor: pointer;
	border: solid 8px #2c2c2c;
	border-radius: 2px;
	background-color: #2c2c2c;
}
span.checkbox-replace.checked {
	background-color: #fff;
}
span.checkbox input {
	position: absolute;
	z-index: 4;
	width: 30px;
	height: 30px;
	margin: 0;
	opacity: 0;
}
#product-filter {
	margin: 60px auto 40px;
}
#product-filter:after {
	clear: both;
	display: block;
	content: '';
}
.product-filter-wrap {
	width: 25%;
	padding: 0 20px;
	float: left;
}
.product-filter-wrap input[type=button] {
    width: 100%;
    height: 40px;
    display: block;
    border: solid 2px #2c2c2c;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-style: normal;
    font-weight: 300;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: .15em;
	word-spacing: .15em;
	background-color: transparent;
	border-radius: 2px;
	color: #2c2c2c;
	cursor: pointer;
	-moz-transition: color .2s, background-color .2s;
	-ms-transition: color .2s, background-color .2s;
	-o-transition: color .2s, background-color .2s;
	-webkit-transition: color .2s, background-color .2s;
	transition: color .2s, background-color .2s;
}
.product-filter-wrap input[type=button]:hover {
	background-color: #2c2c2c;
	color: #FFF;
}
@media only screen and (max-width : 1100px) {
	.product-filter-wrap {
		padding: 0 15px;
	}
}
@media only screen and (max-width : 900px) {
	.product-filter-wrap {
		padding: 0 10px;
	}
}
@media only screen and (max-width : 700px) {
	.product-filter-wrap {
		width: 50%;
	}
	.product-filter-wrap:nth-child(3),
	.product-filter-wrap:last-child {
		padding-top: 20px;
	}
}
@media only screen and (max-width : 500px) {
	.product-filter-wrap {
		width: 100%;
		padding: 10px 5px 0;
	}
	.product-filter-wrap:first-child {
		padding-top: none;
	}
}
