/* Boxberry кнопка */
#boxberrySelectPvzWidget .bxblink {
  display: block;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-transition: background 280ms ease, opacity 280ms ease,
    color 280ms ease, border 280ms ease;
  -moz-transition: background 280ms ease, opacity 280ms ease, color 280ms ease,
    border 280ms ease;
  -ms-transition: background 280ms ease, opacity 280ms ease, color 280ms ease,
    border 280ms ease;
  -o-transition: background 280ms ease, opacity 280ms ease, color 280ms ease,
    border 280ms ease;
  transition: background 280ms ease, opacity 280ms ease, color 280ms ease,
    border 280ms ease;
  color: #fff;
  background-color: #232526;
  border-color: #232526;
}

#boxberrySelectPvzWidget .bxblink span {
  display: block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  color: #fff;
  text-decoration: underline;
}

/* Карточка товара кнопки объема */

.catalog-element-offers-property-value {
  border-radius: 0 !important;
}

.catalog-element-offers-property-value-content {
  font-size: 14px;
  width: 70px !important;
}

.widget-item-offers-property-value-text,
.catalog-section-item-offers-property-value-text {
  color: black !important;
}
