/* =========================
   COOKIES
   ========================= */

.cookiesf-content-img picture img {
    content: url(https://socfishing.com/site/images/safeico.png);
}

.cookiesf-content {
    border: 1px solid #fff !important;
}

#cookiesf-using-message #accept-cookiesf {
    background-color: #137B3C !important;
}

#cookiesf-using-message #accept-cookiesf:hover {
    background-color: #168D44 !important;
}

#cookiesf_doc_body #cookiesf_doc_msg {
    border: thick double #fff !important;
    background-color: #fff !important;
}

#cookiesf_doc_body p {
    font: 14px "Inter", sans-serif !important;
}

#cookiesfpopupCloseButton {
    color: #202020 !important;
    background-color: #fff !important;
}

/* =============================================
   КАРТОЧКА ТОВАРА — блок .t744
   ============================================= */

/* Контейнер цены */
.t744__price {
    display: flex !important;
    align-items: baseline !important;
}

/* Само число цены */
.t744__price-value {
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
}

/* Валюта "руб." */
.t744__price-currency {
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    margin-left: 4px !important;
    margin-bottom: -2px !important;
}

/* Контейнер единицы измерения */
.t744 .t-store__prod__price-portion {
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    vertical-align: baseline !important;
    display: inline !important;
    margin-left: 0 !important;
}

/* Слэш "/" в карточке товара */
.t744 .t-store__prod__price-portion-slash {
    font-size: 14px !important;
    font-weight: 500 !important;
}

/* =============================================
   КАТАЛОГ — блок .t786
   ============================================= */

/* Строка цены — flex с выравниванием по базовой линии */
.t786 .t-store__card__price {
    display: flex !important;
    align-items: baseline !important;
    flex-wrap: nowrap !important;
}

/* "от" */
.t786 .t-store__card__price-from {
    vertical-align: baseline !important;
    line-height: 1 !important;
}

/* Число цены */
.t786 .js-store-prod-price-val {
    vertical-align: baseline !important;
    line-height: 1 !important;
}

/* Валюта "руб." в каталоге */
.t786 .t-store__card__price-currency {
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    vertical-align: baseline !important;
    align-self: flex-end !important;
    margin-bottom: 1px !important;
}

/* Контейнер единицы измерения в каталоге */
.t786 .t-store__prod__price-portion {
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    vertical-align: baseline !important;
    display: inline !important;
    align-self: flex-end !important;
    margin-bottom: 1px !important;
    margin-left: 0 !important;
}

/* Слэш "/" в каталоге */
.t786 .t-store__prod__price-portion-slash {
    font-size: 14px !important;
    font-weight: 500 !important;
}

/* =============================================
   ОПЦИИ ТОВАРА — названия групп
   ============================================= */

/* Названия групп опций: Селекция, Длина, Ширина, Толщина */
.t744 .js-product-edition-option-name,
.t786 .js-product-edition-option-name {
    font-size: 12px !important;
}

/* Декоративная обработка */
.t744 .js-product-option-name,
.t786 .js-product-option-name {
    font-size: 12px !important;
}

/* =============================================
   ОПЦИИ ТОВАРА — значения кнопок
   ============================================= */

/* Значения опций в кнопках — Селект, Натур, Рустик, 70мм и т.д. */
.t744 .t-product__option-title_buttons,
.t786 .t-product__option-title_buttons {
    font-size: 15px !important;
}

/* Заголовок группы опций (.t-product__option-title без _buttons) */
.t744 .t-product__option-title:not(.t-product__option-title_buttons),
.t786 .t-product__option-title:not(.t-product__option-title_buttons) {
    font-size: 12px !important;
}

/* =============================================
   ОПЦИИ ТОВАРА — селект (выпадающий список)
   ============================================= */

.js-product-option-variants.t-product__option-select {
    font-size: 15px !important;
    color: #202020 !important;
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, .5) !important;
    border-radius: 0 !important;
    padding: 7px 30px 7px 10px !important;
}