product-detail-page-e {
  position: relative;
  font-family: Helvetica, Sans-serif;
}
product-detail-page-e * {
  font-family: inherit;
}
product-detail-page-e .block-color {
  background-color: #F3F4F5;
}
product-detail-page-e .block-color .img_mobile img {
  max-width: 100%;
}
product-detail-page-e .block-color .gallery-picker {
  width: 80px;
  height: auto;
  display: inline-block;
}
product-detail-page-e .block-color .gallery-picker .items {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  cursor: pointer;
  outline: none;
}
product-detail-page-e .block-color .gallery-picker .items.active {
  border: 1px solid #333;
}
product-detail-page-e .block-color .gallery-block {
  text-align: center;
}
product-detail-page-e .block-color .gallery-block .gallery-display {
  text-align: center;
  margin: 0 auto;
}
product-detail-page-e .block-color .gallery-block .gallery-display .cover {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
product-detail-page-e .block-color .product-info .text_1 {
  font-weight: 900;
  font-size: 40px;
  color: #1c1f23;
  letter-spacing: -0.2px;
  line-height: 1;
  margin-bottom: 7px;
}
product-detail-page-e .block-color .product-info .text_2 {
  font-weight: 500;
  font-size: 15px;
  color: #616365;
  letter-spacing: .5px;
  line-height: 1.2;
  margin-bottom: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 72px;
}
product-detail-page-e .block-color .product-info .text_3 {
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .5px;
}
product-detail-page-e .block-color .product-info .color_picker {
  width: 100%;
  text-align: center;
}
product-detail-page-e .block-color .product-info .color_picker span {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin: 3px;
}
product-detail-page-e .block-color .product-info .color_picker span.black {
  background-color: black;
}
product-detail-page-e .block-color .product-info .color_picker span.blue {
  background-color: blue;
}
product-detail-page-e .block-color .product-info .color_picker span.brawn {
  background-color: brown;
}
product-detail-page-e .block-color .product-info .color_picker span.purple {
  background-color: purple;
}
product-detail-page-e .block-color .product-info .text_4 {
  display: block;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: .5px;
  line-height: 1;
  margin-top: 12px;
  text-align: center;
}
product-detail-page-e .block-color .product-info .text_5 .befo {
  margin: 10px 0;
  font-size: 10px;
  color: grey;
  text-align: center;
}
product-detail-page-e .block-color .product-info .text_5 select {
  background-color: white;
  border: 1px solid #eee;
  padding: 7px;
  width: 100%;
  height: 35px;
  font-size: 12px;
  outline: none;
  cursor: pointer;
}
product-detail-page-e .block-color .product-info .text_5 .buy {
  text-align: center;
}
product-detail-page-e .block-color .product-info .text_6 {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: center;
  margin: 0 0 30px 0;
  color: #b67c5a;
  font-family: "Avalon", sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
}
product-detail-page-e .block-color .product-info .text_7 {
  font-weight: 700;
  font-style: italic;
  font-size: 14px;
  color: #828486;
  letter-spacing: .5px;
  line-height: 1;
  margin-bottom: 10px;
}
product-detail-page-e .product-info-extend {
  float: left;
  width: 100%;
  height: auto;
  padding: 40px 0;
  background-color: white;
}
product-detail-page-e .product-info-extend .text_1 {
  text-align: center;
}
product-detail-page-e .product-info-extend .text_1 .txt {
  font-size: 13px;
  margin: 0px 15px;
  color: grey;
  display: inline-block;
  padding: 5px 0;
  outline: none;
}
product-detail-page-e .product-info-extend .text_1 .txt:hover {
  color: black;
}
product-detail-page-e .product-info-extend .text_1 .txt.active {
  color: black;
  font-weight: bold;
}
product-detail-page-e .product-info-extend .text_2 {
  line-height: 1.7;
  font-size: 14px;
  color: #212121;
}
