/*color link:#2367FF;*/
.list_box_header {
    display: flex;
    flex: 5;
}

.header_top {
    height: 80px;
    background-color: #dc0000;
    display: table;
    width: 100%;
    padding: 10px 0 0 10px;
}

.header_box_logo {
    width: 14%;
    height: 46px;
    margin-right: 30px;
}

.header_box_menu {
    margin-right: 30px;
    width: 17%;
    cursor: pointer;
}
.header_box_menu .menu_nav {
    box-sizing: border-box;
    width: auto; /* 207px */
    height: auto; /* 36px */
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 6px 30px 6px 10px;
    background-color: #ffcc01;
    overflow: visible;
    border-radius: 4px;
}

.header_box_menu .text {
    width: auto; /* 135px */
    height: auto; /* 16px */
    flex-shrink: 0;
    overflow: visible;
    white-space: pre;
    font-family: 'Inter', sans-serif;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 1.2;
}

.header_box_menu .icons {
    color: #fff;
    margin-right: 8px;
}
.header_box_search {
    margin-right: 10px;
    width: 40%;
}
.header_box_tracking {
    margin-right: 42px;
    width: 8%;
    padding-top: 6px;
}
.header_box_cart {
    margin-right: 25px;
    position: relative;
}
.header_box_user {
    padding-top: 6px;
    width: 11%;
}

