/********************** header **********************/
.wpo-header {
    z-index: 30;
}
.wpo-header .header-top {
    background: #55acee;
    padding-top: 20px !important;
    z-index: 300;
}
.wpo-header .header-top .logo-in-theme  {
    width: 236px;
    float: left;
    margin-right: 19px;
}
.wpo-header .header-top .logo-in-theme .logo a {
    display: block;
}
.wpo-header .header-top .logo-in-theme .logo a img {
    margin-top: -3px;
}
.wpo-header .header-top .logo-in-theme .btn-group {
    font-size: 12pt;
    font-weight: bold;
    color: #4371a3;
    line-height: 40px;
}
.wpo-header .header-top .logo-in-theme .btn-group .toggle-menu-dropdown {
    color: #fff;
}
.wpo-header .header-bottom {
    font-size: 11pt;
    background: #4371a3;
}
.wpo-header .header-top .search_form {
    width: calc(100% - 247px - 17px);
    float: left;
}

/* fixed header */
.wpo-header.fixed-header {
    padding-bottom: 152px;
}
.wpo-header.fixed-header .header-top {
    display: none;
}
.wpo-header.fixed-header .header-bottom {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 300;
    width: 100%;
}
.admin-bar .wpo-header.fixed-header .header-bottom {
    top: 32px;
}

.wpo-header.fixed-header .hide-on-fixed {
    display: none;
}

.wpo-header.fixed-header .header-menu .wpo-megamenu .search-and-cart {
    display: block;
    float: left;
    width: calc(100% - 464.09px);
    margin-top: 5px;
}
.wpo-header.fixed-header .header-menu .wpo-megamenu .search-and-cart .searchform {
    float: left;
    width: 538px;
    border: 0;
}
.wpo-header.fixed-header .header-menu .wpo-megamenu .search-and-cart .shop-cart {
    float: left;
    width: 130px;
    margin-left: 0;
}
.wpo-header.fixed-header .header-menu .wpo-megamenu .search-and-cart .shop-cart .top-cart {
    float: none;
}

/* top-menu-links */
.header-top .top-menu-links {
    /* overflow: hidden; */
    padding-left: 0;
    margin: 0;
}
.header-top .top-menu-links > li {
    float: left;
    margin-right: 25px;
}
.header-top .top-menu-links > li a {
    color: #fff;
    display: inline-block;
    line-height: 48px;
    cursor: pointer;
}
.header-top .top-menu-links > li a.active,
.header-top .top-menu-links > li a:hover {
    color: #fff000;
}
.header-top .top-menu-links > li .menu-icon {
    display: inline-block;
    text-align: center;
}
.header-top .top-menu-links > li .menu-icon.topLike i {
    margin-top: 5px;
    margin-right: 1px;
}
.header-top .top-menu-links > li .menu-icon span {
    height: 24px;
    width: 24px;
    line-height: 24px;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 100%;
    font-size: 13px;
    position: relative;
    top: 1px;
}
.header-top .top-menu-links > li .menu-icon.topComment span {
    background: #4c96d1;
    color: #f3cc2f;
    font-size: 17px;
    line-height: 20px;
}
.header-top .top-menu-links > li .menu-icon.topLike span {
    background: #f14f67;
}
.header-top .top-menu-links > li .menu-icon.followOrder i,
.header-top .top-menu-links > li .menu-icon.brandchild i {
    font-size: 21px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 3px;
}

.header-top .top-menu-links .last-menu {
    overflow: hidden;
    margin-right: 0;
    float: right;
}
.header-top .top-menu-links .last-menu a {
	float: left;
	font-weight: 700;
}
.header-top .top-menu-links .last-menu a:first-child:after {
	content: "";
    width: 1.5px;
    height: 16px;
    display: inline-block;
    background: #fff;
    margin: 0 10px;
}

