.product-table {
  padding-left: 200px;
  display: block;
  overflow-x: auto;
}
.product-table--hidden {
  display: none;
}
.product-table__layout {
  text-align: center;
  padding: 0;
}
.product-table__wrapper {
  overflow: auto;
  margin: 0 auto;
  margin-bottom: 40px;
  max-width: 100%;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
}
.product-table__wrapper--mobile {
  display: none;
}
.product-table__row {
  height: 65px;
  font-size: 14px;
  color: #1a1a1a;
  padding: 0;
  text-align: center;
}
.product-table__row:nth-child(odd) {
  background-color: #f3f3f3;
}
.product-table__row:nth-child(odd) td:first-child {
  background-color: #f3f3f3;
}
.product-table__row:first-child {
  background-color: #000;
}
.product-table__row:first-child td:first-child {
  height: 40px;
  background-color: #000;
}
.product-table__row:nth-child(even) td:first-child {
  background-color: #fff;
}
.product-table__row--top {
  height: 40px;
  color: #fff;
  font-style: italic;
}
.product-table__row--top td:first-child {
  font-weight: 600;
}
.product-table__row-head--second {
  height: 55.8px;
}
.product-table__head,
.product-table__cell {
  border-right: 2px #e4e4e4 solid;
  width: 198px;
  padding-left: 5px;
  padding-right: 5px;
}
.product-table__head:last-child,
.product-table__cell:last-child {
  border-right: none;
}
.product-table__head:first-child,
.product-table__cell:first-child {
  position: absolute;
  left: 0;
  height: 65px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 200px;
  z-index: 7;
  box-sizing: border-box;
}
.product-table__head select {
  display: none;
}
.product-table__head img {
  width: auto;
  height: 28px;
  display: block;
  margin-left: 16px;
}
.product-table__head:hover {
  background: linear-gradient(to top, #f3f3f3, #fff);
}
.product-table__head:first-child {
  height: 70px;
  font-size: 0;
}
.product-table__head:first-child:hover {
  background: #fff;
}
.product-table__head a {
  display: table;
  width: 100%;
  height: 70px;
  overflow: hidden;
}
.product-table__head a > div {
  width: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 auto;
}
.product-table__cell:first-child {
  padding: 0 25px;
  font-weight: 700;
  text-align: left;
}
.product-table__cell--shadow:after {
  content: "";
  display: block;
  height: 100%;
  width: 10px;
  position: absolute;
  top: 0;
  right: -12px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.05), rgba(255, 255, 255, 0));
}
.product-table__advantage--text {
  font-size: 1.4rem;
  color: #ed0f00;
}
.product-table__advantage--bullet:after {
  content: '';
  width: 12px;
  height: 12px;
  display: block;
  background-color: #FD0630;
  border-radius: 50%;
  margin: 0 auto;
}
.product-table__advantage--dash:after {
  content: '';
  width: 10px;
  height: 3px;
  display: block;
  background-color: #979797;
  margin: 0 auto;
}
.product-table--pdp {
  margin-top: 52px;
}
.product-table--pdp tr:nth-child(n + 9) {
  display: none;
}
.product-table--pdp tr.open {
  display: table-row;
}
.product-table--pdp .product-table__head:first-child,
.product-table--pdp .product-table__cell:first-child {
  height: 52px;
  white-space: normal;
}
.product-table--pdp .product-table__row-head {
  height: 60px;
}
.product-table--pdp .product-table__head {
  font-size: 1.4rem;
}
.product-table--pdp .product-table__head:last-child {
  background-color: #ed0f00;
  color: #fff;
}
.product-table--pdp .product-table__head:last-child:hover {
  background-color: #ed0f00;
}
.product-table--pdp .product-table__head:hover {
  background: transparent;
}
.product-table--pdp .product-table__head:first-child {
  height: 60px;
}
.product-table--pdp .product-table__row {
  height: 52px;
}
.product-table--pdp .product-table__row:first-child {
  background-color: #f3f3f3;
}
.product-table--pdp .product-table__row:first-child td:first-child {
  background-color: #f3f3f3;
  height: 52px;
}
.product-table--pdp .product-table__row:nth-child(even) {
  height: 56px;
}
.product-table--pdp .product-table__row:nth-child(even) td:first-child {
  height: 56px;
}
.product-table--pdp .product-table__cell:last-child {
  color: #FD0630;
}
.product-table__layout--pdp .product-table__wrapper {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .product-table--pdp {
    margin-top: 0;
  }
  .product-table--pdp .product-table {
    margin-top: 30px;
  }
  .product-table--pdp .product-table__head-select:before {
    display: none;
  }
  .product-table__wrapper {
    display: none;
  }
  .product-table__wrapper--mobile {
    display: block;
    height: 100%;
  }
  .product-table__wrapper--mobile .product-table {
    padding-left: 0;
    overflow: hidden;
    display: table;
    width: 100%;
    margin-bottom: 19px;
  }
  .product-table__wrapper--mobile .product-table--hidden {
    display: none !important;
  }
  .product-table__wrapper--mobile .product-table:nth-child(n+3) {
    max-height: 0;
    display: block;
    margin: 0;
    transition: max-height 0.5s ease-in-out;
  }
  .product-table__wrapper--mobile .product-table:nth-child(n+3).open {
    max-height: 1000px;
    margin-bottom: 19px;
    display: table;
  }
  .product-table__wrapper--mobile .product-table__row-head {
    background: #1a1a1a;
    color: #fff;
    text-transform: uppercase;
    font: 14px/18px 'DINCondensed', sans-serif;
    height: 46px;
  }
  .product-table__wrapper--mobile .product-table__row-head--second {
    background: #a1a1a1;
    color: #fff;
    font-size: 12px;
  }
  .product-table__wrapper--mobile .product-table__head:nth-child(n) {
    position: static;
    background-color: inherit;
    font-size: inherit;
    display: table-cell;
    border: none;
    padding: 0;
  }
  .product-table__wrapper--mobile .product-table__head:hover {
    background: inherit;
    color: inherit;
  }
  .product-table__wrapper--mobile .product-table__head--inner {
    display: block;
    padding: 0 10px;
    position: relative;
  }
  .product-table__wrapper--mobile .product-table__head--inner:after {
    content: '';
    width: 2px;
    height: 10px;
    background: #c7c7c7;
    display: block;
    position: absolute;
    top: 50%;
    right: -1px;
    margin-top: -5px;
  }
  .product-table__wrapper--mobile .product-table__head:last-child .product-table__head--inner {
    border: none;
  }
  .product-table__wrapper--mobile .product-table__row {
    height: auto;
    font-size: 12px;
    height: 46px!important;
  }
  .product-table__wrapper--mobile .product-table__row:first-child {
    background-color: #f3f3f3;
  }
  .product-table__wrapper--mobile .product-table__row:first-child td:first-child {
    background-color: inherit;
    height: inherit;
  }
  .product-table__wrapper--mobile .product-table__cell:nth-child(n) {
    position: static;
    display: table-cell;
    padding: 10px;
    text-align: center;
    width: 33.3%;
    height: 46px!important;
  }
  .product-table__row-head {
    height: 40px;
    letter-spacing: 3px;
  }
  .product-table__row-head th:first-child {
    background-color: #fff;
  }
  .product-table__head {
    padding: 0 10px;
  }
  .product-table__head img {
    margin: 0 auto;
    max-width: 100%;
  }
  .product-table__layout--pdp .product-table__wrapper--mobile .product-table--pdp {
    padding-top: 118px;
    position: relative;
  }
  .product-table__layout--pdp .product-table__wrapper--mobile .product-table--select {
    position: absolute;
    top: 0;
    background: #fff;
    margin-bottom: 17px;
    width: 100%;
  }
  .product-table__layout--pdp .product-table__wrapper--mobile .product-table--select.sticky {
    position: fixed;
    z-index: 101;
    height: 140px;
    border-bottom: 1px #e1e1e1 solid;
  }
  .product-table__layout--pdp .product-table__wrapper--mobile .product-table--select.sticky thead {
    display: none;
  }
  .product-table__layout--pdp .product-table__wrapper--mobile .product-table table {
    width: 100%;
    display: table;
    margin-bottom: 0;
  }
  .product-table__layout--pdp .product-table__wrapper--mobile .product-table table:nth-child(n+3) {
    max-height: none;
    margin-bottom: 0;
  }
  .product-table__layout--pdp .product-table__wrapper--mobile .product-table table:nth-child(n+4) {
    max-height: 0;
    display: block;
    margin: 0;
    transition: max-height 0.5s ease-in-out;
  }
  .product-table__layout--pdp .product-table__wrapper--mobile .product-table table.open {
    display: table;
    max-height: 1000px;
  }
  .product-table__layout--pdp .product-table__wrapper--mobile .product-table__cell,
  .product-table__layout--pdp .product-table__wrapper--mobile .product-table__head {
    min-width: initial;
    width: initial;
  }
  .product-table__layout--pdp .product-table__wrapper--mobile .product-table__cell:first-child,
  .product-table__layout--pdp .product-table__wrapper--mobile .product-table__head:first-child {
    width: 46%;
  }
  .product-table__layout--pdp .product-table__wrapper--mobile .product-table__cell:last-child,
  .product-table__layout--pdp .product-table__wrapper--mobile .product-table__head:last-child {
    width: 46%;
    position: static;
    padding: 0 10px;
    transform: none;
    display: table-cell;
    -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
    height: 46px;
    z-index: 8;
    min-width: 0;
    color: #000;
  }
  .product-table__layout--pdp .product-table__wrapper--mobile .product-table__cell:nth-last-child(2),
  .product-table__layout--pdp .product-table__wrapper--mobile .product-table__head:nth-last-child(2) {
    border-right: none;
  }
  .product-table__layout--pdp .product-table__wrapper--mobile .product-table__head:last-child {
    white-space: nowrap;
    background: transparent;
    color: #fff;
    display: table-cell;
    -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
  }
  .product-table__layout--pdp .product-table__wrapper--mobile .product-table__head:last-child:hover {
    background-color: transparent;
  }
  .product-table__layout--pdp .product-table__wrapper--mobile .product-table__head--select:nth-child(n) {
    color: #000;
    padding-left: 0;
    white-space: normal;
  }
  .product-table__layout--pdp .product-table__wrapper--mobile .product-table__head--top:nth-child(n) {
    color: #ed0f00;
    padding-bottom: 40px;
  }
  .product-table__layout--pdp .product-table__wrapper--mobile .product-table__head--top:nth-child(n):before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #FD0630;
    border-radius: 50%;
    margin-right: 9px;
    margin-top: -1px;
  }
  .product-table__layout--pdp .product-table__wrapper--mobile .product-table__row td:nth-child(n) {
    font-weight: normal;
    border: none;
  }
  .product-table__layout--pdp .product-table__wrapper--mobile .product-table__row:nth-child(odd) {
    height: 24px!important;
  }
  .product-table__layout--pdp .product-table__wrapper--mobile .product-table__row:nth-child(odd) td:nth-child(n) {
    font-weight: 700;
    text-align: left;
    background-color: transparent;
    height: initial;
    padding: 19px 10px 0 10px;
    vertical-align: bottom;
    height: initial!important;
  }
  .product-table__layout--pdp .product-table__wrapper--mobile .product-table__row:nth-child(even) td:nth-child(2) {
    padding: 0;
    width: 10px;
  }
  .product-table__layout--pdp .product-table__wrapper--mobile .product-table__row:nth-child(even) td:nth-child(2) span:after {
    display: none;
  }
  .product-table__layout--pdp .product-table__wrapper--mobile .product-table__row:nth-child(even) td:nth-child(2):after {
    width: 2px;
    height: 10px;
    background: #c7c7c7;
    content: '';
    border-radius: 0;
    margin: 0 auto;
    display: block;
  }
  .product-table__layout--pdp .product-table__wrapper--mobile .product-table__row:nth-child(n) {
    background: transparent;
  }
  .product-table__layout--pdp .product-table__wrapper--mobile .product-table__row:nth-child(n) td:nth-child(n) {
    background: transparent;
  }
  .product-table__layout--pdp .product-table__wrapper--mobile .product-table__row:nth-child(4n+1),
  .product-table__layout--pdp .product-table__wrapper--mobile .product-table__row:nth-child(4n+2) {
    background-color: #f3f3f3;
  }
  .product-table__layout--pdp .product-table__wrapper--mobile .product-table__cell {
    padding: 0 10px;
  }
  .product-table__layout--pdp .product-table__wrapper--mobile .product-table__cell .product-table__advantage--bullet {
    width: 12px;
    display: block;
    margin: 0 auto;
  }
  .product-table__head-select {
    border: 1px solid #a1a1a1;
    border-radius: 2px;
    display: inline-block;
    max-width: 180px;
    box-sizing: border-box;
  }
}
@media (max-width: 768px) {
  .product-table__advantage {
    font-size: 0;
  }
  .product-table__advantage--dash:after,
  .product-table__advantage--text:after {
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    border-radius: 50%;
    display: block;
  }
  .product-table__advantage--dash:after {
    border: 2px solid #e4e4e4;
    background-color: #f3f3f3;
  }
  .product-table__advantage--text:after {
    content: '';
    background-color: #FD0630;
  }
  tr:nth-child(even) .product-table__advantage--dash:after {
    background-color: #fff;
  }
  .product-table--pdp .product-table__cell:last-child,
  .product-table--pdp .product-table__head:last-child {
    position: absolute;
    padding: 0;
    left: 199px;
    transform: translateX(-50%);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    height: 52px;
    width: auto;
    z-index: 8;
    min-width: 0;
  }
  .product-table--pdp .product-table__cell:nth-last-child(2),
  .product-table--pdp .product-table__head:nth-last-child(2) {
    border-right: none;
  }
  .product-table--pdp .product-table__head:last-child {
    left: 50%;
    white-space: nowrap;
    background: transparent;
    top: 0;
    color: #ed0f00;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .product-table--pdp .product-table__head:last-child:hover {
    background-color: transparent;
  }
  .product-table--pdp .product-table__row:nth-child(even) td:last-child {
    height: 56px;
  }
  .product-table--pdp .product-table__cell {
    padding: 0 10px;
    min-width: 200px;
  }
  .product-table__layout--pdp .product-table__wrapper--mobile .product-table--select.sticky {
    height: 101px;
  }
}
@media (max-width: 374px) {
  .product-table {
    padding-left: 160px;
  }
  .product-table__head:first-child,
  .product-table__cell:first-child {
    padding: 0 5px;
    width: 160px;
    min-width: 0;
  }
  .product-table__head:hover {
    background-color: #8d8d8d;
  }
  .product-table__head-select {
    max-width: 150px;
  }
  .product-table__cell:first-child {
    font-size: 13px;
  }
  .product-table--pdp .product-table__cell:last-child,
  .product-table--pdp .product-table__head:last-child {
    left: 159px;
  }
}
