.img_thumb_pro {
  display: block;
  height: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
}
.img_thumb_pro > img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.slider-nav .slick-slide {
  text-align: center;
  cursor: pointer;
  padding: 3px;
  line-height: 0;
}
.slider-nav .slick-slide img {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
}
.slider-nav .slick-slide > div > div {
  position: relative;
}
.slider-nav .slick-slide > div > div:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: #1d1e20;
  opacity: 0.5;
  -webkit-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
  transition: ease all 0.4s;
  border-radius: 2px;
  overflow: hidden;
}
.slider-nav .slick-slide.slick-current.slick-active > div > div:before {
  opacity: 0;
}
.single_product_img .slick-prev {
  left: 5px;
  z-index: 1;
}
.single_product_img .slick-next {
  right: 5px;
  z-index: 1;
}
.single_product_img .slick-arrow {
  width: 30px;
  height: 30px;
}
.single_product_img .slick-next:before,
.single_product_img .slick-prev:before {
  font-size: 30px;
}
.single_product_img .slick-slide {
  text-align: center;
}
.single_product_img .slick-slide img {
  display: inline-block;
}
.name_product_title {
  font-size: 28px;
  font-weight: 500;
  color: #f288af;
}
.single_infor_product ul {
  padding-left: 0;
  list-style: none;
}
.single_infor_product ul li {
  margin-bottom: 5px;
}
.single_product_main_detail {
  padding-bottom: 20px;
  padding-top: 10px;
}
.relative_heading {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #f288af;
}
.relative_heading span {
  display: inline-block;
  background-color: #f288af;
  color: #fff;
  padding: 6px 20px;
  font-size: 20px;
  text-transform: uppercase;
}
.relative_product_comp {
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .single_product_img {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .relative_heading span {
    font-size: 16px;
  }
}
