/************** header **************/
#header .header .header-logo {
    padding: 0;
}

#header .header .header-logo .logo {
    padding: 10px;
    display: block;
    text-align: center;
}

#header .header-logo .wrap_header_banner {
    display: none;
}

#header .header-logo .wrap_header_banner .header_banner {
    display: block;
    height: 58px;
    line-height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px 38px 9px 10px;
    width: calc(100% - 56px);
    background: #f9ef1c;
    color: #000;
    font-size: 11px;
    z-index: 5;
}

@media (min-width: 375px) {
    #header .header-logo .wrap_header_banner .header_banner {
        font-size: 14px;
    }
}

#header .header-logo .header-on-scroll {
    display: none;
}

#header .header .header-links {
    text-align: center;
    margin-bottom: 10px;
}
#header .header .header-links li {
    display: inline-block;
    margin: 0 2px;
}



#header #head_back_btn {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    background: none;
    border: 0;
    height: 100%;
    padding: 0;
    font-size: 40px;
    width: 25px;
    display: none;
    color: #fff;
}
#header #head_back_btn.show {}
#header .searchform {
    display: inline-flex;
    align-items: center;
    width: calc(100% - 182px);
    height: 37px;
}
#header .searchform .wrap_search_input {
    position: relative;
    top: -2px;
    color: #999;
    margin-bottom: 0;
    width: 100%;
}
#header .searchform .wrap_search_input #search_keyword {
    padding-left: 12px;
    padding-right: 32px;
    background: #f2f2f2;
    border-radius: 18px;
    font-size: 14px;
    overflow: auto;
    white-space: nowrap;
    outline: none;
    border: 0;
    color: #000;
}
#header .searchform .wrap_search_input button {
    font-size: 19px;
    height: 100%;
    width: 34px;
    position: absolute;
    top: -1px;
    right: 3px;
    background: none;
    border: 0;
    padding: 0;
}




/***** show_back button *****/
#header.show_back .header {
    padding-left: 25px;
}
#header.show_back .header .header-logo .logo {
    display: none !important;
}
#header.show_back .searchform {
    margin-top: 10px;
    margin-left: 5px;
    width: calc(100% - 15px);
}
#header.show_back .header-logo .header-on-scroll {
    display: none !important;
}



@media (min-width: 375px) {
    #header .header .header-logo .logo {
        display: inline-block;
    }
    
    #header .header .header-links {
        display: inline-block;
        float: right;
        padding: 14px;
		padding-right: 7px;
        margin-bottom: 0;
    }
}

@media (min-width: 414px) {
    #header .header .header-logo {
        padding: 10px 0;
    }
    
}

/***** fixed-header *****/
#header.always-fixed-header {
    position: relative;
}
#header.always-fixed-header ~ #main-content {
    padding-top: 57px;
}

#header.always-fixed-header .header {
    position: fixed;
    top: 0;
    left: 0;
    background: #55acee;
    z-index: 200;
    width: 100%;
}

#header.always-fixed-header .header-logo {
    padding: 0;
    height: 58px;
}
#header.always-fixed-header .header .header-logo .logo {
    text-align: left;
    display: inline-block;
    line-height: 58px;
    padding: 0 10px;
    width: 120px;
    box-sizing: border-box;
}

#header.always-fixed-header .header .header-logo .logo img {
}

#header.always-fixed-header .header-logo .header-on-scroll {
    display: block;
    position: absolute;
    right: 10px;
    top: 7px;
}

#header.always-fixed-header .header-logo .header-on-scroll .btn {
    vertical-align: middle;
}

#header.always-fixed-header .header-logo .header-on-scroll .btn-header-scroll {
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 29px;
    height: 45px;
    width: 45px;
    padding: 0;
    vertical-align: middle;
}

#header.always-fixed-header .header-logo .wrap_header_banner {
    display: block;
}

#header.always-fixed-header .header-logo .wrap_header_banner .header_banner .header_banner_btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0,-50%);
    font-size: 14px;
    color: #fff;
    background: #55acee;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    line-height: 29px;
    text-align: center;
}

#header.always-fixed-header .header-links {
    display: none;
}


#header.always-fixed-header .listTab {
    display: none;
}

#header.always-fixed-header .category-under-mainmenu {
    display: none;
}

@media (min-width: 321px) {
    #header.always-fixed-header .header .header-logo .logo img {
    }
}
#header.always-fixed-header #main-menu .wrap-category-under-mainmenu {
    margin-top: 40px;
}
#header.always-fixed-header #main-menu.active .category-under-mainmenu {
    top: 0;
}


