:root {
  --total-compatibility-table-row: 5;
}

#features .section_connectivity_expanded {
  background: #f7f7f7;
  height: auto;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  font-size: 12px;
}

#features .section_connectivity_expanded.display {
  display: block;
}

#features .section_connectivity_expanded .spec_row>div:nth-child(1) {
  order: 1;
}

#features .section_connectivity_expanded .spec_row>div:nth-child(2) {
  order: 2;
}

#features .section_connectivity_expanded .spec_row>div:nth-child(3) {
  order: 3;
}

#features .section_connectivity_expanded .spec_row>div:nth-child(4) {
  order: 4;
}

#features .section_connectivity_expanded .spec_row>div:nth-child(5) {
  order: 5;
}

#features .section_connectivity_expanded .spec_row>div:nth-child(6) {
  order: 6;
}

#features .section_connectivity_expanded>.container-fluid>.row {
  display: flex;
  justify-content: center;
}



#features .section_connectivity_expanded .spec_container {
  width: 100%;
  max-width: 1350px;
  padding: 0 15px !important;
}

#features .section_connectivity_expanded .spec_container .spec_row {
  background: #fff;
  overflow: hidden;
}

#features .section_connectivity_expanded .spec_container .spec_row:last-of-type {
  border-top: 1px solid #dedede;
}

#features .section_connectivity_expanded .spec_header .col-xs-4 {
  padding: 10px 5px 20px 5px;
}

#features .section_connectivity_expanded .spec_header {
  text-align: center;
  overflow:visible;
}

#features .section_connectivity_expanded .spec_header .pdtname {
  margin: 0;
  font-size: 15px !important;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "montserrat", "proxima-nova", sans-serif !important;
  text-align: center;
}

#features .section_connectivity_expanded .spec_header p {
  margin: 0 0 10px;
  font-size: 12px;
}

#features .section_connectivity_expanded .spec_header img {
  width: 100%;
  height: auto;
  max-width: 200px;
  display: block;
  margin: 0 auto;
}

#features .section_connectivity_expanded .spec_container .spec_row:not(:first-of-type)>div {
  display: flex;
  align-items: center;
  justify-content: center;
}

#features .section_connectivity_expanded .spec_container .spec_row:not(:first-of-type)>div:not(.spec_title) {
  text-align: center;
}
#features .section_connectivity_expanded .spec_container .supported {
  color: #2D4140 !important;
  font-weight: 700;
}
#features .section_connectivity_expanded .spec_container .notsupported {
  color: #F44A4A !important;
  font-weight: 700;
}

#features .section_connectivity_expanded .spec_container .spec_row>div:first-of-type {
  text-align: center;
  justify-content: center;
}

#features .section_connectivity_expanded .spec_title {
  background-color: #f4924a;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 10px !important;
}
#features .section_connectivity_expanded .spec_title.greenbg {
  background-color: #2D4140;
}

.storepage_21 #features .section_connectivity_expanded .spec_title,
.storepage_23 #features .section_connectivity_expanded .spec_title,
.storepage_28 #features .section_connectivity_expanded .spec_title {
  font-size: 12px;
}

#features .section_connectivity_expanded .spec_title .block {
  display: block !important;
}

#features .section_connectivity_expanded .spec_container .spec_row div:nth-of-type(n + 2) {
  padding: 10px 7px;
}

#features .section_connectivity_expanded .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;
}



#features .section_connectivity_expanded .button-medium {
  height: auto;
  line-height: 16px;
  font-size: 10px;
  padding: 10px;
  background: #b5b5b5;
  /* border-radius: 5px; */
  transition: 0.4s all ease;
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
  width: 100%;
}

#features .section_connectivity_expanded .button-medium:hover {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

/*unorder list*/
#features .section_connectivity_expanded ul {
  list-style: disc;
  list-style:none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  width:100%;
}

#features .section_connectivity_expanded ul li {
  position: relative;
  padding-left:9px;
}


#features .section_connectivity_expanded ul li:before {
  position:absolute;
  left:0;
  top:0;
  content:'•';
  display:flex;
  align-items:center;
  justify-content:center;
  font-size: 15px;
  line-height:100%;
}

@media screen and (min-width:1200px) {
  #features .section_connectivity_expanded ul li {
    padding-left:12px;
  }
  #features .section_connectivity_expanded ul li:before {
    font-size: 18px;
  }
}

#features .section_connectivity_expanded .spec_row.spec_header div.custom-width:nth-child(2),
#features .section_connectivity_expanded .spec_row.spec_header div.custom-width:nth-child(3),
#features .section_connectivity_expanded .spec_row.spec_header div.custom-width:nth-child(4),
#features .section_connectivity_expanded .spec_row.spec_header div.custom-width:nth-child(5),
#features .section_connectivity_expanded .spec_row.spec_header div.custom-width:nth-child(6) {
  background: #70807f;
  color: #fff;
  margin-bottom: 5px;
}

