.product-wrap {
  
}
.product-wrap h2 {
  position: relative;
  background: #f4f4f4;
  padding: 6px 5px 6px 25px;
  font-size: 14px;
  color: #474747;
  border-radius: 0 10px 10px 0;
  margin-top: 20px;
  margin-left: 20px;
}
.product-wrap h2:before {
  font-size: 24px;
  font-family: 'FontAwesome';
  content: "\f06a";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: #fff;
  background: #5c9ee7;
  font-weight: normal;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}

.product-wrap p{
  position: relative;
  color: #262626;
  background: #f4f4f4;
  line-height: 1.4;
  padding: 1.25em 1.5em;
  margin: 2em 0 3.5em 0;
  border-radius: 0 5px 0 0;
  min-height: 100px;
}

.product-wrap p:after {
  position: absolute;
  font-family: 'FontAwesome','Quicksand','Avenir','Arial',sans-serif;
  content: '\f00c  ¾¦ÉÊÀâÌÀ';
  background: #999;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 3px 7px 1px;
  font-size: 1.0em;
  line-height: 1.8;
  letter-spacing: 0.15em;
  padding-right: 30px;
}

.product-wrap table {
  max-width: 450px;
  border-collapse: separate;
  border-spacing: 0px 1px;
  font-size: 12px;
  margin: 15px 0 5px 0;
}
.product-wrap th,
.product-wrap td {
  padding: 10px;
}
.product-wrap th {
  background: #999;
  vertical-align: middle;
  text-align: left;
  overflow: visible;
  position: relative;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  width: 80px;
}
.product-wrap td {
  background: #f4f4f4;
  padding-left: 10px;
  width: 300px;
}
#option_tbl {
  width: 100%;
}
#option_tbl .none {
  background: #999;
}
.product-wrap .button {
  display: inline-block;
  width: 100%;
  height: 50px;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  margin: 10px 0 5px 0;
  font-size: 18px;
}
.product-wrap .button::before,
.product-wrap .button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

.product-wrap .button {
  background-color: #ff6363;
  color: #fff;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.product-wrap .button:hover {
  color: #ff6363;
  background-color: #fff;
  border: solid 1px #ff6363;
}

.product-image {
  padding: 0;
  margin: 20px 0 50px 0;
  float: left;
  width: 60%;
}
.product-image-main {
  margin: 0 0 2.7%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.product-image-main img {
  width: 95%;
}
.product-image-thumb {
  padding: 0 ;
}
.product-image-thumb li {
  padding: 0 5px 0 0;
  cursor: pointer;
  margin: 0;
  float: left;
}
.product-image-thumb img {
  display: block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 100px;
}
.custom-thumb {
  margin-right: -2.6%;
  list-style: none;
}
.product-desc {
  padding: 0;
  margin: 5px 0 0 0;
  float: left;
  width: 40%;
}
.product-desc table {
  max-width: 100%;
}

.link-txt {
  margin-bottom: 20px;
  padding-left: 5px;
}
.link-txt a {
  color: #ff6363;
  text-decoration: none;
}
.link-txt a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}