header .header-top .container {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
}

header .header-top .container .nav-left {
    flex: 1;
}

header .header-top .container .nav-right {
    display: -webkit-flex;
    display: flex;
    gap: 8px;
    align-items: center;


}

header .header-top .container .nav-left li,
header .header-top .container .nav-right>li {
    color: #7d7e80;
    letter-spacing: -.2px;
    font-size: 11px;
}

header .header-top .container .nav-right>li:before {
    display: inline-block;
    width: 1px;
    height: 11px;
    margin-right: 8px;
    border-left: 1px solid #f0f2f5;
    vertical-align: middle;
    content: '';
}

header .header-top .container .nav-right>li:first-child:before {
    display: none
}


header .header-top .container .nav-right .language-icon img {
    width: 25px;
}

header .header-content .container .header-search-bar {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 16px 0;

}

header .header-content .container .header-search-bar .logo img {
    width: 200px;
    padding: 0px 12px;
}

header .header-content .container .header-search-bar .search-box {
    flex: 1;
    text-align: center;
}

header .header-content .container .header-search-bar .form-search {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    border: 2px solid #053D8B;
    max-width: 390px;
    margin: auto;
}

header .header-content .container .header-search-bar .form-search .form-control {
    border: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 10px 15px;

    text-indent: 10px;
    font-size: 14px;
    line-height: 42px;
}


header .header-content .container .header-search-bar .form-search .form-control::-webkit-input-placeholder {
    color: #959da6
}

header .header-content .container .header-search-bar .form-search .form-control::-moz-placeholder {
    color: #959da6
}

header .header-content .container .header-search-bar .form-search .form-control:-ms-input-placeholder {
    color: #959da6
}

header .header-content .container .header-search-bar .form-search .form-control::placeholder {
    color: #959da6
}

header .header-content .container .header-search-bar .form-search .form-control::-webkit-input-placeholder {
    color: #959da6
}

header .header-content .container .header-search-bar .form-search .form-control:-ms-input-placeholder {
    color: #959da6
}

header .header-content .container .header-search-bar .form-search .form-control::-ms-input-placeholder {
    color: #959da6
}

header .header-content .container .header-search-bar .form-search .btn {
    background: 0;
    height: auto;
    border: 0;
    padding: 8px 17px;
    color: #053D8B;
}

header .header-content .container .icon-list {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 8px;
}

header .header-content .container .icon-list .icon-item {
    text-align: center;
    position: relative;
}

header .header-content .container .icon-list .icon-item::after {
    position: absolute;
    right: -6px;
    content: '';
    top: 0;
    border-right: 1px solid #f0f2f5;
    height: 32px;

}

header .header-content .container .icon-list .icon-item:last-child:after {
    content: none;
}

header .header-content .container .icon-list .icon-item .icon-img {
    text-align: center;

}

header .header-content .container .icon-list .icon-item .icon-img img {
    width: 36px;
}

header .header-content .container .icon-list .icon-item .icon-text {
    font-size: 11px;
    line-height: 11px;
    color: #16181a;
    min-width: 60px;
}

header .header-content .container .icon-list .icon-item .icon-count {
    display: block;
    position: absolute;
    top: -7px;
    right: 2px;
    min-width: 12px;
    padding: 4px 6px;
    border-radius: 15px;
    background: #f27935;
    font-weight: 700;
    font-size: 13px;
    line-height: 13px;
    color: #fff;
    text-align: center;
}



header .header-content .container .icon-list .icon-item .cart-info {
    position: absolute;
    display: none;
    width: 300px;
    top: 58px;
    right: 0;
    border: 0;
    background: 0;
    z-index: 3;
    background: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3)
}

header .header-content .container .icon-list .icon-item .cart-info:after {
    content: '';
    position: absolute;
    top: 0;
    right: 18px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #ffffff;
    border-top: 0;
    /* margin-left: 74px; */
    margin-top: -6px;

}

header .header-content .container .icon-list .icon-item:hover .cart-info,
header .header-content .container .icon-list .icon-item .cart-info:hover {
    display: block;
}

header .header-content .container .icon-list .icon-item .cart-info .cart-items p {
    padding: 10px;
    margin: 0;
    height: 40px;
    line-height: 24px;
}

header .header-content .container .icon-list .icon-item .cart-info .cart-items .product-item {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 10px;
    gap: 12px;

}

header .header-content .container .icon-list .icon-item .cart-info .cart-items .product-item .product-item-photo {
    width: 60px;
    flex-basis: 60px;
}

header .header-content .container .icon-list .icon-item .cart-info .cart-items .product-item .product-item-photo img {
    max-width: 100%;
}

header .header-content .container .icon-list .icon-item .cart-info .cart-items .product-item .product-item-details {
    text-align: left;
    flex: 1;
}

header .header-content .container .icon-list .icon-item .cart-info .cart-items .product-item .product-item-details .product-item-name {
    max-height: 46px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    text-overflow: ellipsis;
    font-size: 11px;
    color: #333;
    margin-bottom: 8px;
}

header .header-content .container .icon-list .icon-item .cart-info .cart-items .product-item .product-item-details .product-item-price {
    font-size: 10px;
    font-weight: 500;
}

