.header-menu__btn {
    height: 40px;
    padding: 0 15px;
    font-weight: 600;
    font-size: 13px;
    border: none;
    border-radius: 8px;
    white-space: nowrap;
    background: #f33;
}
.header-block {
    padding: 15px 0;
}
.header-search__category-btn {
    height: 40px;
    font-size: .9em;
    padding: 0 10px;
    border-radius: 8px 0 0 8px;
}
.header-search__category + .header-search__input {
    border-radius: 0 8px 8px 0;
}
.header-search__input {
    color: #888888;
}
.header-search__input {
    padding: 0 12px;
    border-radius: 4px;
}
.form-control {
    font-size: .9em;
    border: solid 1px #e3e3e3;
    box-shadow: none;
}
.form-control {
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 8px;
}
.acc-login {
    background: #0018ff;
    cursor:pointer;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
}
.header-block__item-account{
    padding-right: 0;
}
.header-cart__cart{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding: 0;
    position: relative;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
}
.header-cart__total-items {
    color: #fff;
    background: #f33;
    top: 0;
    right: 0;
    font-size: 9px;
    font-weight: 600;
}
.top-menu {
    background: #f5f5f5;
}
@media (min-width: 992px){
	.main-menu:not(.set-before):before {
		box-shadow: none;
	}
}
header {
    background-color: #fff;
    border-bottom: 1px solid #dfe0e5;
}
.header-cart__total-items.id-0 {
    display:none;
}
.homs-wishlist svg{
    width:18px;
}
.homs-wishlist{
    width: 70px;
}
.header-phones__main {
    font-size: 14px;
    font-weight: 500;
}