/**
 * Page
 */
.product-view {
  padding: 0 30px 30px;
}
.product-view .top {
  padding: 35px 0 60px;
}
.product-view .col-1 {
  float: left;
  width: 770px;
}
.product-view .col-2 {
  float: right;
  width: 370px;
  margin-top: 25px;
}
.product-view .slides {
  margin: 0 60px 0 90px;
}
.product-view .slide {
  box-sizing: border-box;
  text-align: center;
  font-size: 0;
  padding-bottom: 61.3%;
  padding-top: 60px;
}
.product-view .slide .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 61.3%;
}
.product-view .slide img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  cursor: zoom-in;
}
.product-view .slide .text {
  position: absolute;
  bottom: 0;
  height: 40px;
  left: 10px;
  right: 10px;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
}
.product-view .pager {
  position: absolute;
  top: 0;
  left: 0;
  width: 62px;
  padding: 30px 0 40px;
}
.product-view .pager-pages {
  position: relative;
  height: 360px;
  overflow: hidden;
}
.product-view .pager-pages > .inner {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: transform 0.3s ease;
}
.product-view .page {
  text-align: center;
  border: 1px solid #e5e5e5;
  margin: 10px 0 0;
  font-size: 0;
  cursor: pointer;
  transition: border-color 0.2s ease;
}
.product-view .page.active {
  border-color: #a6a6a6;
}
.product-view .page .middle-class {
  height: 60px;
}
.product-view .pager-pager {
  position: absolute;
  left: 0;
  right: 0;
  height: 40px;
  text-align: center;
  font-size: 22px;
  cursor: pointer;
}
.product-view .pager-up {
  top: 0;
}
.product-view .pager-down {
  bottom: 0;
}
.product-view .pager.bottom .pager-down,
.product-view .pager.top .pager-up {
  display: none;
}
.product-view .col-2 h1 {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.1;
  margin: 0 0 10px;
  padding: 0;
}
.product-view .col-2 .text {
  font-size: 16px;
  font-weight: 300;
  max-height: 154px;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: height 0.3s ease;
  -webkit-transition: height 0.3s ease;
}
.product-view .text-expand {
  margin-top: 10px;
  padding: 2px 8px;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
  cursor: pointer;
  background: #f2f2f2;
}
.product-view .atex-zones {
  border-top: 1px solid #e5e5e5;
  padding: 25px 0 0;
  margin: 20px 0 0;
}
.product-view .atex-zones .atex {
  float: left;
  margin-right: 10px;
  height: 31px;
  width: 36px;
  background: url("../images/atex.png") no-repeat 0 0;
  background-size: 36px auto;
}
.product-view .atex-zones .atex .text {
  text-align: center;
  padding-top: 35px;
  font-weight: 600;
  font-size: 12px;
}
.product-view .atex-zones .zone-items {
  float: left;
}
.product-view .atex-zones .item {
  position: relative;
  float: left;
  width: 36px;
  line-height: 31px;
  font-weight: 700;
  text-align: center;
}
.product-view .atex-zones .item:nth-child(n+2) {
  margin-left: 5px;
}
.product-view .atex-zones .item .inner {
  background: #f2f2f2;
  color: rgba(0,0,0,0.5);
  margin: 0 9px;
}
.product-view .atex-zones .item:before,
.product-view .atex-zones .item:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  border-top: 16px solid transparent;
  border-bottom: 15px solid transparent;
}
.product-view .atex-zones .item:before {
  left: 0;
  border-right: 9px solid #f2f2f2;
}
.product-view .atex-zones .item:after {
  right: 0;
  border-left: 9px solid #f2f2f2;
}
.product-view .atex-zones .item.active .inner {
  background: #ffdc2e;
  color: #000;
}
.product-view .atex-zones .item.active:before {
  border-right-color: #ffdc2e;
}
.product-view .atex-zones .item.active:after {
  border-left-color: #ffdc2e;
}
.product-view .security-level {
  border-top: 1px solid #e5e5e5;
  padding: 25px 0 0;
  margin: 30px 0 0;
  line-height: 32px;
}
.product-view .security-level .title {
  float: left;
  font-weight: 600;
}
.product-view .security-level .levels {
  float: left;
  margin-left: 10px;
}
.product-view .security-level .level {
  float: left;
  width: 40px;
  text-align: center;
  font-weight: 600;
  background: #e5e5e5;
  color: rgba(0,0,0,0.5);
  margin-left: 1px;
}
.product-view .security-level .level.active {
  background: #000;
  color: #fff;
}
.product-view .buttons {
  border-top: 1px solid #e5e5e5;
  padding: 25px 0 10px;
  margin: 25px 0 0;
}
.product-view .buttons > .inner {
  position: relative;
}
.product-view .buttons .btn {
  margin: 0 0 10px;
}
.product-view .buttons .btn-documents {
  position: relative;
  overflow: hidden;
  animation: colorWhite 0.3s 1s forwards;
}
.product-view .buttons .btn-documents:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: #81a8b8;
  transform: translate3d(0,-100%,0);
  -webkit-transform: translate3d(0,-100%,0);
  animation: drapes 0.5s 1s forwards;
}
.product-view .buttons .btn-documents > .inner {
  position: relative;
  z-index: 1;
}
.product-view .documents-links {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #81a8b8;
  box-shadow: 6px 6px 0 0 rgba(0,0,0,0.1);
  transform: translate3d(0,30px,0);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
	z-index: 6;
}
.product-view .documents-links.active {
  opacity: 1;
  transform: translate3d(0,0,0);
}
.product-view .documents-links .items {
  padding: 40px 43px 35px;
}
.product-view .documents-links .all-documents,
.product-view .documents-links .items a {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin: 15px 0 0;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.2s ease;
}
.product-view .documents-links .all-documents:hover,
.product-view .documents-links .items a:hover {
  color: #ffdc2e;
}
.product-view .documents-links .items a:first-child {
  margin-top: 0;
}
.product-view .documents-links .icon,
.product-view .documents-links .items .fa {
  width: 45px;
  display: inline-block;
}
.product-view .documents-links .all-documents {
  border-top: 1px solid #9ab9c6;
  padding: 25px 43px;
  margin: 0;
}

