.result-table > thead > tr.thead-tr-filter {
	width: 100%;
 	/*white-space: nowrap;*/
	border-bottom: 1px solid #d9d9d9;
}

.result-table > thead > tr.thead-tr-filter-mobile {
	display: none;
	text-align: left;
}

.result-table > thead > tr.thead-tr-filter > th.filter-select {
	/*display: inline-block;*/
	width: auto;
}

.result-table > thead > tr.thead-tr-filter > th.filter-select.show-important {
	/*display: inline-block !important;*/
}

.result-table > thead > tr.thead-tr-filter .filter-select.hide {
	display: none !important;
}

.result-table > thead > tr.thead-tr-filter > th:first-of-type, .result-table .result-table > thead > tr.thead-tr-filter > th:last-of-type {
	display: none !important;
}
.result-table > thead > tr.thead-tr-filter > th.availability {
	display: block !important;
	border-right: none;
}

.result-table > thead > tr.thead-tr-filter > th.availability.footable-last-column {
	text-align: inherit !important;
}

.result-table > thead > tr.thead-tr-filter th span {
	font-family: 'frutiger_regular',Arial,Helvetica,sans-serif;
	display: inline-block;
	margin-right: 10px;
	margin-top: 10px;
}

.result-table .thead-tr-filter .filter-select select {
    background-color: #ededed;
    color: #969696;
/*     border: 1px solid #d9d9d9; */
	border: none;
    font-size: 14px;
    font-family: 'frutiger_regular',Arial,Helvetica,sans-serif;
    padding: 6px 10px;
	max-width: 100px;
}

.result-table .thead-tr-filter .filter-reset  {
	display: table-cell !important;
	vertical-align: bottom;
	padding-right: 5px;
}

.result-table .thead-tr-filter .filter-reset a {
	display: block;
	text-align: right;
	vertical-align: bottom;
}
.result-table .thead-tr-filter .filter-reset a span {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url('../img/layout/ico_feature_product.png');
	background-repeat: no-repeat;
	background-position-y: 2px;
	margin: 0 !important;
}
.result-table .thead-tr-filter .filter-reset.active a span {
	background-position-y: -18px;
}

.easyzoom {
	/*border: 1px solid #d9d9d9;*/
}

.easyzoom img {
	border: 1px solid #d9d9d9;
	margin-bottom: 0 !important;
}

.easyzoom .ico-search {
    bottom: 0;
    right: 0;
}

@media only screen and (max-width:1024px)  {
	.result-table > thead > tr.thead-tr-filter {
		display: none;
	}
	.result-table > thead > tr.thead-tr-filter-mobile {
		display: table-row !important;
	}

	.result-table .thead-tr-filter .filter-reset {
		float: right;
		margin-right: 0;
		margin-top: 17px;
		padding-right: 0 !important;
	}
}

@media only screen and (min-width:564px) {


	.result-table > thead > tr.thead-tr-filter > th {
		/*display: inline-block;*/
	}

	.result-table > thead > tr.thead-tr-filter > th:first-of-type, .result-table .result-table > thead > tr.thead-tr-filter > th:last-of-type {
		display: none;
	}

	.result-table > thead > tr.thead-tr-filter > th.availability {
		/*display: inline-block !important;*/
		border-right: none;
	}

	.result-table .thead-tr-filter .filter-reset  {
		display: inline-block;
		vertical-align: middle;
	}
}

@media only screen and (min-width:768px) {

	.easyzoom {
		position: relative;
		min-width: 200px;
	    width: 200px;
	    height: 200px;
	    overflow: visible;
	}
	
	.easyzoom--overlay .easyzoom-flyout {
		position:absolute;
		/*top: -1px;*/
	    right: -1px;
		left: auto;
	    z-index: 100;
	    overflow: hidden;
	    background: #FFF;
	    width: 480px;
	    height: 480px;
	    margin-left: 0;
	    border: 1px solid #d9d9d9 !important;
	}

	.product-details .size1of3 {
		position: absolute;
		top: 0;
		right: 0 !important;
		z-index: 999;
	}

	.product-details .size1of3.sticky {
		position: fixed;
		top: 10px;
	}

	.product-details .size1of3.bottom {
		position: absolute;
		bottom: 0;
		right: 0 !important;
		left: inherit !important;
		top: inherit !important;
	}
	
}

