.notification.fixed {
position: fixed;
z-index: 200;
width: 328px;
bottom: 24px;
left: 45%;
display: flex;
justify-content: space-between;
background-color: #333;
color: #fff;
border-radius: 12px;
font-size: 14px;
line-height: 20px;
}
.menu__header {
border-radius: 5px;
}
.breadcrumb li + li:before {
content: "/";
font-size: .95em;
}
.product-data__item-div {
color: #5d5d64;
}
.product-page__image-main {
border: solid 0px rgba(0 0 0 / .06);
}
.header-search__input {
background: #ffffff;
border-radius: 5px;
height: 35px;
border-bottom: 1px solid #dfdfe1;
}
.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: #14c267;
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-success {
background: #14c267;
}
.btn-primary {
background: #14c267;
}
.uni-slideshow_v2__btn, .uni-slideshow_v2__btn:hover, .uni-slideshow_v2__btn:focus {
background: #14c267;
}
.uni-slideshow_v2__title {
color: #14c267;
}
@media (max-width: 767px) {
.notification.fixed {
position: fixed;
max-width: 328px;
z-index: 200;
width: 80%;
height: 15%;
bottom: 24px;
left: 10%;
display: flex;
background-color: #333;
color: #fff;
border-radius: 12px;
font-size: 14px;
line-height: 20px;
}
}
@media (max-width: 380px) {
.header-logo a, .header-logo span {
font-size: 1.4em;
}
}
@media (max-width: 767px) {
.fa-filter:before {
content: "Фильтр";
}
}
@media (min-width: 1345px) {
.product-block__right-block {
 background: rgb(245, 245, 246);
}
}
@media (min-width: 992px) {
.main-menu.set-before:before {
background: #ffffff;
}
}