product-detail-page-g {
  position: relative;
  font-family: Helvetica, Sans-serif;
}
product-detail-page-g * {
  font-family: inherit;
  outline: none;
}
product-detail-page-g .gallery_container {
  float: left;
  width: 100%;
  height: auto;
}
product-detail-page-g .gallery_container .gallery_display {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 100% 0 0;
}
product-detail-page-g .product_info {
  margin-bottom: 40px;
  float: left;
  width: 100%;
  height: auto;
}
product-detail-page-g .product_info .text_1 {
  font-size: 32pt;
  margin-bottom: 10pt;
  line-height: 50pt;
  font-weight: normal;
  text-transform: none;
  display: inline-block;
  color: #777676;
}
product-detail-page-g .product_info .text_2 {
  font-size: 10pt;
  font-weight: normal;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 0.2em;
  line-height: 16pt;
  padding-left: 0;
  padding-right: 0%;
  margin-bottom: 17pt;
}
product-detail-page-g .product_info .text_3 {
  font-size: 10pt;
  line-height: 17pt;
  display: inline-block;
  margin-bottom: 14pt;
}
product-detail-page-g .product_info .text_4 {
  margin-top: 20px;
}
product-detail-page-g .product_info .text_4 .t_1 {
  font-size: 20px;
  letter-spacing: 3px;
  font-weight: normal;
  display: block;
  color: #5a5a5a;
  margin-bottom: 10px;
}
product-detail-page-g .product_info .text_4 .t_2 {
  width: 100%;
  height: auto;
  float: left;
}
product-detail-page-g .product_info .text_4 .t_2 .items {
  width: 47%;
  margin-right: 3%;
  float: left;
  font-size: 13px;
  color: #5a5a5a;
  border: 1px solid #cac7c7;
  margin-bottom: 3%;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
}
product-detail-page-g .product_info .text_4 .t_2 .items:hover {
  color: black;
  border-color: black;
}
product-detail-page-g .product_info .text_4 .t_2 .items.active {
  color: black;
  border-color: black;
  background-color: #eee;
}
product-detail-page-g .product_info .text_4 .t_2 .items .price {
  float: right;
  font-size: 13px;
  letter-spacing: 3px;
  color: #5a5a5a;
  display: inline;
}
product-detail-page-g .product_info .text_5 {
  float: left;
  width: 100%;
  height: auto;
  margin-top: 20px;
}
product-detail-page-g .product_info .text_5 .buy {
  float: left;
  margin-right: 20px;
}
product-detail-page-g .product_info .text_5 .price {
  float: left;
  height: 40px;
  color: #696969;
  font-size: 25px;
  margin-right: 20px;
  line-height: 40px;
}
product-detail-page-g .product_info .text_5 .stock {
  float: left;
  height: 40px;
  color: #f05445;
  font-size: 18px;
  margin-right: 20px;
  line-height: 40px;
}
product-detail-page-g .product_desc {
  font-size: 14px;
  line-height: 1.7;
  color: #545454;
  background-color: #DBDBDB;
  padding: 7px;
}
product-detail-page-g .gallery_arrows {
  position: absolute;
  height: 35px;
}
product-detail-page-g .gallery_arrows .fa {
  color: white;
}
product-detail-page-g .gallery_arrows .fa-angle-left {
  float: left;
  font-size: 3em;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-left: 15px;
  cursor: pointer;
}
product-detail-page-g .gallery_arrows .fa-angle-right {
  float: right;
  font-size: 3em;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-right: 15px;
  cursor: pointer;
}