/********* main menu *********/
/* #main-menu .wrap-category-under-mainmenu {
    overflow: hidden;
}
#main-menu .wrap-category-under-mainmenu .wrap-cate-slider {
    padding-right: 20px;
}
#main-menu .wrap-category-under-mainmenu .cate-next-icon {
    float: right;
    background: #f2f2f2;
    height: 44px;
    width: 20px;
    text-align: center;
    line-height: 44px;
    font-size: 16px;
    position: relative;
}
#main-menu .category-under-mainmenu {
    background: #f2f2f2 none repeat scroll 0 0;
    width: 100%;
    color: #fff;
    margin-bottom: 0;
    z-index: 999;
    padding: 0 5px;
}
#main-menu .category-under-mainmenu li {
    border: 1px solid #55acee;
    font-size: 13px !important;
    line-height: 28px;
    margin: 7px .6666666%;
    padding: 0 15px;
    border-radius: 20px;
    text-align: center;
    list-style: none;
}

#main-menu .category-under-mainmenu li a i {
    display: none;
}

#main-menu .close-main-menu {
    display: none;
    position: absolute;
    left: -30px;
    top: 0;
    height: 30px;
    width: 30px;
    background: 0;
    border: 0;
    padding: 0;
}

#main-menu.active .category-under-mainmenu {
    display: block;
    position: absolute;
    top: 40px;
}

#main-menu #menu-content {
    background: #f2f2f2;
}

#header .listTab .top-icon-links, 
#header .listTab .tablink {
    width: calc(100% / 3);
    position: relative;
    padding: 0;
    height: 40px;
    float: left;
}

#header .listTab button.tablink:after {
    content: "";
    height: 34px;
    width: 1px;
    background: #4371a3;
    position: absolute;
    top: 3px;
    right: 0;
}

#header .listTab .tablink span {
    font-size: 11pt;
}

#header .listTab .top-icon-links {
    padding-left: 5px;
    background: #55acee;
}

#header .listTab .top-icon-links .menu-icon {
    width: calc(100% / 3);
    float: left;
    text-align: center;
    padding: 0;
    height: 40px;
    line-height: 40px;
}
#header .listTab .top-icon-links .menu-icon span {
    height: 30px;
    width: 30px;
    line-height: 30px;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 100%;
    font-size: 15px;
    position: relative;
    top: 1px;
}
#header .listTab .top-icon-links .menu-icon.topLike span {
    background: #f14f67;
}
#header .listTab .top-icon-links .menu-icon.topComment span {
    background: #f3cc2f;
}
#header .listTab .top-icon-links .menu-icon.login span {
    top: 5px;
    overflow: hidden;
}
#header .listTab .top-icon-links .menu-icon.login span i {
    height: 27px;
    width: 27px;
    position: absolute;
    top: 3px;
    left: 1px;
} */

@media (min-width: 375px) {
    #header .listTab .tablink span {
        font-size: 13pt;
    }
    
    #main-menu .category-under-mainmenu li {
        font-size: 13px !important;
    }
}

@media (min-width: 414px) {
    #main-menu .category-under-mainmenu li a i {
        display: inline-block;
    }
}

/* fixed-header */
#main-menu.header-on-fixed {
    position: fixed;
    right: -100%;
    top: 56px;
    height: calc(100% - 56px - 49px);
    width: 100%;
    z-index: 200;
    background: #fff;
    transition: all 0.3s;
    overflow: auto;
}
#main-menu.header-on-fixed.on-search {
    top: 90px;
}
@media (min-width: 376px) {
    #main-menu.header-on-fixed.on-search {
        /*top: 60px;*/
        top: 56px;
    }
    #main-menu.header-on-fixed.on-search .listTab .tablink {
        padding: 9px 3px;
    }
    
    #main-menu.header-on-fixed.on-search .category-under-mainmenu {
        top: 44px;
    }
    
}

#main-menu.header-on-fixed.active {
    right: 0;
}

#main-menu.header-on-fixed .listTab {
    display: block;
    position: absolute;
    width: 100%;
}

#main-menu.header-on-fixed .close-main-menu {
    display: block;
}

#main-menu.header-on-fixed .close-main-menu i {
    font-size: 29px;
    display: block;
    height: 30px;
    width: 30px;
    color: #fff;
}

#main-menu.header-on-fixed #menu-content {
    position: fixed;
    top: 58px;
    overflow: auto;
    height: calc(100% - 107px);
    /* height: 100%; */
    width: 100%;
}

#main-menu.tabcontent-shown-header-fixed {
    padding-top: 178.41px;
}

#main-menu #menu-content .tabcontent {
    padding: 0 !important;
}




/************** product search field **************/
.wrap_form_search {
    position: relative;
    z-index: 15;
}
.wrap_form_search .searchform {
    border-radius: 30px;
    z-index: 25;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
}
.wrap_form_search .searchform input[type="text"] {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    padding-right: 120px;
    box-shadow: none;
    color: #515151;
    height: 100%;
    margin-top: 3px;
}

.wrap_form_search .searchform .input-group {
    background: #fff;
    border-radius: 30px;
    height: 40px;
}


