/**
 * @file
 * SASS Extends.
 */
.country-slider {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .country-slider {
    margin-top: 60px;
  }
}
.country-slider:before {
  content: "";
  position: absolute;
  top: 15px;
  z-index: 3;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff url("../../../images/icon/solid-mobile-swipe.svg") center no-repeat;
  background-size: 24px;
}
[dir=ltr] .country-slider:before {
  right: 4px;
}
[dir=rtl] .country-slider:before {
  left: 4px;
}
@media (min-width: 768px) {
  .country-slider:before {
    top: 10px;
  }
  [dir=ltr] .country-slider:before {
    right: 0;
  }
  [dir=rtl] .country-slider:before {
    left: 0;
  }
}
@media (min-width: 992px) {
  .country-slider:before {
    display: none;
  }
}
.country-slider .swiper-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .country-slider .swiper-container {
    overflow: initial;
  }
}
.country-slider .swiper-slide {
  width: 160px;
  height: 237px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .country-slider .swiper-slide {
    width: 170px;
    height: 258px;
  }
}
@media (min-width: 992px) {
  .country-slider .swiper-slide {
    width: 180px;
    height: 267px;
  }
}
@media (min-width: 1200px) {
  .country-slider .swiper-slide {
    width: 220px;
    height: 330px;
  }
}
@media (min-width: 1200px) {
  .country-slider .swiper-slide.hidden {
    opacity: 0.25;
    pointer-events: none;
  }
}
.country-slider__swiper-wrap {
  position: relative;
}
.country-slider__navigation {
  display: none;
}
@media (min-width: 992px) {
  .country-slider__navigation {
    display: block;
  }
}
.country-slider__navigation .arrows {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 60px;
  height: 60px;
  border: 5px solid #fff;
  border-radius: 50%;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  font-size: 0;
  transform: translateY(-50%);
  cursor: pointer;
  background: #00A4D9;
}
.country-slider__navigation .arrows:after {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  background: url("../../../images/icon/solid-arrow-bold-left-white.svg") center no-repeat;
  background-size: 14px;
}
[dir=ltr] .country-slider__navigation .arrows:after {
  transform: translate(6px, 10px);
}
[dir=rtl] .country-slider__navigation .arrows:after {
  transform: translate(-6px, 10px) rotate(180deg);
}
@media (min-width: 767px) {
  .country-slider__navigation .arrows:after {
    top: 0;
    width: 30px;
    height: 30px;
    background-size: 30px;
  }
}
[dir=ltr] .country-slider__navigation .arrows__left {
  left: -30px;
}
[dir=rtl] .country-slider__navigation .arrows__left {
  right: -30px;
}
[dir=ltr] .country-slider__navigation .arrows__right {
  right: -30px;
}
[dir=rtl] .country-slider__navigation .arrows__right {
  left: -30px;
}
[dir=ltr] .country-slider__navigation .arrows__right:after {
  transform: translate(11px, 10px) rotate(180deg);
}
[dir=rtl] .country-slider__navigation .arrows__right:after {
  transform: translate(-11px, 10px);
}
.country-slider__navigation .arrows__disabled {
  display: none;
}
.country-slider__navigation .arrows__disabled:hover,
.country-slider__navigation .arrows__disabled span {
  opacity: 0;
}

/*# sourceMappingURL=country-list-slider.css.map */
