.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,
.discountproductbycategory .product-miniature__actions {
  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 .swiper-navigation .swiper-button-prev {
  top:calc(50% - 20px);
  left: -20px;
}
.discountproductbycategory .swiper-navigation .swiper-button-next {
  top:calc(50% - 20px);
  right: -20px;
}
.discountproductbycategory .swiper-wrapper {
  margin-bottom: 10px;
}
.swiper-scrollbar {
  background: rgba(255,255,255,0.3)!important;
  height: 8px!important;
  border-radius: 10px!important;
  margin-top: 8px;
}

.swiper-scrollbar-drag {
  background: rgba(255,255,255,0.7)!important;
  border-radius: 10px!important;
}
