/**/
.full-header {
    padding: 25px 0 0;
    background: #fff;
    z-index: 9;
    border-bottom: 1px solid #E6E6E6;
}
.full-row.full-header.sticky {
    position: sticky;
    top: 0;
}
.full-row.full-header.sticky .site-logo {
  max-height: 50px;
}
.full-row.full-header.sitcky img.site-logo {
  max-height: 50px;
}
.full-row.full-header.sticky {
  padding-top: 5px;
}
.header-wrap {
    margin-bottom: 20px;
}
.full-header.sticky .header-wrap {
    margin-bottom: 5px;
}
.full-header.sticky  #menu_category_header {
    min-height: 30px;
    display: flex;
    align-items: center;
}

.mascot {
    max-height: 100px;
}
.header-right .mascot {
    animation: phonering-alo-circle-img-anim 2.5s infinite cubic-bezier(.45,.05,.55,.95);
}
.header-logo {
    display: block;
    max-width: 185px;
    overflow: hidden;
    max-height: 120px;
    transition: all 0.3s;
}
.header-logo a {
    display: flex;
    width: 100%;
    align-items: center;
}

img.site-logo {
    max-width: 100%;
    max-height: 120px;
    transition: .3s all;
}

.header-center {
    flex: 1;
    padding: 0 20px 0 30px;
}

/* Search */
.header-search {
    width: 300px;
}
.header-search form {
    position: relative;
}

#search-form {
    width: 100%;
    padding: 9px 50px 10px 15px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    display: inline-block;
    border-radius: 16px;
    height: 34px;
    background-color: #F9F9F9;
}
.search-submit {
    position: absolute;
    padding: 0;
    top: 6px;
    right: 10px;
    background-color: #ec5c15;
    border: 0;
    width: 22px;
    height: 22px;
    font-size: 11px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100% !important;
}

.search-submit i {
    color: #fff;
}
#search-form:focus, 
#search-form:hover {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
}
/**/
.header-right {
    display: flex;
    align-items: center;
}
.header-right i {
    color: #ec5c15;
    margin-right: 7px;
}
.header-cart .num-count {
    width: 28px;
    height: 28px;
    margin-left: 10px;
    background: #FFE600;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 13px;
    line-height: 100%;
    color: #222222;
}

.header-htch a,
.dropdown-login-user a.title-btn {
    display: block;
    color: #fff;
    background: #0c6377;
    border-radius: 4px;
    padding: 7px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: normal;
}

/**/
.dropdown-login-user {
    position: relative;
    padding-left: 20px;
}
.dropdown-login-user a {
    color: #fff;
    text-transform: uppercase;
}
.dropdown-login-user::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 15px;
    background: 0 0;
    display: none;
    z-index: 8;
}
.dropdown-login-user ul {
    list-style: none;
    position: absolute;
    display: none;
    top: 30px;
    right: 0;
    z-index: 2;
    background: #fff;
    width: 100%;
    min-width: 200px;
    border: 1px solid #efefef;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.18);
    text-align: right;
    margin: 0;
    font-weight: normal;
}
.dropdown-login-user ul a {
    display: block;
    padding: 7px 10px;
    color: #1c1c1c;
    text-transform: uppercase;
}
.dropdown-login-user:hover ul {
    display: block;
}

