
.section-header {
    width: 100%;
}

.panel-header {
    border-bottom: 1px solid #e8e8e8;
    background-color: #6e716e;
    color: #fff;
}

.panel-wrapper {
    max-width: 1280px;
    padding: 10px 20px;
    margin: 0 auto;
    font-size: 14px;
    display: flex;
    justify-content: end;
    align-items: center;
}

.panel-wrapper div {
    padding-left: 20px;
}

.action-auth a {
    cursor: pointer;
}

.action-auth a:hover {
    color: #fff;
    text-decoration: underline;
}

.action-auth span {
    padding: 0 7px;
}

.search-cart .search {
    position: relative;
    width: 100%;
}

.search-cart .search input {
    position: static;
    font-size: 16px;
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-size: 14px;
    height: 32px;
    line-height: 1.5;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
}

.search-cart .search input:focus{
    border: 2px solid #54c6ff;
    box-shadow: 0 2px 4px #c2ebff;
}

.header-content{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1280px;
    margin: 0 auto;
    padding: 32px 12px 20px 12px;
}

.search-cart{
    display: flex;
    align-items: center;
    justify-content: end;
    width: 25%;
}

.search-cart .cart{
    padding-left: 10px;
    color: #6e716e;
}

.search-cart .cart:hover{
    color: black;
    cursor: pointer;
}

input:focus{
    outline: none;
}

.header-bottom{
    width: 100%;
    background-color: #f0f0f0;
}

.header-bottom .navigation{
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

.header-menu-desktop ul li a{
    padding: 8px;
    font-size: calc(var(--font-size-body) - 1px);
    color: #575757;
}

.header-menu-desktop ul li a.parent-category{
    padding: 10px 8px 13px 8px ;
    font-size: 14px;
    color: #575757;
    font-weight: 600;
}
.header-menu-desktop ul li a.parent-category.active{
    border-bottom: 3px solid #ff5501;
}

.header-menu-desktop ul li a:hover{
    color: #4c565c;
}
.header-menu-desktop ul li{
    margin-right: 30px;
}
.header-menu-desktop ul li svg{
    fill: #575757;
    right: -10px;
    top: 45%;
}

.header-menu-desktop ul ul{
    top: 100%;
    z-index: 1;
    background-color: var(--bg-primary);
    overflow: hidden;
    display: none;
    border: 1px solid #ccc;
    box-shadow: 0 5px 5px rgba(0,0,0,.19);
}
.header-menu-desktop ul ul li a{
    padding: 8px 20px;
    min-width: 250px;
    overflow: hidden;
    white-space: normal;
    font-size: calc(var(--font-size-body) - 1px);
    line-height: inherit;
    color: #575757;
}
.header-menu-desktop ul ul li{
    margin-right: 0;
    overflow: hidden;
}
.header-menu-desktop ul ul li:hover{
    background-color: #e8e8e8;
}
.header-menu-desktop ul ul li:hover a{
    color: #4c565c;
}
.header-menu-desktop ul li:hover ul{
    display: block;
}

/*  */


.noti-container{
    width: 100%;
    background-color: rgba(250,1,10,.94);
}

.text-noti{
    font-weight: 400;
    line-height: 1.1;
    font-size: 1.65rem;
    padding: 2rem 0 1rem 0;
    display: flex;
    justify-content: center;
    color: #fff;

}
.header-language a {
    display: inline-block;
    width: 25px;
    height: 25px;
}