.list_box_header .icons {
    color: #fff;
}
.header_box_search .input-search {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    height: 36px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0px 10px 0px 10px;
    background-color: #ffffff;
    overflow: visible;
    border-radius: 4px;
    padding-left: 40px;
}
.form-group-search {
    position: relative;
}
.header_box_search .icons {
    color: #3b4859;
}
.form-group-search .icon-search {
    position: absolute;
    height: 100%;
    width: 40px;
    background-color: transparent;
    border: none;
}
.header_box_tracking a {
    display: flex;
    flex: 2;
}
.header_box_tracking a span:first-child {
    margin-right: 6px;
}
.header_box_tracking a span:last-child {
    height: auto; /* 28px */
    flex-shrink: 0;
    width: 60px;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-word;
    font-family: '.SFNSText', 'SFProText-Regular', 'SFUIText-Regular',
        '.SFUIText', '-apple-system', 'BlinkMacSystemFont', sans-serif;
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 1.2;
}
.number-cart {
    box-sizing: border-box;
    width: auto; /* 25px */
    height: auto; /* 17px */
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 2px 6px 1px 6px;
    background-color: #ffa200;
    overflow: visible;
    border-radius: 9px;
    text-align: center;
    position: absolute;
    top: -2px;
    right: -8px;
}
.number-cart .count-giohang {
    width: auto; /* 13px */
    height: auto; /* 14px */
    flex-shrink: 0;
    overflow: visible;
    white-space: pre;
    font-family: '.SFNSText', 'SFProText-Regular', 'SFUIText-Regular',
        '.SFUIText', '-apple-system', 'BlinkMacSystemFont', sans-serif;
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 1.2;
}
.header_box_user .list_cart_user {
    display: flex;
    flex: 2;
}
.header_box_user .list_cart_user .header_box_cart {
}
.header_box_user .content_box_user {
    display: flex;
    flex: 2;
    color: #fff;
}
.header_box_user .content_box_user div.div_name {
    margin-right: 8px;
}
.header_box_user .content_box_user div.div_name span {
    width: auto; /* 67px */
    height: auto; /* 28px */
    flex-shrink: 0;
    overflow: visible;
    white-space: pre;
    font-family: '.SFNSText', 'SFProText-Regular', 'SFUIText-Regular',
        '.SFUIText', '-apple-system', 'BlinkMacSystemFont', sans-serif;
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 1.2;
    text-align: right;
    display: block;
    width: 100%;
}
.header_box_user .content_box_user div.div_avatar span {
    width: 36px;
    height: 36px;
}
.header_box_user .content_box_user div.div_avatar span.avatar_header.no_avatar {
    border: 1px solid transparent;
    width: 28px;
    height: 28px;
}
.header_box_user .content_box_user div.div_avatar span.avatar_header {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    overflow: visible;
    aspect-ratio: 1 / 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px;
    border: 1px solid #ffffff;
    display: block;
}
.header_box_user_dropdown {
    position: relative;
}
.header_box_user_dropdown .dropdown-menu {
    padding: 15px 20px;
    padding-right: 10px;
    left: -100px;
}
.header_box_user_dropdown .dropdown-menu .dropdown-item {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.header_box_user_dropdown .dropdown-menu .dropdown-item:last-child {
    margin-bottom: 0;
}
.header_box_user_dropdown .dropdown-menu .dropdown-item a:hover {
    color: #2367ff;
}
.arrow_div {
    position: relative;
}
.popover-arrow {
    top: 1px;
    left: 381.5px;
    transform: translate(-7px, -100%);
    border-bottom: 10px solid rgba(0, 0, 0, 0.09);
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    z-index: 3;
    position: absolute;
    will-change: transform;
    top: 0px;
    left: 114px;
}
.popover-arrow-inner {
    border-bottom: 10px solid rgb(255, 255, 255);
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    bottom: -10px;
    position: absolute;
    left: -8px;
    width: 0;
    height: 0;
}

.header_box_search form .form-group {
    margin-bottom: 0;
}
.header_box_search .tags-header {
    display: flex;
    width: auto; /* 90px */
    height: auto; /* 10px */
    flex-shrink: 0;
    overflow: visible;
    font-family: '.SFNSText', 'SFProText-Regular', 'SFUIText-Regular',
        '.SFUIText', '-apple-system', 'BlinkMacSystemFont', sans-serif;
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 0.8;
    padding-top: 6px;
}
.header_box_search .tags-header ul {
    display: flex;
    padding: 8px 0;
}
.header_box_search .tags-header ul li a {
    padding-left: 8px;
    padding-right: 8px;
    color: #fff;
}
.header_box_search .tags-header ul li {
    border-right: 1px solid #fff;
}
.header_box_search .tags-header ul li:last-child {
    border-right: 0;
}
.header_box_search .tags-header ul li:first-child a {
    padding-left: 0;
}
.form-group-search input {
    font-size: 13px;
}
#show-cate {
    display: none;
}
.expand-menu {
    height: 46px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 15px;
}
.item-cate {
    background: #fff;
    position: absolute;
    z-index: 3;
    width: 200px;
    box-shadow: 2px 0 2px rgba(220, 220, 220, 0.34);
}

.item-cate li {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
    height: 36px;
    float: left;
}

.item-cate li a {
    position: absolute;
}
.has-sub:hover ul {
    display: block;
}

.has-sub ul li a,
.item-cate li a {
    width: 100%;
    padding: 8px 10px;
    color: #666;
    font-size: 13px;
    line-height: 20px;
}

.has-sub ul li a {
    padding: 11px 15px;
}

.item-cate li a img {
    height: 20px;
    position: absolute;
}

.item-cate li a i {
    float: right;
}

.item-cate li a span {
    display: inline-block;
    width: 100%;
    padding-left: 30px;
}

