
.cart-slider__heading_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 23px;
  font-size: 15px;
}

.cart-slider {
  background-color: #F5F5F5;
  /*padding: 28px 14px 19px 30px !important;*/
  padding: 18px 9px 19px 10px !important;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
}

/*.cart-slider:last-child {
  width: 100%;
}*/

/*.cart-slider__swiper-wrapper {
  margin-bottom: 27px;
}

.cart-slider__swiper-wrapper:last-of-type {
  margin-bottom: 0;
}*/

.cart-slider__item {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;*/
  background-color: #FFF;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.08);
  border: 1px solid #E7E7E7;
  padding: 10px;
  min-height: 96px;
  cursor: pointer;
}

.cart-slider_form_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart-slider_form_content_vertical, .cart-slider_gr_form_content_vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  justify-content: space-between;
}

.cart-slider__img {
  max-width: 67px;
  max-height: 67px;
  width: 50%;
  align-self: center;
  position: relative;
  top: -10px;
}

.cart-slider_form_content_vertical .cart-slider__img {
  width: 100%;
  position: absolute;
  bottom: 0px;
  align-self: unset;
  top: unset;
}

.cart-slider_gr_form_content_vertical .cart-slider__img {
  position: relative;
  top: 5px;
  width: unset;
  max-width: 80px;
  max-height: 80px;
}

.cart-slider_gr_form_content_vertical .cart-slider__img img {
  border-radius: 10px;
}

.cart-slider__info {
  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-align: space-between;
      -ms-flex-align: space-between;
          align-items: space-between;
  width: 50%;
  justify-content: space-between;
}

.cart-slider__heading {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*-webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;*/
  text-align: center;
  margin-top: 10px;
  z-index: 1;
}

.cart-slider__price-wrapper, .cart-souse-slider__price-wrapper, .cart-gr-slider__price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart-slider__price-wrapper {
  position: absolute;
  bottom: 0px;
  right: 20px;
  background-color: #F5F5F5;
  border-radius: 39px 39px 0 0;
  width: 52px;
  height: 26px;
}
.cart-souse-slider__price-wrapper {
  position: absolute;
  top: 0px;
  right: 20px;
  background-color: #F5F5F5;
  border-radius: 0 0 39px 39px;
  width: 52px;
  height: 26px;
}
.cart-gr-slider__price-wrapper {
  position: relative;
  margin: 0 auto;
  background-color: #f0f1f1;
  border-radius: 39px 39px 0 0;
  width: 52px;
  height: 26px;
}

/*.cart-slider__price-wrapper {
  margin-top: 10px;
}

.cart-slider__price-wrapper .product-item__slider-btn {
  width: 68px !important;
}*/

.cart-slider__price-wrapper .order-count, .cart-souse-slider__price-wrapper .order-count, .cart-gr-slider__price-wrapper .order-count {
  display: none;
  /*-webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  width: 68px;*/
}

/*.cart-slider__price-wrapper .order-count__num {
  max-width: 18px;
  max-height: 18px;
  width: 18px;
  height: 18px;
  font-size: 14px;
  line-height: 14px;
  padding: 0;
}

.cart-slider__price-wrapper .order-count svg {
  width: 18px;
  height: 18px;
}*/

.cart-slider__price-wrapper .order-count img, .cart-souse-slider__price-wrapper .order-count img, .cart-gr-slider__price-wrapper .order-count img {
  width: 16px;
  height: 16px;
}

.cart-slider .product-item__details-price {
  font-size: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.cart-slider .product-item__details-price > div {
  width: unset;
}

.cart-slider .product-item__slider-btn {
  font-size: 14px;
  margin-top: 8px;
  white-space: nowrap;
  color: #000000;
  cursor: pointer;
}

.cart-slider__info_horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.cart-slider__info_horizontal .product-item__slider-btn {
  margin-top: 0px;
  margin-bottom: 6px;
  color: #000000;
}

.cart-slider__info_horizontal .order-count {
  margin-bottom: 6px;
}

.cart-slider__info_horizontal_gr {
  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-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.cart-slider__info_horizontal_gr .product-item__slider-btn {
  margin-top: 0px;
  margin-bottom: 6px;
  color: #000000;
}

.cart-slider__info_horizontal_gr .cart-slider__item {
  padding: 0px;
}

.cart-slider__info_horizontal_gr .order-count {
  margin-bottom: 6px;
}

.cart-slider .product-item__details-order-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 102px;
  height: unset;
  height: 20px;
  /*margin-left: 10px;*/
}

.swiper-button-next,
.swiper-button-prev {
  top: 20px !important;
  bottom: 0 !important;
  height: 100% !important;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(71%, #F5F5F5));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #F5F5F5 51%);
  width: 20px !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.swiper-button-next {
  right: 0px !important;
  padding-right: 5px;
}

.swiper-button-next > svg {
  margin-left: auto;
}

.swiper-button-prev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  height: 100%;
  left: 0 !important;
  padding-left: 5px;
}

.swiper-button-prev > svg {
  margin-left: auto;
}

.swiper-button-disabled {
  opacity: 0 !important;
}

@media screen and (max-width: 620px) {
  .cart-slider {
    padding: 0 !important;
    width: 100%;
  }

  /*.cart-slider {
    padding: 0 0 20px 0 !important;
    width: 100%;
  }

  .cart-slider:last-child {
    padding: 0 !important;
  }*/

  .cart-slider:last-child .page-cart__heading_sub {
    margin-top: 10px;
  }

  .cart-slider .swiper:last-of-type {
    /*display: none;*/
    margin-top: 10px;
  }

  /*.cart-slider__swiper-wrapper {
    margin-bottom: 0;
  }*/
  .cart-slider__item {
    margin-left: -10px;
    padding: 5px;
  }
  .swiper-button-next {
    right: -5px !important;
  }
  .cart-slider .product-item__details-order-block {
    /*margin-left: 0px;*/
    margin-top: 4px;
  }
  .cart-slider_form_content_vertical .cart-slider__img {
    max-width: 60px;
    max-height: 60px;
  }
}