.recently-view-products .recently-view-products-wrap{padding: 50px 0;}

.recently-view-products .section-heading{padding: 0 120px 0 8px;margin-bottom: 35px;position: relative;}

.recently-view-products .section-heading .swiper-action-bar{position: absolute;right: 20px;top: -5px;}
.recently-view-products .section-heading .swiper-action-bar .swiper-button-lock{display: none;}

.recently-view-products .recently-view-products-row{padding: 0 7px;}
.recently-view-products .recently-view-products-row .recently-view-product-block {width: calc(25% - 5.25px);}

@media screen and (max-width: 1200px){
  .recently-view-products .recently-view-products-row .recently-view-product-block {width: 30%;}
}

@media screen and (max-width: 989px){
  .recently-view-products .recently-view-products-row .recently-view-product-block {width: 37%;}
}

@media screen and (max-width: 749px){
  .recently-view-products .recently-view-products-wrap{padding: 40px 0;}

  .recently-view-products .section-heading{padding: 0 85px 0 10px;margin-bottom: 25px;}
  .recently-view-products .section-heading .swiper-action-bar {position: absolute;right: 10px;top: -4px;}

  .recently-view-products .recently-view-products-row{padding: 0 10px;}
  .recently-view-products .recently-view-products-row .recently-view-product-block {width: 46%;}
  
}