/**
 * 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
 */
.homeslider-container {
  /*margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;*/
}

.homeslider {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.homeslider li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.homeslider img {
	width: 57%;
    max-width: 100%;
    height: 560px;
    margin-left: auto;
}

.homeslider .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 1em;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .6);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
}

.homeslider_nav {
  position: absolute;  
  top: 50%;
  left: 0;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;  
  margin-top: -20px;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: var(--white-white-100, #FFF);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.10);
}
.homeslider_nav.prev::before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 16'%3E%3Cpath d='M0.21232 7.04424C-0.0909951 7.41612 -0.0693299 7.96469 0.277316 8.31133L6.97233 15.0063C7.34208 15.3761 7.94157 15.3761 8.31133 15.0063C8.68109 14.6366 8.68109 14.0371 8.31133 13.6673L2.28582 7.64183L8.31133 1.61632C8.68109 1.24656 8.68109 0.647072 8.31133 0.277317C7.94158 -0.0924382 7.34208 -0.0924382 6.97233 0.277317L0.277316 6.97233C0.254206 6.99544 0.232541 7.01945 0.21232 7.04424Z' fill='%23393939'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}
.homeslider_nav.next::before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 16'%3E%3Cpath d='M8.37655 8.23942C8.67986 7.86754 8.6582 7.31898 8.31155 6.97233L1.61654 0.277318C1.24678 -0.0924368 0.647291 -0.0924377 0.277535 0.277318C-0.0922194 0.647073 -0.0922194 1.24656 0.277535 1.61632L6.30305 7.64183L0.277535 13.6673C-0.0922194 14.0371 -0.0922194 14.6366 0.277535 15.0063C0.647291 15.3761 1.24678 15.3761 1.61654 15.0063L8.31155 8.31133C8.33466 8.28822 8.35633 8.26422 8.37655 8.23942Z' fill='%23393939'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}
.homeslider_nav:hover,
.homeslider_nav:active {
  opacity: 1.0;
  background:#2B809D;
}
.homeslider_nav.prev:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 16'%3E%3Cpath d='M0.21232 7.04424C-0.0909951 7.41612 -0.0693299 7.96469 0.277316 8.31133L6.97233 15.0063C7.34208 15.3761 7.94157 15.3761 8.31133 15.0063C8.68109 14.6366 8.68109 14.0371 8.31133 13.6673L2.28582 7.64183L8.31133 1.61632C8.68109 1.24656 8.68109 0.647072 8.31133 0.277317C7.94158 -0.0924382 7.34208 -0.0924382 6.97233 0.277317L0.277316 6.97233C0.254206 6.99544 0.232541 7.01945 0.21232 7.04424Z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.homeslider_nav.next:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 16'%3E%3Cpath d='M8.37655 8.23942C8.67986 7.86754 8.6582 7.31898 8.31155 6.97233L1.61654 0.277318C1.24678 -0.0924368 0.647291 -0.0924377 0.277535 0.277318C-0.0922194 0.647073 -0.0922194 1.24656 0.277535 1.61632L6.30305 7.64183L0.277535 13.6673C-0.0922194 14.0371 -0.0922194 14.6366 0.277535 15.0063C0.647291 15.3761 1.24678 15.3761 1.61654 15.0063L8.31155 8.31133C8.33466 8.28822 8.35633 8.26422 8.37655 8.23942Z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.homeslider_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}
