product-detail-page-f {
  position: relative;
  font-family: Helvetica, Sans-serif;
}
product-detail-page-f * {
  font-family: inherit;
  outline: none;
}
product-detail-page-f .gallery_container {
  width: 100%;
  height: auto;
  float: left;
  clear: both;
}
product-detail-page-f .gallery_container img.img_gallery {
  max-width: 100%;
}
product-detail-page-f .gallery_container .gallery_display {
  float: left;
  width: 100%;
  height: 500px;
}
product-detail-page-f .gallery_container .gallery_display .cover_image_item {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 500px;
}
product-detail-page-f .gallery_thumbnail {
  width: 100%;
  height: auto;
  float: left;
  clear: both;
  margin-top: 40px;
}
product-detail-page-f .gallery_thumbnail img.img_thumbnail {
  outline: none;
  width: auto;
  height: 250px;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
  border: 1px solid white;
}
product-detail-page-f .gallery_thumbnail img.img_thumbnail:hover {
  border: 1px solid #212121;
}
product-detail-page-f .gallery_thumbnail .img_thumbnail_cover {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 150px;
  height: 150px;
  margin-right: 15px;
  float: left;
  cursor: pointer;
  transition: all 0.3s;
}
product-detail-page-f .gallery_thumbnail .img_thumbnail_cover:hover {
  opacity: 0.7;
}
product-detail-page-f .gallery_arrows .fa-angle-left {
  font-size: 3em;
  width: 35px;
  height: 35px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  left: 45px;
  top: 232.5px;
}
product-detail-page-f .gallery_arrows .fa-angle-right {
  font-size: 3em;
  width: 35px;
  height: 35px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  right: 45px;
  top: 232.5px;
}
product-detail-page-f .product_info {
  float: left;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
product-detail-page-f .product_info h1[data-ratio],
product-detail-page-f .product_info h2[data-ratio] {
  text-transform: uppercase;
}
product-detail-page-f .product_info .text_1 {
  float: left;
  clear: both;
  width: 100%;
  height: auto;
  display: block;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: .05rem;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #4A4A4A;
  line-height: 1;
  margin-bottom: 8px;
}
product-detail-page-f .product_info .text_2 {
  float: left;
  clear: both;
  width: 100%;
  height: auto;
  color: #4A4A4A;
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: .05rem;
  text-transform: uppercase;
  display: block;
  font-size: 24px;
  font-weight: 400;
}
product-detail-page-f .product_info .text_3 {
  color: #4A4A4A;
  line-height: 1;
  margin-bottom: 15px;
  letter-spacing: .05rem;
  text-transform: uppercase;
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: #9B9B9B;
}
product-detail-page-f .product_info .text_4 {
  float: left;
  clear: both;
  width: 100%;
  height: auto;
}
product-detail-page-f .product_info .text_4 .first {
  width: 180px;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
product-detail-page-f .product_info .text_4 .second {
  float: left;
  margin-bottom: 15px;
}
product-detail-page-f .product_info .text_4 select {
  height: 30px;
  background-color: #fff;
  border: 1px solid #a2a2a2;
  width: 100%;
  border-radius: 0px;
  font-size: 12px;
  color: #a2a2a2;
}
product-detail-page-f .product_info .text_4 .buy {
  height: 30px;
  width: 120px;
  text-align: center;
  background-color: black;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 30px;
  color: white;
  letter-spacing: 1px;
}
product-detail-page-f .product_info .text_5 {
  float: left;
  clear: both;
  width: 100%;
  height: auto;
}
product-detail-page-f .product_info .text_5 p {
  font-size: 14px;
  line-height: 2.0;
  font-weight: normal;
}
product-detail-page-f .product_info .text_6 {
  float: left;
  clear: both;
  height: auto;
  margin-top: 100px;
  display: inline-block;
  font-size: 0px;
  border: 1px solid black;
}
product-detail-page-f .product_info .text_6 .fa {
  border-right: 1px solid #000;
  border-collapse: collapse;
  font-size: 12px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  transition: all 0.3s;
}
product-detail-page-f .product_info .text_6 .fa:hover {
  background-color: black;
  color: white;
}
product-detail-page-f .product_info .text_6 .fa:last-child {
  border-right: 0px;
}
product-detail-page-f .product_relate_head {
  margin: 80px 0px 40px;
  font-size: 13px;
  color: black;
  font-weight: lighter;
  width: 100%;
  text-align: center;
}
product-detail-page-f .product_relate_items {
  width: 100%;
  display: block;
  float: left;
  height: 450px;
  cursor: pointer;
  margin-bottom: 30px;
}
product-detail-page-f .product_relate_items:hover .overlay_info {
  opacity: 1;
}
product-detail-page-f .product_relate_items .cover {
  height: 450px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
product-detail-page-f .product_relate_items .overlay_info {
  height: auto;
  bottom: 30px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 0;
  transition: all .3s;
  text-align: center;
  padding: 10px;
  padding-bottom: 20px;
}
product-detail-page-f .product_relate_items .overlay_info span {
  color: black;
  font-size: 12px;
  width: 100%;
  display: block;
  margin-bottom: 5px;
  font-weight: normal;
  letter-spacing: 2px;
}
product-detail-page-f .product_relate_items .overlay_info .text_1 {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
}
product-detail-page-f .product_relate_items .overlay_info .text_2 {
  color: #4e4e4e;
}
@media (max-width: 991px) {
  product-detail-page-f .gallery_thumbnail {
    margin-top: 0px;
    padding: 15px 0;
  }
  product-detail-page-f .gallery_thumbnail img.img_thumbnail {
    height: 70px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  product-detail-page-f .product_info * {
    text-align: center;
  }
  product-detail-page-f .product_info .text_4 .first {
    float: none;
    margin: 0 auto;
  }
  product-detail-page-f .product_info .text_4 .second {
    float: none;
    margin: 0 auto;
  }
  product-detail-page-f .product_info .text_4 .second .buy {
    margin: 0 auto;
    margin-top: 15px;
  }
  product-detail-page-f .product_info .text_6 {
    clear: both;
    text-align: center;
    margin: 0 auto;
    border: 0px;
    display: block;
    margin-top: 100px;
    width: 100%;
  }
  product-detail-page-f .product_info .text_6 .fa {
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    border-right: 0px;
  }
  product-detail-page-f .product_info .text_6 .fa:last-child {
    border-right: 1px solid black;
  }
}
@media (min-width: 992px) {
  product-detail-page-f .gallery_container {
    width: 100%;
    padding: 20px;
  }
}
@media (max-width: 991px) {
  product-detail-page-f .product_relate_items {
    height: 50vw;
  }
  product-detail-page-f .product_relate_items .cover {
    height: 50vw;
  }
}
