.product-page__image-main {
border: solid 0px rgba(0 0 0 / .06);
}
.header-search__input {
border: solid 1px rgba(0 0 0 / .1);
}
.product-page__price {
font-size: 2.4em;
}
.uni-item {
border: solid 1px rgb(223 223 225);
}
.product-thumb__price {
font-size: 1.6em;
}
.price {
font-weight: 500;
}
.btn {
font-weight: 500;
border-radius: 9px;
}
h1 {
font-weight: 500;
}
.sticker__item {
opacity: .9;
border-radius: 7px;
font-weight: 500;
}
.category-wall__title {
font-weight: 500;
}
.filter-default {
margin: 0 0 40px;
border: solid 1px rgb(223 223 225);
padding: 15px 15px;
width: 100%;
border-radius: var(--border-radius-1);
}
.filter-default__icon {
position: fixed;
transform: rotate(90deg) translateY(35px);
z-index: 1030;
top: 150px;
background-color: #428bca;
padding: 6px 12px;
left: 0px;
color: #ffffff;
display: flex !important;
align-items: center;
justify-content: center;
width: 105px;
height: 35px;
border-radius: var(--border-radius-1-0-1-0);
transition: all ease-in-out .2s;
}
.btn .fa + span, .btn .fas + span, .btn .far + span {
    margin: 0 0 0 8px;
    display: none;
}
@media (max-width: 767px) {
.fa-filter:before {
content: "Фильтр";
}
}
@media (min-width: 1345px) {
.product-block__right-block {
 background: rgb(245, 245, 246);
}
}