#features .section_connectivity_expanded .spec_row.wrapper_learnmore>div {
  padding: 0 !important;
}

#features .section_connectivity_expanded .spec_container .spec_row:last-of-type div:nth-of-type(n + 2) a {
  display: block;
  width: 100%;
  border: 0;
}

@media screen and (max-width: 767px) {
  section#features .section_connectivity_expanded .pdtname {
    text-align: center;
  }

  /* #features .section_connectivity_expanded .spec_row>div:nth-child(4),
  #features .section_connectivity_expanded .spec_row>div:nth-child(5),
  #features .section_connectivity_expanded .spec_row>div:nth-child(6) {
    display: none !important;
  } */
  #features .section_connectivity_expanded .col-xs-3.custom-width:not(:last-of-type) {
    border-right: 1px solid #fff;
  }

  #features .spec_row.spec_header {
    display: flex;
  }

  #features .section_connectivity_expanded .button-medium:first-of-type {
    border-right: 1px solid #fff;
  }
}

  #features .section_connectivity_expanded {
    font-size: 14px;
  }

  #features .section_connectivity_expanded .spec_container .spec_row div:nth-of-type(n + 2) {
    padding: 10px 10px;
    background: #dedede;
  }

@media screen and (min-width: 768px) {
  #features .section_connectivity_expanded {
    padding: 0;
    font-size: 14px;
  }

  #features .section_connectivity_expanded .spec_header img {
    transform: scale(1.5);
    margin: 0 auto 10px;
  }
  #features .section_connectivity_expanded .spec_container {
    width: 95%;
  }

  #features .section_connectivity_expanded .container-fluid .custom-width {
    width: calc(100% / var(--total-compatibility-table-row) - 4px) !important;
  }

  #features .section_connectivity_expanded .product-info-row {
    margin-top: 60px;
  }

  #features .section_connectivity_expanded .spec_container .spec_row {
    display: flex;
    background: none;
  }

  #features .section_connectivity_expanded .spec_container .spec_row div {
    margin-right: 4px;
    margin-bottom: 4px;
  }

  #features .section_connectivity_expanded .spec_container .spec_row:not(:first-of-type) div:nth-child(2),
  #features .section_connectivity_expanded .spec_container .spec_row:not(:first-of-type) div:nth-child(3),
  #features .section_connectivity_expanded .spec_container .spec_row:not(:first-of-type) div:nth-child(4),
  #features .section_connectivity_expanded .spec_container .spec_row:not(:first-of-type) div:nth-child(5),
  #features .section_connectivity_expanded .spec_container .spec_row:not(:first-of-type) div:nth-child(6) {
    background: #dedede;
    color: #000;
    display: flex;
    justify-content: center;
  }

  #features .section_connectivity_expanded .spec_container.features-compatibility-container .spec_row:not(:first-of-type):not(:last-of-type) div:nth-of-type(n + 2) {
    background: #f7f7f7;
    display: flex;
    justify-content: center;
  }

  #features .section_connectivity_expanded .spec_container .spec_row div:nth-of-type(n + 2):after {
    display: none;
  }

  #features .section_connectivity_expanded .spec_container .spec_row:last-of-type .spec_title {
    display: flex;
  }

  #features .section_connectivity_expanded .spec_container .spec_row>div:first-of-type {
    text-align: center !important;
    justify-content: space-between;
  }

  #features .section_connectivity_expanded .spec_container .spec_row:not(:first-of-type) div {
    justify-content: center;
  }

  #features .section_connectivity_expanded .spec_container .spec_row:last-of-type {
    border-top: none;
  }


  #features .section_connectivity_expanded .button-medium {
    padding: 10px 20px;
  }

  #features .section_connectivity_expanded .spec_row:nth-last-child(2) div.custom-width {
    padding-bottom: 30px;
  }

  #features .section_connectivity_expanded .spec_row.wrapper_learnmore>div {
    padding: 4px 0 0 0 !important;
  }
}

@media screen and (min-width:992px) {
  #features .section_connectivity_expanded .spec_container {
    width: 90%;
  }
}

