/* Стиль блока под ценой */
.delivery-estimate {
  margin-top: 6px;
  padding: 10px 12px;
  border: 1px solid rgba(90, 75, 255, 0.25);
  background: rgba(90, 75, 255, 0.06);
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.35;
  color: #353535;
  white-space: normal;
}

@media (max-width: 480px) {
  .delivery-estimate { font-size: 12.5px; }
}
