* {
font-variant-numeric: lining-nums !important;
font-feature-settings: 'lnum' !important;
-moz-font-feature-settings: 'lnum=1';
-ms-font-feature-settings: 'lnum';
-webkit-font-feature-settings: 'lnum';
-o-font-feature-settings: 'lnum';
}

*{
.js-product-edition-option-variants {
    background: ##fffefb !important;
    border: 1px solid #474747 !important;
    border-radius: 0 !important;
    font-family: "Raleway", sans-serif !important;
    font-size: 14px !important;
    outline: none !important;
    box-shadow: none !important;
}

.js-product-edition-option-variants:focus,
.js-product-edition-option-variants:active {
    border-radius: 0 !important;
}

.t-catalog__prod-popup__name {
    font-size: 24px !important;
    line-height: 1.2;
    font-family: "Optima", -sans-serif !important;
}

@media (max-width: 640px) {
    .t-catalog__prod-popup__name {
        font-size: 20px !important;
    }
}


/* Заголовок вкладки */
.t-catalog__tabs__item-title {
    font-size: 18px !important;
    font-color: #474747 !important;
    font-family: Optima, sans-serif !important;
    line-height: 1.2;
}

/* Описание вкладки */
.t-catalog__tabs__content {
    font-size: 14px !important;
    font-weight: 400;
    font-color: #474747 !important;
    font-family: Raleway, sans-serif !important;
    line-height: 1.5;
}

@media (max-width: 640px) {
    .t-catalog__tabs__item-title {
        font-size: 18px !important;
        font-color: #474747 !important;
    }

    .t-catalog__tabs__content {
        font-size: 14px !important;
        font-weight: 400;
        font-color: #474747 !important;
    }
}

/* Линии между вкладками */
.t-catalog__tabs__item {
    border-top: 1px solid #474747 !important;
    border-bottom: 0 !important;
}

.t-catalog__tabs__item:last-child {
    border-bottom: 1px solid #474747 !important;
}

.t-catalog__tabs__item-button {
    border: none !important;
}

/* Круг при наведении */
/* Убираем псевдоэлементы кружка */
.t-catalog__tabs__close::before,
.t-catalog__tabs__close::after,
.t-catalog__tabs__item-button::before,
.t-catalog__tabs__item-button::after {
    display: none !important;
}