/* ХЛЕБНЫЕ КРОШКИ */

#breadcrumbs {
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px;
	line-height: 1.55; /* Межстрочное расстояние */
	box-sizing: border-box;
	max-width: 1200px;
	font-family: inherit; /* Наследование шрифта */
}
#breadcrumbs a, #breadcrumbs span {
    font-size: 16px;
	color: black;
	text-decoration: none;
}
#breadcrumbs span {
	color: grey;
}
/* Оопределение разделителя */
#breadcrumbs a:not(:last-child)::after {
	content: " » "; /* сюда вставляй любой свой символ для разделителя */
	font-weight: regular; /* толщина символа */
	color:#858585; /* цвет символа */
	margin: 0 5px;
}
/* Адаптация под мобильные устройства */
@media screen and (max-width: 1200px) {
	#breadcrumbs {
		max-width: 980px;
	}
}
@media screen and (max-width: 960px) {
	#breadcrumbs {
	    max-width: 640px;
	}
}
@media screen and (max-width: 480px) {
	#breadcrumbs, #breadcrumbs a, #breadcrumbs span {
		font-size: 14px; /* размер шрифта в мобильной версии */
	}
}

/* СТРАНИЦА ТОВАРА */

/* блок контейнер с контентом */
.t-store__prod-snippet__container {
    padding-top: 45px;
    padding-bottom: 135px;
}
/* блок с текстом, ссылки на маркетплейсы */
.t-store .t-store__prod-popup__info .t-store__prod-popup__text .js-store-prod-all-text a {
	font-size: 22px;
	line-height: 1.55;
}
/* характеристики */
.t-store__product-snippet .js-store-prod-all-charcs p {
    font-size: 18px;
    line-height: 1.55;
}
/* блок с табами, заголовок */
.t-store .t-store__tabs__controls .t-store__tabs__button-title, .t-store .t-store__tabs__item .t-store__tabs__item-title {
	font-size: 18px;
	font-weight: 600;
}
/* блок с табами, текст */
.t-store .t-store__tabs_tabs .t-store__tabs__content {
	font-size: 18px;
	line-height: 1.55;
}
/* блок с табами, документы, ссылки */
.t-store .t-store__tabs_tabs .t-store__tabs__item[data-tab-title="Документы"] .t-store__tabs__content a {
	font-size: 22px;
}

/* КАТАЛОГ */

/* разделы каталога */
.t405__imgbox {
    width: 150px !important;
    height: 150px !important;
}
#rec1211647426 .t405__imgbox {
    display: none;
}

/* ССЫЛКИ */

.t-store .t-store__prod-popup__info .t-store__prod-popup__text .js-store-prod-all-text a:hover,
.t-store .t-store__tabs_tabs .t-store__tabs__content a:hover
{
    font-weight: 900;
}

#breadcrumbs a:hover,
.t-store__card a:hover .t-store__card__title,
.t280__menu__link:hover,
.t405__link:hover .t405__title,
.t977__col_center a:hover,
.t405__showmore:hover,
.t-search-widget__result_product:hover .t-search-widget__result_product-title,
.t-search-widget__loadmore-btn:hover,
.t-search-widget__pagination-item:hover
{
    color: #ff8562 !important;
}
.t280__bottom .t-sociallinks__svg:hover path,
.t977__col_right .t-sociallinks__svg:hover path
{
	fill: #ff8562;
}
.t-search-widget__pagination-button:hover path,
.t-menuwidgeticons__link_search:hover circle,
.t-menuwidgeticons__link_search:hover line,
.t-search-widget__search-icon:hover circle,
.t-search-widget__search-icon:hover line,
.t-search-widget__close-icon:hover path,
.t-search-widget__clear-icon:hover path
{
    stroke: #ff8562;
}
.t-menuburger:hover span
{
	background-color:#ff8562 !important;
}
.t405__showmore,
.t-menuburger span
{
    transition-duration: 0s !important;    
}

/* ПОИСК */

.t-search-widget__result_product-img {
	height: 94px !important;
}