.nyn-questions {
  background-color: #fff;
  padding: 32px 0;
}
.nyn-questions-title {
  width: 100%;
  margin-bottom: 32px;
}
.nyn-questions-title-title {
  color: #3f3a36;
  text-align: center;
}
.nyn_category_questions {
  margin: 32px 0;
}
.section_category_questions .wrapper_product_box {
  border-bottom: 1px solid #d9d9d9;
  padding: 16px 0;
}
.list_product_khuyenmai-cont {
  position: relative;
}
.related_product_custom,
.related_product_custom .container,
.list_product_khuyenmai-cont {
  position: relative;
  overflow: visible;
}

.slick-prev-custom,
.slick-next-custom {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  font-size: 18px;
  line-height: 34px;
  text-align: center;
  z-index: 10;
  cursor: pointer;
  transition: all 0.2s ease;
}

.slick-prev-custom:hover,
.slick-next-custom:hover {
  border-color: #333;
  color: #333;
}

.slick-prev-custom {
  left: -60px;
}

.slick-next-custom {
  right: -60px;
}
span.text_best_selling {
  position: absolute;
  top: 3%;
  left: 4%;
  width: 100%;
  display: inline-block;
  z-index: 9;
  color: #b48c72;
  font-size: 15px;
}
.icon_favorite.icon_wishlist {
  position: absolute;
  right: 4px;
  top: 3px;
}
@media screen and (max-width: 1200px) {
  .slick-next-custom {
    right: 0;
  }
  .slick-prev-custom {
    left: 0;
  }
}

@media screen and (max-width: 992px) {
  .slick-next-custom,
  .slick-prev-custom {
    display: none !important;
  }
}
