.header {
    /* display: none; */
    /* background-color: #fff; */
    /* position: absolute; */
    /* position: sticky;
    top: 0;
    left: 0;
    right: 0;*/
    z-index: 50;
    background-color: #e3e3e3;
    position: relative;
}


@media (max-width: 780px) {
.header {
        position: sticky;
        top: 0;
        left: 0;
        right: 0;
        z-index: 50;
    }

}


.header #yt-widget .yt-wrapper_align_right,
.header #yt-widget .yt-button_type_left {
    display: none;
}

.header #yt-widget .yt-button {
    border: none;
    background-color: #e3e3e3;
}

.header .header_top {
    padding: 15px 0 9px;
    border-bottom: 1px solid #ECEFF4;
}

.header .header_top_info {
    /* display: none; */
    padding: 0px 0px 0 40px;
}

.header_top_info_item {
    border-left: 1px solid #818488;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

.header_top_info_item:nth-child(1) {
    border: none;
}

.header_top_info_item .header_top_info_item_more {
    position: absolute;
    display: none;
    /* background-color: #fff; */
    background-color: #e3e3e3;

}

.header_top_info_item.more:before {
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    content: '';
    background-image: url('data:image/svg+xml,<svg width="10" height="7" viewBox="0 0 10 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.175 0.158325L5 3.97499L8.825 0.158325L10 1.33333L5 6.33332L0 1.33333L1.175 0.158325Z" fill="%23818488"/></svg>');
    background-repeat: no-repeat;
    top: 20px;
    right: 0;

}

.header_top_info_item .header_top_info_item_more:hover,
.header_top_info_item:hover .header_top_info_item_more {
    display: block;
    z-index: 50;

}

.header_top_info_item_label {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;

    /* color: #818488; */
    color: #4f4f4f;

}

.header_top_info_item_text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;

    color: #000000;
}

.header_top_info_item_text a {
    color: #000000;
}

.header_button {
    padding: 12px 20px;
    width: 131px;
    background: #F44336;
    border-radius: 8px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    display: block;
    text-align: center;
    text-transform: uppercase;
    margin: -5px 0 0 0;
    float: right;
}

.header_button:hover {
    color: #FFFFFF;
}


.header_middle {
    padding: 10px 0px 5px;
    background-color: #e3e3e3;
}

.header .top-cart {
    position: relative;
    display: inline-block;
    margin: 12px 0 0;
}

.header #counter {
    width: 18px;
    height: 18px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
    display: block;
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: #fff;
    border-radius: 50px;
    text-align: center;
}


.header_middle .navbar-search .input-large {
    border: 1px solid #818488 !important;
    border-radius: 8px;
    width: 100%;
    background: none;
    box-sizing: border-box;
    padding: 14px 20px;
    display: block;
    height: auto;
    margin: 0 auto;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
}

body .header_middle .navbar-search {
    float: none;
    display: block;
    position: relative;
    margin: 7px 0 0;
}

body .header_middle .navbar-search .input-append {
    display: block;
}

.header_middle .navbar-search .search,
.header_middle .navbar-search .search.hidden {
    display: block;
    visibility: visible;

    background-image: url("../images/header/search.png");
    background-repeat: no-repeat;

    background-color: transparent;
    border: none;
    font-size: 0;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 13px;
    right: 16px;
    box-shadow: none;
}

.header_middle_socials a {
    display: inline-block;
    margin: 11px 0 0px 8px;
}

.header_menu .menu-background {
    background: #424853;
}

.header_menu .nav .dropdown.salenav a {
    color: #fff !important;
    text-shadow: unset !important;
}

.header_menu .nav .dropdown.salenav a::before {
    content: '';
    background-image: url("../images/header/ico-discount.png");
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 3px;
}


@media (min-width: 780px) {


    .header_desktop {
        display: block;
    }

    .header_mobile {
        display: none !important;
    }
}

@media (max-width: 780px) {
    .header {
        background-color: #e3e3e3;
    }


    .header_desktop {
        display: none !important;
    }

    .header_mobile {
        display: block;
    }


    .header_menu .menu-background .fixed-div {
        /* background: #fff; */
        background: #e3e3e3;
    }

    .header_menu .nav-collapse,
    .header_menu .nav-collapse.collapse {
        background: #424853;
    }

    .header_menu .navbar .btn-navbar .icon-bar {
        background-color: #424853;
        border-radius: 1px;
        box-shadow: none;
        display: block;
        height: 3px;
        width: 23px;
    }

    .header_menu .dropdown-menu2 {
        top: auto !important;
        background-color: transparent;
        text-align: left;
    }

    .header_menu .menu-background .navbar .btn-navbar {
        float: left;
    }


    /* .header_mobile_line { */
        /* float: right;
        width: 100%;
        max-width: calc(100vw - 54px);
    } */

    .header_mobile_line {
        float: right;
        width: 100%;
        max-width: calc(100vw - 54px);
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 10px 0 0;
    }

    .header_mobile_search {
        position: relative;
        overflow: hidden;
    }

    .header_mobile_search .search-widget {
        float: none;
        margin: 10px;
    }


    .header_mobile_search .navbar-search .input-large {
        border: 1px solid #818488 !important;
        border-radius: 4px;
        width: 100%;
        background: none;
        box-sizing: border-box;
        padding: 8px 14px;
        display: block;
        height: auto;
        margin: 0 auto;
        font-family: 'Roboto';
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
    }

    body .header_mobile_search .navbar-search {
        float: none;
        display: block;
        position: relative;
        margin: 7px 0 0;
    }

    body .header_mobile_search .navbar-search .input-append {
        display: block;
    }

    .header_mobile_search .navbar-search .search,
    .header_mobile_search .navbar-search .search.hidden {
        display: block;
        visibility: visible;

        background-image: url("../images/header/search.png");
        background-repeat: no-repeat;

        background-color: transparent;
        border: none;
        font-size: 0;
        width: 24px;
        height: 24px;
        position: absolute;
        top: 7px;
        right: 16px;
        box-shadow: none;
    }


    .logomob {
        height: 30px;
        display: inline-block;
        margin: 7px 0 0 0;
    }

    .logomob img {
        height: auto;
        max-height: 100%;
        max-width: 100%;
        width: auto;
    }

    .top-cart-mobile {
        height: 24px;
        display: inline-block;
        margin: 7px 0 0 10px;
    }

    .top-cart-mobile img {
        height: auto;
        max-height: 100%;
        max-width: 100%;
        width: auto;
    }


    .callheadermobile {
        margin: 0 20px;
    }


}



.fixed-header {
position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 40;
}
.fixed-header.fixed {display: block;}

.fixed-header  .button_menu_fixed {
    margin: 10px 0 0;
    cursor: pointer;
    max-width: 100%;
}
.fixed-header  .button_menu_fixed.show {
    color: #F44336;
    background: #fff;

}
@media (max-width: 979px) {
.fixed-header .search-widget {
        float: none;
    }
}



@media screen and (max-width: 767px) {
.header_menu .dropdown-menu2 {max-width: 100%;}
.header_menu .dropdown-menu2 .sub_head_menu {
    display: block;
    width: auto;
 }
 .navbar .nav>li {
     margin-right: 0;  }

}