/* search form */
.search-and-cart .searchform {
    border-radius: 5px;
    background: #fff;
    padding: 0;
    height: 42px;
    position: relative;
    display: inline-block;
    width: 538px;
    margin-bottom: 0;
}
.search-and-cart .searchform .input-group {
    display: block;
    overflow: hidden;
    height: 100%;
    border: 1.5px solid #3d8fc8;
    border-radius: 5px;
    z-index: 55;
}
.search-and-cart .searchform .select-field {
    position: relative;
    float: left;
    width: 100px;
    height: 100%;
}
.search-and-cart .select-field:after {
    content: "";
    width: 1.5px;
    height: 80%;
    background: #55acee;
    display: block;
    position: absolute;
    right: 0;
    top: 10%;
}
.search-and-cart .searchform .select-field input[type="text"] {
    border: 0;
    background: transparent;
    color: #55acee;
    font-weight: bold;
    height: 100%;
}
.search-and-cart .searchform .select-field i {
    color: #55acee;
    font-size: 17px;
}
.search-and-cart .searchform .form-control {
    float: left;
    width: calc(100% - 200px);
    height: 100%;
}
.search-and-cart .searchform .input-group-btn {
    display: block;
    float: left;
    width: 100px;
    height: 100%;
    background: #f2f2f2;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.search-and-cart .searchform .input-group-btn button {
    width: 100%;
    padding: 0;
    display: block;
    height: 100%;
    background: transparent;
    color: #515151;
    text-transform: unset;
}

/* shopping cart */
.search-and-cart .shop-cart {
    margin-top: 0;
    display: inline-block;
    margin-left: 33px;
    width: calc(100% - 538px - 37px);
}
.search-and-cart .shop-cart .hotline {
    float: left;
    line-height: 19px;
    color: #fff;
    text-align: center;
}
.search-and-cart .shop-cart .hotline a {
    display: block;
    color: #fff;
    font-weight: 600;
    font-size: 21.9px;
    margin-top: 4px;
}
.search-and-cart .shop-cart .hotline .hotline-desc {
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}
.search-and-cart .shop-cart .top-cart {
    border: 1.7px solid #fff;
    border-radius: 3px;
    height: 42px;
    line-height: 39px;
    width: 144px;
    float: right;
}
.search-and-cart .shop-cart .top-cart .cart-contents {
    display: block;
    background: #4c96d1;
    height: 100%;
    text-align: left;
    color: #fff;
    font-size: 14px;
    padding: 0 11px;
}
.search-and-cart .shop-cart .top-cart .cart-contents i {
    margin: 0;
    height: 100%;
    line-height: unset;
    background: transparent;
    text-align: left;
    display: inline;
    margin-right: 10px;
    font-size: 20px;
}
.search-and-cart .shop-cart .top-cart .cart-contents .count-cart-header {
    background: #fcd836;
    color: #515151;
    font-weight: 600;
    height: 20px;
    width: 20px;
    display: inline-block;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    margin-left: 4px;
}


/* kiem-tra-don-hang */
.kiem-tra-don-hang {}
.kiem-tra-don-hang .custom-tooltips .custom-tooltips-container {
    width: 229px;
    top: 48px;
    left: -63px;
    border-radius: 7px;
    display: none;
    /* display: block !important; */
}
.kiem-tra-don-hang .login_toggle_btn .tooltips-hover {
    top: 40px;
    left: auto;
    right: -127px;
    border-radius: 4px;
}
.kiem-tra-don-hang .toggle-tooltips-body {
    background: #fff;
    border-radius: 7px;
}
.kiem-tra-don-hang .toggle-tooltips-body .form-tim-don-hang {
    padding: 14px;
}
.kiem-tra-don-hang .toggle-tooltips-body .form-tim-don-hang label {
    display: block;
    margin-bottom: 20px;
}
.kiem-tra-don-hang .toggle-tooltips-body .form-tim-don-hang input {
    display: block;
    width: 100%;
    margin-top: 6px;
    padding: 6px 5px;
    border-radius: 3px;
    border: 1px solid #dedede;
    box-shadow: none;
}
.kiem-tra-don-hang .toggle-tooltips-body .form-tim-don-hang .btn {
    background: #55acee;
    color: #fff;
    text-transform: unset;
    width: 100%;
}
.kiem-tra-don-hang .toggle-tooltips-body .foot-form-tim-don-hang {
    background: #ebf5ff;
    padding: 7px 14px;
}
.kiem-tra-don-hang .toggle-tooltips-body .foot-form-tim-don-hang p {
    margin: 0 0 0px 0;
    font-size: 12px;
    font-weight: 600;
}
.kiem-tra-don-hang .toggle-tooltips-body .foot-form-tim-don-hang p span {
    color: #55acee;
}