header .header-content .container .icon-list .icon-item .cart-info .cart-items .product-item .product-item-details .product-item-price .price {
    letter-spacing: -0.7px;
    font-size: 13px;
    font-weight: 600;
}

header .header-content .container .icon-list .icon-item .cart-info .actions .btn {
    width: 100%;

}

header .mid-header {
    border-top: 1px solid #f0f2f5;
    border-bottom: 1px solid #e3e5e8;
}

header .mid-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 222;
    background: #fff;
}

header .mid-header .box-header-nav {
    display: -webkit-flex;
    display: flex;
    align-items: center;

}



header .mid-header .box-header-nav .header-menu {
    display: block;
    width: 55px;
    height: 100%;
    border: 1px solid #f0f2f5;
    border-width: 0 1px;
    background: #fff;
    line-height: 50px;
    text-align: center;
    text-indent: 0;
    position: relative;
}

header .mid-header .box-header-nav .header-menu.active {
    border-color: #7d8085;
}

header .mid-header .box-header-nav .header-menu.active::before {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    border-top: 1px solid #7d8085;
    content: '';
}

header .mid-header .box-header-nav .header-menu.active::after {
    display: block;
    position: absolute;
    width: 100%;
    bottom: -2px;
    border-top: 3px solid #FFF;
    content: '';
    z-index: 111;
}

header .mid-header .box-header-nav .header-pop-menu {
    flex: 1;
    padding: 0 16px;
    max-width: calc(100vw - 230px);
    white-space: nowrap;
    overflow: hidden;
}

header .mid-header .box-header-nav .header-pop-menu .ui-menu {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    width: 100%;
}

header .mid-header .box-header-nav .header-pop-menu .ui-menu li {
    padding: 0 12px;
    font-weight: 600;
    font-size: 15px;
    line-height: 50px;
    color: #16181a;

}

header .mid-header .nav-category {
    display: none;
    position: absolute;
    z-index: 99;
    right: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background: #fff;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
    align-items: flex-start;
}

header .mid-header .nav-category.active {
    display: -webkit-flex;
    display: flex;
}

header .mid-header .nav-category .category-close {
    background-color: #000;
    width: 42px;
    flex-basis: 42px;
    height: 42px;
    background-color: #30343b;
    line-height: 42px;
    text-align: center;
}

header .mid-header .nav-category .category-close svg {
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px);
}

header .mid-header .nav-category .category-items {
    display: -webkit-grid;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border: 1px solid #7d8085;
    flex: 1;
    padding: 7px 0;
}

header .mid-header .nav-category .category-items .category-item {
    /* display: none; */
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    color: #000;
    padding: 10px 20px;
}

header .mid-header .nav-category .category-items .category-item::before {
    top: 0;
    right: 0;
    bottom: 0;
    border-right-width: 1px;
}

header .mid-header .nav-category .category-items .category-item .category-title {
    margin-bottom: 6px;
    font-weight: 700;
    font-size: 14px;
    display: block;
}

header .mid-header .nav-category .category-items .category-item .sub-categories .sub-category-item {
    padding-top: 6px;
    position: relative;
}

header .mid-header .nav-category .category-items .category-item .sub-categories .sub-category-item a {
    font-size: 12px;
    line-height: 1;
    letter-spacing: -.28px;
    border-bottom: 1px solid transparent;
}

header .mid-header .nav-category .category-items .category-item .sub-categories .sub-category-item a:hover {
    border-bottom-color: #16181a;
    color: #16181a;
}

header .mid-header .box-header-nav .form-search {

    align-items: center;
    border: 2px solid #053D8B;
    max-width: 390px;
    margin: auto;
    display: none;
}

header .mid-header .box-header-nav .form-search .form-control {
    border: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 10px 15px;

    text-indent: 0;
    font-size: 12px;
    line-height: 42px;
}


header .mid-header .box-header-nav .form-search .form-control::-webkit-input-placeholder {
    color: #959da6
}

header .mid-header .box-header-nav .form-search .form-control::-moz-placeholder {
    color: #959da6
}

header .mid-header .box-header-nav .form-search .form-control:-ms-input-placeholder {
    color: #959da6
}

header .mid-header .box-header-nav .form-search .form-control::placeholder {
    color: #959da6
}

header .mid-header .box-header-nav .form-search .form-control::-webkit-input-placeholder {
    color: #959da6
}

header .mid-header .box-header-nav .form-search .form-control:-ms-input-placeholder {
    color: #959da6
}

header .mid-header .box-header-nav .form-search .form-control::-ms-input-placeholder {
    color: #959da6
}

header .mid-header .box-header-nav .form-search .btn {
    background: 0;
    height: auto;
    border: 0;
    padding: 8px 17px;
    color: #053D8B;
}

header .mid-header.fixed .box-header-nav .form-search {
    display: -webkit-flex;
    display: flex;
}

header {}

@media (min-width: 768px) {
    header .mid-header .nav-category {
        width: 720px;
    }

}

@media (min-width: 992px) {
    header .mid-header .nav-category {
        width: 940px;
    }
}

@media (min-width: 1100px) {
    header .mid-header .nav-category {
        width: 1070px;
    }
}