.product-view .selling-point {
  padding: 50px 0 60px;
  text-align: center;
  border-top: 1px solid #e5e5e5;
}
.product-view .selling-point.no-text {
  padding: 10px 0 30px;
}
.product-view .selling-point .title {
  font-size: 35px;
  line-height: 1.1;
  margin-bottom: 15px;
}
.product-view .selling-point .text {
  font-size: 16px;
  max-width: 760px;
  margin: 0 auto;
}
.product-view .selling-point .features {
  margin: 25px auto 0;
  max-width: 760px;
  text-align: center;
  font-size: 0;
}
.product-view .selling-point .feature {
  display: inline-block;
  margin: 6px 9px;
  border-radius: 50%;
  overflow: hidden;
}

.product-view .articles-title {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.product-view .articles-title.search-match {
  background: #d8ebce;
  color: #215d00;
  border: none;
  padding: 15px 10px;
}
.product-view .articles-title.search-match .fa {
  font-size: 14px;
  margin-right: 5px;
}
.product-view .articles-title h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding: 10px 0;
  float: left;
}
.product-view .articles-title .notice {
  float: right;
  font-weight: 400;
  line-height: 46px;
  background: #f2f2f2;
  margin: -1px 0;
  padding: 0 20px 0 20px;
  box-sizing: border-box;
  color: #000;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.product-view .articles-title .notice:hover {
  color: #000;
}
.product-view .table-scroll .articles-title .notice .enable,
.product-view .articles-title .notice .disable {
  display: none;
}
.product-view .table-scroll .articles-title .notice .disable {
  display: inline;
}
.product-view .articles-title .notice .sign {
  position: relative;
  font-size: 24px;
  margin-right: 7px;
  vertical-align: bottom;
}
.product-view .articles-title .notice .disable .sign {
  top: -1px;
}
.product-view .articles {
  padding: 0 0 30px;
  position: relative;
}
.product-view .article-buttons {
  margin-top: 25px;
}

