/* ВАЖНО! Замена категорий в магазине: «Все» → «Все блюда» */
div[data-storepart-uid="361763895611"] {
    visibility: hidden;
    position: relative;
}
div[data-storepart-uid="361763895611"]:after {
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    content: "Все блюда";
}

/* Меню в шапке сайта */
.uc-top-menu * {
    width: max-content;
    display: block;
    opacity: 1;
    transition: all 0.1s ease-in-out;
}
.uc-top-menu .tn-atom:hover,
.uc-top-menu.active .tn-atom a {
    color: #cc0000 !important;
    opacity: 1;
}

/* Меню с категориями */
.uc-zoom {
    overflow: hidden;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.uc-zoom .tn-atom {
    transition: all 0.5s ease;
    filter: brightness(65%);
}
.uc-zoom .tn-atom:hover {
    transform: scale(1.1);
}

/* Раздел с категориями и фильтрами */
@media screen and (max-width: 960px) {
    .t951__cont-wrapper .t951__sidebar {
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        padding: 15px;
    }    
}
@media screen and (min-width: 960px) {
    .t951__cont-wrapper .js-store-parts-select-container {
        /* height: 100% !important; */
        padding-bottom: 0 !important;
        -webkit-border-radius: 15px !important;
        -moz-border-radius: 15px !important;
        border-radius: 15px !important;
    }
}
.t-store__parts-switch-btn.t-active {
    opacity: 1 !important;
    color: #cc0000 !important;
}
.t951__sidebar .t-store__filter__item-title,
.t951__sidebar .t-store__filter__opts-mob-btn {
    font-weight: 300 !important;
    font-size: 12px;
    font-style: italic;
}
.t951__sidebar .t-store__filter__item-title {
    margin-bottom: 5px;
}
.t-checkbox__indicator {
    border-radius: 100px;
}

/* Карточка товара */
.t-store__card__bgimg,
.t-store__card__bgimg_second,
.t-store__card__img {
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    border-radius: 15px !important;
}
.t-store__prod__quantity {
    border: 1px solid rgb(0 0 0 / 10%) !important;
}
.t-store__prod__quantity-input {
    font-weight: 400;
}
.t-store__card__btns-wrapper {
    margin-top: 0px !important;
}
.t-popup_show .t-popup__container.t-popup__container-static {
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    border-radius: 15px !important;
}
.t-store__card__imgwrapper {
    overflow: hidden;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.t-store__card__bgimg {
    transition: all 0.5s ease;
}
.t-store__card__bgimg:hover {
    transform: scale(1.05);
}
.t-slds__bgimg {
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    border-radius: 15px !important;
}
.t-slds__thumbsbullet.t-slds__bullet_active .t-slds__thumbsbullet-border {
    border-color: #cc0000;
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    border-radius: 15px !important;
}

/* Скрываем фильтр внутри карточки товара */
.js-store-prod-charcs:first-child {
    display: none;
}

/* 5 товаров в ряд для всех категорий — скрипт от NOLIM */
@media screen and (min-width: 1200px) {
    #rec499666748 .t-store__grid-separator,
    #rec500527490 .t-store__grid-separator,
    #rec500527537 .t-store__grid-separator,
    #rec500527582 .t-store__grid-separator,
    #rec500527630 .t-store__grid-separator,
    #rec500527858 .t-store__grid-separator {
        display: none !important;
    }

    #rec499666748 .js-store-grid-cont,
    #rec500527490 .js-store-grid-cont,
    #rec500527537 .js-store-grid-cont,
    #rec500527582 .js-store-grid-cont,
    #rec500527630 .js-store-grid-cont,
    #rec500527858 .js-store-grid-cont {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #rec499666748 .t-store [data-col-gap="40"] .js-product,
    #rec500527490 .t-store [data-col-gap="40"] .js-product,
    #rec500527537 .t-store [data-col-gap="40"] .js-product,
    #rec500527582 .t-store [data-col-gap="40"] .js-product,
    #rec500527630 .t-store [data-col-gap="40"] .js-product,
    #rec500527858 .t-store [data-col-gap="40"] .js-product {
        max-width: calc(100% - calc(80% + 0px));
        width: calc(100% - calc(80% + 0px));
        margin-bottom: 60px;
    }

    #rec499666748 .t-store [data-col-gap="20"] .js-product,
    #rec500527490 .t-store [data-col-gap="20"] .js-product,
    #rec500527537 .t-store [data-col-gap="20"] .js-product,
    #rec500527582 .t-store [data-col-gap="20"] .js-product,
    #rec500527630 .t-store [data-col-gap="20"] .js-product,
    #rec500527858 .t-store [data-col-gap="20"] .js-product {
        max-width: calc(100% - calc(80% + 0px));
        width: calc(100% - calc(80% + 0px));
        margin-bottom: 60px;
    }

    #rec499666748 .t-store [data-col-gap="10"] .js-product,
    #rec500527490 .t-store [data-col-gap="10"] .js-product,
    #rec500527537 .t-store [data-col-gap="10"] .js-product,
    #rec500527582 .t-store [data-col-gap="10"] .js-product,
    #rec500527630 .t-store [data-col-gap="10"] .js-product,
    #rec500527858 .t-store [data-col-gap="10"] .js-product {
        max-width: calc(100% - calc(80% + 10px));
        width: calc(100% - calc(80% + 10px));
        margin-bottom: 60px;
    }

    #rec499666748 .t-store [data-col-gap="0"] .js-product,
    #rec500527490 .t-store [data-col-gap="0"] .js-product,
    #rec500527537 .t-store [data-col-gap="0"] .js-product,
    #rec500527582 .t-store [data-col-gap="0"] .js-product,
    #rec500527630 .t-store [data-col-gap="0"] .js-product,
    #rec500527858 .t-store [data-col-gap="0"] .js-product {
        max-width: calc(100% - 80%);
        width: calc(100% - 80%);
        margin-bottom: 60px;
    }

    #rec499666748 .js-store-grid-cont:not([data-col-gap]),
    #rec500527490 .js-store-grid-cont:not([data-col-gap]),
    #rec500527537 .js-store-grid-cont:not([data-col-gap]),
    #rec500527582 .js-store-grid-cont:not([data-col-gap]),
    #rec500527630 .js-store-grid-cont:not([data-col-gap]),
    #rec500527858 .js-store-grid-cont:not([data-col-gap]) {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #rec499666748 .t-store .js-store-grid-cont:not([data-col-gap]) .js-product,
    #rec500527490 .t-store .js-store-grid-cont:not([data-col-gap]) .js-product,
    #rec500527537 .t-store .js-store-grid-cont:not([data-col-gap]) .js-product,
    #rec500527582 .t-store .js-store-grid-cont:not([data-col-gap]) .js-product,
    #rec500527630 .t-store .js-store-grid-cont:not([data-col-gap]) .js-product,
    #rec500527858 .t-store .js-store-grid-cont:not([data-col-gap]) .js-product {
        max-width: calc(100% - calc(80% + 40px));
        width: calc(100% - calc(80% + 40px));
        margin-bottom: 60px;
    }
}

/* Контакты */
.t220__textwrapper {
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    border-radius: 15px !important;
}

/* Кнопки обратной связи */
.t898_animate .t898__btn_label,
.t898 .t898__btn_label {
    border-width: 4px !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
}
.t-sociallinks__svg path {
    fill: #cc0000;
}
.t898__tooltip {
    background-color: #0351c1;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}
.t898__tooltip:after {
    border-left-color: #0351c1;
}
.t898__hint {
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    border-radius: 8px !important;
}
.t898__tooltip:after,
.t898__hint:after {
    right: -19px;
}
@media screen and (max-width: 640px) {
    .t898__hint {
        display: none !important;
    }
}

/* Тексты после кнопок с политикой конфиденциальности */
.t678__form-bottom-text,
.t706__form-bottom-text {
    font-size: 12px;
    font-style: italic;
    line-height: 1.55;
}

/* Картинки в «Потоках» */
.t-feed__post-popup__img,
.t-feed__post-popup__content img {
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    border-radius: 15px !important;
}

/* Кнопки в «Корзине» */
.t706__cartpage .t-btn,
.t706__sidebar .t-btn {
    background-color: #cc0000 !important;
}