.vintel-predictive-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background: #fff;
}

.vintel-predictive-table td {
  padding: 0;
  border-bottom: 1px solid #eceff2;
  vertical-align: middle;
}

.vintel-predictive-row__inner {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
  padding: 8px 12px;
}

.vintel-predictive-product {
  display: block !important;
  flex: 1 1 auto;
  min-width: 0;
  padding: 3px 0;
  position: static;
  color: inherit;
  text-decoration: none;
}

.vintel-predictive-product__name,
.vintel-predictive-product__article,
.vintel-predictive-product .item-parent {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vintel-predictive-product__name {
  color: #333;
  font-weight: 600;
}

.vintel-predictive-product__article,
.vintel-predictive-product .item-parent {
  margin-top: 2px;
  color: #7d8792;
  font-size: 12px;
  line-height: 1.35;
}

.vintel-predictive-price {
  display: block;
  flex: 0 0 150px;
  min-width: 0;
  color: #333;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  text-align: right;
  white-space: nowrap;
}

.vintel-predictive-price--request {
  color: #7d8792;
  font-size: 12px;
  font-weight: 500;
}

.vintel-predictive-cart {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  padding: 0 !important;
}

.vintel-predictive-cart[data-vintel-persistent-cart="1"] .counter_block {
  display: grid !important;
}

.vintel-predictive-cart--busy {
  opacity: 0.65;
  pointer-events: none;
}

.vintel-predictive-cart--error input[type="text"] {
  box-shadow: inset 0 0 0 1px #c83d3d;
}

.vintel-predictive-cart .counter_block {
  box-sizing: border-box;
  display: grid !important;
  grid-template-columns: 38px 54px 38px !important;
  width: 132px !important;
  height: 40px !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  overflow: hidden;
  border: 1px solid #dfe3e8;
  border-radius: 4px;
  background: #fff;
}

.vintel-predictive-cart .minus,
.vintel-predictive-cart .plus {
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 38px;
  width: 38px;
  height: 38px;
  padding: 0;
  position: static !important;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: #536171;
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  user-select: none;
}

.vintel-predictive-cart input[type="text"] {
  box-sizing: border-box;
  display: block !important;
  width: 54px !important;
  min-width: 0;
  height: 38px !important;
  margin: 0 !important;
  padding: 0 4px !important;
  position: static !important;
  border: 0;
  border-right: 1px solid #eef0f3;
  border-left: 1px solid #eef0f3;
  outline: 0;
  background: #fff;
  text-align: center;
  font-size: 14px;
}

.vintel-predictive-cart .button_block {
  display: flex;
  align-items: stretch;
  min-width: 112px;
  margin: 0 !important;
  padding: 0 !important;
}

.vintel-predictive-cart .btn,
.vintel-predictive-more {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  min-height: 40px;
  margin: 0;
  white-space: nowrap;
}

.vintel-predictive-all td,
.vintel-predictive-empty td {
  padding: 13px 16px;
}

.vintel-predictive-all .all_result_title {
  display: block;
  width: 100%;
  color: #146a84;
  font-weight: 600;
  text-align: center;
}

.vintel-predictive-empty td {
  color: #7d8792;
  text-align: center;
}

.vintel-predictive-table tr.title-search-selected td,
.vintel-predictive-table tr:hover td {
  background: #f4f8fa;
}

@media (max-width: 767.98px) {
  .vintel-predictive-row__inner {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
    padding: 10px 12px;
  }

  .vintel-predictive-product__name,
  .vintel-predictive-product__article,
  .vintel-predictive-product .item-parent {
    white-space: normal;
  }

  .vintel-predictive-price {
    flex: 0 0 auto;
    width: 100%;
    text-align: left;
  }

  .vintel-predictive-cart {
    width: 100%;
  }

  .vintel-predictive-cart .counter_block {
    grid-template-columns: 44px minmax(44px, 1fr) 44px !important;
    width: auto !important;
    flex: 1 1 auto;
    height: 44px !important;
  }

  .vintel-predictive-cart .minus,
  .vintel-predictive-cart .plus {
    min-width: 44px;
    width: 44px;
    height: 44px !important;
    min-height: 44px;
  }

  .vintel-predictive-cart input[type="text"] {
    width: 100%;
    height: 44px !important;
    font-size: 16px;
  }

  .vintel-predictive-cart .button_block {
    flex: 0 0 124px;
    min-width: 124px;
  }

  .vintel-predictive-cart .btn,
  .vintel-predictive-more {
    width: 100%;
    min-height: 44px;
  }
}

@media (max-width: 339.98px) {
  .vintel-predictive-cart {
    align-items: stretch;
    flex-direction: column;
  }

  .vintel-predictive-cart .button_block {
    flex-basis: auto;
    width: 100%;
  }
}
div.title-search-result.vintel-predictive-interacting {
  display: block !important;
}