@media only screen and (min-width:1024px) {

	.result-table > thead > tr.thead-tr-filter {
		width: auto;
		border-bottom: none;
	}
	
	.result-table > thead > tr.thead-tr-filter > th:first-of-type, .result-table > thead > tr.thead-tr-filter > th.availability, .result-table .result-table > thead > tr.thead-tr-filter > th:last-of-type {
		display: table-cell !important;
	}
	
	.result-table > thead > tr.thead-tr-filter > th:first-of-type, .result-table > thead > tr.thead-tr-filter > th.availability {
		border-right: 1px solid #d9d9d9;
	}
	
	.result-table > thead > tr.thead-tr-filter > th.filter-select {
		display: table-cell;
		float: none;
	}

	.result-table > thead > tr.thead-tr-filter > th.filter-select.show-important {
		display: table-cell !important;
	}

	.product-details .size2of3 {
	    width: 75%;
	}
	
	.product-details .size1of3 {
	    width: 23%;
	}

	.result-table .thead-tr-filter .filter-reset  {
		float: right;
	}
}


@media only screen and (min-width:374px) {
	
}

@media only screen and (min-width:420px) {
	
}

@media only screen and (min-width:930px) {
	
}

#sitecontent #product-details .exp_content {
	overflow: visible;
}

#sitecontent #product-details .exp_content.skrollable-after {
	height: auto!important;
}

#footable-filter-empty-text {
	margin-top: -30px;
	padding: 10px;
	font-family: 'frutiger_regular', Arial, Helvetica, sans-serif;
}

.footable tbody tr td[data-value] {
	word-break: break-all;
}

span.dl-title {
	color: #969696;
	font-family: 'frutiger_regular',Arial,Helvetica,sans-serif;
	display: inline;
	margin-top: 10px;
	letter-spacing: 0;
	text-transform: uppercase;
}

.toggle-downloads.hide, .toggle-cta.hide {
	display: none;
}

a.dl-link.not-first:before {
	content: "| ";
	white-space: nowrap;
	color: #969696;
}

.stage-order ul.list-related {
	margin-top: 10px;
}

/* Replacement article  >>>>> */

