@charset "UTF-8";
.pslider {
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  width: 100%;
  max-width: 950px;
  position: relative;
  margin: auto;
}

.pslider__bigbox {
  sheight: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  width: auto;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.pslider__box {
  position: absolute;
  border: 1px solid #e7e7e7;
  padding: 0 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 400px;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
}

.pslider__box--active::after {
  display: none;
}

.pslider__box::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(9, 9, 9, 0.5);
}

.pslider__pbox {
  position: relative;
  list-style-type: none;
  padding: 0;
  margin: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.pslider__pwrap {
  max-height: 400px;
  position: relative;
}

.pslider__item {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  min-width: 200px;
  min-height: 350px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pslider__img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0 0 0;
}

.pslider__img {
  width: 100%;
  height: auto;
}

.pslider__item-title {
  font-family: roboto;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  margin: 5px 10px;
}

.pslider__item-txt {
  margin: 5px 10px;
}

.pslider__item-price {
  margin: 5px 10px;
  font-weight: bold;
  font-size: 18px;
}

.pslider__item-button {
  border: 1px solid #e7e7e7;
  border-radius: 10em;
  background-color: transparent;
  margin: 5px 10px 10px 10px;
  padding: 5px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-transition: .2s;
  transition: .2s;
  text-decoration: none;
  color: #8b93a8;
}

.pslider__item-button:hover {
  background-color: #cb2829;
  color: #fff;
}

.pslider__item-button::after {
  content: '🡒';
  margin-left: 5px;
}

.pslider__arrow {
  position: absolute;
  z-index: 11;
  font-size: 50px;
  color: #acb4bc;
  background-color: transparent;
  border: none;
  margin: 5px;
  -webkit-transition: .2s;
  transition: .2s;
  outline: 0;
}

.pslider__arrow--next {
  right: 0;
}

.pslider__arrow--prev {
  left: 0;
}

.pslider__arrow:hover {
  color: #222;
}

.pslider__parrow {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 35px;
  background-color: transparent;
  border: none;
  color: #acb4bc;
  outline: none;
  -webkit-transition: .2s;
  transition: .2s;
}

.pslider__parrow:hover {
  color: #222;
}

.pslider__parrow--prev {
  top: 0;
}

.pslider__parrow--next {
  bottom: 0;
}
/*# sourceMappingURL=style.css.map */