@media screen and (min-width: 1200px) {
  #features .section_connectivity_expanded {
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 16px;
  }

  #features .section_connectivity_expanded .spec_container {
    /* width: 80%; */
  }

  #features .section_connectivity_expanded .spec_container .spec_row div:nth-of-type(n + 2) {
    padding: 10px 20px;
  }

  #features .section_connectivity_expanded .spec_title,
  .storepage_21 #features .section_connectivity_expanded .spec_title,
  .storepage_23 #features .section_connectivity_expanded .spec_title,
  .storepage_28 #features .section_connectivity_expanded .spec_title {
    font-size: 16px;
  }

  #features .section_connectivity_expanded .spec_header .pdtname {
    font-size: 20px !important;
    font-family: "Montserrat", sans-serif !important;
  }

  #features .section_connectivity_expanded .spec_header p {
    font-size: 16px;
  }

  #features .section_connectivity_expanded .button-medium {
    font-size: 14px;
    line-height: 18px;
    padding: 10px 30px;
  }
}

@media screen and (min-width: 1600px) {
  #features .section_connectivity_expanded .button-medium {
    font-size: 16px;
    line-height: 20px;
  }
}

@media screen and (min-width: 1920px) {
  #features .section_connectivity_expanded {
    font-size: 18px;
  }

  #features .section_connectivity_expanded .spec_title {
    padding: 10px 25px !important;
  }
}

/* hide buy button for small8 */
.storepage_20 #features .section_connectivity_expanded .wrapper_learnmore,
.storepage_21 #features .section_connectivity_expanded .wrapper_learnmore,
.storepage_22 #features .section_connectivity_expanded .wrapper_learnmore,
.storepage_23 #features .section_connectivity_expanded .wrapper_learnmore,
.storepage_24 #features .section_connectivity_expanded .wrapper_learnmore,
.storepage_25 #features .section_connectivity_expanded .wrapper_learnmore,
.storepage_26 #features .section_connectivity_expanded .wrapper_learnmore,
.storepage_27 #features .section_connectivity_expanded .wrapper_learnmore,
.storepage_28 #features .section_connectivity_expanded .wrapper_learnmore {
  display: none;
}

/* reduce font size for local country */
.storepage_8 #features .section_connectivity_expanded,
.storepage_9 #features .section_connectivity_expanded,
.storepage_10 #features .section_connectivity_expanded,
.storepage_11 #features .section_connectivity_expanded,
.storepage_37 #features .section_connectivity_expanded,
.storepage_20 #features .section_connectivity_expanded,
.storepage_21 #features .section_connectivity_expanded,
.storepage_22 #features .section_connectivity_expanded,
.storepage_23 #features .section_connectivity_expanded,
.storepage_24 #features .section_connectivity_expanded,
.storepage_25 #features .section_connectivity_expanded,
.storepage_26 #features .section_connectivity_expanded,
.storepage_27 #features .section_connectivity_expanded,
.storepage_28 #features .section_connectivity_expanded {
  font-size: 10px;
}

@media screen and (min-width: 768px) {

  .storepage_8 #features .section_connectivity_expanded .spec_title,
  .storepage_9 #features .section_connectivity_expanded .spec_title,
  .storepage_10 #features .section_connectivity_expanded .spec_title,
  .storepage_11 #features .section_connectivity_expanded .spec_title,
  .storepage_37 #features .section_connectivity_expanded .spec_title,
  .storepage_20 #features .section_connectivity_expanded .spec_title,
  .storepage_21 #features .section_connectivity_expanded .spec_title,
  .storepage_22 #features .section_connectivity_expanded .spec_title,
  .storepage_23 #features .section_connectivity_expanded .spec_title,
  .storepage_24 #features .section_connectivity_expanded .spec_title,
  .storepage_25 #features .section_connectivity_expanded .spec_title,
  .storepage_26 #features .section_connectivity_expanded .spec_title,
  .storepage_27 #features .section_connectivity_expanded .spec_title,
  .storepage_28 #features .section_connectivity_expanded .spec_title {
    font-size: 10px;
  }

  .storepage_21 #features .section_connectivity_expanded .spec_container .spec_row div:nth-of-type(n + 2),
  .storepage_22 #features .section_connectivity_expanded .spec_container .spec_row div:nth-of-type(n + 2),
  .storepage_23 #features .section_connectivity_expanded .spec_container .spec_row div:nth-of-type(n + 2),
  .storepage_24 #features .section_connectivity_expanded .spec_container .spec_row div:nth-of-type(n + 2),
  .storepage_25 #features .section_connectivity_expanded .spec_container .spec_row div:nth-of-type(n + 2),
  .storepage_26 #features .section_connectivity_expanded .spec_container .spec_row div:nth-of-type(n + 2),
  .storepage_27 #features .section_connectivity_expanded .spec_container .spec_row div:nth-of-type(n + 2),
  .storepage_28 #features .section_connectivity_expanded .spec_container .spec_row div:nth-of-type(n + 2) {
    padding: 5px 5px;
  }
}