.product-view .article-tab-head {
  background: #ebedf2;
}
.product-view .article-tab-head ~ .articles {
  margin-top: 20px;
}
.product-view .article-tab-header {
  float: left;
  width: 150px;
  text-align: center;
  padding: 17px 0 20px;
  color: #8c8f95;
  cursor: pointer;
}
.product-view .article-tab-header:hover {
  color: #000;
}
.product-view .article-tab-header.active {
  background: #f4f4f5;
  color: #000;
}
.product-view .article-tab-header .icon {
  font-size: 18px;
}
.product-view .article-tab {
  display: none;
}
.product-view .article-tab.active {
  display: block;
}
.product-view .article-tab-properties,
.product-view .article-tab-uses {
  padding: 30px;
  background: #f4f4f5;
  font-size: 16px;
  margin-bottom: 40px;
}
.product-view .article-tab > .title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
}

.product-view .table-scrolled {
  display: none;
}
.product-view .articles-desktop table {
  border-spacing: 0;
  width: 100%;
  background: #fff;
}
.product-view .articles-desktop tbody tr {
  border-top: 1px solid #fff;
}
.product-view .articles-desktop tbody tr:nth-child(2n+1) td {
  background: #f2f2f2;
}
.product-view .articles-desktop tbody tr.is-match td {
  background: #d8ebce;
}
.product-view .articles-desktop td,
.product-view .articles-desktop th {
  padding: 10px 15px;
  text-align: left;
  background: #fff;
}
.product-view .articles-desktop th {
  font-weight: 400;
  color: #666;
  position: relative;
  white-space: nowrap;
}
.product-view .articles-desktop th .sort {
  cursor: pointer;
  transition: color 0.2s ease;
}
.product-view .articles-desktop th .sort:hover {
  color: #000;
}
.product-view .articles-desktop th .field-icon {
  position: absolute;
  top: 10px;
  left: 0;
  opacity: 0;
  cursor: pointer;
  transition: opacity 0.2s ease, color 0.2s ease;
}
.product-view .articles-desktop th:hover .field-icon {
  opacity: 1;
}
.product-view .articles-desktop th .field-icon:hover {
  color: #08f;
}
.product-view .articles-desktop th .field-select,
.product-view .articles-desktop th.loading .field-icon,
.product-view .articles-desktop th.loading .sort,
.product-view .articles-desktop th.change-field .field-icon,
.product-view .articles-desktop th.change-field .sort {
  display: none;
}
.product-view .articles-desktop th.change-field .field-select {
  display: block;
}
.product-view .articles-desktop th.change-field {
  padding: 0;
}
.product-view .articles-desktop th .field-select .form-item {
  width: 100%;
}
.product-view .articles-desktop th .field-select .form-textfield {
  height: 40px;
  padding: 9px 14px;
  background: #fff;
  border: 4px solid #393939;
}
.product-view .articles-desktop th .field-select .autoselect-options {
  border: none;
  background: #393939;
  color: #ccc;
}
.product-view .articles-desktop th .field-select .autoselect-option.active,
.product-view .articles-desktop th .field-select .autoselect-option:hover {
  color: #fff;
  background: #000;
}
.product-view .articles-desktop td {
  line-height: 28px;
  white-space: nowrap;
}
.product-view .articles-desktop td.quantity,
.product-view .articles-desktop td.sku,
.product-view .articles-desktop td.stock {
  width: 1px;
}
.product-view .articles-desktop td.sku {
  line-height: 20px;
}
.product-view .articles-desktop td.seg-nr,
.product-view .articles-desktop td.price {
  white-space: nowrap;
}
.product-view .articles-desktop .fa-sort {
  font-size: 10px;
  vertical-align: middle;
  margin: 0 0 3px 3px;
}
.stock-icon {
  display: inline-block;
  height: 12px;
  width: 12px;
  border: 1px solid #000;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 5px;
}
.stock-icon:last-child {
  margin-right: 0;
}
.stock-icon-ok {
  background: #18aa1c;
  border-color: #047007;
}
.stock-icon-low {
  background: #ffdc2e;
  border-color: #e4a600;
}
.stock-icon-out {
  background: #db0000;
  border-color: #9c0f17;
}
.stock-icon-order {
  background: #81a8b8;
  border-color: #446b7b;
}

