.products_detail_reader .rsce_intro.type_skewed {
  position: relative;
  z-index: 1;
}
.products_detail_reader .rsce_intro.type_skewed .text-container .headline {
  max-width: 100%;
}
.products_detail_reader .specs {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-top: calc(var(--h)/2 * -1);
}
@media screen and (max-width: 599px) {
  .products_detail_reader .specs {
    margin-top: -70px;
    padding: 0 15px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.products_detail_reader .specs .outer {
  display: inline-block;
  max-width: 1046px;
  margin: 0 auto;
  padding: 20px 50px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #242424;
  border-radius: 10px;
}
@media screen and (max-width: 1023px) {
  .products_detail_reader .specs .outer {
    padding: 10px 15px;
  }
}
.products_detail_reader .specs .outer .inner {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 120px;
  row-gap: 20px;
  max-width: 100%;
}
@media screen and (max-width: 1023px) {
  .products_detail_reader .specs .outer .inner {
    column-gap: 30px;
  }
}
.products_detail_reader .specs .outer .inner li {
  display: block;
  color: #ffffff;
  text-align: center;
}
.products_detail_reader .specs .outer .inner li svg {
  display: block;
  height: 50px;
  width: 50px;
  -moz-object-fit: contain;
  -webkit-object-fit: contain;
  -o-object-fit: contain;
  -ms-object-fit: contain;
  object-fit: contain;
  -moz-object-position: center center;
  -webkit-object-position: center center;
  -o-object-position: center center;
  -ms-object-position: center center;
  object-position: center center;
  font-family: "object-fit:contain; object-position:center center;";
  margin: 0 auto 17px auto;
}
.products_detail_reader .specs .outer .inner li strong {
  display: block;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.products_detail_reader .specs .outer .inner li span {
  display: block;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 35px;
  line-height: 1.57142857;
  letter-spacing: 0.025em;
  color: #e31725;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .products_detail_reader .specs .outer .inner li span {
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  .products_detail_reader .specs .outer .inner li span {
    font-size: 18px;
  }
}
.products_detail_reader .product-info {
  max-width: 1290px;
  margin: 150px auto 0 auto;
  padding: 0 15px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 45% minmax(0, 1fr);
  justify-content: flex-start;
  align-items: stretch;
  column-gap: 38px;
  row-gap: 38px;
}
@media screen and (max-width: 599px) {
  .products_detail_reader .product-info {
    margin-top: 70px;
  }
}
@media screen and (max-width: 1023px) {
  .products_detail_reader .product-info {
    grid-template-columns: minmax(0, 1fr);
  }
}
.products_detail_reader .product-info .text-container .headline {
  font-family: 'Expose', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 60px;
  line-height: 1.21666667;
  letter-spacing: 0.025em;
  margin: 0 0 40px 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .products_detail_reader .product-info .text-container .headline {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .products_detail_reader .product-info .text-container .headline {
    font-size: 30px;
  }
}
.products_detail_reader .product-info .text-container .text {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.55555556;
  letter-spacing: 0.01em;
}
.products_detail_reader .product-info .text-container .actions {
  margin: 22px 0 0 0;
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
  row-gap: 20px;
  flex-wrap: wrap;
}
.products_detail_reader .product-info .images {
  position: relative;
}
.products_detail_reader .product-info .images .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  column-gap: 20px;
  row-gap: 20px;
}
@media screen and (max-width: 1023px) {
  .products_detail_reader .product-info .images .inner {
    position: relative;
    top: auto;
    left: auto;
  }
}
.products_detail_reader .product-info .images .inner .left .image {
  height: 100%;
}
.products_detail_reader .product-info .images .inner .right {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.products_detail_reader .product-info .images .inner .right .image {
  height: calc(50% - 10px);
}
.products_detail_reader .product-info .images .inner .image {
  display: block;
  width: 100%;
}
.products_detail_reader .product-info .images .inner .image figure {
  display: inline;
  margin: 0;
  padding: 0;
}
.products_detail_reader .product-info .images .inner .image img {
  display: block;
  width: 100%;
  height: 100%;
  -moz-object-fit: cover;
  -webkit-object-fit: cover;
  -o-object-fit: cover;
  -ms-object-fit: cover;
  object-fit: cover;
  -moz-object-position: center center;
  -webkit-object-position: center center;
  -o-object-position: center center;
  -ms-object-position: center center;
  object-position: center center;
  font-family: "object-fit:cover; object-position:center center;";
  border-radius: 10px;
}
.products_detail_reader .product-advantages {
  position: relative;
  margin: 114px 0 70px 0;
  padding: 67px 0;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
  background-color: #f0f0f0;
}
.products_detail_reader .product-advantages:after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  z-index: 2;
  -moz-transform: translate(0, 100%);
  -webkit-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 70px 100vw 0 0;
  border-color: #f0f0f0 transparent transparent transparent;
}
.products_detail_reader .product-advantages .wrap {
  z-index: 1;
  position: relative;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1290px;
  text-align: center;
}
.products_detail_reader .product-advantages .wrap .crumb {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #e31725;
  margin: 0 0 10px 0;
}
.products_detail_reader .product-advantages .wrap .headline {
  font-family: 'Expose', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 60px;
  line-height: 1.3;
  letter-spacing: 0.025em;
  color: #242424;
  margin: 0 0 23px 0;
  margin: 0 0 40px 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .products_detail_reader .product-advantages .wrap .headline {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .products_detail_reader .product-advantages .wrap .headline {
    font-size: 30px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .products_detail_reader .product-advantages .wrap .headline {
    font-size: 48px;
  }
}
@media screen and (max-width: 599px) {
  .products_detail_reader .product-advantages .wrap .headline {
    font-size: 39px;
  }
}
.products_detail_reader .product-advantages .wrap ol {
  text-align: left;
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 100px;
  row-gap: 66px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .products_detail_reader .product-advantages .wrap ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 25px;
    row-gap: 25px;
  }
}
@media screen and (max-width: 599px) {
  .products_detail_reader .product-advantages .wrap ol {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    column-gap: 25px;
    row-gap: 25px;
  }
}
.products_detail_reader .product-advantages .wrap ol li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 10px;
  counter-increment: orderedlist;
}
.products_detail_reader .product-advantages .wrap ol li:before {
  content: counter(orderedlist, decimal-leading-zero);
  display: block;
  font-family: 'Expose', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 35px;
  line-height: 1.28571429;
  letter-spacing: 0.025em;
  color: #e31725;
  margin-top: -5px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .products_detail_reader .product-advantages .wrap ol li:before {
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  .products_detail_reader .product-advantages .wrap ol li:before {
    font-size: 18px;
  }
}
.products_detail_reader .product-advantages .wrap ol li .text {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.55555556;
  letter-spacing: 0.01em;
}
.products_detail_reader .product-advantages .wrap .btn_container {
  margin: 50px 0 0 0;
}
.products_detail_reader .product-video {
  position: relative;
  margin-top: -70px;
  z-index: 1;
}
.products_detail_reader .product-video .rsce_video {
  max-width: 100%;
}
.products_detail_reader .product-video .rsce_video video {
  max-height: 850px;
  -moz-object-fit: cover;
  -webkit-object-fit: cover;
  -o-object-fit: cover;
  -ms-object-fit: cover;
  object-fit: cover;
  -moz-object-position: center center;
  -webkit-object-position: center center;
  -o-object-position: center center;
  -ms-object-position: center center;
  object-position: center center;
  font-family: "object-fit:cover; object-position:center center;";
}
.products_detail_reader .product-post-video-text {
  position: relative;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 830px;
  text-align: center;
  margin: 74px auto 0 auto;
}
.products_detail_reader .product-post-video-text .crumb {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #e31725;
  margin: 0 0 10px 0;
}
.products_detail_reader .product-post-video-text .text {
  font-family: 'Expose', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 25px;
  line-height: 1.4;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .products_detail_reader .product-post-video-text .text {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .products_detail_reader .product-post-video-text .text {
    font-size: 18px;
  }
}
.products_detail_reader .product-post-video-text .btn_container {
  margin: 40px 0 0 0;
}
.products_detail_reader .product-sizes {
  margin-top: 143px;
}
.products_detail_reader .product-sizes .wrap {
  position: relative;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) and (max-width: 1540px) {
  .products_detail_reader .product-sizes .wrap {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.products_detail_reader .product-sizes .wrap .crumb,
.products_detail_reader .product-sizes .wrap .headline {
  padding-left: 100px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .products_detail_reader .product-sizes .wrap .crumb,
  .products_detail_reader .product-sizes .wrap .headline {
    padding-left: 0;
  }
}
.products_detail_reader .product-sizes .wrap .crumb {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #e31725;
  margin: 0 0 10px 0;
}
.products_detail_reader .product-sizes .wrap .headline {
  font-family: 'Expose', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 60px;
  line-height: 1.3;
  letter-spacing: 0.025em;
  color: #242424;
  margin: 0 0 23px 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .products_detail_reader .product-sizes .wrap .headline {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .products_detail_reader .product-sizes .wrap .headline {
    font-size: 30px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .products_detail_reader .product-sizes .wrap .headline {
    font-size: 48px;
  }
}
@media screen and (max-width: 599px) {
  .products_detail_reader .product-sizes .wrap .headline {
    font-size: 39px;
  }
}
.products_detail_reader .product-sizes .wrap .slider {
  position: relative;
  padding: 0 100px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.products_detail_reader .product-sizes .wrap .slider .owl-nav .owl-prev,
.products_detail_reader .product-sizes .wrap .slider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
}
.products_detail_reader .product-sizes .wrap .slider .owl-nav .owl-prev svg,
.products_detail_reader .product-sizes .wrap .slider .owl-nav .owl-next svg {
  overflow: visible;
}
.products_detail_reader .product-sizes .wrap .slider .owl-nav .owl-prev {
  left: 0;
}
.products_detail_reader .product-sizes .wrap .slider .owl-nav .owl-next {
  right: 0;
}
.products_detail_reader .product-sizes .wrap .slider.owl-singleitem {
  padding: 0;
}
.products_detail_reader .product-sizes .wrap .slider.owl-singleitem .owl-nav {
  display: none;
}
.products_detail_reader .product-highlights {
  position: relative;
  margin-top: 126px;
  margin-bottom: 140px;
  padding: 97px 0;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f0f0f0;
}
.products_detail_reader .product-highlights:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translate(0, 100%);
  -webkit-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 100vw 70px 0;
  border-color: transparent #f0f0f0 transparent transparent;
}
.products_detail_reader .product-highlights .wrap {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.products_detail_reader .product-highlights .wrap .crumb,
.products_detail_reader .product-highlights .wrap .headline {
  padding-left: 100px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .products_detail_reader .product-highlights .wrap .crumb,
  .products_detail_reader .product-highlights .wrap .headline {
    padding-left: 0;
  }
}
.products_detail_reader .product-highlights .wrap .crumb {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #e31725;
  margin: 0 0 10px 0;
}
.products_detail_reader .product-highlights .wrap .headline {
  font-family: 'Expose', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 60px;
  line-height: 1.3;
  letter-spacing: 0.025em;
  color: #242424;
  margin: 0 0 23px 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .products_detail_reader .product-highlights .wrap .headline {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .products_detail_reader .product-highlights .wrap .headline {
    font-size: 30px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .products_detail_reader .product-highlights .wrap .headline {
    font-size: 48px;
  }
}
@media screen and (max-width: 599px) {
  .products_detail_reader .product-highlights .wrap .headline {
    font-size: 39px;
  }
}
.products_detail_reader .product-highlights .wrap .slider {
  position: relative;
  padding: 0 100px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.products_detail_reader .product-highlights .wrap .slider .owl-nav .owl-prev,
.products_detail_reader .product-highlights .wrap .slider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
}
.products_detail_reader .product-highlights .wrap .slider .owl-nav .owl-prev svg,
.products_detail_reader .product-highlights .wrap .slider .owl-nav .owl-next svg {
  overflow: visible;
}
.products_detail_reader .product-highlights .wrap .slider .owl-nav .owl-prev {
  left: 0;
}
.products_detail_reader .product-highlights .wrap .slider .owl-nav .owl-next {
  right: 0;
}
.products_detail_reader .product-highlights .wrap .slider.owl-singleitem {
  padding: 0;
}
.products_detail_reader .product-highlights .wrap .slider.owl-singleitem .owl-nav {
  display: none;
}
.products_detail_reader .product-technical-data {
  position: relative;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 60px;
}
.products_detail_reader .product-technical-data .crumb,
.products_detail_reader .product-technical-data .headline {
  padding-left: 100px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .products_detail_reader .product-technical-data .crumb,
  .products_detail_reader .product-technical-data .headline {
    padding-left: 0;
  }
}
.products_detail_reader .product-technical-data .crumb {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #e31725;
  margin: 0 0 10px 0;
}
.products_detail_reader .product-technical-data .headline {
  font-family: 'Expose', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 60px;
  line-height: 1.3;
  letter-spacing: 0.025em;
  color: #242424;
  margin: 0 0 23px 0;
  margin: 0 0 40px 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .products_detail_reader .product-technical-data .headline {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .products_detail_reader .product-technical-data .headline {
    font-size: 30px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .products_detail_reader .product-technical-data .headline {
    font-size: 48px;
  }
}
@media screen and (max-width: 599px) {
  .products_detail_reader .product-technical-data .headline {
    font-size: 39px;
  }
}
@media screen and (max-width: 599px) {
  .products_detail_reader .product-technical-data .rsce_accordions .accordion-content {
    max-width: 100%;
    overflow-x: auto;
  }
}
.products_detail_reader .product-technical-data .rsce_accordions .accordion-content .data {
  display: table;
  width: 100%;
}
.products_detail_reader .product-technical-data .rsce_accordions .accordion-content .data .row {
  display: table-row;
  padding: 15px 60px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.products_detail_reader .product-technical-data .rsce_accordions .accordion-content .data .row:nth-child(odd) {
  background-color: #f0f0f0;
}
.products_detail_reader .product-technical-data .rsce_accordions .accordion-content .data .row .label {
  display: table-cell;
  white-space: nowrap;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.01em;
  padding: 15px 14px 15px 60px;
}
@media screen and (max-width: 599px) {
  .products_detail_reader .product-technical-data .rsce_accordions .accordion-content .data .row .label {
    padding: 5px 10px 5px 15px;
    white-space: normal;
  }
}
.products_detail_reader .product-technical-data .rsce_accordions .accordion-content .data .row .values {
  display: table-cell;
  width: 100%;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.01em;
  padding: 15px 50px 15px 0;
}
@media screen and (max-width: 599px) {
  .products_detail_reader .product-technical-data .rsce_accordions .accordion-content .data .row .values {
    padding: 5px 15px 5px 10px;
  }
}
.products_detail_reader .product-technical-data .rsce_accordions .accordion-content .data .row .values .grid {
  /*display:grid;
								grid-auto-columns:minmax(0,1fr);
								grid-auto-flow:column;
								justify-content:flex-start;
								align-items:center;
								column-gap:10px;*/
  display: table;
  table-layout: fixed;
  width: 100%;
}
.products_detail_reader .product-technical-data .rsce_accordions .accordion-content .data .row .values .grid .value {
  display: table-cell;
  padding: 0 10px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .products_detail_reader .product-technical-data .rsce_accordions .accordion-content .data .row .values .grid .value {
    white-space: nowrap;
  }
}
.products_detail_reader .product-technical-data .rsce_accordions .accordion-content .text {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.55555556;
  letter-spacing: 0.01em;
  margin: 20px 0 0 0;
}
.products_detail_reader .product-technical-data .text {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.55555556;
  letter-spacing: 0.01em;
  margin: 20px 0 0 0;
}