.header-tgdh a, 
.dropdown-login-user {
    display: flex;
    align-items: center;
}
.header-tgdh span,
.dropdown-login-user {
    display: block;
    font-weight: bold;
}
/*cart*/
.header-cart {
    position: relative;
    padding: 13px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.header-cart span.text {
    text-transform: uppercase;
    font-weight: bold;
}   
.cart-header .icon-mini-cart{
    width: 30px;
    font-size: 20px;
    color: rgba(102,102,102,.85);
    margin-left: 5px;
}
.cart-header-sub .btn-show-cart{
    position: relative;
}
.cart-header-sub {
    display: flex;
    align-items: center;
}
.btn-show-cart b.cart-count {
    position: absolute;
    top: -15px;
    right: 3px;
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.3);
    height: 17px;
    width: 17px;
    line-height: 17px;
    background-color: #ffbe00;
    border-radius: 99px;
    color: #fff;
    font-size: 11px;
    text-align: center;
}
.btn-show-cart{
    display: inline-block;
    font-size: 13px;
    color: #bdbdc6;
    line-height: 19px;
}
.btn-show-cart span.iconcart{
    position: relative;
    display:flex;
}
.btn-show-cart span.iconcart i {
    font-size: 20px;
    color: #fff;
}
/*mini cart*/
.header-cart .cart{
    display: none;
    position: absolute;
    top: 40px;
    right: -50px;
    background: #fff;
    padding: 0;
    text-align: left;
    z-index: 10000;
}
.header-cart:hover .cart{
    display: block;
}
.header-cart .btn-show-cart img{
}
.cart-header .minicart-body{
    padding: 5px 0px;
    margin: 0;
    max-height: 582px;
    width: 305px;
    border: solid 2px #ddd;
    border: solid 2px #ddd;
    box-shadow: 1px 1px 15px rgba(0,0,0,0.15);
}
.cart-header .woocommerce-mini-cart{
    padding: 0 20px !important;
    overflow-y:auto; 
    max-height: 400px;
}
.cart-header .woocommerce-mini-cart__total.total,
.woocommerce .cart-header .woocommerce-mini-cart__total.total{
    margin:20px 0;
    padding:0 20px;
}
.cart-header li{
    list-style: none;
    overflow: hidden;
    border-bottom: 1px solid #ebebeb; 
    padding: 10px 0 !important; 
    font-size: 14px;
    font-weight: normal;
}
.cart-header li+li{
    padding-top: 20px;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a{
    font-weight: normal !important;
}
.woocommerce .cart-header a.remove:hover {
    color: inherit;
    background: inherit;
}
.cart-header .minicart-body a.remove {
    float: right;
    text-align: right;
    font-size: 17px;
    line-height: 18px;
    padding-left: 5px;
    font-weight: 700 !important;
    color: #7b8395 !important;
}
.cart-header .minicart-body a.remove:hover{
    color: #226fe9 !important;
}
.cart-header .minicart-body a .attachment-woocommerce_thumbnail  {
    float: left !important;
    width: 60px !important;
    min-height: 60px;
    height: auto;
    margin-right: 15px;
} 
.cart-header .quantity {
    display: block;
    font-size: 13px;
    margin-left: 70px;
    color: #333;
}
.nd-quantity {
    width: 50px;
    padding: 6px 18px;
    border: 1px solid #eaebf3;
    border-radius: 20px;
    display: block;
}
.cart-header .amount {
    font-weight: bold;
    color: #dd3333;
    margin-bottom: 5px;
    font-size: 15px;
}
.cart-header  .total .amount {
    font-weight: bold;
    float: right;
}
.cart-header .total{
    font-size: 16px;
}
.cart-header .total strong{
    font-size: 14px;
    font-weight: 500;
    color: #333;
}
.cart-header .woocommerce-mini-cart__buttons{
    padding:0 20px;
}
.woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl{
    border:0 !important;
}
.cart-header .minicart-body .variation dt{
    display: none;  
}
.cart-header .minicart-body .variation,
.cart-header .minicart-body .variation dd ,
.cart-header .minicart-body .variation dd p{
    display: initial;
    margin:0;
    float: none;
}
.cart-header .minicart-body dl.variation::before{
    content:"-";
    display: initial;
}
.cart-header .minicart-body dl.variation dd::before{
    content:"/";
}
.cart-header .minicart-body dl.variation dd:first-child::before{
    display: none;
}

.woocommerce .cart-header .cart .button.checkout.wc-forward,
 .cart-header .cart .button.checkout.wc-forward{
    padding: 8px 20px;
    text-align: left;
    cursor: pointer;
    text-decoration: none;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0;
    background: #226fe9;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    height: auto;
    width: auto;
}
.woocommerce .cart-header .cart .button.wc-forward ,
.cart-header .cart .button.wc-forward {
    background: #e9edf5;
    color: #fff;
    border: 0;
    font-size: 14px;
    padding: 8px 20px !important;
    text-align: left;
    cursor: pointer;
    text-decoration: none;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0;
    text-align: center;
    display: block;
    height: auto !important; 
    width: auto ;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 500;
}
.woocommerce-mini-cart__empty-message{
    padding:0 20px;
}

.cart-header .minicart-body p.woocommerce-mini-cart__empty-message{
    float: none;
    margin-bottom: 0;
}
/*.cart-header .minicart-body p.woocommerce-mini-cart__buttons .button:first-child{
    display: none;
}*/
/*end cart mini*/

/* menu */
.full-menu.sticky,
body:not(.home) .full-menu{
    box-shadow:rgba(0, 0, 0, 0.12) 0px 1px 3px 0px, rgba(0, 0, 0, 0.14) 0px 0px 1px 0px, rgba(0, 0, 0, 0.12) 0px 2px 1px -1px;
}
.full-menu.sticky{  
    -webkit-animation: stuckMoveDown .8s;
    animation: stuckMoveDown .8s;
    z-index: 99999;
}
@keyframes stuckMoveDown {
 0% {
  -webkit-transform:translateY(-100%);
  transform:translateY(-100%)
 }
 100% {
  -webkit-transform:translateY(0);
  transform:translateY(0)
 }
}
/*menu danh muc*/
.full-menu {
    position: relative;
    overflow-x: clip;
    background-color: #fff;
}
.main-menu{
    flex: 1;
    font-weight: 500;
}
.menu-wrap {
    align-items: center;
}
.category-header {
    position: relative;
    z-index: 8;
    margin-right: 10px;
}
#menu_category_header {
    position: relative;
    width: 100%;
    min-height: 50px;
}
#menu_category_header .category-heading {
    cursor: pointer;
    position: relative;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
}
#menu_category_header .category-heading i{
    margin-right: 5px;
    color: #ec5c15;
}
#menu-dm-box {
    display: none;
    position: absolute;
    width: 100%;
    border: 1px solid #ddd;
    width: 250px;
    background-color: #fff;
    padding: 15px 0;
    top: 100%;
    height: 400px;
