#header-button-search {
    height: 35px;
    line-height: 30px;
    margin-left: -20px;
    background-color: black;
    border-color: black;
    color: white;
    border-radius: 20px;
    z-index: 400;

}

#header-input-search {
    border-radius: 10px;
    height: 35px;
}

#header-search-container {
    max-width: 400px;
}

.header-text-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tp-header-ad-logo img {
    max-width: 100px;
    max-height: 70px;
}

.tp-header-transparent .tp-header-btn a {
    color: white;
}

.tp-header-menu > nav > ul > li > .submenu {
    padding: 20px;
    width: 300px;
}

.tp-header-menu > nav > ul > li > .submenu > li > a {
    font-size: 12px;
}

.tp-header-menu .logo-category {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.tp-header-logo {
    width: 195px;
}

.tp-header-height {
    color: var(--tp-common-black);
}

.tp-header-btn a {
    height: 40px;
    line-height: 35px;
}

.header-sticky {
    z-index: 999;
    pointer-events: auto;
}

.tp-header-menu > nav > ul > li > .submenu > li > a {
    text-transform: none;
}

.tp-header-menu > nav > ul > li > .submenu > li > a::after {
    height: 0px;
}

#header-chat-badge {
    position: relative;
    padding: 5px 9px;
    top: -10px;
    right: 10px;
    font-size: 0.7em;
}