.has-sub ul {
    background: #fff;
    z-index: 1;
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    height: 500px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.has-sub ul li a {
    color: #666 !important;
}

.has-sub ul li:hover a {
    color: #fff !important;
}

.has-sub ul li:hover,
.item-cate li:hover {
    background: #dc0000;
    color: #fff;
}

.item-cate li:hover a {
    color: #fff;
}
.has-sub ul li {
    width: 285px;
    border-bottom: 1px solid #fff;
    background: #fff;
}

/*breadcrumb*/
.content-sidebar-wrap .navigation {
    box-sizing: border-box;
    height: auto;
    flex-shrink: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 0;
    background-color: #ffffff;
    overflow: visible;
    border-color: #d9d9d9;
    border-style: solid;
    border-top-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-right-width: 0px;
}
.content-sidebar-wrap .navigation a {
    width: auto; /* 135px */
    height: auto; /* 16px */
    flex-shrink: 0;
    overflow: visible;
    white-space: pre;
    font-family: '.SFNSText', 'SFProText-Regular', 'SFUIText-Regular',
        '.SFUIText', '-apple-system', 'BlinkMacSystemFont', sans-serif;
    color: #8a8a8f;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 1.2;
}
.content-sidebar-wrap .navigation ul li a {
    float: left;
}
.content-sidebar-wrap .navigation ul li a:hover {
    color: #2367ff;
}
.content-sidebar-wrap .navigation ul li:last-child a {
    color: #2367ff;
}
.navigation ul li a:hover,
.navigation ul li a:focus {
    color: #2367ff;
    letter-spacing: 0px;
}

.auto-search {
    display: inline-block;
    background: #fff;
    position: absolute;
    left: 0;
    padding: 0 15px;
    -webkit-box-shadow: 0 6px 14px 1px rgb(0 0 0 / 43%);
    box-shadow: 0 6px 14px 1px rgb(0 0 0 / 43%);
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 999;
    width: 100%;
    border-radius: 0 0 6px 6px;
}
.pro-top {
    display: inline-block;
    width: 100%;
}
.list-pro-search {
    clear: both;
    float: left;
    display: inline-block;
    width: 100%;
}
.list-pro-search .item {
    display: table;
    width: 100%;
    margin-bottom: 8px;
}
.pro-top .item .box-img {
    position: relative;
    width: 50px;
}
.pro-top .title-top {
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 10px;
    width: 59%;
}
.pro-top .title-top a {
    font-size: 13px;
    color: #000;
    line-height: 1.5;
    text-align: left;
}
.pro-top .price-top {
    font-weight: 500;
    font-size: 13px;
    color: #dc0000;
    text-align: right;
    display: inline-block;
    width: 100%;
}
.price-sale-search {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    text-decoration: line-through;
    color: #888888;
    text-align: right;
    margin-top: 3px;
}
.seemore-top {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #dc0000;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 0;
}

.pro-top .item .box-img a > img {
    width: 100%;
    height: auto;
    background: transparent;
    padding: 0;
    margin-left: 0;
    border-radius: 6px;
    border: 1px solid #eee;
}
.pro-top .item .box-img .block-sale img,
.pro-top .item .box-img .block-sale2 img,
.pro-top .item .box-img .block-sale3 img {
    border-radius: 0;
    border: 0;
}
.list-pro-search .block-sale2,
.list-pro-search .block-sale3 {
    width: 20px;
    height: 20px;
}
.list-pro-search .block-sale2 {
    bottom: 0;
    left: 0;
    top: auto;
    right: auto;
    padding: 3px;
    padding-right: 0;
    padding-top: 0;
    text-align: left;
}
.list-pro-search .block-sale2 > img {
    width: 100%;
    height: 100%;
    padding: 0;
    margin-left: 0;
}
.pro-top .item .box-price {
    width: 28%;
}
/* nav list category top */
.bg-orange {
    background-color: #ffa200;
}
.header_category_news_pages {
    display: flex;
    align-items: center;
    overflow-x: auto;
    padding: 0 !important;
}
.header_category_news_pages::-webkit-scrollbar {
    display: none;
}
.header_category_news_pages:hover::-webkit-scrollbar {
    height: 3px;
    display: block;
}
.header_category_news_pages::-webkit-scrollbar-thumb {
    background: #aaa;
}
.header_category_item {
    display: flex;
    width: fit-content;
    height: 40px;
    color: #fff;
    align-items: center;
    padding: 10px 15px;
    white-space: nowrap;
}
.header_category_item:hover,
.header_category_item:focus {
    color: #fff;
    background-color: #00000032;
}
