@charset "UTF-8";
.container-fluid .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;
}

.swiper {
  height: auto;
}

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

.page__content__Swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.page__content__slider {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
  display: flex;
  align-items: center;
}

.page__content__slider_items {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

#top_menu_mobile_stiles {
  justify-content: flex-end;
}

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

.row {
  width: 100%;
}

#menubars_top {
  padding: 0;
}

.human_data {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 11px 0 #e2e2e2;
  margin: 0px auto 25px;
}
.human_data h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
.human_data .human_data_wrapper {
  text-transform: capitalize;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.human_data .human_data_wrapper .email {
  text-transform: initial;
}
.human_data .human_data_wrapper p {
  color: #ea8443;
  font-size: 16px;
  margin: 8px 0;
}
.human_data .human_data_wrapper p strong {
  color: #333;
  font-weight: 600;
}
.human_data .editable_active {
  border-bottom: 1px solid red;
}
.human_data .exit_btn {
  position: absolute;
  top: 0;
  right: 20px;
}
.human_data .edit-button {
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 11px 0 #e2e2e2;
  color: #e03e00;
  padding: 12px 24px;
  cursor: pointer;
  border-radius: 5px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  transition: 250ms;
}
.human_data .edit-button:hover {
  background-color: #e03e00;
  color: rgb(255, 255, 255);
}
.human_data .delete-accaunt {
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 11px 0 #e2e2e2;
  color: #000000;
  padding: 12px 24px;
  cursor: pointer;
  border-radius: 5px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  transition: 250ms;
}
.human_data {
  /* Адаптивность */
}
@media (max-width: 768px) {
  .human_data {
    padding: 15px;
  }
  .human_data .human_data_wrapper {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .human_data section {
    width: 100%;
  }
  .human_data .edit-button {
    width: 100%;
  }
  .human_data .delete-accaunt {
    width: 100%;
  }
}

.buttons_cont {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

.profile_watch_btn {
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 11px 0 #e2e2e2;
  color: #e03e00;
  padding: 12px 24px;
  cursor: pointer;
  border-radius: 5px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  transition: 250ms;
  margin: 20px 0 10px;
  display: block;
  text-decoration: none;
}
.profile_watch_btn:hover {
  color: white;
  background-color: #e03e00;
  text-decoration: none;
}

.slide {
  align-items: flex-start;
}

.page__name {
  margin-left: 20px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  flex-direction: column;
}
.page__name h2 {
  margin: 0;
}
.page__name .clear__history,
.page__name .clear__basket {
  margin: 0;
  margin-top: 10px;
  font-size: 15px;
  border-radius: 8px;
  box-shadow: 0 0 6px 0 #eaeaea;
  padding: 5px 10px;
  margin-left: 8px;
  transition: 250ms;
  cursor: pointer;
}
.page__name .clear__history:hover,
.page__name .clear__basket:hover {
  background-color: rgb(223, 1, 1);
  color: white;
}
.page__name .clear__history:active,
.page__name .clear__basket:active {
  transition: 0ms;
  background-color: red;
}
.page__name .empty__current_orders,
.page__name .empty__order_history,
.page__name .empty__favorites {
  text-align: center;
  width: 100%;
  display: none;
}

.page_wrapper {
  display: flex;
  justify-content: center !important;
}

.page__content__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.products {
  position: relative;
  width: 96%;
  margin: 5px;
  border-radius: 8px;
}
.products .p_buttons {
  background-image: url(../../images/close.svg);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding: 13px;
}
.products .p_buttons a {
  color: red !important;
}
.products .p_buttons:hover {
  opacity: 1;
  filter: drop-shadow(1px 1px 2px black);
}
.products .in {
  border-radius: 8px;
  padding: 25px 15px 15px 15px;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.products .btn_add2cart_wrap {
  padding: 2px 0;
}
.products .single-image {
  height: 100%;
}
.products .swiper-slide {
  padding: 0;
}
.products .image_wrap {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.products .product__item__name {
  margin-top: 15px;
}
.products .product__item__price {
  color: black;
  font-weight: 600;
  text-align: start;
  margin-bottom: 10px;
}
.products .product__item__delete {
  position: absolute;
  top: 2px;
  right: 6px;
  width: 20px;
  height: 23px;
  cursor: pointer;
}
.products .stock_yes {
  color: #049004;
}

.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;
}

.info_text_popup_show {
  display: flex;
}

.additional-info {
  margin-left: 60px;
}

@media screen and (max-width: 770px) {
  .human_data .exit_btn {
    position: static;
  }
}
@media screen and (max-width: 500px) {
  .additional-info {
    margin-left: 0;
  }
  .get_and_drop_user_orders .products .in {
    padding: 5px;
  }
  .container-fluid .bottom_text {
    padding: 0;
  }
  .page__name {
    flex-direction: column;
    align-items: flex-start;
  }
  .page__name h2 {
    font-size: 18px;
  }
  .page__name .clear__history,
  .page__name .clear__basket {
    margin-top: 5px;
    font-size: 13px;
  }
  .products .in {
    padding: 35px 5px 15px 5px;
  }
  .products .p_buttons {
    top: 3px;
    right: 3px;
  }
  .page__content__slider {
    align-items: flex-start;
  }
  .human_data h2 {
    font-size: 20px;
  }
  .human_data .human_data_wrapper {
    gap: 0;
  }
  .human_data .human_data_wrapper p {
    font-size: 14px;
  }
  .human_data .human_data_wrapper .country {
    margin-top: 0;
  }
}