.js-store-prod-text a {
    
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: center;
    webkit-user-select: none;
    moz-user-select: none;
    ms-user-select: none;
    user-select: none;
  
  font-weight: 600; /*толщина шрифта*/
  font-size: 14px; /*размер шрифта*/
  height: 45px;
padding-left: 30px;
padding-right: 30px;
margin-right: 15px;
margin-top: 20px;
background:  transparent;
border-size: 1px;
border-radius: 100px;
border-color:#d12e28;
border:  1px solid #d12e28;

}

/*настройки цвета и фона первой кнопки*/
.js-store-prod-text a:first-of-type {
    
    color: #d12e28 !important;
}

.t706__cartwin_showed {
  z-index:9999999;
}