.js-store-prod-text a:nth-of-type(2) {
  background-color: transparent !important;
  color: #f4ad60 !important;
  border: none !important;
  padding: 10px 15px;
  display: inline-block;
  font-weight: 600;
  transition: color 0.3s ease;
}

.js-store-prod-text a:hover {
  color: #343434 !important;
}

.t-records a {
    font-family: "Open Sans", "Arial";
}

.t706__cartwin-content * {
    font-family: "Open Sans", "Arial";
}

.t-store * {
    font-family: "Open Sans", "Arial";
}

.js-store-prod-popup-buy-btn-txt {
    color: green;
    color: transparent;
    position: relative;
    width: 130px;
}

.js-store-prod-popup-buy-btn-txt:before {
    content: "ДОБАВИТЬ В КОРЗИНУ";
    color: #f8f6f3;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.js-store-prod-popup-buy-btn-txt:hover:before {
    color: #343434;
}
.t-form * {
    font-family: "Open Sans", "Arial";
}
.t-records * {
    font-family: "Open Sans", "Arial";
}