@media screen and (min-width: 992px) {

  #features .section_connectivity_expanded .spec_header img {
    margin: 0 auto;
    transform: scale(1);
  }
  .storepage_8 #features .section_connectivity_expanded,
  .storepage_9 #features .section_connectivity_expanded,
  .storepage_10 #features .section_connectivity_expanded,
  .storepage_11 #features .section_connectivity_expanded,
  .storepage_37 #features .section_connectivity_expanded,
  .storepage_20 #features .section_connectivity_expanded,
  .storepage_21 #features .section_connectivity_expanded,
  .storepage_22 #features .section_connectivity_expanded,
  .storepage_23 #features .section_connectivity_expanded,
  .storepage_24 #features .section_connectivity_expanded,
  .storepage_25 #features .section_connectivity_expanded,
  .storepage_26 #features .section_connectivity_expanded,
  .storepage_27 #features .section_connectivity_expanded,
  .storepage_28 #features .section_connectivity_expanded {
    font-size: 12px;
  }

  .storepage_8 #features .section_connectivity_expanded .spec_title,
  .storepage_9 #features .section_connectivity_expanded .spec_title,
  .storepage_10 #features .section_connectivity_expanded .spec_title,
  .storepage_11 #features .section_connectivity_expanded .spec_title,
  .storepage_37 #features .section_connectivity_expanded .spec_title,
  .storepage_20 #features .section_connectivity_expanded .spec_title,
  .storepage_21 #features .section_connectivity_expanded .spec_title,
  .storepage_22 #features .section_connectivity_expanded .spec_title,
  .storepage_23 #features .section_connectivity_expanded .spec_title,
  .storepage_24 #features .section_connectivity_expanded .spec_title,
  .storepage_25 #features .section_connectivity_expanded .spec_title,
  .storepage_26 #features .section_connectivity_expanded .spec_title,
  .storepage_27 #features .section_connectivity_expanded .spec_title,
  .storepage_28 #features .section_connectivity_expanded .spec_title {
    font-size: 13px;
  }
}

@media screen and (min-width: 1920px) {

  .storepage_8 #features .section_connectivity_expanded,
  .storepage_9 #features .section_connectivity_expanded,
  .storepage_10 #features .section_connectivity_expanded,
  .storepage_11 #features .section_connectivity_expanded,
  .storepage_37 #features .section_connectivity_expanded,
  .storepage_20 #features .section_connectivity_expanded,
  .storepage_21 #features .section_connectivity_expanded,
  .storepage_22 #features .section_connectivity_expanded,
  .storepage_23 #features .section_connectivity_expanded,
  .storepage_24 #features .section_connectivity_expanded,
  .storepage_25 #features .section_connectivity_expanded,
  .storepage_26 #features .section_connectivity_expanded,
  .storepage_27 #features .section_connectivity_expanded,
  .storepage_28 #features .section_connectivity_expanded {
    font-size: 16px;
  }

  .storepage_21 #features .section_connectivity_expanded .spec_container .spec_row div:nth-of-type(n + 2),
  .storepage_22 #features .section_connectivity_expanded .spec_container .spec_row div:nth-of-type(n + 2),
  .storepage_23 #features .section_connectivity_expanded .spec_container .spec_row div:nth-of-type(n + 2),
  .storepage_24 #features .section_connectivity_expanded .spec_container .spec_row div:nth-of-type(n + 2),
  .storepage_25 #features .section_connectivity_expanded .spec_container .spec_row div:nth-of-type(n + 2),
  .storepage_26 #features .section_connectivity_expanded .spec_container .spec_row div:nth-of-type(n + 2),
  .storepage_27 #features .section_connectivity_expanded .spec_container .spec_row div:nth-of-type(n + 2),
  .storepage_28 #features .section_connectivity_expanded .spec_container .spec_row div:nth-of-type(n + 2) {
    padding: 10px 20px;
  }

  .storepage_8 #features .section_connectivity_expanded .spec_title,
  .storepage_9 #features .section_connectivity_expanded .spec_title,
  .storepage_10 #features .section_connectivity_expanded .spec_title,
  .storepage_11 #features .section_connectivity_expanded .spec_title,
  .storepage_37 #features .section_connectivity_expanded .spec_title,
  .storepage_20 #features .section_connectivity_expanded .spec_title,
  .storepage_21 #features .section_connectivity_expanded .spec_title,
  .storepage_22 #features .section_connectivity_expanded .spec_title,
  .storepage_23 #features .section_connectivity_expanded .spec_title,
  .storepage_24 #features .section_connectivity_expanded .spec_title,
  .storepage_25 #features .section_connectivity_expanded .spec_title,
  .storepage_26 #features .section_connectivity_expanded .spec_title,
  .storepage_27 #features .section_connectivity_expanded .spec_title,
  .storepage_28 #features .section_connectivity_expanded .spec_title {
    font-size: 16px;
  }
}
