.swiper-button-prev, .swiper-button-next{
  cursor: pointer;
  outline: none
}

.beauty-arrows{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
   -webkit-transform: translate(-120px, -18px);
          transform: translate(-120px, -18px);
  z-index: 50;
}
.beauty-card {
  width: 262px !important;

}
@media (max-width: 1200px) {

  .beauty__slider {
    display: block !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
  .beauty-card {
    width: 262px !important;

  }

}

@media (max-width: 1020px) {
  .swiper-container2 {
    width: 720px;
  }
}

@media (max-width: 800px) {
  .swiper-container2 {
    width: 540px;
  }
}

@media (max-width: 640px) {
  .swiper-container2 {
    width: 334px;
  }
  .swiper-button-prev, .swiper-button-next{
    width: 15px;
    height: 30px;
    background-size: auto;
  }
}
/*# sourceMappingURL=beauty-slider.css.map */
