/* === #contact Us  ====*/

#product_index {
  width: 100%;
  background: #f1f1f1;
}

#product_index .page_header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
  overflow: hidden;
}

#product_index .page_header .header_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent
    url(https://storage-asset.msi.com/event/msi_tablet/images/products_index_bg.jpg)
    top right no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

#product_index .header_title {
  width: 100%;
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -54%);
  transform: translate(-50%, -54%);
  z-index: 2;
  color: #000;
  text-align: center;
}

#product_index .page_content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 60px;
}

/* 20200331 start */
#product_index .page_content #breadcrumbs {
  padding: 0 8px;
  font-size: 16px;
}

#product_index .page_content #breadcrumbs a {
  color: #333;
}

#product_index .page_content #breadcrumbs a:last-of-type {
  color: #ff6600;
}

#product_index .page_content #breadcrumbs a:hover {
  color: #ff6600;
}
/* 20200331 end*/

#product_index .h2 {
  font-family: "DINPro-Black";
  font-size: 3.2rem;
  line-height: 1.6;
  color: #fff;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

#product_index .h3 {
  font-size: 2rem;
  font-family: "din_pro_bold";
  line-height: 1.6;
  color: #000;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 30px;
}

#product_index .sub {
  display: block;
  width: 100%;
}
#product_index .sub p {
  font-size: 1.45rem;
  line-height: 1.25;
  color: #ebe8e5;
  text-align: center;
  padding: 0;
  margin: 0;
  letter-spacing: 1.8;
  text-transform: capitalize;
}

#product_index .pd_list {
  clear: both;
  width: 100%;
  margin: 60px auto;
  display: box; /* OLD - Android 4.4- */
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-pack: center;
  flex-wrap: wrap;
  justify-content: start;
}

#product_index .btn-block {
  margin: 20px auto 50px;
  text-align: center;
  cursor: pointer;
}

#product_index .btn-txt {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.6;
  text-align: center;
  color: #ffffff;
  background-color: #ff6600;
  padding: 2% 4%;
  transition: 0.2s;
}

#product_index .btn-txt:hover {
  background-color: #ff7d27;
}

#product_index .pd_list.grid_mode > li {
  width: 30%;
  margin: 0 1%;
}

#product_index .pd_list > li a {
  transition: 0.2s;
  color: #000;
}

#product_index .pd-img-inner {
  position: relative;
  border: 1px solid #b5b5b5;
  text-align: center;
}

.pd-certified {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #f8f8f8;
  padding: 8px 16px;
  margin: 8px;
}
.pd-certified > img {
  max-width: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.pd-certified > span {
  vertical-align: middle;
}

#product_index .pd_list .pd-img {
  padding: 60px 30px;
  display: block;
  transition: 0.2s ease-in-out;
}

#product_index .pd_list .pd-infor {
  padding: 0 15px;
}

#product_index .pd_list .pd-img img:hover {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

.hvr-shadow:active,
.hvr-shadow:focus,
.hvr-shadow:hover.pd-img {
  box-shadow: none;
  transform: scale(1.1);
}

#product_index .pd_list .pd-infor .pdname {
  font-size: 1.45rem;
  font-family: "din_pro_bold";
  line-height: 1.25;
  text-align: center;
  margin: 20px 0 12px;
}

#product_index .pd_list .pd-infor .pdstyle {
  font-size: 1rem;
  font-family: "DINPro-Regular";
  line-height: 1.25;
  text-align: center;
  margin: 12px 0;
  font-weight: 600;
}

.os-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}

.os-icon {
  width: 34px;
  height: 42px;
  padding: 4px 2px;
  border-radius: 4px 0 0 4px;
}

.os-version {
  font-size: 16px;
  height: 32px;
  padding: 8px 0;
  border-radius: 0 4px 4px 0;
}

.os-icon-wrap.os-android .os-version {
  color: #6ab344;
}

#product_index .pd-infor > .comment {
  text-align: center;
}

#myDiv {
  overflow: hidden;
  max-width: 100%;
}

#myDiv img {
  width: 480px;
  max-width: 480px;
}

@media (max-width: 736px) {
  #product_index .h2 {
    font-size: 1.6rem;
  }

  #product_index .h3 {
    font-size: 1.25rem;
    line-height: 1.25;
    padding-top: 0px;
    padding-bottom: 0;
    text-align: left;
  }
  #product_index .sub p {
    font-size: 1rem;
    letter-spacing: 1;
  }

  #product_index .page_content {
    padding-top: 0px;
    padding-bottom: 20px;
  }

  #product_index .page_content #breadcrumbs {
    padding: 16px;
  }

  #product_index .pd_list {
    margin: 20px auto;
  }

  #product_index .pd_list.grid_mode > li {
    width: 90%;
    margin: 30px auto;
  }

  #product_index .pd_list .pd-img {
    padding: 15px 30px;
  }

  #myDiv img {
    width: 240px;
    max-width: 240px;
  }
}

@media (max-width: 576px) {
  #product_index .header_title {
    top: 62%;
    width: 90%;
  }
  #product_index .page_header {
    height: 250px;
    overflow: hidden;
  }
}
