/* общие настройки у кнопок в каталоге */
.js-store-prod-text a {
  display: inline-block;
  width: 200px;
  text-align: center;
  padding: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  border-radius: 100px;
  font-weight: 500;
  font-size: 14px;
  box-sizing: border-box;
}

/* настройки цвета и фона первой кнопки */
.js-store-prod-text a:first-of-type {
  background-color: #231F20;
  color: #ffffff !important;
  margin-right: 20px;
}

/* настройки цвета и фона второй кнопки */
.js-store-prod-text a:nth-of-type(2) {
  background-color: #35D073;
  color: #ffffff !important;
  margin-right: 10px;
}

/* настройки цвета и фона последней кнопки */
.js-store-prod-text a:last-of-type {
  background-color: #0080C5;
  color: #ffffff !important;
  margin-right: 10px;
}

.t706__cartwin_showed {
  z-index: 9999999;
}

/* адаптив для мобильных устройств */
@media (max-width: 768px) {
  .js-store-prod-text a {
    width: 100% !important;
    margin-right: 0 !important;
  }