.ico-feature-close {
	background: url("../img/layout/ico_feature.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: inline-block;
	height: 20px;
	width: 20px;
}

.replacement-article-table .controls .remove:hover .ico-feature-close {
	background: url("../img/layout/ico_feature.png") no-repeat scroll 0 -20px rgba(0, 0, 0, 0);
}

.replacement-article-table .controls .add-to-list:hover .ico-feature-add {
	background: url("../img/layout/ico_feature.png") no-repeat scroll 0 -60px rgba(0, 0, 0, 0);
}

/* head */
.replacement-article-table .head {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 25px;
}

.replacement-article-table .head > div {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	width: 100%;
	font-family: 'frutiger_regular', Arial, Helvetica, sans-serif;
}

.replacement-article-table .head > div:first-child {
	max-width: 70%;
}

.replacement-article-table .head > div:last-child {
	max-width: 30%;
}

.replacement-article-table .head > div > span {
	display: inline-block;
}

.replacement-article-table .head > div:first-child {
	padding-right: 20px;
}
.replacement-article-table .head > div:first-child > span:first-child {
	font-family: 'frutiger_bold', Arial,Helvetica, sans-serif;
}

.replacement-article-table .head > div:first-child {
	padding-right: 20px;
}
.replacement-article-table .head > div:last-child {
	padding-left: 20px;
}
.replacement-article-table .head > div:last-child > span:last-child {
	padding-right: 25px;
}

/* body */
.replacement-article-table .body {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 25px 20px 25px 0;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}

.replacement-article-table .body > div {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	width: 100%;
	font-family: 'frutiger_regular', Arial, Helvetica, sans-serif;
	max-width: 50%;
}

.replacement-article-table .body > div:first-child {
	max-width: 70%;
}

.replacement-article-table .body > div:last-child {
	max-width: 30%;
}

.replacement-article-table .body > div > a {
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
	width: 100%;
	font-family: 'frutiger_regular', Arial, Helvetica, sans-serif;
}

/* left */
.replacement-article-table .body > div > a .img {
	width: 100%;
	max-width: 105px;
	height: 60px;
	margin: 0 10px 5px 0;
	min-width: 105px;
}
.replacement-article-table .body > div > a .img img {
	width: 100%;
}
.replacement-article-table .body > div .detail {
	display: flex;
	width: auto;
	min-width: 200px;
	padding: 0 20px 0 0;
	font-size: 16px;
	flex-wrap: wrap;
}

.replacement-article-table .body > div > a .detail span, .replacement-article-table .body > div > a .detail .arrow {
	position: relative;
	display: inline-block;
	width: 100%;
	line-height: 18px;
}
.replacement-article-table .body > div > a .detail > span {
	color: #000;
}
.replacement-article-table .body > div > a .detail .arrow {
	padding-left: 8px;
	font-size: 16px;
	line-height: 18px;
}
.replacement-article-table .body > div > a .detail .arrow::before {
	position: absolute;
	display: block;
	height: 20px;
	width: auto;
	content: "› ";
	left: 0;
	top: -1px;
}

.replacement-article-table .body > div .single-price {
	display: inline-block;
	width: 100%;
	text-align: right;
	white-space: nowrap;
}

/* right */
.replacement-article-table .body > div input:nth-child(2) {
	width: 100%;
	max-width: 40px;
	height: 22px;
	appearance: none;
	-webkit-appearance: none;
	display: inline-block;
	border: none;
	background-color: #fff;
	font-family: 'frutiger_regular', Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #DDDDDD;
	text-align: center;
}
.replacement-article-table .body > div .controls {
	width: auto;
	min-width: 200px;
	padding: 0 20px;
}
.replacement-article-table .body > div .controls span {
	position: relative;
	display: inline-block;
	width: 100%;
	padding-left: 30px;
	cursor: pointer;
}

.replacement-article-table .body > div .controls span .ico-feature-add, .replacement-article-table .body > div .controls span .ico-feature-close {
	position: absolute;
	display: block;
	content: '';
	height: 20px;
	width: 20px;
	top: 2px;
	left: 0;
}

.replacement-article-table .body > div .total-price {
	display: inline-block;
	width: 100%;
	text-align: right;
	white-space: nowrap;
}

.replacement-article-table .body > div:first-child {
	padding-right: 20px;
}
.replacement-article-table .body > div:last-child {
	padding-left: 35px;
}

.replacement-article-table .input-cart-add {
	text-align: center;
	margin-top: 10px;
	padding: 5px 20px;
	font-family: 'frutiger_regular', Arial, Helvetica, sans-serif;
	background-color: #69AACA;
	color: #fff;
	display: inline-block;
	margin-bottom: 10px;
	border: none;
}
.replacement-article-table .input-cart-add:hover {
	background-color: #0090d4;
}

/* mobile */
@media (max-width: 400px) {
	.modal-replacement-article {
		max-width: calc(100vw - 50px) !important;
	}
}
@media (min-width: 401px) and (max-width: 767px) {
	.modal-replacement-article {
		max-width: 375px !important;
	}
}

@media (min-width: 768px) {
	.modal-replacement-article {
		max-width: 710px !important;
	}
}

@media (min-width: 992px) {
	.modal-replacement-article {
		max-width: 900px !important;
	}
}

@media (max-width: 767px) {

	.replacement-article-table .head {
		display: none;
	}

	.replacement-article-table .body {
		display: block;
		flex-direction: initial;
		padding: 25px 0;
	}
	.replacement-article-table .body > div:first-child {
		position: relative;
		display: block;
		flex-direction: initial;
		min-width: 100%;
	}

	.replacement-article-table .body > div:first-child > a {
		position: relative;
		display: block;
		flex-direction: initial;
		width: 100%;
		min-width: 100%;
	}

	.replacement-article-table .body > div > a .img {
		position: absolute;
		left: 0;
		right: 0;
		width: 50px;
		max-width: 50px;
		min-width: 50px;
	}
	.replacement-article-table .body > div > a .detail {
		padding: 0 0 0 70px;
		width: 100%;
		min-width: 100%;
		max-width: 100%;
	}
	.replacement-article-table .body > div .single-price {
		width: 100%;
		min-width: 100%;
		text-align: left;
		padding: 15px 0 0;
	}

	.replacement-article-table .body > div:last-child {
		display: flex;
		padding: 0;
		margin-top: -25px;
		justify-content: flex-end;
		width: calc(50% + 22px);
		margin-right: 0;
		margin-left: auto;
		max-width: 100%;
		flex-wrap: wrap;
		text-align: left;
		flex-direction: column;


	}

	.replacement-article-table .body > div:last-child input {
		padding: 0;
		z-index: 999;
		margin-left: auto;
		margin-right: 0;
	}

	.replacement-article-table .body > div:last-child .total-price{
		display: flex;
		width: auto;
		font-weight: bold;
		align-items: flex-end;
		margin-top: 0;
		margin-left: auto;
		margin-right: 0;
		padding-top: 15px;
	}
}

/* tablet */
@media (min-width: 768px) and (max-width: 991px) {

	.replacement-article-table .head {
		display: none;
	}

	.replacement-article-table .body {
		flex-direction: column;
	}

	.replacement-article-table .body > div:first-child {
		width: 100%;
		padding-right: 0;
		min-width: 100%;
	}

	.replacement-article-table .body > div:last-child {
		width: 40%;
		padding-left: 0;
		min-width: 40%;
		margin-left: auto;
		margin-right: 0;
	}
}