/*Меню*/
.t450__right_descr {
    color:#000;
}
/*Стилизация ссылок*/
[data-elem-type="text"] a {
    border: 0;
    display: inline-block !important;
    width: auto !important;
    position: relative !important;
    transition: all 0.3s ease !important;
    /* цвет ссылки до наведения */
    color: #000
}

[data-elem-type="text"] a:hover {
    /* цвет ссылки после наведения */
    color: #000;
}

[data-elem-type="text"] a::after {
    content: '';
    position: absolute;
    transition: all 0.3s ease;
    margin: auto;
    /* отступ между ссылкой и подчеркиванием; 
    если нужно сделать расстояние больше, то используй отрицательное значение */
    margin-bottom: -2px;
    /* толщина подчеркивания до наведения */
    height: 2px;  
    /* цвет подчеркивания до наведения */
    background: #fc483c; 
     
    opacity: 1;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    width: 0;
     
}

[data-elem-type="text"] a:hover::after {
    /* цвет подчеркивания после наведения */
    background: #fc483c;
     
    opacity: 1;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    width: 100%;
     
}

/*Корзина*/
.t706__product-title {
    font-size:14px;
}

/*Карточка товара в каталоге*/
.t-popup .t-store__valign-buttons .t-item, .t-store__valign-buttons.js-store-grid-cont .t-item, .t-store__valign-buttons.js-store-grid-cont .t-item .t-store__card__wrap_all .t-store__card__wrap_txt-and-btns {
    justify-content: initial;
}
.t-store__card__sku {
    display:none;
}
@media screen and (max-width: 560px) {
.t-store__mobile-two-columns .js-product .t-product__option-title_radio {
    font-size:14px;
}
}
@media screen and (max-width: 960px) {
    .t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
        margin-bottom: 30px!important;
    }

.t-store__card__price-wrapper {
    margin-top:10px!important;
}
.t776__bgimg, .t776 .t-store__card__bgimg, .t776 .t-store__card__bgimg_second {
    border-radius: 10px!important;
}
}
.t-store__prod__quantity__minus {
    background: linear-gradient(#777,#777),#f4f4f4
}
.t-store__prod__quantity__plus {
    background: linear-gradient(#777,#777),linear-gradient(#777,#777),#f4f4f4
}
.t-store__prod__quantity__minus,.t-store__prod__quantity__plus {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: 50% 1px,1px 50%;
    background-repeat: no-repeat;
    border-radius: 50px
}
.t-store__card__prod-controls-wrapper .js-product-edition-option-name {
    display:none;
}
.js-product .t-product__option-item_radio.t-product__option-item_active .t-product__option-input+.t-product__option-checkmark:before, .js-product .t-product__option-item_radio.t-product__option-item_active .t-product__option-input:checked+.t-product__option-checkmark:after {
    display:none;
}
.js-product .t-product__option-variants_radio .t-product__option-item {
    padding-left:0;
}
.t776 .t-store__card__btns-wrapper {
    /*margin-top:0;*/
}

.t-store__card__btns-wrapper.js-store-buttons-wrapper.t-store__card__btns-wrapper--quantity {
        display: flex!important;
    }
.t-store__prod__quantity+a[href="#order"] {
    flex-grow: 1;
}

/*Строка поиска*/
.t-search-widget__header {
    padding:15px 0px!important;
    box-shadow:none!important;
    
}
.t-search-widget__blockinput {
    height:50px!important;
}

/*Страница карточки товара*/
.t-store__card .t-typography__title {
    min-height:36px;
}
.t-store__prod-snippet__container {
    padding-top: 0px!important;
    padding-bottom: 0px!important;

}
.t-store__prod__quantity  {
    background-color: transparent;
}

.js-product .t-product__option .t-product__option-variants_custom.t-product__option-variants_buttons.t-product__option-variants_image, .js-product .t-product__option .t-product__option-variants_custom.t-product__option-variants_buttons.t-product__option-variants_color, .js-product .t-product__option .t-product__option-variants_custom.t-product__option-variants_radio {
    margin:0;
}
/*.js-product-edition-option.t-product__option[data-edition-option-id="Цена за катушку"] {
    margin-top:0;
}*/
.t-product__option-input.t-product__option-input_radio.t-product__option-input_simple[name="Цена за катушку"] ~ span {
    font-size:14px;
    font-weight:400;
    color:#404040;
}
.t-product__option-input.t-product__option-input_radio.t-product__option-input_simple[name="Цена за катушку"] ~ span:after  {
    content: "₽/катушка";
    padding-left: 5px;
}
.t-store__product-snippet .t-store__prod-popup__btn-wrapper-fixed, .t-popup .t-popup__container .t-store__prod-popup__btn-wrapper-fixed {
    z-index:100!important;
}
/*div.t-store__card__price , 
div.t-store__prod-popup__price ,   
div>div.js-product-price,
div[class*="__price_old"]:after,
div[class*="__price-currency"]
{ display: none !important;}
div.js-store-prod-price-old-val:after ,  div[class*="__price-value"]:after  {
    content: "р/м";
    padding-left: 5px;
}
*/

/*Корзина*/
/*
.t706__product-title__option div {
    display:none;
}
.t706__product-title__option div:first-child{
    display:block!important;
}
.t706__product-title__option div:first-child:after {
     content: "₽/м";
    padding-left: 5px;
}
.t706__product-title {
    display:grid;
}
.t706__product-title__option {
    order:1;
}*/