product-detail-page-k {
  position: relative;
  font-family: Helvetica, Sans-serif;
}
product-detail-page-k * {
  font-family: inherit;
}
product-detail-page-k .block-background {
  background-color: #E8E8E8;
}
product-detail-page-k .block-background .block-left-mobile {
  width: 100%;
}
product-detail-page-k .block-background .block-left-mobile .img_mobile {
  float: left;
  width: 100%;
  height: auto;
  padding: 15px;
}
product-detail-page-k .block-background .block-left-mobile .img_mobile img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}
product-detail-page-k .block-background .block-left {
  width: 60%;
  float: left;
  overflow: hidden;
}
product-detail-page-k .block-background .block-left img {
  width: 100%;
  height: auto;
}
product-detail-page-k .block-background .block-left .img_cover {
  background-repeat: no-repeat;
  background-size: contain;
  height: 1000px;
  background-position: center;
  background-color: #E8E8E8;
}
product-detail-page-k .block-background .block-left .bottom-info {
  position: fixed;
  width: 40%;
  top: 100px;
  right: 0;
  padding: 0;
  margin: 0;
  background-color: #E8E8E8;
}
product-detail-page-k .block-background .block-left .bottom-info.unactive {
  position: absolute;
  width: 40vw;
  bottom: 0;
  transform: translate3d(98vw, 0, 0);
  top: inherit;
}
product-detail-page-k .block-background .block-right {
  width: 40%;
  float: right;
}
product-detail-page-k .block-background .product-info {
  padding-right: 100px !important;
}
product-detail-page-k .block-background .product-info .display-table {
  width: 100%;
}
product-detail-page-k .block-background .product-info .text_1 {
  float: left;
  width: 100%;
  margin-bottom: 40px;
  height: auto;
}
product-detail-page-k .block-background .product-info .text_1 .first {
  float: left;
  font-size: 16px;
  font-weight: bold;
  color: black;
}
product-detail-page-k .block-background .product-info .text_1 .second {
  float: right;
  font-size: 14px;
  font-weight: normal;
}
product-detail-page-k .block-background .product-info .text_2 {
  float: left;
  width: 100%;
  height: auto;
}
product-detail-page-k .block-background .product-info .text_2 .txt_devide {
  display: inline-block;
  margin: 0px 10px;
  font-size: 11px;
}
product-detail-page-k .block-background .product-info .text_2 .txt {
  display: inline-block;
  font-size: 12px;
  color: grey;
  border-bottom: 2px solid transparent;
  letter-spacing: 3px;
  outline: none;
  transition: all 0.3s;
}
product-detail-page-k .block-background .product-info .text_2 .txt:hover {
  border-bottom: 2px solid black;
}
product-detail-page-k .block-background .product-info .text_2 .txt.active {
  color: black;
  border-bottom: 2px solid black;
}
product-detail-page-k .block-background .product-info .text_3 {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.7;
  margin: 20px 0;
}
product-detail-page-k .block-background .product-info .text_3 p {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.7;
}
product-detail-page-k .block-background .product-info .text_4 {
  float: left;
  width: 100%;
  height: auto;
}
product-detail-page-k .block-background .product-info .text_4 .items {
  padding: 15px 0;
  border-bottom: 1px solid #c1c1c1;
  width: 100%;
  float: left;
}
product-detail-page-k .block-background .product-info .text_4 .items:first-child {
  border-top: 1px solid #c1c1c1;
}
product-detail-page-k .block-background .product-info .text_4 .items .lbl {
  float: left;
  width: 30%;
  font-size: 11px;
}
product-detail-page-k .block-background .product-info .text_4 .items .val {
  float: left;
  width: 70%;
  font-size: 11px;
}
product-detail-page-k .block-background .product-info .text_4 .items .val span {
  margin-right: 15px;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.3s;
  border-bottom: 2px solid transparent;
  outline: none;
  margin-bottom: 10px;
  display: inline-block;
}
product-detail-page-k .block-background .product-info .text_4 .items .val span:hover {
  border-bottom: 2px solid black;
}
product-detail-page-k .block-background .product-info .text_4 .items .val span.active {
  color: black;
  border-bottom: 2px solid black;
}
product-detail-page-k .block-background .product-info .text_5 {
  float: left;
  width: 100%;
  height: auto;
}
product-detail-page-k .block-background .product-info .text_5 .first {
  width: 200px;
  float: left;
  background-color: #000;
  color: #fff;
  padding: 12px 15px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  outline: none;
}
product-detail-page-k .block-background .product-info .text_5 .first:hover {
  background-color: #e86161;
}
product-detail-page-k .block-background .product-info .text_5 .second {
  float: right;
  width: auto;
}
product-detail-page-k .block-background .product-info .text_5 .second .fa {
  padding: 0px 15px;
  color: black;
  font-size: 13px;
  line-height: 35px;
  cursor: pointer;
}
product-detail-page-k .block-background .product-info .text_5 .faq {
  float: left;
  margin-top: 20px;
  font-size: 10px;
}
product-detail-page-k .block-background .product-info .text_5 .faq span {
  font-size: 10px;
  text-decoration: underline;
}
@media (max-width: 991px) {
  product-detail-page-k .block-background .product-info {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  product-detail-page-k .block-background .product-info .text_2 .txt {
    display: block;
    margin-bottom: 15px;
  }
  product-detail-page-k .block-background .product-info .text_2 .txt_devide {
    display: none;
  }
  product-detail-page-k .block-background .product-info .text_5 .first {
    float: none;
    margin: 0 auto;
  }
  product-detail-page-k .block-background .product-info .text_5 .second {
    float: none;
    margin: 0 auto;
    text-align: center;
    display: block;
    margin-top: 20px;
  }
}
product-detail-page-k .bottom-buy-overlay {
  bottom: 0;
  position: fixed;
  width: auto;
  font-size: 0px;
  right: 0px;
  border: 0px solid black;
  background-color: white;
  transition: all 0.3s;
  z-index: 3;
}
product-detail-page-k .bottom-buy-overlay.unactive {
  transform: translate3d(0, 100%, 0);
}
product-detail-page-k .bottom-buy-overlay select {
  background-color: #fff;
  color: #000;
  font-size: 13px;
  height: 50px;
  width: 200px;
  border: 0px;
  padding: 0px;
  margin: 0px;
  float: left;
  margin-top: 0;
  border-radius: 0px;
  outline: none;
}
product-detail-page-k .bottom-buy-overlay button {
  height: 50px;
  display: inline-block;
  background-color: #000;
  width: 200px;
  color: #676767;
  text-align: center;
  border: 0;
  outline: none;
  font-size: 13px;
  transition: all 0.3s;
}
product-detail-page-k .bottom-buy-overlay button:hover {
  color: white;
}
@media (max-width: 991px) {
  product-detail-page-k .bottom-buy-overlay {
    width: 100%;
    z-index: 3;
  }
  product-detail-page-k .bottom-buy-overlay select {
    width: 50%;
  }
  product-detail-page-k .bottom-buy-overlay button {
    width: 50%;
  }
}
product-detail-page-k .block-show-img {
  float: left;
  width: 100%;
  height: auto;
}
product-detail-page-k .block-show-img .cover {
  height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
product-detail-page-k .block-black {
  background-color: #1D1D1F;
  height: 450px;
  float: left;
  width: 100%;
}
product-detail-page-k .block-black .display-table {
  width: 100%;
}
product-detail-page-k .block-black .display-table .display-table-cell .text_1 {
  font-size: 17px;
  text-transform: uppercase;
  color: white;
  text-align: center;
}
product-detail-page-k .block-grey {
  background-color: #E8E8E8;
  float: left;
  width: 100%;
  padding: 40px 0;
}
product-detail-page-k .block-grey img {
  margin: 0 auto;
}
