.js-product .t-product__option-selected_select.t-product__option-selected_color {
    background: #ffffff !important;
    border: 1px solid #000000 !important;
    border-radius: 0px !important;
}

.js-product .t-product__option-select.js-product-edition-option-variants.t-product__option-select {
    background: #ffffff !important;
    border: 1px solid #000000 !important;
    border-radius: 0px !important;
}


.t706__product-imgdiv {
   border-radius: 0px !important; 
}


.t-store__filter__btn, .t-store__filter__input {
    background: #ffffff !important;
    border: 1px solid #000000 !important;
    border-radius: 0px !important;
}


.t-store__search-icon {
    border-left: 1px solid #000000 !important;
}


.t-store__sort-select {
    background: #ffffff !important;
    border: 1px solid #000000 !important;
    border-radius: 0px !important;
}



.t-store .t-store__tabs__close:after {
    background-color: #ffffff !important;
}
.t-store .t-store__tabs__close:hover {
    background-color: #ffffff !important;
}


.t-store__prod__quantity {
    border: 1px solid #000000 !important;
    border-radius: 0px !important;
}


/* Скрываем иконку поиска в шапке */
.t985__search-icon,
.t-search-widget__search-icon {
    display: none !important;
}

/* Скрываем поиск в каталоге (store filter search) */
.t-store__search-icon,
.js-store-filter-search-btn {
    display: none !important;
}