product-detail-page-l .cat_nav a {
  font-size: 14px;
  color: black;
  outline: none;
}
product-detail-page-l .cat_nav .fa {
  padding: 0px 12px;
}
product-detail-page-l .block-gallery .gallery_show {
  border: 1px solid transparent;
  transition: all 0.3s;
}
product-detail-page-l .block-gallery .gallery_show .img_gallery_cover {
  background-size: contain;
  background-position: center;
  width: 80%;
  background-repeat: no-repeat;
  height: 350px;
}
product-detail-page-l .block-gallery .gallery_show_single {
  width: 100%;
  text-align: center;
}
product-detail-page-l .block-gallery .gallery_show_single img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 991px) {
  product-detail-page-l .block-gallery .gallery_show_single img {
    width: 100%;
    height: auto;
  }
}
product-detail-page-l .gallery-thumbnail .thumb-img {
  border: 1px solid #d8d8d8;
  transition: all 0.3s;
  width: auto;
  display: inline-block;
  outline: none;
  margin: 7px 7px;
}
product-detail-page-l .gallery-thumbnail .thumb-img:hover {
  border: 1px solid black;
}
product-detail-page-l .gallery-thumbnail .thumb-img img {
  margin: 5px;
}
product-detail-page-l .product-info-container .name {
  width: 100%;
  text-align: center;
  font-size: 22px;
  color: black;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 30px;
  text-transform: uppercase;
  word-wrap: break-word;
  white-space: normal;
}
product-detail-page-l .product-info-container .desk {
  margin: 15px 0px;
  font-size: 14px;
  color: #5f5e5e;
  line-height: 1.7;
  word-break: break-all;
  word-wrap: normal;
}
product-detail-page-l .product-info-container .text_3 {
  margin: 20px 0 10px;
  width: 100%;
  opacity: 0.8;
}
product-detail-page-l .product-info-container .text_3 .text_3_1 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  padding-bottom: 5px;
  letter-spacing: 0.5px;
}
product-detail-page-l .product-info-container .text_3 select {
  width: 100%;
  height: 50px;
  background-color: white;
  color: #444444;
  border: 1px solid #d9d9d9;
  outline: none;
}
product-detail-page-l .product-info-container .text_3 .price-expensive {
  font-size: 16px;
  padding-top: 10px;
  text-decoration: line-through;
  color: #616161;
}
product-detail-page-l .product-info-container .text_3 .price {
  font-size: 24px;
  display: block;
}
product-detail-page-l .product-info-container .text_3 .price span.currency {
  font-size: 12px;
}
