@charset "UTF-8";
.bottom_text {
  padding: 10px 60px;
}

.content_slider .title {
  margin: 0 0 20px;
  font-size: 13px;
  font-weight: 400;
  margin-top: 45px;
}
.content_slider .content_slider_category_name {
  font-size: 30px;
  margin-bottom: 40px;
}

.pull-right {
  float: left !important;
}

.buy_all_popup_inner h2 {
  text-transform: capitalize;
}

#page-content {
  width: 100%;
  padding: 0;
}

.page__name {
  font-size: 30px;
  margin-left: 40px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.page__name h2 {
  margin: 0;
}
.page__name .clear__basket {
  margin: 0;
  font-size: 15px;
  border-radius: 8px;
  border: 1px solid #eaeaea;
  padding: 5px 10px;
  margin-left: 8px;
  transition: 250ms;
  cursor: pointer;
}
.page__name .clear__basket:hover {
  background-color: rgb(223, 1, 1);
  color: white;
}
.page__name .clear__basket:active {
  transition: 0ms;
  background-color: red;
}

.page__content__wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}

.products {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 5px;
  border: 1px solid #eaeaea;
}
.products p {
  margin: 0;
}
.products .product__imgContainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.products .product__item__img {
  -o-object-fit: contain;
     object-fit: contain;
}
.products .swiper-container {
  width: 230px;
}
.products .swiper-container .swiper-wrapper {
  width: 100%;
}
.products .product__item__name {
  max-width: 250px;
  margin-left: 10px;
}
.products .product__item__count {
  border: 1px solid #eaeaea;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.products .product__item__count .product__item__count__input {
  width: 25px;
  height: 25px;
  text-align: center;
  border: none;
  outline: none;
}
.products .product__item__count .reduce,
.products .product__item__count .increase {
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 250ms;
  cursor: pointer;
}
.products .product__item__count .reduce:hover,
.products .product__item__count .increase:hover {
  background-color: #eaeaea;
}
.products .product__item__count .reduce:active,
.products .product__item__count .increase:active {
  transition: 0ms;
  font-weight: 600;
}
.products .product__item__count .increase {
  border-left: 1px solid #eaeaea;
}
.products .product__item__count .reduce {
  border-right: 1px solid #eaeaea;
}
.products .product__item__price__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 45%;
}
.products .product__item__delete {
  cursor: pointer;
  transition: 250ms;
  color: white;
  background-color: rgb(255, 48, 48);
  padding: 5px;
  border-radius: 5px;
}
.products .product__item__delete:hover {
  background-color: red;
  box-shadow: 0 1px 5px red;
  text-shadow: 0 1px 5px white;
}

.swiper-container {
  margin: 0;
}

.product__item__price {
  position: relative;
}

.product__item__price,
.product__item__count,
.product__item__price__andCount {
  margin: 0 5px;
}

.swiper-slide img {
  height: 100px;
}

#product_item_price {
  position: relative;
}

.products:nth-child(1) .product__item__price__andCount,
.products:nth-child(1) .product__item__count,
.products:nth-child(1) .product__item__price,
.products:nth-child(1) .product__imgContainer {
  position: relative;
}
.products:nth-child(1) .product__item__price__andCount::after,
.products:nth-child(1) .product__item__count::after,
.products:nth-child(1) .product__item__price::after,
.products:nth-child(1) .product__imgContainer::after {
  content: "Ваш заказ";
  position: absolute;
  top: -35px;
  left: 0;
  word-break: keep-all;
}
.products:nth-child(1) .product__item__price {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.products:nth-child(1) .product__item__price::after {
  top: -70px;
  content: "Цена";
  word-break: keep-all;
}
.products:nth-child(1) .product__item__price_akcia {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-left: 5px;
}
.products:nth-child(1) .product__item__count::after {
  content: "Количество";
  top: -68px;
  word-break: keep-all;
}
.products:nth-child(1) .product__item__price__andCount::after {
  top: -70px;
  content: "Сумма";
}

#product_item_price_akcia {
  color: red;
}

.total__price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 35px 30px 0 0px;
}

.buy_all {
  border-radius: 8px;
  background-color: #71bb00;
  padding: 8px 15px;
  margin-top: 5px;
  transition: 250ms;
  color: white;
  cursor: pointer;
}
.buy_all:hover {
  background-color: #8ae208;
}

#How_to_buy {
  font-size: 16px;
  color: #555555;
}

.empty__basket {
  text-align: center;
}

.info_text_popup_show {
  display: flex;
}

.check_mark_ok {
  width: 40%;
  text-align: center;
}

