

/* =========================
   КНОПКИ ОПЦИЙ (ГЛОБАЛЬНО)
========================= */

.t-product__option-item {
    background-color: transparent !important;
    border: 2px solid #555 !important;
    color: #f7f7f7 !important;
    border-radius: 8px;
}

.t-product__option-item:hover {
    border-color: #0090FF !important;
}

.t-product__option-item.t-product__option-item_active,
.t-product__option-item.t-product__option-item_selected {
    background-color: #0090FF !important;
    border-color: #0090FF !important;
    color: #ffffff !important;
}


/* =========================
   SELECT (ГЛОБАЛЬНО — БАЗА)
========================= */

.t-select__current {
    color: #f7f7f7 !important;
}

.t-select__placeholder {
    color: #aaaaaa !important;
}

.t-select__arrow {
    border-top-color: #f7f7f7 !important;
}

</style>