.full-header-top {
    background: #e3f2fd;
    padding: 7px 0;
    border-bottom: 1px solid #c4e2fc;
    text-align: right;
}

#google_translate_element_kw {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

#google_translate_element_kw ul {
    margin: 0;
    padding: 0;
}

.left-header-top {
    color: #fff;
    float: left;
    width: 50%;
    line-height: 35px;
    text-align: left;
}

.right-header-top {
    color: #fff;
    float: right;
    width: 50%;
    line-height: 35px;
    text-align: right;
}

.full-header {
    background: #fff;
    z-index: 999;
    padding-bottom: 5px;
    margin-top: 5px;
}

.full-header .inner-header {
    display: flex;
    justify-content: space-between;
    padding-right: 15px;
    padding-left: 15px
}

.header-logo {
    float: left;
    max-width: 180px;
    overflow: hidden;
    max-height: 120px;
    transition: all 0.3s;
}

.header-logo a {
    float: left;
    width: 100%;
}

img.site-logo {
    max-width: 100%;
    max-height: 90px;
}

/* menu */
.main-menu-mobe {
    display: none;
}

.main-menu {
    float: left;
    margin-top: 18px;
    margin-left: 40px;
    transition: margin-top 0.3s;
}

.is-small i.fa-magnifying-glass {
    width: 22px;
    padding-top: 10px;
    font-size: 20px;
    color: #252a2b;
}

.user .fa-user {
    margin-top: 10px;
    background: #000;
    color: #fff;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
}

/* Search */
.iconcart .box-icon .svg-ico-cart {
    width: 22px;
    height: 38px;
}

.iconcart .box-icon .count-holder {
    position: relative;
}

.iconcart .box-icon .count-holder .count {
    position: absolute;
    top: -12px;
    color: #000;
    /* width: auto; */
    font-weight: 700;
    right: 7px;

}

.header-search {
    display: flex;
    float: right;
    width: 190px;
    gap: 20px;
    margin-top: 24px;
    transition: margin-top 0.3s;
    justify-content: flex-end;
}

.header-search .form-search.active {
    display: block !important;
    position: absolute;
    box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
    height: 150px;
    background: #fff;
    top: 120px;
    right: 22px;
    z-index: 20;
    padding: 20px 15px;
    width: 400px;
}

.header-search .form-search p {
    font-size: 17px;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 20px;
    font-weight: 500;
    padding: 6px 10px;
    text-align: center;
    border-bottom: 1px solid #ededed;
}

.header-search .form-search .searchform {
    position: relative;
}

.header-search .form-search .box-triangle {
    position: absolute;
    bottom: calc(100% - 5px);
    margin: 0 auto;
    width: 22px;
    height: 15px;
    right: 130px;
}

.header-search .form-search {
    display: none;
}

.cart-header-sub .cart {
    display: none;
}

.cart-header-sub .cart.active {
    display: block !important;
}

.minicart-body {
    padding: 20px 15px;
    position: absolute;
    right: 20px;
    z-index: 99;
    top: 120px;
    background-color: #fff;
    width: 450px;
    height: auto;
    border: solid 1px #dfe3e8;
    background-image: linear-gradient(to bottom, #ffffff, #f9fafb);
    box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
}

.cart-ttbold {
    padding: 0 20px;
}

.cart-ttbold .ttbold {
    font-size: 16px;
    color: #000;
    margin: 0 0 15px;
    font-weight: 500;
    padding: 6px 10px;
    background: #f3f5f6;
    border: 1px solid #e7ebec;
    text-align: center;
    border-radius: 4px;
}

.woocommerce a.remove {
    float: right;
}

#search-form {
    background: #f5f5f5;
    border: 1px solid #ececec;
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    width: 80%;
    height: 45px;
    padding: 0 55px 0 20px;
    margin: 0;
    display: inline-block;
    border-radius: 0;
    transition: all 150ms linear;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    margin: 0;
    float: left;
}

.search-submit {
    margin: 0;
    float: left;
    border-radius: 0 5px 5px 0;
    border: none;
    width: 45px;
    height: 45px;
    line-height: 45px;
    position: absolute;
    padding: 0;
    color: #000;
    top: 0px;
    right: 0;
    background: transparent;
    outline: none;
    transition: opacity 150ms linear;
    overflow: hidden;
}

.search-submit i {
    color: rgba(0, 0, 0, .5);
    font-size: 14px;
}

.site_account {
    display: none;
}

.site_account.active {
    display: block !important;
}

.site_account_panel_list {
    display: block !important;
    position: absolute;
    box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
    height: auto;
    background: #fff;
    top: 120px;
    right: 22px;
    z-index: 20;
    padding: 20px 15px;
    width: 400px;
}

.site_account_panel_list .password_form {
    display: none;
}

.row h5 {
    font-size: 17px;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    margin: 0;
    color: #000000;
    margin: 0 0 12px;
    line-height: 1.2;
    text-align: center;
}

