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

    img.site-logo {
        width: 100% !important;
        height: auto !important;
    }
    .full_menu ul#mega-menu-max_mega_menu_1 > li > a::before {
        border-bottom: 0!important;
    }
    

}

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

    form.searchform {
        height: 40px;
    }
    #search-form {
        height: 40px!important;
    }
    .search-submit {
        height: 40px!important;
    }
    .left-header-top {
        width: 100%!important;
        text-align: center!important;
    }
    .right-header-top {
        width: 100%!important;
        justify-content: center!important;
    }

}





/* .full-header-top {background-color: #018791;font-size: 13.6px;} */

/* .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 {padding-top: 5px;background: #fff;z-index: 999;padding-bottom: 5px;margin-top: 5px;} */

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

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

/* img.site-logo {max-width: 100%;max-height: 120px;} */

/* menu */

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

/* Search */

/* .header-search {float: right;width: 190px;margin-top: 24px;transition: margin-top 0.3s;} */

/* #search-form {width: 150px;box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);margin: 0;border: 1px solid #ddd;float: left;height: 26px;padding: 0px 5px;border-radius: 5px 0 0 5px;} */

/* .search-submit {width: 28px;margin: 0;background-color: #01959f;height: 28px;float: left;border-radius: 0 5px 5px 0;border: none;} */

/* .search-submit i {color: #fff;font-size: 14px;} */

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

}

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

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

}

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



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

}

/* header top ///////////////////////////////////////////////////////////////////////////////////////////////////////////// */

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

.right-header-top {
    color: #fff;
    float: right;
    width: 50%;
    line-height: 50px;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    align-items: center;
}
.right-header-top>a {
    display: flex;
    align-items: center;
}

a.header_top_hotline {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    gap: 10px;
}
/* header logo /////////////////////////////////////////////////////////////////////////// */

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

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

.header-search {
    float: left;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

form.searchform {
    width: 100%;
    max-width: 600px;
    display: flex;
    border: 1px solid #c7d8c5;
    border-radius: 10px;
    overflow: hidden;
}

#search-form {
    width: 100%;
    margin: 0;
    float: left;
    height: 50px;
    padding: 0px 5px;
    outline: none;
    border: #fff;
}

.search-submit {
    width: 40px;
    margin: 0;
    height: 50px;
    float: left;
    border-radius: 0 5px 5px 0;
    border: none;
    background: #ffffff;
}

.search-submit i {
    color: #c7d8c5;
    font-size: 20px;
}

.header-user {
    width: 100%;
    float: left;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}

/* header main /////////////////////////////////////////////////////////////////////////////// */

.full-header {
    padding-top: 10px;
    background: #fff;
    border-bottom: 2px solid #04760c;
    background-color: #fff;
}

.full_menu {
    float: left;
    transition: margin-top 0.3s;
}

ul.mega-sub-menu {
    box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.33)!important;
}
ul.mega-sub-menu>li {
    border-bottom: 1px solid #ddd !important;
}
.full_logo_header {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
/* first menu */

@media only screen and (min-width: 1000px) {
    ul#mega-menu-max_mega_menu_1>li:first-child>a {
        background: #04760c !important;
        color: #fff !important;
        border-radius: 10px 10px 0 0 !important;
        width: 250px !important;
        display: flex !important;
        justify-content: center;
    }

    ul#mega-menu-max_mega_menu_1 > li > a::before {
        content: '';
        position: absolute !important;
        width: 0 !important;
        height: 0 !important;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 9px solid #04760c;
        bottom: -2px;
        left: calc(50% - 3.5px);
        visibility: hidden;
    }
    ul#mega-menu-max_mega_menu_1 > li.mega-current-menu-item > a::before {
        visibility: visible;
    }
    ul#mega-menu-max_mega_menu_1 > li > a:hover::before {
        visibility: visible;
    }
    

    
    

}

.bor_lo_re {
    position: relative;
}

.box_lo_re {
    position: absolute;
    width: 130px;
    box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
    right: 0;
    visibility: hidden;
}
.box_lo_re:hover {
    visibility: visible;
}

.box_lo_re>a {
    width: 100%;
    float: left;
    color: #000;
    padding: 3px 10px;
    border-bottom: 1px solid #ddd;
}

a.link_user {
    display: block;
}
a.link_user:hover + .box_lo_re {
    visibility: visible;
}

.bor_cart {
    position: relative;
}

.bor_cart a {
    display: block;
}

span.count-cart {
    position: absolute;
    background: #04760c;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    border-radius: 50%;
    min-width: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    transform: translate(8px, -8px);
}
.bor_wishlist {
    position: relative;
}
.bor_wishlist .fa-heart-o:before{
    content: '';
}
.bor_wishlist .fa{
    font-family: SVN-Gilroy, sans-serif;
    font-weight: 100;
}
span.count_wishlist {
    position: absolute;
    background: #04760c;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    border-radius: 50%;
    min-width: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    transform: translate(8px, -8px);
}

span.count_wishlist a {
    color: #fff;
}