.section_comparison {
  height: auto;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  font-size: 10px;
  display: none;
  padding-top: 30px;
  padding-bottom: 30px;
  background: #faf9ff;
}

.section_comparison h4 {
  color: #000 !important;
  font-weight: 400 !important;
  font-family: 'proxima-nova', sans-serif !important;
  margin-top: 1em !important;
  margin-bottom: 1em !important;
  text-align: center !important;
}

.section_comparison .table_custom_width {
  width: 20%;
  float: left;
}

.section_comparison .col-xs-12.table_custom_width {
  width: 100%;
}

.section_comparison.display {
  display: block;
}

.section_comparison>.container-fluid>.row {
  display: flex;
  justify-content: center;
}

.section_comparison .col-xs-12 {
  padding: 0 !important;
}

.section_comparison h3 {
  font-size: calc(18px + (40 - 18) * ((100vw - 320px) / (2560 - 320)));
  line-height: 1.1em;
  margin-top: 30px;
  margin-bottom: 30px;
}

.section_comparison .spec_container {
  width: 100%;
  max-width: 1170px;
}

.section_comparison .spec_container .spec_row {
  background: #fff;
  overflow: hidden;
}

.section_comparison .spec_container .spec_row:first-of-type,
.section_comparison .spec_container .spec_row:last-of-type {
  border-top: 1px solid #dedede;
}

/*hide last row - peeble plus on mobile*/
/*.section_comparison .spec_container .spec_row>div:last-of-type,
.section_comparison .spec_container .spec_row:not(:first-of-type)>div:last-of-type {
  display: none;
}*/

.section_comparison .spec_header .col-xs-4 {
  padding: 10px 5px 20px 5px;
}

.section_comparison .spec_header {
  text-align: left;
}

.section_comparison .spec_header .feature-subheader {
  margin: 0;
  font-size: calc(25px + (80 - 25) * ((100vw - 320px) / (2560 - 320))) !important;
  font-weight: 400;
}

.section_comparison .spec_header p {
  margin: 0 0 10px;
  font-size: 10px;
}

.section_comparison .spec_header img {
  width: 100%;
  height: auto;
  max-width: 200px;
  display: block;
  margin: 0 auto;
}

.section_comparison .spec_container .spec_row:not(:first-of-type) div {
  display: flex;
  align-items: flex-start;
  justify-content: left;
  text-align: left;
}

.section_comparison .spec_container .spec_row>div:first-of-type {
  text-align: center;
  justify-content: center;
}

.section_comparison .spec_title {
  background-color: #2b2c54;
  color: #fff;
  font-size: 16px !important;
  padding: 10px 10px !important;
  font-weight: 400;
}

html[lang="en"] .section_comparison .spec_title {
  font-size: calc(16px + (24 - 16) * ((100vw - 320px) / (2560 - 320))) !important;
}

.section_comparison .spec_container .spec_row div:nth-of-type(n+2) {
  padding: 10px 7px;
}

.section_comparison .spec_container .spec_row:not(:first-of-type) div:nth-of-type(n+2):nth-of-type(-n+4):after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000px;
  right: 0;
  top: 0;
  border-right: 1px solid #dedede;
}

.section_comparison .spec_header .table_custom_width {
  border-right: 1px solid #dedede;
}

.section_comparison .spec_container .spec_row:last-of-type div:after,
.section_comparison .spec_container .spec_row:last-of-type .spec_title {
  display: none;
}

.section_comparison .spec_container .spec_row:last-of-type div {
  background: none;
  justify-content: center;
  padding: 0 !important;
}

.section_comparison a.button-medium {
  height: auto;
  line-height: 16px;
  padding: 10px;
  background: #4E7FFF;
  transition: .4s all ease;
  opacity: 1;
  filter: alpha(opacity=100);
  margin-top: 5px;
  width: 95%;
}

.section_comparison a.button-medium:hover {
  color: #fff;
  opacity: .8;
  filter: alpha(opacity=80);
}

.section_comparison .spec_header .table_custom_width:not(:first-of-type) {
  background: #4e5896 !important;
  color: #fff !important;
}

@media screen and (min-width:425px) {
  .section_comparison {
    font-size: 14px;
  }

  .section_comparison .spec_container .spec_row div:nth-of-type(n+2) {
    padding: 10px 15px;
  }
}

@media screen and (min-width:992px) {
  .section_comparison .spec_header .table_custom_width {
    border-right: none;
  }

  .section_comparison .table_custom_width {
    width: calc(100% / 6);
  }

  .section_comparison .col-xs-12.table_custom_width {
    width: calc(100% / 6);
  }

  .section_comparison {
    padding: 0;
    font-size: 16px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section_comparison .spec_container .spec_row,
  .section_comparison .spec_container .spec_row:first-of-type {
    display: flex;
    background: none;
  }

  .section_comparison .spec_container .spec_row div {
    margin: 3px;
  }

  /*  .section_comparison .spec_container .spec_row>div:last-of-type,
  .section_comparison .spec_container .spec_row:not(:first-of-type)>div:last-of-type {
    display: flex;
  }*/

  .section_comparison .spec_container .spec_row:not(:first-of-type):not(:last-of-type) div:nth-of-type(n+2) {
    background: #f2f2f2;
  }

  .section_comparison .spec_container .spec_row div:nth-of-type(n+2):after {
    display: none;
  }

  .section_comparison .spec_container .spec_row:first-of-type,
  .section_comparison .spec_container .spec_row:last-of-type {
    border-top: none;
  }


  .section_comparison .spec_container .spec_row:last-of-type .spec_title {
    display: flex;
  }

  .section_comparison .spec_container .spec_row>div:first-of-type {
    text-align: left;
    justify-content: left;
  }

  .section_comparison a.button-medium {
    padding: 10px 20px;
    margin-top: 0px;
    width: 100%;
  }
}

@media screen and (min-width:1200px) {
  .section_comparison {
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 18px;
  }

  .section_comparison .spec_header .feature-subheader {
    font-size: 20px;
  }

  .section_comparison .spec_header p {
    font-size: 16px;
  }

  .section_comparison a.button-medium {
    font-size: 14px;
    line-height: 18px;
    padding: 10px 30px;
  }
}

@media screen and (min-width:1600px) {
  .section_comparison .spec_header .feature-subheader {
    font-size: 24px;
  }

  .section_comparison a.button-medium {
    font-size: 16px;
    line-height: 20px;
  }
}

/*Start*/
/*hide pebble v2 for malaysia store*/
body.storepage_38 .section_comparison .spec_row div:nth-child(2) {
  display: none !important;
}

body.storepage_38 .section_comparison .spec_container .spec_row>div:last-of-type,
body.storepage_38 .section_comparison .spec_container .spec_row:not(:first-of-type)>div:last-of-type {
  display: flex;
}

@media screen and (min-width: 992px) {
  body.storepage_38 .section_comparison .spec_row {
    display: flex;
    justify-content: center;
  }
}

/*End*/

/*hide gc7, g5 for south africa*/
body.storepage_53 .section_comparison .table_custom_width {
  width: calc(100% / 3);
}

body.storepage_53 .section_comparison .table_custom_width.spec_title {
  width: 100%;
}

body.storepage_53 .section_comparison .spec_row div:nth-child(2),
body.storepage_53 .section_comparison .spec_row div:nth-child(4) {
  display: none !important;
}

@media screen and (min-width: 992px) {
  body.storepage_53 .section_comparison .table_custom_width {
    width: calc(100% / 4) !important;
  }

  body.storepage_53 .section_comparison .spec_row {
    display: flex;
    justify-content: center;
  }
}

/*End*/