.js-catalog-prod-all-text > a{
    display:inline-block !important;
    padding:12px 18px !important;
    margin:0 12px 12px 0 !important;
    border-radius:4px !important;
    color:#fff !important;
    text-decoration:none !important;
    font-weight:600 !important;
    line-height:1.2 !important;
}

/* Первая кнопка */
.js-catalog-prod-all-text > a:nth-of-type(1){
    background:#e01616 !important;
}

/* Вторая кнопка */
.js-catalog-prod-all-text > a:nth-of-type(2){
    background:#005BFF !important;
}

/* Третья кнопка */
.js-catalog-prod-all-text > a:nth-of-type(3){
    background:#7F30E3 !important;
}

/* Чтобы после кнопок был перенос строки */
.js-catalog-prod-all-text > br{
    display:block;
}

.t706__cartwin_showed{
    z-index:999999999;
}


/* Заголовки вкладок табов на странице товара */
.t-catalog__tabs__button-title{
    font-family: 'Roboto Condensed', Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

/* Текст внутри вкладок */
.t-catalog .t-catalog__tabs__content{
    font-family: 'Open Sans', Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 100 !important;
    line-height: 1.7 !important;
    color: #333333 !important;
}