.section_comparison {
  height: auto;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  font-size: 12px;
  display: none;
}

.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 .spec_container {
  width: 100%;
  max-width: 1170px;
}

.section_comparison .spec_container .spec_row {
  background: #fff;
  overflow: hidden;
}

.section_comparison .spec_container .spec_row:last-of-type {
  border-top: 1px solid #dedede;
}

.section_comparison .spec_header .col-xs-4 {
  padding: 10px 5px 20px 5px;
}

.section_comparison .spec_header {
  text-align: center;
}

#features .section_comparison .spec_header .feature-subheader {
  margin: 0;
  font-size: 15px !important;
  text-transform: uppercase;
  font-weight: bold;

  text-align: center;
}

.section_comparison .spec_header p {
  margin: 0 0 10px;
  font-size: 12px;
}

.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;
  text-align: center;
  justify-content: center;
}

.section_comparison .spec_container .spec_row>div:first-of-type {
  text-align: center;
  justify-content: center;
}

.section_comparison .spec_title {
  background-color: #3B95C9;
  color: #fff;
  font-size: 14px;
  /*font-weight:bold;*/
  padding: 10px 10px !important;
}
/* body.storepage_22 .section_comparison .spec_title, */
/* body.storepage_9 .section_comparison .spec_title {
  font-size: 11px;
} */
.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+3):after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000px;
  right: 0;
  top: 0;
  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;
}

.section_comparison a.button-medium {
  height: auto;
  line-height: 16px;
  font-size: 10px;
  padding: 10px;
  background: #c62828;
  border-radius: 5px;
  transition: .4s all ease;
  opacity: 1;
  filter: alpha(opacity=100);
}

.section_comparison a.button-medium:hover {
  color: #fff;
  background-color: rgb(229, 57, 53);
  opacity: 1;
  filter: alpha(opacity=100);
}

/*unorder list*/
.section_comparison ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width:767px) {
  section#features .section_comparison .feature-subheader {
    text-align: center;
  }
  .section_comparison .spec_row > div:nth-child(4),
  .section_comparison .spec_row > div:nth-child(5) {
    display:none !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:768px) {
  .section_comparison {
    padding: 0;
    font-size: 14px;
  }
  /* body.storepage_26 .section_comparison {
    font-size: 11px;
  } */
  .section_comparison .custom-width {
    width: calc(100% / 3) !important;
  }
  /* body.storepage_21 .section_comparison .custom-width,
  body.storepage_22 .section_comparison .custom-width,
  body.storepage_23 .section_comparison .custom-width,
  body.storepage_24 .section_comparison .custom-width,
  body.storepage_26 .section_comparison .custom-width,
  body.storepage_27 .section_comparison .custom-width,
  body.storepage_28 .section_comparison .custom-width {
    width: calc(100% / 4) !important;
  } */
  .section_comparison .product-info-row {
    margin-top: 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: 2px;
  }

  .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:last-of-type .spec_title {
    display: flex;
  }

  .section_comparison .spec_container .spec_row>div:first-of-type {
    text-align: left;
    justify-content: space-between;
  }

  .section_comparison .spec_container .spec_row:not(:first-of-type) div {
    text-align: left;
    justify-content: flex-start;
  }

  .section_comparison .spec_container .spec_row:last-of-type {
    border-top: none;
  }

  .section_comparison .spec_container .spec_row:last-of-type div {
    background: none;
    justify-content: center;
  }

  .section_comparison .spec_container .spec_row:last-of-type div:nth-of-type(n+2) {
    margin-top: 20px;
  }

  .section_comparison a.button-medium {
    padding: 10px 20px;
  }
}

@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_title {
    font-size: 18px;
  }

  #features .section_comparison .spec_header .feature-subheader {
    font-size: 20px !important;
  }

  .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) {
  #features .section_comparison .spec_header .feature-subheader {
    font-size: 24px !important;
  }

  .section_comparison a.button-medium {
    font-size: 16px;
    line-height: 20px;
  }
}

#features .section_comparison .feature-header:after {
  width: 25%;
  margin: 0 auto;
}

#features .section_comparison .feature-header {
  color: #000;
}