.product-item-data__buy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: var(--space);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px; }
  .product-item-data__buy-price {
    text-align: left !important; }
    .product-item-data__buy-price-label {
      font-size: 10px !important;
      color: #989898 !important;
      text-transform: none !important;
      font-weight: 400 !important;
      padding-bottom: 4px;
      line-height: var(--default-line-height) !important; }
    .product-item-data__buy-price-data {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 5px;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      padding-bottom: 10px; }
    .product-item-data__buy-price-value {
      font-size: 12px !important;
      color: var(--default-color) !important;
      font-weight: 400 !important;
      line-height: var(--default-line-height) !important; }
      .product-item-data__buy-price-value_is_base {
        font-size: 16px !important;
        color: var(--default-red-color) !important;
        font-weight: 700 !important; }
    .product-item-data__buy-price-currency {
      font-size: 12px !important;
      color: var(--default-color) !important;
      font-weight: 400 !important;
      text-transform: none !important;
      line-height: var(--default-line-height) !important; }
      .product-item-data__buy-price-currency_is_base {
        font-size: 16px !important;
        font-weight: 700 !important; }
  .product-item-data__buy-column {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
  .product-item-data__buy .product-card-inner__buy > div {
    padding-top: 0; }

.product-item-data__to-cart {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: center;
  padding-bottom: 10px !important; }
  .product-item-data__to-cart .btn {
    width: auto !important;
    color: #fff;
    font-weight: 700;
    font-size: 14px !important;
    line-height: var(--default-line-height);
    padding: 15px 20px !important;
    margin: auto auto;
    height: auto !important; }

.product-item-data__stock {
  font-size: 10px !important;
  line-height: var(--default-line-height);
  text-transform: none !important;
  font-weight: 400 !important;
  text-decoration: underline !important; }
  .product-item-data__stock_cps1 {
    color: #28A73C !important; }

.product-card-column__price_is_success {
  background: #6CB659;
  text-align: center !important;
  padding: 15px 20px; }
  .product-card-column__price_is_success * {
    font-size: 14px !important;
    color: #fff !important;
    line-height: 14px !important;
    text-transform: uppercase;
    font-weight: bold; }

.product-card-column__price_is_danger {
  background: var(--default-red-color) !important; }

.product-card__cps3 {
  background: #989898; }

.analog-block.product-card__cps3 a {
  color: #fff !important; }

.product-card-inner__buy {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.product-card-inner__outer {
  display: inline-block;
  padding: 4px;
  border: 1px solid var(--default-red-color);
  border-radius: var(--default-border-radius); }

.product-card-inner__counter {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .product-card-inner__counter input {
    padding: 0 !important;
    line-height: 22px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    height: auto !important; }

.product-card-inner__counter-btn {
  height: 24px;
  width: 24px;
  text-align: center; }
  .product-card-inner__counter-btn i {
    margin: 0 !important;
    color: var(--default-red-color) !important; }

.product-card-column__buttons .product-card-inner__buy .product-item-data__to-cart {
  padding-bottom: 10px !important; }

.kit-card .kit-footer .kit-buy-block .product-card-inner__buy .product-counter__amount {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  padding-top: 0 !important; }

td.kit-footer > div {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

td.kit-footer .property-row-inline {
  padding-bottom: 0; }
