/*Размер иконки Скидки и Избранрго в моб.*/
.t1002__addBtn {
    width: 35px;
    height: 35px;
}

.t-store__card__mark {
    font-weight: 500;
    font-size: 8px;
    width: 35px;
    height: 35px;
}


/*поднимаем кнопку вкорзину в мобильной версии*/
@media (max-width: 767px) {
  .t-store__prod-popup__btn-wrapper-fixed {
    bottom: 50px !important;
    z-index: 9999;
  }
}

/* Для цены */
.js-product-price.js-store-prod-price-val.t-store__prod-popup__price-value {
  font-size: 24px !important;
  font-weight: 600 !important;
  color: #2E5D54 !important;
}

/* Для валюты */
.t-store__prod-popup__price-currency {
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #2E5D54 !important;
}
