/**
 * Copyright since 2007 PrestaShop SA and Contributors
 * PrestaShop is an International Registered Trademark & Property of PrestaShop SA
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License version 3.0
 * that is bundled with this package in the file LICENSE.md.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@prestashop.com so we can send you a copy immediately.
 *
 * @author    PrestaShop SA and Contributors <contact@prestashop.com>
 * @copyright Since 2007 PrestaShop SA and Contributors
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
 */

 .store-rslides .owl-nav [class*='owl-'] {
  color: #fff;
  background: #1B4AC5;
  font-size: 1rem;
  margin: 0;
  padding: 0;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
}

.store-rslides .owl-nav .owl-prev {
  left: 0.8rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.store-rslides .owl-nav .owl-next {
  right: 0.8rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}