a.btn-field-file {
  padding: 5px 10px;
  font-size: 13px;
  background: #81a8b8;
  color: #fff;
}
a.btn-field-file:hover {
  background: #638390;
}

.product-view .articles-desktop .extended {
  display: none;
}
.product-view .table-scroll .extended {
  display: table-cell;
}
.product-view .table-scroll .articles-desktop {
  position: relative;
  overflow: hidden;
}
.product-view .table-scroll .table-fixed {
  position: absolute;
  min-width: 100%;
}
.product-view .table-scroll .table-scrolled {
  display: block;
  overflow-x: auto;
}
.product-view .table-scroll .articles-desktop table {
  min-width: 100%;
  width: auto;
}
.product-view .table-scroll .articles-desktop .table-fixed tr > :nth-child(-n+4) {
  position: relative;
  z-index: 3;
}
.product-view .table-scroll .articles-desktop .table-fixed tr > :nth-child(3) {
  z-index: 4;
}
.product-view .table-scroll .articles-desktop .table-scrolled td {
  position: relative;
  z-index: 2;
}
.product-view .table-scroll .articles-desktop th {
  white-space: nowrap;
}
.product-view .touch-scroll .articles-desktop .table-scrolled tr:last-child td {
  padding-bottom: 20px;
}
.product-view .table-scroll .title {
  border-right: 1px solid rgba(0,0,0,0.1);
}

.product-view .articles-mobile {
  margin-top: 18px;
  display: none;
}
.product-view .articles-mobile .article {
  border: 1px solid #e3e3e3;
}
.product-view .articles-mobile .article:nth-child(n+2) {
  border-top: none;
}
.product-view .articles-mobile .article .body {
  height: 0;
  overflow: hidden;
}
.product-view .articles-mobile .article .head {
  background: #f2f2f2;
  padding: 10px;
}
.product-view .articles-mobile .article.is-match .head {
  background: #d8ebce;
}
.product-view .articles-mobile .article .head .quantity {
  float: left;
  margin-right: 15px;
}
.product-view .articles-mobile .article .head .title {
  float: left;
  font-weight: 700;
  line-height: 28px;
}
.product-view .articles-mobile .article .head:before {
  content: "\f107";
	font: normal normal normal 18px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	display: block;
  float: right;
  padding: 5px;
}
.product-view .articles-mobile .article .field {
  padding: 15px 10px;
  border-top: 1px solid #e3e3e3;
}
.product-view .articles-mobile .article .field:after {
  content: "";
  display: block;
  clear: both;
}
.product-view .articles-mobile .article .label,
.product-view .articles-mobile .article .value {
  box-sizing: border-box;
  width: 50%;
  padding: 0 5px;
}
.product-view .articles-mobile .article .label {
  float: left;
  font-weight: 400;
}
.product-view .articles-mobile .article .value {
  float: right;
}

.product-view .banners {
  border-top: 1px solid #e5e5e5;
  padding-top: 35px;
}
.product-view .banner {
  background-color: #81a8b8;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  box-sizing: border-box;
  padding: 35px 35px 35px 105px;
  margin: 9px 0 0;
}
.product-view .banner:first-child {
  margin-top: 0;
}
.product-view .left {
  float: left;
  max-width: 410px;
  font-size: 0;
}
.product-view .right {
  float: right;
  width: 515px;
}
.product-view .banner .middle-class {
  height: 320px;
  vertical-align: middle;
}
.product-view .banner .texts {
  display: inline-block;
  vertical-align: middle;
}
.product-view .banner .title {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 8px;
}
.product-view .banner .text {
  font-size: 16px;
}
.product-view .banner .text a {
  color: #fff;
}
.product-view .banner .image {
  text-align: center;
}