/* megamenu */
.right-megamenu-item {
    float: right;
}
.right-megamenu-item>li {
    float: left;
    margin-left: 10px;
    margin-top: 12px;
}
.right-megamenu-item>li:first-child {
    margin-left: 0;
    margin-top: 0px;
    position: relative;
    top: 10px;
}
.right-megamenu-item>li .login_toggle_btn {
    z-index: 250;
}
.right-megamenu-item>li .login_toggle_btn .toggle-tooltips-hover {
    display: block;
    height: 34px;
    width: 34px;
    text-align: center;
    line-height: 41px;
    border-radius: 100%;
}
.right-megamenu-item>li .login_toggle_btn .toggle-tooltips-hover > span {
    background: #fff;
    border-radius: 100%;
    display: block;
    height: 100%;
    width: 100%;
}
.right-megamenu-item>li .login_toggle_btn .toggle-tooltips-hover i {
    margin-top: 3px;
    margin-right: 1px;
}
.right-megamenu-item>li .login_toggle_btn i {
    font-size: 24px;
    color: #4371a3;
}
.right-megamenu-item>li .login_toggle_btn .tooltips-hover {
    top: 40px;
    left: auto;
    right: -127px;
    border-radius: 4px;
}
.right-megamenu-item>li .login_toggle_btn .tooltips-hover .login_bottom_btn {
    overflow: hidden;
}
.right-megamenu-item>li .login_toggle_btn .tooltips-hover .login_bottom_btn>li {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.right-megamenu-item>li .login_toggle_btn .tooltips-hover .login_bottom_btn>li:last-child {
    margin-bottom: 0;
}
.right-megamenu-item>li .login_toggle_btn .tooltips-hover .login_bottom_btn>li button,
.right-megamenu-item>li .login_toggle_btn .tooltips-hover .login_bottom_btn>li a {
    display: block;
    width: 100%;
    text-transform: unset;
    font-weight: 700;
    font-size: 17px;
    height: 36px;
    text-align: center;
    color: #fff;
    border: 0;
    line-height: 35px;
    border-radius: 4px;
}

.right-megamenu-item>li .login_toggle_btn .tooltips-hover .login_bottom_btn .login_btn {
    background: #4371a3;
}
.right-megamenu-item>li .login_toggle_btn .tooltips-hover .login_bottom_btn .register_btn {
    background: #e73838;
}

.right-megamenu-item>li .thiet_ke_thi_cong {
    padding-left: 7px;
    padding-right: 7px;
    color: #fff;
    background: #f14f66;
    border-radius: 3px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    position: relative;
}

.right-megamenu-item>li .thiet_ke_thi_cong svg {
    position: absolute;
    top: -16px;
    right: -16px;
    width: 35px;
    height: 35px;
}

.right-megamenu-item>li .notifications {
    padding-left: 7px;
    padding-right: 7px;
    color: #fff;
    background: #55acee;
    border-radius: 3px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
}
.right-megamenu-item>li .sale-off {
    padding-left: 7px;
    padding-right: 7px;
    color: #000000;
    background: #fff000;
    border-radius: 3px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
}
.right-megamenu-item>li > a {
    display: block;
}

.right-megamenu-item>li .custom-tooltips .custom-tooltips-container {
    width: 280px;
}
.header-menu .wpo-megamenu {
    background: #4371a3;
}
.header-menu .wpo-megamenu .navbar-collapse {
    float: left;
}
.header-menu .wpo-megamenu .search-and-cart {
    display: none;
    background: #4371a3;
}

.header-bottom .megamenu > li > a {
    font-weight: bold;
    overflow: hidden;
}
.header-bottom .megamenu > li > a .category-megamenu {
    background-color: #4980bb;
    padding: 18px 20px;
}


/* search hint */
.hint_product_search {
    position: absolute;
    top: 42px;
    width: 100%;
    max-height: 340px;
    z-index: 50;
    overflow: auto;
    display: none;
}
.hint_product_search .hint_block {
    background: #fff;
    padding-bottom: 13px;
    position: relative;
}
.hint_product_search .hint_block:last-child {
    margin-bottom: 0;
}
.hint_product_search .hint_block .hint_block_title {
    margin: 0;
    padding: 10px 12px 0px 12px;
    font-size: 17px;
    background: #fff;
    color: #55acee;
}
.hint_product_search .hint_block .hint_content {
    padding-top: 7px;
    margin-bottom: 0;
    background: #fff;
}
.hint_product_search .hint_block .hint_content > li {
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #f2f2f2;
    padding: 5px 12px;
}
.hint_product_search .hint_block .hint_content > li.no-item p {
    margin: 0;
    font-size: 14px;
    color: #515151;
    width: 100%;
}
.hint_product_search .hint_block .hint_content > li:last-child {
    border-bottom: 0;
}
.hint_product_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%);
}
.hint_product_search .hint_block.hint_viewed_product .clear_viewed_products {
    position: absolute;
    top: 13px;
    right: 12px;
    background: transparent;
    border: 0;
    text-transform: unset;
    font-size: 12px;
    font-weight: normal;
}
.hint_product_search .hint_block.hint_viewed_product .hint_content > li:after {
    content: "\f02c";
}
.hint_product_search .hint_block.hint_product .hint_content > li:after {
    content: "\f02c";
}
.hint_product_search .hint_block.hint_article .hint_content > li:after {
    content: "\f0f6";
}
.hint_product_search .hint_block .hint_content > li .hint_row {
    display: block;
    overflow: hidden;
    border: 0;
}
.hint_product_search .hint_block .hint_content > li .hint_row .hint_thumb {
    float: left;
}
.hint_product_search .hint_block .hint_content > li .hint_row .hint_thumb img {
    height: 35px;
    border-radius: 4px;
}
.hint_product_search .hint_block .hint_content > li .hint_row .hint_info {
    float: right;
    width: calc(100% - 45px);
    padding-right: 25px;
}
.hint_product_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;
}
.hint_product_search .hint_block .hint_content > li .hint_row .hint_info .hint_price {
    color: #515151;
    font-weight: 600;
    margin: 0;
}

/* dropdown content on header */
.cover-dropdown-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 100;
    display: none;
}
.wpo-header.fixed-header .cover-dropdown-header {
    display: none !important;
}


/* thông báo */
.right-megamenu-item .toggle-tooltips-body {
    padding: 10px;
}
.right-megamenu-item .toggle-tooltips-body .notifi-message ul {}
.right-megamenu-item .toggle-tooltips-body .notifi-message ul > li {}
.right-megamenu-item .toggle-tooltips-body .notifi-message ul > li > a {
    display: block;
    overflow: hidden;
    font-size: 13px;
    line-height: 19px;
}
.right-megamenu-item .toggle-tooltips-body .notifi-message ul > li > a .msg-type {
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
}
.right-megamenu-item .toggle-tooltips-body .notifi-message ul > li > a .msg-type i {
    width: 30px;
    height: 30px;
}
.right-megamenu-item .toggle-tooltips-body .notifi-message ul > li > a .msg-cnt {
    display: table-cell;
}

.right-megamenu-item .toggle-tooltips-foot a {
    padding: 8px 15px;
    display: block;
}
.right-megamenu-item .toggle-tooltips-foot a i {
    margin-left: 5px;
}