.drop_tk {
    width: 100%;
    position: relative;
    float: left;
    display: flex;
    align-items: center;
    height: 100%;
}

span.text_tk {
    border: 1px solid gray;
    padding: 2px 15px;
    border-radius: 6px;
    display: inline-block;
    cursor: pointer;
}

.list_drop_tk {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(34px);
    background: #394044;
    z-index: 1000;
    border-radius: 3px;
    display: none;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.list_drop_tk a {
    color: #93999d;
    width: 100%;
    float: left;
    padding: 5px 10px;
    font-size: 14px;
}

.list_drop_tk a:hover {
    color: #fff;
}

.right_top_header {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    align-items: center;
}

.box_link_log {
    height: 100%;
    margin-right: 40px;
}

.box_link_log a {
    color: #ed1c24;
    font-size: 14px;
}

.box_link_log a:hover {
    opacity: 0.8;
}


/* / */

.content_gh_header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 100%;
    gap: 10px;
}

a.link_item_header {
    color: #3e474b;
    display: flex;
    align-items: center;
    gap: 10px;
}

.icon_item_gh_header {
    width: 40px;
    height: 40px;
    border: 1px solid gray;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all .3s ease-in-out;

}

.text_item_gh h3 {
    margin: 0 0 0px;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
}

a.link_item_header:hover .icon_item_gh_header {
    color: #ed1c24;
    border-color: #ed1c24;
}


a.link_item_header:hover h3 {
    color: #ed1c24;
}

/*  */

.box_cart_header {
    width: 100%;
    float: left;
    height: 100%;
    text-align: right;
}

a.link_cart_header {
    display: flex;
    height: 100%;
    gap: 10px;
    align-items: center;
    color: #3e474b;
    justify-content: flex-end;
}

.icon_cart {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all .3s ease-in-out;
    background: #ed1c24;
    color: #fff;
}

.text_cart h2 {
    text-transform: uppercase;
    font-size: 16px;
    margin: 0;
}

a.link_cart_header:hover .icon_cart {
    opacity: 0.8;
}

a.link_cart_header:hover h2 {
    opacity: 0.8;
}

.text_item_gh span {
    color: #878787;
}

span.count-cart {
    color: #878787;
}

span.count-cart small {
    font-size: 14px;
}

/*  */


.full-row.full-header-menu {
    background: #333333;
}

a.mega-menu-link {
    font-family: 'roboto condensed' !important;
}

ul.mega-sub-menu {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
}

/* ////////////////////////////////////////////////////////////////////////// */


.full-header-top {
    font-size: 15px;
    background: #f5f5f5;
    padding: 7px 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 {
    padding-top: 5px;
    background: #fff;
    z-index: 999;
    padding-bottom: 5px;
}

.header-logo {
    float: left;
    overflow: hidden;
    transition: all 0.3s;
    width: 100%;
}

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

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

/* menu */

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

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

#search-form {
    width: 100%;
    margin: 0;
    border: none;
    float: left;
    height: 30px;
    padding: 0px 8px;
    outline: none;
    background: #ffffff00;
    padding-left: 10px;
}

.search-submit {
    width: 30px;
    margin: 0;
    background-color: #f5f5f500;
    height: 30px;
    float: left;
    border-radius: 0 5px 5px 0;
    border: none;
    cursor: pointer;
}

.search-submit i {
    color: gray;
    font-size: 14px;
}

form.searchform {
    border: 1px solid gray;
    width: 170px;
    overflow: hidden;
    border-radius: 30px;
    display: flex;
}

button.search-submit:hover i {
    color: #ed1c24;
}

span.mega-toggle-label {
    display: flex;
    align-items: center;
}

#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-1:after {
    display: flex;
    align-items: center;
}

.drop_log {
    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) {



    .header-search {
        margin-top: 0;
    }

    .text_item_gh span {
        display: none;
    }

}

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

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

}

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

    .text_item_gh h3 {
        display: none;
    }

    .content_gh_header {
        justify-content: center;
    }

}

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

    .main-menu {
        float: right;
        width: 80px;
        margin: 5px 0;
    }

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

    .box_link_log {
        height: 100%;
        margin-right: 10px;
    }

}

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

    a.link_cart_header {
        position: relative;
        gap: 0;
    }

    .text_cart h2 {
        display: none;
    }

    span.count-cart small {
        display: none;
    }

    span.count-cart {
        position: absolute;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        background: #fff;
        font-size: 11px;
        font-weight: 700;
        border-radius: 50%;
        min-width: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 0;
        right: 0;
        transform: translate(0px, 10px);
        box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    }

    .box_link_log a:hover {
        opacity: 1;
        color: #fff;
    }

    a.link_item_header {
        gap: 0;
    }
}

@media only screen and (max-width: 500px) {
    .drop_log {
        display: block;
        font-size: 25px;
    }

    .box_link_log {
        position: relative;
    }

    .box_link_login {
        display: none;
        position: absolute;
        width: 100px;
        left: 0;
        top: 0;
        background: #3e474b;
        transform: translate(0px, 37px);
        border-radius: 3px;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    }

    .box_link_login span {
        display: none;
    }

    .box_link_log .box_link_login a {
        padding: 3px 10px;
        color: #93999d !important;
        width: 100%;
        display: block;
    }

    .box_link_log .box_link_login a:hover {
        color: #fff !important;
    }
}