.no-js_wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #ccc;
    z-index: 10000;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.no-js_message {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -400px;
    margin-top: -60px;
    width: 800px;
    height: 150px;
    font-size: 36pt;
    text-align: center;
    background: #fff;
    color: black;
}
.search-city__results .search-city__selected:after {
    content: '';
    position: absolute;
    background: url(layout/assets/img/icons/other/checkbasket.svg);
    background-size: cover;
}
.indent_b10, .indent_b20, .indent_b5, .indent_t10, .indent_t20 {
    display: block;
}
.g-recaptcha {
    display: inline-block;
}
.header .header__basket:hover .disabled svg {
    fill: #262626;
}

.sub-container .sub-container__menu {
    z-index: 10;
}

@media (max-width: 540px) {
   .pagination__prev, .pagination__next {
       padding: 0;
   }
}
.btn-color img {
    border-radius: 50%;
}
.display-none {
    display: none;
}
.admin-supplier, .admin-rating {
    position: absolute;
    z-index: 10;
    color: black;
    font-weight: bold;
}
@media (max-width: 540px) {
    .admin-supplier, .admin-rating {
        font-size: 12px;
    }
    
}
.admin-rating {
    top: 20px;
}