.full-header-top {
    font-size: 13.6px;
    position: relative;
    background-color: #f4efe5;
    padding: 20px 0 0 0;
    height: 70px;
}

.left-header-top {
    color: #fff;
    float: left;
    width: 80%;
    box-sizing: border-box;
    line-height: 35px;
    text-align: right;
}

#hotline-header span {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    cursor: pointer;
    font-weight: 500;
    text-transform: uppercase;
    background: repeating-linear-gradient(to right, #81ce32 0, #256835 25%, #3eba42 50%);
    color: #fff;
    width: 100%;
    background-size: 200% auto;
    background-position: 0 0;
    animation: gradient 2s linear infinite forwards;
    padding: 3px 15px;
    border-radius: 9999px;
    justify-content: space-evenly;
}

#hotline-header span img {
    height: 25px;
    float: left;
    margin-right: 5px;
    padding-top: 0;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.right-header-top {
    color: #fff;
    float: right;
    width: 20%;
    box-sizing: border-box;
    line-height: 35px;
    text-align: right;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

#CRlogin,
.group_cart_head {
    width: 46%;
    box-sizing: border-box;
}

.CRopen_pop_cart {
    gap: 25px;
    text-decoration: none;
    height: 46px;
    background: #5f6c24;
    padding-left: 0;
    min-width: 115px;
    border-radius: 5px;
    position: relative;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0 0 20px;
    color: #fff;
}


.CRToTalCart {
    width: 20px;
    height: 20px;
    background-color: #fece01;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #5f6c24;
    font-family: "UTM Avo", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-left: 6px;
    position: absolute;
    top: 3px;
    right: 55px;
}

.inner-header-top {
    display: flex;
    -webkit-box-align: center;
    gap: 10px;
}

.full-header {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    width: 100% !important;
    z-index: 1;
    background: linear-gradient(rgb(62 187 66), rgb(62 187 66)), url(https://vietnamgrocery.vn/wp-content/themes/local/images/header-vien.png);
    background-repeat: no-repeat;
    background-size: 1920px 155px;
    background-position: bottom;
    height: 80px;
}

.inner-header .row {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.header-logo {
    float: left;
    max-width: 190px;
    overflow: hidden;
    max-height: 190px;
    transition: all 0.3s;
    width: 20%;

}

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

img.site-logo {
    width: auto;
    height: 190px;
    position: absolute;
    top: -75px;
    max-width: 100%;
    max-height: 190px;
}

/* menu */

.main-menu {
    width: 80%;
    float: left;
    padding-top: 30px;
    transition: margin-top 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.google_translate_element_kw_ul {
    padding: 0;
    margin: 0;
}

/* Search */

.header-search {
    float: left;
    transition: margin-top 0.3s;
    width: 100%;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

#search-form {
    background-color: #fff !important;
    color: #333333;
    font-family: "UTM Avo", sans-serif;
    font-weight: 400;
    padding: 5px 20px !important;
    box-shadow: none !important;
    border: none !important;
    width: 100%;
    height: 36px;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    float: left;
}

#CRlogin a {
    text-decoration: none;
    opacity: 1;
    font-family: "UTM Avo", sans-serif;
    line-height: normal;
    color: #f6f6f6;
    height: 46px;
    background: #87ad0a;
    padding-left: 0;
    min-width: 115px;
    border-radius: 5px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.searchform {
    position: relative;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    align-items: center;
    padding-left: 220px;
}

.search-submit {
    box-shadow: none;
    outline: none;
    cursor: pointer;
    position: absolute;
    right: 0;
    height: 100%;
    border: none;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    width: 40px;
    height: 46px;
    top: 0;
}

.search-submit i {
    font-size: 16px;
    color: #87ad0a;
}

.cart-mb {
    display: none;
}

/* li.g_t_kw_li:first-child {
    display: none !important;
} */

.google_translate_element_kw_ul {
    display: flex;
}

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

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

    .full-header.sticky .header-logo img.site-logo {
        width: auto;
        height: auto;
        position: unset;
    }

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

    .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;
    }

}

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

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

}

@media only screen and (max-width: 900px) {
    .cart-mb {
        display: block;
    }

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

    img.site-logo {
        height: auto;
        position: unset;
        max-width: 85%;
    }

    .full-header-top {
        display: none;
    }

    .full-header {
        height: auto;
        padding: 5px 0px;
        margin-top: 0;
    }

    .main-menu {
        padding-top: 0;
        gap: 10px;
        align-items: center;
    }

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

    .inner-header .row {

        width: 95%;
        margin-right: 15px;
        margin-left: 15px;
    }
}