#header_primary {
    border-bottom: 1px solid #BABBBD;
}
#header_right_top {
    gap: 18px;
}
#header_primary .header_icon_svg {
    width: 24px;
    fill: #000;
}
#header_primary .header_icon_svg_outline {
    width: 24px;
    stroke: #000;
}
#header_primary .login.top_bar_item,
#header_primary .stsearchbar_link.top_bar_item {
    height: 24px;
}
#header_primary #st_mega_menu_wrap .ma_level_0 {
    font-size: 18px;
    color: #000;
    text-transform: none;
    font-weight: 600;
}
#header_primary #st_mega_menu_wrap .ma_level_0.is_parent::after {
    content: '';
}
#header_primary .amount_circle {
    right: -3px;
    top: -6px;
    background: #000000;
    color: #fff;
    height: 18px;
    line-height: 16px;
    width: 18px;
    font-size: 10px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}
#header_primary .userinfo_mod_top a {
    display: flex;
    align-items: center;
}

#st_header .userinfo_mod_top .dropdown_list {
    min-width: 150px
}

#st_header .userinfo_mod_top .dropdown_list .dropdown_list_ul {
    border: 1px solid #d9d9d9;
    padding: 15px;
    padding-right: 50px
}

#st_header .userinfo_mod_top .dropdown_list .dropdown_list_ul li {
    border: none
}

#st_header .userinfo_mod_top .dropdown_list .dropdown_list_ul li a {
    display: block
}

#st_header .userinfo_mod_top .dropdown_list .dropdown_list_ul li:last-of-type {
    margin-top: 10px
}

#st_header .userinfo_mod_top .dropdown_list .dropdown_list_ul li .dropdown_list_item:hover {
    background: #fff
}
#st_header .userinfo_mod_top i {
    display: none;
}
#header_primary_row .top_bar_item {
    padding: 0px;
}

#header_primary .stsearchbar_link .dropdown_list {
    display: none!important;
}
#header_primary #search_query {
    cursor: pointer;
}

/* side login 07-11 */

#header_primary_row .login.top_bar_item {
    cursor: pointer;
}
#header_primary_row .stcustomersignin__login_bar {
    width: 370px;
    display: block !important;
    background: white;
    padding: 25px;
    overflow: auto;
}
#header_primary_row .stcustomersignin__account__login_button {
    height: 40px;
    background-color: #000;
    border-radius: 4px;
    color: white;
    line-height: 40px;
    text-align: center;
}
#header_primary_row .stcustomersignin__account__register_button {
    height: 40px;
    border: 1px solid #000;
    border-radius: 4px;
    color: #111;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin-top: -5px;
}
#header_primary_row .stcustomersignin__account__register_text { 
    color: #121417;
    text-align: center;
}
#header_primary_row .stcustomersignin__account__login_text {
    text-align: center;
    font-size: 14px;
    color: #121417;
}
#header_primary_row .stcustomersignin__account__not_logged {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
#header_primary_row .stcustomersignin__login_bar .ets_solo_social {
    display: flex;
    flex-direction: column;
}
#header_primary_row .stcustomersignin__login_bar .ets_solo_social_btn {
    margin-bottom: 0px;
}
#header_primary_row .stcustomersignin__login_bar .ets_solo_social_wrapper ul.ets_solo_social > li.ets_solo_social_item {
    width: 100%;
} 
#header_primary_row .stcustomersignin__login_bar__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 99; 
    display: none; 
    justify-content: flex-end;
}
#header_primary_row .stcustomersignin__login_bar__wrapper.showing {
    display: flex !important;
}
#header_primary_row .stcustomersignin__account__image {
    user-select: none;
}
#header_primary_row .stcustomersignin__account__divider {
    height: 1px;
    width: 100%;
    background: #BABBBD;
}
#header_primary_row .stcustomersignin__login_bar__wrapper .ets_solo_social {
    margin-bottom: 0px;
} 
#header_primary_row .stcustomersignin__login_bar__wrapper .ets_solo_social_wrapper {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.stcustomersignin__login_bar::-webkit-scrollbar {
    width: 4px;
    height: 6px;
}
.stcustomersignin__login_bar::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;

}
.stcustomersignin__login_bar::-webkit-scrollbar-thumb {
    background: #c9c9c9;
    border-radius: 10px;
}
.stcustomersignin__login_bar::-webkit-scrollbar-thumb:hover {
    background: #c9c9c9; 
}