.wrap_form_search .searchform .input-group-btn {
    padding: 0;
    position: relative;
    right: 3px;
}
.wrap_form_search .searchform .input-group-btn button.btnSubmit {
    border-radius: 100%;
    background: #4371a3;
    color: #fff;
    height: 35px;
    width: 35px;
    padding: 0;
}
.wrap_form_search .searchform .input-group-btn button.btnSubmit:hover {
    background: #55acee;
}

.wrap_form_search .searchform .input-group .search_mode {
    position: absolute;
    right: 43px;
    top: 0;
    height: 100%;
}
.wrap_form_search .searchform .input-group .search_mode button {
    background: transparent;
    border: 0;
    font-size: 12px;
    padding-left: 0px;
    padding-right: 6px;
    height: 100%;
    position: relative;
    color: #515151;
    font-weight: 600;
    outline: none;
    float: left;
}
.wrap_form_search .searchform .input-group .search_mode button:last-child {
    padding-right: 0px;
    padding-left: 6px;
}
.wrap_form_search .searchform .input-group .search_mode button.active {
    color: #4371a3;
}
.wrap_form_search .searchform .input-group .search_mode button::after {
    content: "";
    background: #515151;
    height: 14px;
    width: 1px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
}

.wrap_form_search .searchform .input-group .search_mode button:last-child::after {
    display: none;
}

.wrap_form_search .hint_search {
    background: #fff;
    padding-top: 38px;
    margin-top: -38px;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    z-index: 20;
    border: 1px solid #f2f2f2;
    width: 100%;
    display: none;
    margin-bottom: 30px;
}
.wrap_form_search .hint_search .hint_block {
    background: #f2f2f2;
    margin-bottom: 13px;
}
.wrap_form_search .hint_search .hint_block:last-child {
    margin-bottom: 0;
}
.wrap_form_search .hint_search .hint_block .hint_block_title {
    margin: 0;
    padding: 10px 12px 0px 12px;
    font-size: 17px;
    background: #fff;
}
.wrap_form_search .hint_search .hint_block .hint_content {
    padding-top: 7px;
    margin-bottom: 0;
    background: #fff;
}
.wrap_form_search .hint_search .hint_block .hint_content > li {
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #f2f2f2;
    padding: 5px 12px;
}
.wrap_form_search .hint_search .hint_block .hint_content > li.no-item p {
    margin: 0;
    font-size: 14px;
    color: #515151;
    width: 100%;
}

.wrap_form_search .hint_search .hint_block .hint_content > li:last-child {
    border-bottom: 0;
}

.wrap_form_search .hint_search .hint_block .hint_content > li:after {
    content: "";
    font: normal normal normal 14px/1 FontAwesome;
    color: #515151;
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translate(0,-50%);
}
.wrap_form_search .hint_search .hint_block#hint_product .hint_content > li:after {
    content: "\f02c";
}
.wrap_form_search .hint_search .hint_block#hint_article .hint_content > li:after {
    content: "\f0f6";
}

.wrap_form_search .hint_search .hint_block .hint_content > li .hint_row {
    display: block;
    overflow: hidden;
    border: 0;
}

.wrap_form_search .hint_search .hint_block .hint_content > li .hint_row .hint_thumb {
    float: left;
}
.wrap_form_search .hint_search .hint_block .hint_content > li .hint_row .hint_thumb img {
    height: 35px;
    border-radius: 4px;
}
.wrap_form_search .hint_search .hint_block .hint_content > li .hint_row .hint_info {
    float: right;
    width: calc(100% - 45px);
    padding-right: 25px;
}
.wrap_form_search .hint_search .hint_block .hint_content > li .hint_row .hint_info h4 {
    margin: 0;
    font-size: 14px;
    color: #515151;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.wrap_form_search .hint_search .hint_block .hint_content > li .hint_row .hint_info .hint_price {
    color: #515151;
    font-weight: 600;
    margin: 0;
}


/************** hot search keyword **************/
.hot_search_keyword h3 {
    color: #515151;
    font-weight: 700;
    font-size: 24px;
}
.hot_search_keyword .tagcloud a {
    border: 1px solid #55acee;
}


/************** hint search keyword Aliexpress **************/
.wrap_hint_keywords {}
.wrap_hint_keywords #hint_keywords {}
.wrap_hint_keywords #hint_keywords li {
    position: relative;
    align-items: center;
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #f2f2f2;
    font-size: 14px;
    color: #3a3e4a;
}
.wrap_hint_keywords #hint_keywords li button {
    background: none;
    border: none;
}
.wrap_hint_keywords #hint_keywords li button i {
    width: 17px;
    height: 17px;
}
.wrap_hint_keywords #hint_keywords li .hint_button {
    width: calc(100% - 45px);
    text-align: left;
}
.wrap_hint_keywords #hint_keywords li .hint_button_icon {
    position: absolute;
    right: 0px;
    height: 46px;
    width: 46px;
}
.wrap_hint_keywords #hint_keywords li.no-item {
    text-align: center;
    margin-top: 15px;
}