.section_comparison {
  height: auto;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  font-size: 12px;
  display: none;
  background-color:#0a1c3f;  
}

.section_comparison.display {
  display: block;
}

.section_comparison>.container-fluid>.row {
  display: flex;
  justify-content: center;
}

section#features .section_comparison .feature-subheader {
	color:#fff;
  font-size: calc(28px + (45 - 28) * ((100vw - 320px) / (1440 - 320)));
  margin:0;
  text-transform:uppercase;
}

.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;
}

/*show first 2 pdt on mobile*/
@media screen and (max-width:767px) {
	section#features .section_comparison .spec_container .spec_row {
		padding-left:0;
		padding-right:0;
	}
	.section_comparison .spec_container .spec_row>div {
		display:none !important;
	}
	.section_comparison .spec_container .spec_row>div:nth-of-type(-n+3) {
	  display: flex !important;
	  justify-content:center;
	}
	.section_comparison .spec_container .spec_row>div:nth-of-type(3):after {
		display:none;
	}
}

.section_comparison .spec_header .col-xs-12 {
  padding: 10px 5px 0px 5px !important;
}
.section_comparison .spec_header .col-xs-12 > div {
	position:relative;
	margin-bottom:0 !important;
}
.section_comparison .spec_header .col-xs-12:nth-of-type(n+1):before {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:46%;
	background-color:#2941a5;
}
.section_comparison .spec_container .spec_row.spec_header {
  text-align: center;
  background-color:transparent;
}
.section_comparison .spec_header span {
  margin: 8px 0 0;
  font-size: 15px;
  color:#fff;
  font-size:15px;
  font-weight:bold;
  text-transform:uppercase;
  display: inline-block;
  line-height: 1em;
}

.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;
  flex-direction:column;  
}

.section_comparison .spec_container .spec_row > div:first-of-type {
  text-align: center;
  justify-content: center;
}

.section_comparison .spec_title {
  background-color: #233377;
  color: #fff;
  font-size: 16px;
  padding: 10px 10px !important;
  text-transform:uppercase;
}

.storepage_9 .section_comparison .spec_title {
  font-size:12px;
}

.section_comparison .spec_container .spec_row > div:nth-of-type(n+2) {
  padding: 10px 7px;
  font-weight:500;
  color:#000;
}

.section_comparison .spec_container .spec_row .light {
	font-weight:300;
	font-size:14px;
}

.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 .spec_container .spec_row:last-of-type div:nth-of-type(n+2) {
  padding:0 !important;
  align-items:stretch;
  justify-content: flex-start;
}
.section_comparison a.button-medium {
  height: auto;
  line-height: 16px;
  padding: 10px;
  background: #f53f6e;
  display:block;
  transition: .4s all ease;
  opacity: .93;
  filter: alpha(opacity=93);
  font-weight:bold;
  color:#fff !important;
}

.section_comparison a.button-medium:hover {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

section#features .section_comparison p.footnote {
  color: #7688db !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: 16px;
  }
  .storepage_9 .section_comparison {
    font-size:14px;
  }

  .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: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;
  }
}

@media screen and (min-width:1200px) {
  .section_comparison {
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 20px;
  }
  .storepage_9 .section_comparison {
    font-size:14px;
  }
  .section_comparison .spec_title {
    font-size: 18px;
  }
  .storepage_9 .section_comparison .spec_title {
    font-size:12px;
  }
  .section_comparison .spec_header span {
    font-size: 20px;
  }
  .section_comparison .spec_container .spec_row .light {
		font-size:15px;
	}
  .section_comparison a.button-medium {
    font-size: 14px;
    line-height: 18px;
    padding: 10px 30px;
  }
}

@media screen and (min-width:1440px) {
  section#features .section_comparison .feature-subheader {
    font-size: calc(45px + (74 - 45) * ((100vw - 1440px) / (1920 - 1440)));
  }
}

@media screen and (min-width:1600px) {
  .section_comparison .spec_header span {
    font-size: 24px;
  }  
  .section_comparison a.button-medium {
    font-size: 15px;
    line-height: 19px;
  }
  .section_comparison .spec_container .spec_row > div {
    margin: 4px;
  }
}

@media screen and (min-width:1920px) {
  section#features .section_comparison .feature-subheader {
    font-size: calc(74px + (140 - 74) * ((100vw - 1920px) / (2560 - 1920)));
  }
}

@media screen and (min-width:2560px) {
  .section_comparison .spec_container .spec_row .light {
    font-size:16px;
  }
}

/*hide pebble v2 on small country*/
.storepage_21 .section_comparison .spec_row > div:nth-of-type(3) { display:none; }
.storepage_22 .section_comparison .spec_row > div:nth-of-type(3) { display:none; }
.storepage_23 .section_comparison .spec_row > div:nth-of-type(3) { display:none; }
.storepage_24 .section_comparison .spec_row > div:nth-of-type(3) { display:none; }
.storepage_26 .section_comparison .spec_row > div:nth-of-type(3) { display:none; }
.storepage_27 .section_comparison .spec_row > div:nth-of-type(3) { display:none; }
.storepage_28 .section_comparison .spec_row > div:nth-of-type(3) { display:none; }
@media screen and (min-width:768px) {
  .storepage_21 section#features .section_comparison .spec_row > div { width:25%; }
  .storepage_22 section#features .section_comparison .spec_row > div { width:25%; }
  .storepage_23 section#features .section_comparison .spec_row > div { width:25%; }
  .storepage_24 section#features .section_comparison .spec_row > div { width:25%; }
  .storepage_26 section#features .section_comparison .spec_row > div { width:25%; }
  .storepage_27 section#features .section_comparison .spec_row > div { width:25%; }
  .storepage_28 section#features .section_comparison .spec_row > div { width:25%; }
}