@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300,800&subset=latin,latin-ext);
section {
  display: block;
  padding-top: 64px;
}
section .sub-header {
  padding: 15px 20px;
  font-size: 36px;
}
section .prod-detail-cont {
  display: table;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  section .prod-detail-cont {
    display: block;
  }
}
section .prod-detail-cont .top {
  display: table-row;
  background-color: #ebebeb;
}
@media only screen and (max-width: 768px) {
  section .prod-detail-cont .top {
    display: block;
  }
}
section .prod-detail-cont .top .img {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
section .prod-detail-cont .top .img .img-big {
  display: block;
  width: 80%;
  padding: 20px 10%;
  margin: 0 10%;
  text-align: center;
}
section .prod-detail-cont .top .img .img-big img {
  display: block;
  width: 100%;
  height: auto;
}
section .prod-detail-cont .top .img .img-smll {
  display: block;
  font-size: 0;
  text-align: center;
}
section .prod-detail-cont .top .img .img-smll a {
  display: inline-block;
  width: 17%;
  margin: 1%;
  background-color: #d3d3d3;
}
section .prod-detail-cont .top .img .img-smll a img {
  display: inline-block;
  width: 100%;
  height: auto;
}
section .prod-detail-cont .top .detail-right {
  display: table-cell;
  width: 50%;
  padding: 20px 40px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  section .prod-detail-cont .top .detail-right {
    display: block;
    width: 100%;
    padding: 20px 10px;
  }
}
section .prod-detail-cont .top .detail-right .name {
  display: block;
  padding: 10px 0 30px 0;
  font-size: 26px;
}
section .prod-detail-cont .top .detail-right .name strong {
  display: block;
  font-weight: bold;
  padding-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  section .prod-detail-cont .top .detail-right .name {
    font-size: 18px;
  }
}
section .prod-detail-cont .top .detail-right .detail-row {
  display: block;
  font-size: 14px;
}
section .prod-detail-cont .top .detail-right .detail-row.gray {
  background-color: #efefef;
}
section .prod-detail-cont .top .detail-right .detail-row strong {
  display: inline-block;
  font-weight: bold;
  width: 140px;
  padding: 10px 5px;
  margin-right: 15px;
  border-right: 1px #e5e5e5 solid;
}
section .prod-detail-cont .top .detail-right .detail-text {
  display: block;
  line-height: 24px;
  padding: 20px 0px;
  white-space: pre-line;
}
section .prod-list-cont {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0;
}
section .prod-list-cont .head {
  display: block;
  padding: 20px;
  font-weight: bold;
  font-size: 30px;
  background-color: #734636;
  color: #fff;
}
section .prod-list-cont .prod-box {
  display: inline-block;
  width: 11%;
  margin: 1%;
  background-color: #ebebeb;
}
@media only screen and (max-width: 768px) {
  section .prod-list-cont .prod-box {
    width: 31.33%;
  }
}
@media only screen and (max-width: 568px) {
  section .prod-list-cont .prod-box {
    width: 48%;
  }
}
@media only screen and (max-width: 414px) {
  section .prod-list-cont .prod-box {
    width: 98%;
  }
}
section .prod-list-cont .prod-box img {
  display: block;
  width: 100%;
  height: auto;
}
section .prod-list-cont .prod-box .text-cont {
  display: block;
  padding: 5px 0px;
  background-color: #fff;
}
section .prod-list-cont .prod-box .text-cont .text-big {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #000;
  padding-bottom: 5px;
}
section .prod-list-cont .prod-box .text-cont .text-small {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #000;
  font-weight: 600;
  padding-top: 5px;
}