.uc-delivery-img-tmp {
  display: none;
}

/* .js-product */
.js-product.t-store__card .t-store__card__btns-wrapper.js-store-buttons-wrapper {
  margin-top: -6px;
  align-items: center;
  justify-content: space-between;
}

.js-product.t-store__card .t-store__card__price_old {
  margin-left: 10px;
  margin-top: 0px;
  font-size: 16px;
}

.js-product.t-store__card .t-store__card__price-wrapper {
  margin-top: 0;
}

.js-product.t-store__card .t-align_left .t-store__card__btn {
  margin: 0;
}

.js-product .js-store-delivery {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  row-gap: 2px;
}

@media screen and (max-width: 640px) {
  .js-product .js-store-delivery {
    flex-direction: column;
  }
}

.js-product .js-store-delivery-date {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
}

.js-product .js-store-delivery-price {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
}

.js-product .js-store-sold-out {
  margin-top: -4px;
}

.js-product .js-store-delivery-date img {
  max-height: 20px;

}

.js-product .js-store-delivery-price img {
  max-height: 20px;
}

/* коррекция .t-store__product-snippet */
.js-product.t-store__product-snippet .js-store-delivery {
  max-width: 335px;
  flex-direction: column;
}

.js-product.t-store__product-snippet .js-store-delivery {
  margin-bottom: 12px;
}

.js-product.t-store__product-snippet .js-product-edition-option.t-product__option[data-edition-option-id="Предзаказ"] {
  display: none;
}

.js-product.t-store__product-snippet .js-store-delivery {
  max-width: 335px;
  flex-direction: column;
}

.js-product.t-store__product-snippet .js-store-delivery * {
  font-weight: 300;
  font-size: 18px;
}

.js-product.t-store__product-snippet .js-store-prod-price-bonus {
  margin-bottom: 2px;
  margin-left: 12px;
}

/* тултип доставки (?) */

.js-store-delivery-date {
  position: relative;
}


.tooltipdelivery-comment {
  display: none;
  position: absolute;
  bottom: 40px;
  right: -95px;
  width: 260px;
  background-color: #ffdcdc;
  border: 1px solid lightgray;
  border-radius: 8px;
  padding: 8px 16px;
}

@media screen and (max-width: 640px) {
  .tooltipdelivery-comment {
    right: 0px;
    bottom: 60px;
    width: 200px;
  }
}

.delivery-comment {
  /* cursor: pointer; */
}

img.delivery-comment:hover + .tooltipdelivery-comment {
  display: block;
}