.discountproductbycategory {
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 50px;
    max-width: 1520px;
    margin: 80px auto;

}
.discountproductbycategory.cat_row1 {
  background: linear-gradient(180deg, #2da75d 0%, #158145 100%);
  border-radius: 15px;
}
.discountproductbycategory.cat_row2 {
  background: linear-gradient(90deg, #f78e00 0%, #ffb03b 100%);
  border-radius: 15px;
}
.discountproductbycategory .product-slider__item {
  padding-bottom: 20px;
}
.discountproductbycategory .product-miniature {
  padding: 14px!important;
  background: #fff;
  border-radius: 5px;
}
.discountproductbycategory .productbox-similar-slider,
.discountproductbycategory .p-features {
  display: none;
}
.discountproductbycategory .product-miniature__pricing .price {
  font-size: 16px!important;
}
.discountproductbycategory__title {
  font-size: 36px;
	line-height: 42px;
	float: left;
  font-weight: bold;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: #fff;
}

.discountproductbycategory .product-slider {
  overflow-x: auto;
  scrollbar-width: thin;            /* Firefox */
  scrollbar-color: rgba(255, 255, 255, 0.75) rgba(255, 255, 255, 0.25); /* Firefox */
}

/* Chrome, Safari, Edge */
.discountproductbycategory .product-slider::-webkit-scrollbar {
  height: 6px!important; /* Chiều cao scrollbar ngang */
}

.discountproductbycategory .product-slider::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.25);
  border-radius: 6px!important;
  margin: 0!important;
  box-shadow: none;
}

.discountproductbycategory .product-slider::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.75);
  border-radius: 6px!important;
  border: none!important;
}
.discountproductbycategory .swiper-navigation .swiper-button-prev {
  top:calc(50% - 20px);
  left: -20px;
}
.discountproductbycategory .swiper-navigation .swiper-button-next {
  top:calc(50% - 20px);
  right: -20px;
}