.row h2 {
    margin: 0 0 10px;
    line-height: 21px;
    font-size: 12px;
    color: #677279;
    text-align: center;
}

.woocommerce-form input.woocommerce-Input {
    display: block;
    padding: 5px 10px 3px;
    border-radius: 2px;
    border: 1px solid #d4d6d8;
    width: 93%;
    line-height: normal;
    height: 35px;
    color: #1e2d7d;
    -webkit-appearance: none;
    resize: none;
    font-size: 12px;
    outline: none;
    box-shadow: 0 1px rgba(212, 214, 216, 0.25) inset;
    transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
}

.login_submit_btn {
    width: 100%;
    outline: none;
    padding: 0 28px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.woocommerce-LostPassword {
    margin-bottom: 4px;
    text-align: center;
}

.woocommerce-LostPassword a {
    margin: 0 0 10px;
    line-height: 21px;
    font-size: 12px;
    color: #677279;
    text-decoration: none;
    text-align: center;
}

.woocommerce-ResetPassword input {
    display: block;
    padding: 5px 10px 3px;
    border-radius: 2px;
    border: 1px solid #d4d6d8;
    width: 93%;
    line-height: normal;
    height: 35px;
    color: #1e2d7d;
    -webkit-appearance: none;
    resize: none;
    font-size: 12px;
    outline: none;
    box-shadow: 0 1px rgba(212, 214, 216, 0.25) inset;
    transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
}

.site_account_header h2 {
    text-align: center;
    border-bottom: 1px solid #ededed;
    padding: 0 0 10px;
    margin-bottom: 12px;
}

.site_account_info ul li {
    padding: 0 4px;
    margin-bottom: 10px;
    LIST-STYLE: NONE;
}

.site_account_info ul li span {
    font-size: 15px;
    color: #282c2d;
    font-weight: 500;
}

.site_account_info ul li a {
    font-size: 15px;
    color: #282c2d;
    font-weight: 500;
    text-decoration: none;
}

.register {
    margin-bottom: 4px;
    text-align: center;
}

.register a {
    margin: 0 0 10px;
    line-height: 21px;
    font-size: 12px;
    color: #677279;
    text-decoration: none;
    text-align: center;
}

#searchresultdata {
    text-align: left;
    padding: 0;
    right: 15px;
    /* top: 49px; */
    background: #FFF;
    overflow: auto;
    z-index: 99999;
    position: relative;
    width: 430px;
    max-height: 200px;
}

.live-search ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
}

.live-search ul li {
    margin: 0;
    padding: 5px 10px;
    cursor: default;
    display: block;
    font: menu;
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
    border-bottom: 1px solid #EEE;
}

.live-search ul li a {
    color: #666;
    display: block;
}

.live-search ul li a img {
    float: left;
    height: 35px;
    margin-right: 10px;
    width: 10%;
    border-radius: 2px;
}

.live-search ul li .thongtins {
    float: left;
    width: 85%;
}

.topcart-respon .tools ul {
    margin: 0;
    padding: 0;
}

.form-seach-mb {
    display: none;
}

@media only screen and (min-width: 1100px) {

    .full-header.sticky .header-logo {
        max-width: 120px;
    }

    .full-header.sticky .main-menu {
        margin-top: 5px;
    }

    .full-header.sticky .header-search {
        margin-top: 10px;
    }

}

@media only screen and (max-width: 1200px) {

    .main-menu {
        float: right;
        margin-top: 0;
        margin-left: 0;
    }

    .header-search {
        margin-top: 0;
        width: 15%;
    }

    .header-search {
        gap: 10px;
    }
}

@media only screen and (max-width: 1100px) {

    .header-logo {
        max-width: 160px;
    }

}

@media only screen and (max-width: 900px) {

    #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-1:after {
        margin: 30px 0 0 5px !important;
    }

    .user .fa-user {
        margin-top: 0;
    }

    #search-form {
        padding: 0px 75px 0 13px;
        height: 35px;
        width: 100%;

    }

    .search-submit {
        top: -2px;
        right: -90px;
    }

    .form-seach-mb {
        width: 85%;
        display: block;
        border-top: 1px solid #f5f5f5;
        padding: 5px;
        height: 40px;
        position: relative;
    }

    .header-search .user {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .header-search .header-cart {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .main-menu-mobe {
        display: block;
    }

    .main-menu,
    .is-small {
        display: none;
    }

    .left-header-top,
    .right-header-top {
        width: 100%;
        text-align: center;
        line-height: 16px;
        font-size: 12px;
    }

    .main-menu {
        width: 90px;
        margin-left: 10px;
        margin-bottom: 10px;
    }

    .site_account_panel_list {
        right: -1px;
        width: 95%;
    }

    .minicart-body {
        width: 95%;
        right: 0px;
    }
}

@media only screen and (max-width: 600px) {
    .form-seach-mb {
        width: 80%;
    }
}

@media only screen and (max-width: 500px) {
    .form-seach-mb {
        width: 73%;
    }

    h1.home_slogan {
        font-size: 45px !important;
    }
}