.pswp img {
  max-width: none;
  max-height: none;
}


/**
 * List
 */
.products {
  animation: fade 0.5s ease;
}
.products .product-item {
  position: relative;
  float: left;
  box-sizing: border-box;
  overflow: hidden;
  width: 233px;
  height: 304px;
  margin: 0 0 -1px -1px;
  border-bottom: 1px solid #e5e5e5;
}
.products .product-item:nth-child(5n+1) {
  clear: both;
  margin-left: 0;
}
.products .product-item > .inner {
  position: relative;
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 20px;
  min-height: 304px;
  transition: border-color 0.2s ease;
}
.products .product-item:hover {
  overflow: visible;
  z-index: 1;
}
.products .product-item:hover > .inner {
  border-color: #acacac;
}
.products .product-item .weight {
  position: absolute;
  top: 0;
  left: 0;
  background: #81a8b8;
  color: #fff;
  width: 75px;
  font-weight: 600;
  text-align: center;
  line-height: 40px;
}
.products .product-item .atex {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 36px;
  height: 31px;
  background: url("../images/atex.png") no-repeat 0 0;
  background-size: cover;
}
.products .product-item .image {
  text-align: center;
  font-size: 0;
  margin: 33px 0 23px;
  text-decoration: none;
  display: block;
}
.products .product-item .image .middle-class {
  height: 105px;
}
.products .product-item .texts {
  overflow: hidden;
  height: 74px;
  min-height: 74px;
}
#main .products .product-item:hover .texts {
  height: auto;
}
.products .product-item .title {
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 8px;
}
.products .product-item .preamble {
  font-size: 16px;
  line-height: 20px;
}
.products .product-item .num-articles {
  margin-top: 10px;
  font-weight: 700;
}
.products .product-item .more {
  display: none;
  margin-top: 20px;
}
.products .product-item .more .fa {
  margin-left: 5px;
  font-size: 18px;
}
.is-not-ios #main .products .product-item:hover .more {
  display: block;
}
.products .product-item .link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

/**
 * Small list
 */
.products-small {
  padding: 30px 0;
}
.products-small .product-item {
  float: left;
  width: 276px;
  margin-left: 20px;
  position: relative;
}
.products-small .product-item:nth-child(4n+1) {
  margin-left: 0;
	clear: both;
}
.products-small .product-item:nth-child(n+5) {
  margin-top: 20px;
}
.products-small .product-item .link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.products-small .product-item .image {
  float: left;
  width: 80px;
  margin-right: 10px;
  text-align: center;
	font-size: 0;
}
.products-small .product-item .middle-class {
  height: 55px;
	font-size: 0;
}
.products-small .product-item .titles {
  float: left;
  width: 186px;
  line-height: 1.3;
}
.products-small .product-item .titles .inner {
  vertical-align: middle;
  display: inline-block;
	width: 90%;
}
.products-small .product-item .titles .title {
  font-weight: 700;
}

/**
 * Pager
 */
.product-pager .pager {
  text-align: center;
  margin: 30px 0 0;
}
.product-pager .pager .page {
  display: inline-block;
  line-height: 25px;
  padding: 0 8px;
  margin: 0 4px;
  min-width: 10px;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid #e3e3e3;
  transition: background-color 0.2s ease;
}
.product-pager .pager .page:hover {
  background: #e3e3e3;
}
.product-pager .pager .page-current {
  background: #d9d9d9;
  border-color: #d9d9d9;
}

/**
 * Search
 */
.product-search {
  padding: 18px 29px 30px 30px;
}
.product-search h1 {
  font-weight: 300;
  font-size: 35px;
  line-height: 1;
  margin: 0;
  padding: 10px 0 25px;
}