/*----------------------------------------*/
/*  04. Navigation
/*----------------------------------------*/
/* ---Swiper Arrow--- */
.swiper-button-next, .swiper-button-prev {
  background-color: #212529;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 767.98px) {
  .swiper-button-next, .swiper-button-prev {
    display: none;
  }
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 16px;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
  background-color: #0a0a0a;
  color: #020202;
}

.swiper-arrow:hover .swiper-button-next, .swiper-arrow:hover .swiper-button-prev {
  opacity: 1;
  visibility: visible;
}

.swiper-arrow-sm-size .swiper-button-next, .swiper-arrow-sm-size .swiper-button-prev {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.swiper-arrow-sm-size .swiper-button-next:after, .swiper-arrow-sm-size .swiper-button-prev:after {
  font-size: 0.75rem;
}

.swiper-arrow.with-radius .swiper-button-next, .swiper-arrow.with-radius .swiper-button-prev {
  color: #0a0a0a;
  border-radius: 100%;
}

.swiper-arrow.with-radius .swiper-button-next:hover, .swiper-arrow.with-radius .swiper-button-prev:hover {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: #020202;
}

/* ---Custom Arrow--- */
.swiper-container:hover .custom-button-prev, .swiper-container:hover .custom-button-next {
  visibility: visible;
  opacity: 1;
}

.custom-button-prev, .custom-button-next {
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 30px;
  z-index: 1;
  width: 29px;
  height: 29px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
}

.custom-button-prev:hover, .custom-button-next:hover {
  background-position: 0 100%;
}

.custom-button-prev {
  background-image: url("../recursos/img/background-img/arrow/left-arrow.png");
}

.custom-button-next {
  background-image: url("../recursos/img/background-img/arrow/right-arrow.png");
  left: auto;
  right: 30px;
}

.thumbs-arrow-holder {
  position: relative;
  padding-left: 45px;
  padding-right: 45px;
}

.thumbs-arrow-holder .swiper-container {
  padding-left: 5px;
  padding-right: 5px;
  margin-left: -5px;
  margin-right: -5px;
}

.thumbs-arrow-holder:hover .swiper-slide {
  opacity: 0.7;
}

.thumbs-arrow-holder:hover .thumb-button-prev, .thumbs-arrow-holder:hover .thumb-button-next {
  opacity: 0.7;
}

.thumbs-button-prev, .thumbs-button-next {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  border-radius: 0;
  text-align: center;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  -webkit-transform: all 0.3s ease 0s;
      -ms-transform: all 0.3s ease 0s;
          transform: all 0.3s ease 0s;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.thumbs-button-prev:hover, .thumbs-button-next:hover {
  background-color: #2426b5;
  color: #020202;
}

.thumbs-button-prev:focus, .thumbs-button-next:focus {
  outline: 0;
}

.thumbs-button-prev i, .thumbs-button-next i {
  font-size: 30px;
  display: block;
}

.thumbs-button-next {
  left: auto;
  right: 0;
}

/* ---Product Arrow--- */
.product-button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.product-button-prev {
  margin-right: 3px;
}

.product-button-next i, .product-button-prev i {
  background-color: #0a0a0a;
  font-size: 30px;
  color: #fff;
  width: 30px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 3px;
}

.product-button-next i:hover, .product-button-prev i:hover {
  background-color: #2426b5;
}

/* ---Special Deals Arrow--- */
.special-deals-button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.special-deals-button-next i, .special-deals-button-prev i {
  background-color: #0a0a0a;
  color: #fff;
  font-size: 30px;
  width: 28px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.special-deals-button-next i:hover, .special-deals-button-prev i:hover {
  background-color: #2426b5;
  color: #020202;
}

.special-deals-button-prev {
  margin-right: 3px;
}

.special-deals-button-prev i {
  border-radius: 3px;
}

.special-deals-button-next i {
  border-radius: 3px;
}

/* ---With Background--- */
.with-bg_white .swiper-button-next, .with-bg_white .swiper-button-prev {
  background-color: #fff;
  border: 0;
  color: inherit;
}

.with-bg_white .swiper-button-next:hover, .with-bg_white .swiper-button-prev:hover {
  background-color: #0a0a0a;
  color: #020202;
}

/* ---Swiper Pagination--- */
.swiper-pagination-bullet-active {
  background-color: #0a0a0a;
}

.swiper-pagination.with-bg .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}

.swiper-pagination.with-bg .swiper-pagination-bullet-active {
  background-color: #0a0a0a;
}

.swiper-pagination.without-absolute {
  position: relative;
  padding-top: 20px;
  bottom: 0;
}