/*
  Recommended Products
  OpenCart Version: 2.x - 3.x
  Author: MagDevel (support@magdevel.com)
  Home: https://magdevel.com
*/

.recommended-products {
  position: relative;
}

.recommended-products .swiper-slide .product-thumb {
  margin-right: 1px;
  margin-left: 1px;
}

.rp-swiper-btn-next,
.rp-swiper-btn-prev {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-top: -20px;
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  opacity: 0;
  text-align: center;
  font-family: FontAwesome;
  font-size: 40px;
  transition: all .3s ease;
  z-index: 10;
}

.rp-swiper-btn-next,
[dir=rtl] .rp-swiper-btn-prev {
  left: auto;
  right: 0;
}

.rp-swiper-btn-prev,
[dir=rtl] .rp-swiper-btn-next {
  left: 0;
  right: auto;
}

.recommended-products:hover .rp-swiper-btn-next,
.recommended-products:hover .rp-swiper-btn-prev {
  opacity: 1;
}

.rp-swiper-btn-prev:before,
[dir=rtl] .rp-swiper-btn-next:before {
  content: "\f053";
}

.rp-swiper-btn-next:before,
[dir=rtl] .rp-swiper-btn-prev:before {
  content: "\f054";
}

.recommended-products:hover .swiper-button-disabled,
.recommended-products:hover .swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}

.recommended-products .swiper-pagination {
  position: relative;
  margin-bottom: 20px;
  bottom: 0;
}

.recommended-products .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 50%;
	box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	margin: 0 5px;
	opacity: 1;
}

.recommended-products .swiper-pagination-bullet:hover {
	background: rgba(0, 0, 0, 0.7);
}

.recommended-products .swiper-pagination-bullet-active {
	background: rgba(0, 0, 0, 0.9);
}

@media (max-width: 769px) {
  .rp-swiper-btn-next,
  .rp-swiper-btn-prev {
    display: none;
  }
}
