.profile-cabinet__input .input._error {
  color: #FF0000;
  border-color: rgba(255, 0, 0, 0.24);
}

.profile-cabinet__error {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  color: #FF0000;
}

.select._error .select__value {
  color: #FF0000;
  border-color: rgba(255, 0, 0, 0.24);
}

.address-cabinet__error {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  color: #FF0000;
}

.order-details-cabinet__info._pending {
  border-color: #E0C14A;
}

.order-details-cabinet__info._pending .order-history-list__status {
  color: #E0C14A;
}

.order-details-cabinet__info._canceled {
  border-color: #C83A3A;
}

.order-details-cabinet__info._canceled .order-history-list__status {
  color: #C83A3A;
}

#blanc-notification {
  display: none;
}

.order-blanc__right .product-info:empty {
  display: none;
}

.blanc-search-select {
  width: 100%;
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid rgba(1, 113, 115, 0.14);
  background-color: #fff;
  color: #000;
  font-size: 16px;
}

.blanc-search-values {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.blanc-search-value {
  min-height: 40px;
  padding: 8px 14px;
  border: 1px solid rgba(1, 113, 115, 0.14);
  background-color: #fff;
  color: #017173;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  transition: all 0.3s ease 0s;
}

.blanc-search-value._active {
  border-color: rgba(1, 113, 115, 0.5);
  background-color: rgba(1, 113, 115, 0.08);
  color: #000;
}

.search-choice-color.option-product__value {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid rgba(1, 113, 115, 0.14);
  color: #000;
}

.search-choice-color.option-product__value .img {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-order-blanc__status._out-of-stock {
  color: #C83A3A;
}

.product-order-blanc._empty {
  justify-content: center;
}

.product-order-blanc._empty .product-order-blanc__body {
  width: 100%;
}

.product-order-blanc._empty .product-order-blanc__name {
  max-width: 100%;
}

.protocols-cabinet__name a,
.protocols-cabinet__name a:visited,
.protocols-cabinet__name a:hover {
  color: #000;
}

.wishlist-cabinet__products .product-preview__head {
  position: relative;
}

.wishlist-cabinet__products {
  grid-template-columns: repeat(auto-fill, minmax(300px, 300px));
  justify-content: start;
}

.product-preview__remove {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(1, 113, 115, 0.14);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s;
}

.product-preview__remove img {
  width: 16px;
  height: 16px;
}

.product-preview__remove:hover {
  border-color: rgba(1, 113, 115, 0.32);
  background: #fff;
}

.wishlist-cabinet__empty {
  padding: 24px 0;
}

@media (max-width: 991.98px) {
  .wishlist-cabinet__products {
    grid-template-columns: repeat(auto-fill, minmax(200px, 200px));
  }
}

@media (max-width: 479.98px) {
  .wishlist-cabinet__products {
    grid-template-columns: repeat(auto-fill, minmax(150px, 150px));
  }
}

.checkout .disabled-linc {
  pointer-events: none;
  opacity: 0.65;
}

.checkout .error-login {
  border: 1px solid #c83a3a;
}

.checkout__error,
.promocode-checkout__message,
.checkout .alert {
  color: #c83a3a;
}

.user-checkout__hint,
.checkout__notice {
  display: block;
  color: #8f8f8f;
}

.user-checkout__input select {
  width: 100%;
  min-height: 50px;
  padding: 0 16px;
  border: 1px solid rgba(1, 113, 115, 0.14);
  background: #fff;
  font-weight: 600;
}

.user-checkout__phone {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.user-checkout__phone .input {
  min-width: 0;
}

.user-checkout__phone-code,
.user-checkout__phone-number {
  min-width: 0;
}

.user-checkout__phone-code .select,
.user-checkout__phone-code select,
.user-checkout__phone-number input {
  width: 100%;
}

.checkout-success-page__wrapper,
.checkout-empty-page__wrapper {
  max-width: 640px;
}

.checkout-success-page__text,
.checkout-success-page__payment {
  margin-top: 24px;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

.checkout-success-page__payment {
  padding: 18px;
  border: 1px solid rgba(1, 113, 115, 0.14);
  background: rgba(1, 113, 115, 0.04);
}

.checkout-success-page__text p + p,
.checkout-success-page__payment p + p {
  margin-top: 16px;
}

.product-checkout__quantity .quantity__button {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.product-checkout__quantity input {
  text-align: center;
}

.delivery-checkout .shipping-add-content {
  width: 100%;
  margin-top: 16px;
}

.delivery-checkout .shipping-add-content form {
  width: 100%;
}

.delivery-checkout .dropdown-address {
  position: absolute;
  z-index: 20;
  display: none;
  width: 100%;
  max-height: 240px;
  margin: 4px 0 0;
  padding: 8px 0;
  overflow-y: auto;
  list-style: none;
  border: 1px solid rgba(1, 113, 115, 0.18);
  background: #fff;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.delivery-checkout__input {
  position: relative;
}

.delivery-checkout .dropdown-address a {
  display: block;
  padding: 8px 14px;
  color: #000;
}

.delivery-checkout .dropdown-address a:hover {
  background: rgba(1, 113, 115, 0.08);
}

.checkout-alert-notification {
  position: fixed;
  top: 110px;
  right: 24px;
  z-index: 10050;
  width: min(420px, calc(100vw - 32px));
  padding: 16px 18px;
  border: 1px solid rgba(200, 58, 58, 0.24);
  background: #fff;
  color: #c83a3a;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.14);
  opacity: 0;
  transform: translate3d(24px, 0, 0);
  transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
}

.checkout-alert-notification._active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.popup_trolley .trolley__section._products {
  flex: 1 1 auto;
  min-height: 0;
  margin-top: 0;
}

.popup_trolley .trolley__section._products > .trolley__body {
  overflow-y: auto;
}

.popup_trolley .trolley__section._total-details {
  flex: 0 0 auto;
  margin-top: auto;
}

.callback-footer__message,
.callback-footer__success {
  color: #ff6b6b;
  font-size: 14px;
  line-height: 1.5;
}

.callback-footer__success {
  color: #58c7bd;
}

.callback-footer__input._error .input {
  border-color: #ff6b6b;
}

.callback-footer__button:disabled {
  cursor: default;
  opacity: 0.65;
}

@media (max-width: 479.98px) {
  .user-checkout__phone {
    grid-template-columns: 1fr;
  }

  .checkout-alert-notification {
    top: 80px;
    right: 16px;
  }
}