.buy_all_popup {
  overflow-y: auto;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.831372549);
  padding-top: 200px;
}
.buy_all_popup .buy_all_popup_inner {
  position: relative;
  background-color: #e8f0fe;
  padding: 11px 50px;
  border-radius: 8px;
  box-shadow: -3px -3px 13px rgb(110, 110, 110);
  margin: 30px 0;
  width: 70%;
}
.buy_all_popup .buy_all_popup_inner .border_bottom {
  position: absolute;
  bottom: -5px;
  left: -5px;
  border-bottom: 1px solid black;
  width: 97.1%;
}
.buy_all_popup .buy_all_popup_inner h2 {
  border-bottom: 1px solid;
  padding-bottom: 5px;
}
.buy_all_popup .buy_all_popup_inner .buy_all_popupFlexCont {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.buy_all_popup .buy_all_popup_inner .buy_all_popupFlexCont label {
  color: #000000;
  text-transform: capitalize;
}
.buy_all_popup .buy_all_popup_inner .buy_all_popupFlexCont input {
  border: none;
  outline: none;
  margin-right: 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid black;
  color: black;
  background-color: #e8f0fe;
}
.buy_all_popup .buy_all_popup_inner .buy_all_popupFlexCont input:focus {
  background: #e8f0fe;
}
.buy_all_popup .buy_all_popup_inner .buy_all--flexCont {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.buy_all_popup .buy_all_popup_inner .buy_all--flexCont div {
  margin: 5px;
}
.buy_all_popup .buy_all_popup_inner .inp_wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  text-transform: capitalize;
}
.buy_all_popup .buy_all_popup_inner .inp_wrapper_flex {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.buy_all_popup .buy_all_popup_inner .inp_wrapper_flex input {
  cursor: pointer;
}
.buy_all_popup .buy_all_popup_inner .buy_all--btn {
  margin: 20px 0;
  border-radius: 3px;
  background-color: #66aa01;
  color: white;
  font-weight: bold;
  border: none;
  outline: none;
  transition: 250ms;
  padding: 8px;
  text-transform: capitalize;
}
.buy_all_popup .buy_all_popup_inner .buy_all--btn:hover {
  background-color: #77c700;
  box-shadow: 0 0 10px 0 #77c700;
}
.buy_all_popup .buy_all_popup_inner .buy_all--btn:active {
  background-color: #66aa01;
  box-shadow: 0 0 0 0 #77c700;
}
.buy_all_popup .buy_all_popup_inner .buy_all--colse {
  position: absolute;
  top: 17px;
  right: 17px;
  transition: 250ms;
  cursor: pointer;
}
.buy_all_popup .buy_all_popup_inner .buy_all--colse img {
  width: 25px;
}
.buy_all_popup .buy_all_popup_inner .buy_all--colse:hover {
  transform: scale(1.1);
}
.buy_all_popup .buy_all_popup_inner .buy_all--colse:active {
  transition: 0;
  transform: scale(1);
}
.buy_all_popup .buy_all_popup_inner .buy_all--btnRegistracion,
.buy_all_popup .buy_all_popup_inner .buy_all--btnLogin {
  text-transform: capitalize;
  padding: 5px;
  cursor: pointer;
}
.buy_all_popup .buy_all_popup_inner .buy_all--btnRegistracion:hover,
.buy_all_popup .buy_all_popup_inner .buy_all--btnLogin:hover {
  text-decoration: underline;
}

.your_wishes {
  width: 100%;
  height: 100px;
}

.buy_all_popup_show {
  display: flex;
}

@media screen and (max-width: 850px) {
  .products {
    flex-direction: column;
    margin: 20px;
    box-shadow: 0 0 10px -6px black;
    border-radius: 9px;
  }
  .products .product__item__price__wrapper {
    width: 100%;
    border-top: 1px solid #eaeaea;
    padding-top: 10px;
    margin-top: 10px;
    justify-content: space-evenly;
  }
  .products .product__item__name {
    width: 90%;
    max-width: none;
    text-align: center;
    margin-top: 10px;
  }
  .products .product__imgContainer {
    width: 100%;
  }
  .product__imgContainer {
    display: flex;
    flex-direction: column;
  }
  .product__item__price__andCount::after,
  .product__item__price_akcia::after,
  .product__imgContainer::after,
  .product__item__price::after,
  .product__item__count::after {
    display: none;
  }
  .product__item__price__andCount {
    display: none;
  }
}
@media all and (max-width: 500px) {
  .show_popup_message div {
    width: 92%;
  }
  .show_popup_message div div .btn_ok,
  .show_popup_message div div .btn_no {
    font-size: 15px;
  }
  .buy_all_popup {
    padding-top: 250px;
  }
  .buy_all_popup .buy_all_popup_inner {
    padding: 10px 20px;
    width: 90%;
  }
}