/* Стиль для предпредпоследней ссылки в блоке с классом js-store-prod-text */
.js-store-prod-text a:nth-last-of-type(3) {
  display: inline-block;
  padding: 10px 15px;
  margin-right: 15px;
  margin-top: 20px;
  border-radius: 8px;
  font-weight: 500;
  background-color:#FF0000;
  color: #FFFFFF !important;
}

/* Стиль для предпоследней ссылки в блоке с классом js-store-prod-text */
.js-store-prod-text a:nth-last-of-type(2) {
  display: inline-block;
  padding: 10px 15px;
  margin-right: 15px;
  margin-top: 20px;
  border-radius: 8px;
  font-weight: 500;
  background-color:#ffd500;
  color: #000000 !important;
}

/* Стиль для последней ссылки в блоке с классом js-store-prod-text */
.js-store-prod-text a:last-of-type {
  display: inline-block;
  padding: 10px 15px;
  margin-right: 15px;
  margin-top: 20px;
  border-radius: 8px;
  font-weight: 500;
  background-color: #0260E8;
  color: #FFFFFF !important;
}

.t706__cartwin_showed {
  z-index:9999999;
}