/*    overflow-y: auto;*/
}
#menu_category_header:hover #menu-dm-box {
    display: block;
}
    #menu-dm-box #mega-menu-wrap-menu_danh_muc #mega-menu-menu_danh_muc > li.mega-menu-item{
        width: 100% !important;
        position: unset;
    }
    #menu-dm-box #mega-menu-wrap-menu_danh_muc #mega-menu-menu_danh_muc li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
        float: right;
    }
@media only screen and (min-width: 640px) {
    #menu-dm-box #mega-menu-wrap-menu_danh_muc #mega-menu-menu_danh_muc > li.mega-menu-flyout ul.mega-sub-menu {
     left:100%!important;
     top:0;
     height: 400px;
     top: -15px;
     border-right: 1px solid #D9D9D9;
     border-bottom: 1px solid #D9D9D9;
    }
    #menu-dm-box #mega-menu-wrap-menu_danh_muc #mega-menu-menu_danh_muc  > li.mega-menu-megamenu > ul.mega-sub-menu {
        min-width: 840px;
        max-width: 1200px;
        left: 100% !important;
        top: 0;
    }
}
@media only screen and (min-width: 1100px) {
    /**/
}

@media only screen and (max-width: 1400px) {
    .header-cart .cart {
        right: 0;
        top: 30px;
    }
}
@media only screen and (max-width: 1200px) {
    .header-htch a, .dropdown-login-user a.title-btn {
        letter-spacing: 0;
        font-size: 13px;
        padding: 5px;
    }
    .header-search {
        width: 100%;
        margin-top: 10px;
    }
    .full-header {
        padding: 15px 0;
    }
    .header-cart .cart {

    }
}
@media only screen and (max-width: 990px) {
    .dropdown-login-user {
        margin-right: 0;
    }
    /**/
    .dropdown-login-user {
        padding: 0px 10px;
    }
    .btn-show-cart span.iconcart i {
        font-size: 16px;
    }

/*    #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-1::after{
        margin: 0 !important;
    }*/
}

@media only screen and (max-width: 1100px) {
    .header-logo {
        max-width: 150px;
    }
}

@media only screen and (max-width: 900px) {
    .header-htch, .dropdown-login-user {
        display: none;
    }
    .header-center {
        padding-right: 15px;
    }
    .main-menu {
        flex: unset;
    }
}
@media only screen and (max-width: 900px) {
    #menu_category_header{
        min-height: auto;
    }
    #menu_category_header .category-heading{
/*        display: none;*/
        margin-top: 0;
    }
    .menu-wrap {
        align-items: center !important;
    }
    #search-form {
        height: 35px;
    }
}
@media only screen and (max-width: 810px) {
    .header-tgdh, .dropdown-login-user {
        display: none;
    }
}
@media only screen and (max-width: 640px) {
    img.site-logo {
        max-height: 100px;
    }
    .category-header {
        max-width: 50%;
    }
    .header-cart .text,
    .header-hotline{
        display: none;
    }
    .header-cart .num-count {
        margin-left: 6px;
    }
    .header-right i {
        margin-right: 0;
        font-size: 22px;
    }
    .sticky .header-search{
        display: none;
    }
    .header-right .mascot{
        width: 60px;
    }
}