/*Выравнивание в мобильном меню лого и пунктов */

.t-records ul {
    margin-top: 10px;
}

.t-menuburger {
    margin-top: 10px;
}


/*Кастомная иконка корзины */

.t-menuwidgeticons__img_carticon svg {
    display: none !important;
}

/* Контейнер иконки */
.t-menuwidgeticons__img_carticon {
    position: relative;
    width: 32px;     /* Можешь изменить под размер своей иконки */
    height: 32px;
}

/* Подключаем твою иконку */
.t-menuwidgeticons__img_carticon:before {
    content: '';
    position: absolute;
    inset: 0;
    margin: auto;
    width: 32px;
    height: 32px;
    background-image: url('https://static.tildacdn.com/tild3338-3830-4536-b732-356364363565/cart-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}


/*Кастомная иконка избранного */

.t-menuwidgeticons__img_wishlisticon svg {
    display: none !important;
}

/* Контейнер иконки */
.t-menuwidgeticons__img_wishlisticon {
    position: relative;
    width: 32px;     /* Можешь изменить под размер своей иконки */
    height: 32px;
}

/* Подключаем твою иконку */
.t-menuwidgeticons__img_wishlisticon:before {
    content: '';
    position: absolute;
    inset: 0;
    margin: auto;
    width: 32px;
    height: 32px;
    background-image: url('https://static.tildacdn.com/tild3232-6462-4363-b133-643532616134/heart-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}


/*Кастомная иконка поиска */

.t-menuwidgeticons__img_search svg {
    display: none !important;
}

/* Контейнер иконки */
.t-menuwidgeticons__img_search {
    position: relative;
    width: 32px;     /* Можешь изменить под размер своей иконки */
    height: 32px;
}

/* Подключаем твою иконку */
.t-menuwidgeticons__img_search:before {
    content: '';
    position: absolute;
    inset: 0;
    margin: auto;
    width: 32px;
    height: 32px;
    background-image: url('https://static.tildacdn.com/tild3932-6339-4434-a262-303030653633/search-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}



/* Отступы для мобилки у меню по 10px */
@media screen and (max-width: 480px) {
    .t451__menu__content, .t451__menu__content.t451__col-12 {
        padding: 0 10px;
    }
}

@media screen and (max-width: 960px) {
    .t-container.t786__container_clgap-20px, .t786__container_indent.t786__container_clgap-20px {
        padding: 0 10px;
    }
}


/* Отступы для мобилки у товаров по 10px */
@media screen and (max-width: 960px) {
    .t786__container_clgap-20px .t786__col {
        padding: 0 5px;
    }
}

/* Отступы для мобилки у карточки товара по 10px */
@media screen and (max-width: 560px) {
    .t-popup .t786__container {
        padding: 10px;
    }
}


/* Шрифт описания в карточке товара */
.t-popup .t786__descr {
    font-size: 14px;
}


/* Убираем стрелку в кнопке */
.t-btntext:not(.t-btntext_has_icon,.t-btntext_icon_left):after {
    display: none;
}


/* Отступы в 10px в мобилке у карточек с отзывами */
@media screen and (max-width: 960px) {
    .t1196__slider.t1196__slider_width_40 {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media screen and (max-width: 960px) {
    .t-col {
        padding-left: 10px;
        padding-right: 10px;
    }
}


/* Отступы для мобилки у карточки товара две в ряд */
@media screen and (max-width: 960px) {
    .t-container.t786__container_clgap-20px, .t786__container_indent.t786__container_clgap-20px {
        padding: 0 5px;
    }
}

/* Шрифт предупредительных надписей в Корзине */
.t-input-error {
    font-family: 'Manrope', Arial, sans-serif;
}

.t-form__errorbox-item {
    font-family: 'Manrope', Arial, sans-serif;
}

.t-text_md {
    font-size: 14px;
}


