.product-filter {
	position: relative
}

.product-filter__list {
    margin-left: 0;
    margin: 0;
    padding: 0;
    float: right;
    width: calc(100% - 90px);
}

.product-filter__list:after,
.product-filter__list:before {
	content: " ";
	display: table
}

.product-filter__list:after {
	clear: both
}

.product-filter__list-item {
	margin: 0;
	padding: 0 0 5px 0;
	float: left;
	position: relative;
	min-height: 1px;
	padding-left: 5px;
	padding-right: 5px;
	position: static;
	width: 50%
}

.product-filter__list-item:before {
	content: ""
}

@media only screen and (min-width:768px) {
	.product-filter__list-item {
		width: 25%
	}
}

.product-filter__toggle-button {
	width: 100%;
	border: 1px solid #d0d0d0;
	border-radius: 2px;
	background-color: #fff;
	font-size: .875rem;
	line-height: 1.4375rem;
	font-family: FrutigerNeueW01-Regular, sans-serif;
	text-align: left;
	min-height: 45px;
	padding-left: 20px;
	padding-right: 20px;
	cursor: pointer;
	position: relative;
	-webkit-transition: background-color .5s;
	transition: background-color .5s;
	outline: 0
}

.product-filter__toggle-button:after {
	content: "";
	background-image: url(../img/icons/select-arrow.svg);
	background-repeat: no-repeat;
	background-position: 96% 50%;
	display: block;
	width: 10px;
	height: 6px;
	position: absolute;
	top: 18px;
	right: 15px
}

.product-filter__toggle-button:active,
.product-filter__toggle-button:focus,
.product-filter__toggle-button:hover {
	border-color: #005da9
}

.product-filter__toggle-panel {
	background-color: #fff;
	-webkit-box-shadow: 0 7px 21px 0 rgba(0, 0, 0, .11);
	box-shadow: 0 7px 21px 0 rgba(0, 0, 0, .11);
	border: solid 1px #d0d0d0;
	border-radius: 2px;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2
}

.product-filter__option-count {
	color: #005da9
}

.product-filter__options-list {
	padding: 30px
}
@media only screen and (min-width:600px) {
	.product-filter__options-list {
		-webkit-column-count: 2;
		column-count: 2
	}
}

@media only screen and (min-width:768px) {
	.product-filter__options-list {
		-webkit-column-count: 3;
		column-count: 3
	}
}

@media only screen and (min-width:1024px) {
	.product-filter__options-list {
		-webkit-column-count: 4;
		column-count: 4
	}
}

@media only screen and (min-width:1240px) {
	.product-filter__options-list {
		-webkit-column-count: 5;
		column-count: 5
	}
}

.product-filter__options-list-item {
	font-size: .875rem;
	line-height: 1.375rem;
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 100%
}

.product-filter__options-list-item:before {
	content: ""
}

.product-filter__options-list-item .control__indicator {
	top: 2px
}

.product-filter__toggle-panel-header {
	border-bottom: solid 1px #d0d0d0;
	padding: 10px 30px;
	position: relative
}

.product-filter__toggle-panel-heading {
	padding: 0;
	display: inline-block
}

.product-filter__toggle-panel-close {
	-webkit-appearance: none;
	font-family: Arial, Baskerville, monospace;
	position: absolute;
	top: 15px;
	right: 30px;
	font-size: 1.5rem;
	background: 0 0;
	border: 0;
	border: 0;
	cursor: pointer;
	opacity: .5;
	-webkit-transition: all .2s;
	transition: all .2s;
	outline: 0
}

.product-filter__toggle-panel-close:focus,
.product-filter__toggle-panel-close:hover {
	opacity: 1
}

.product-filter__close-icon {
	width: 17px;
	height: 17px;
	background-position: -253px -345px
}

.product-filter__toggle-panel-footer {
	float: right;
	padding: 0 30px 30px 30px
}

.products__remove-filter {
	-webkit-appearance: none;
	background: 0 0;
	border: solid 1px #2b3134;
	border-radius: 18px;
	color: #2b3134;
	cursor: pointer;
	padding: 5px 15px;
	font-size: .875rem;
	line-height: 1.375rem
}

.products__remove-filter:focus,
.products__remove-filter:hover {
	text-decoration: underline
}

.products__remove-filter-icon {
	width: 9px;
	height: 9px;
	background-position: -167px -147px;
	margin-left: 10px
}

.products__remove-filter-all {
	-webkit-appearance: none;
	background: 0 0;
	border: 0;
	border-radius: 18px;
	color: #2b3134;
	cursor: pointer;
	padding: 5px 15px;
	font-size: .875rem;
	line-height: 1.375rem;
	text-decoration: none
}

.products__remove-filter-all:focus,
.products__remove-filter-all:hover {
	text-decoration: underline
}




.container {
	margin: 0 auto;
	max-width: 1240px;
	padding-left: 20px;
	padding-right: 20px
}

@media (min-width:768px) {
	.container {
		padding-left: 30px;
		padding-right: 30px
	}
}

@media (min-width:1024px) {
	.container {
		padding-left: 50px;
		padding-right: 50px
	}
}

.container--nopadding {
	padding-left: 0;
	padding-right: 0;
	max-width: 1140px
}

.container--compact {
	padding: 0
}

.container--compact .row {
	margin-left: 0;
	margin-right: 0
}

.container--compact [class^=col-] {
	padding-left: 0;
	padding-right: 0
}


.control__indicator {
	position: absolute;
	top: 3px;
	left: 0;
	width: 18px;
	height: 18px;
	background: #fff;
	border: solid 1px #d0d0d0;
	border-radius: 2px
}





.box{background-color:#efefef;padding:6.25rem 1.25rem;text-align:center}
.box + .box{margin-top:2.5rem;}
.inputfile{width:0.1px;height:0.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1;}
.inputfile + label{max-width:80%;font-size:1.25rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;display:inline-block;overflow:hidden;padding:0.625rem 1.25rem;}
.no-js .inputfile + label{display:none;}
.inputfile:focus + label,.inputfile.has-focus + label{outline:1px dotted #000;outline:-webkit-focus-ring-color auto 5px;}
.inputfile + label *{}
.inputfile + label svg{width:1em;height:1em;vertical-align:middle;fill:currentColor;margin-top:-0.25em;margin-right:0.25em;}
.inputfile-5 + label{color:#d3394c;}
.inputfile-5:focus + label,.inputfile-5.has-focus + label,.inputfile-5 + label:hover{color:#722040;}
.inputfile-5 + label figure{width:100px;height:135px;background-color:#d3394c;display:block;position:relative;padding:30px;margin:0 auto 10px;}
.inputfile-5:focus + label figure,.inputfile-5.has-focus + label figure,.inputfile-5 + label:hover figure{background-color:#722040;}
.inputfile-5 + label figure::before,.inputfile-5 + label figure::after{width:0;height:0;content:'';position:absolute;top:0;right:0;}
.inputfile-5 + label figure::before{border-top:20px solid #dfc8ca;border-left:20px solid transparent;}
.inputfile-5 + label figure::after{border-bottom:20px solid #722040;border-right:20px solid transparent;}
.inputfile-5:focus + label figure::after,.inputfile-5.has-focus + label figure::after,.inputfile-5 + label:hover figure::after{border-bottom-color:#d3394c;}
.inputfile-5 + label svg{width:100%;height:100%;fill:#f1e5e6;}
