#addresses-wrapper *, .t-radio__wrapper-delivery * {
    color: #000000;
}

.t-descr  {
    color: #000;
}
.t-store__product-snippet .t-descr {
    color: #777;
}
.t-store__prod-popup__text {
    font-size: 16px;
    margin-top: 13px;
}
.t-store__prod-popup__price-value {
    font-size: 20px;
}
.t-store__prod-popup__btn-wrapper {
    margin-bottom: 13px;
}
.t-store__prod-popup__name {
    font-size: 24px;
}
@media screen (max-width: 640px) {
    .t-store__prod-popup__name {
        font-size: 20px;
    }
    .t-store__prod-popup__price-value {
    font-size: 16px;
}
}
 
 
 .js-store-prod-text a {
        display: inline-block;
        max-height: 45px;
        padding: 0 18px 11px;
        margin-right: 10px;
  
        font-size: 14px;
        border: #00000060 solid 1px;
        background-color: #ffffff;
        font-weight: 300;
        text-decoration: none;
        color: #242424 !important;
    }

    .js-store-prod-text a:first-of-type:before, .js-store-prod-text a:last-of-type:before {
        content: "";
        display: inline-block;
        width: 28px;
        height: 28px;
        border-radius: 6px;
        top: 8px;
        right: 7px;
        position: relative;
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
    }
   .js-store-prod-text a[href="#"] {
      display: none;
    }
    .js-store-prod-text a:first-of-type:before {
        background-image: url("https://static.tildacdn.com/tild3239-3234-4233-b130-633939633931/touch-icon-ipad-reti.png");
    }

    .js-store-prod-text a:last-of-type:before {
        background-image: url("https://static.tildacdn.com/tild3462-6462-4432-a531-646536363966/wb-og-win.jpg");
    }
 