/* Put custom css rules here */
.top-nav-block {
    justify-content: start;
}

.catalog-section.inner .item .title {
    text-align: center;
}

.top-search-form button {
    color: #6e3130;
}

.top-search-form {
    box-shadow: 0 0 5px #6e3130;
}

.top-contacts .phone a {
    color: #6e3130;
}

.top-contacts .phones:has(.splash-phones):after {
    border-color: #6e3130;
}

.top-search-form input[type=text]::placeholder {
    color: #6e3130;
}

.sign-link {
    color: #6e3130;
}

.top-basket-block .title {
    color: #6e3130;
}

.top-basket-block {
    border-color: #6e3130;
}

.catalog-section__price {
    margin-bottom: 10px;

    text-align: right;
}