.uc-product .js-product {
    box-sizing: border-box;
    width: 100%;
}

.uc-product .js-product .t-typography__title {
    transition: color 0.2s linear;
}

.uc-product .js-product:hover .t-typography__title {
    color: #FFAD00 !important;
}

.uc-product .t-store__card__imgwrapper {
    border: 1px solid #DDD;
}

.uc-product .js-product .t-store__card__imgwrapper {
    transition: color 0.2s linear;
}

.uc-product .js-product:hover .t-store__card__imgwrapper {
    border: 1px solid #FFAD00;
}

.t-store__card__price-wrapper {
    margin-top: 0px !important;
}

#nav921106495 > div > div.t967__top > div.t967__additionalwrapper > div:nth-child(2) > a {
    font-size: 18px !important;
}

.uc-product .t-menu__link-item {
    position: relative;
	cursor: pointer;
}

.uc-product .t-store__parts-switch-wrapper .t-active:after {
    position: absolute;
	left: 0; /*изменить на right:0;, чтобы изменить направление подчёркивания */
	bottom: 0;
	display: block;
	width: 100%;/*задаём длинну линии до наведения курсора*/
	height: 1px; /*задаём ширину линии*/
	background: black; /*задаём цвет линии*/
	content: "";
}

.uc-product .t-menu__link-item::after  {
	position: absolute;
	left: 0; /*изменить на right:0;, чтобы изменить направление подчёркивания */
	bottom: 0;
	display: block;
	width: 0;/*задаём длинну линии до наведения курсора*/
	height: 1px; /*задаём ширину линии*/
	background: black; /*задаём цвет линии*/
	content: "";
	transition: width 0.3s ease-out; /*задаём время анимации*/
}

.uc-product .t-menu__link-item:hover:after {
    width: 100%;
}

#rec915015766 > div.t776 > div.t-store.js-store > div.t-popup.t-popup_show > div.t-popup__container.t-popup__container-static.t-popup__container-animated > div > div > div > div > div.t-store__prod-popup__slider.js-store-prod-slider.t-store__prod-popup__col-left.t-col.t-col_6 > div > div.t-slds__main > div > div.t-slds__items-wrapper.t-slds_animated-none.t-slds__nocycle > div.t-slds__item.t-slds__item-loaded.t-slds__item_active > div {
    border: 1px solid #DDD;
}

