#header {
    background-color: #FFFFFF;
    width: 100%;
}

    #header #header-content {
        padding-top: 5px;
        padding-bottom: 10px;
    }

    #header #logo a img {
        max-width: 100%;
        object-fit: contain;
        cursor: pointer;
        position: relative;
        display: block;
        padding: 5px;
        height: 75px;
    }

    #header #search {
        min-width: 150px;
        position: relative;
        width: 100%;
    }

        #header #search .search-name {
            border: 1px solid #7c7c7b;
            box-sizing: border-box;
            color: #7c7c7b;
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            height: 39px;
            letter-spacing: .05em;
            line-height: 39px;
            padding-left: 10px;
            padding-right: 39px;
            width: 100%;
            border-radius: 20px;
        }

        /*#header #search .search-icon {
    position: absolute;
    display: block;
    top: 50%;
    right: 10px;
    transform: translate(0,-50%);
    cursor: pointer;
}*/

        #header #search .search-icon {
            background: url("/media/img/search-icon.png");
            background-repeat: no-repeat;
            background-position: 0px 0px;
            box-sizing: border-box;
            border: none;
            cursor: pointer;
            display: block;
            height: 23px;
            position: absolute;
            text-indent: -9999px;
            right: 10px;
            top: 50%;
            transform: translate(0,-50%);
            width: 23px;
        }

    /*search-extra*/
    #header #search-extra {
        position: relative;
        padding-top: 5px;
        color: #0b4b7d;
        font-size: 13px;
    }

        #header #search-extra label {
            margin: 0;
        }

        #header #search-extra .search-detail {
            position: relative;
            top: 1px;
        }

    /*header-info*/
    #header #header-info {
        position: relative;
        width: 100%;
    }

        #header #header-info .info-list {
            margin: 0 0 0 auto;
            padding: 0;
            display: flex;
            justify-content: flex-end;
            align-items: center;
            gap: 20px;
        }

        #header #header-info .info-list-item {
            list-style: none;
            position: relative;
            text-align: center;
        }

            #header #header-info .info-list-item a {
                text-decoration: none;
            }

.phone-number {
    color: white;
    font-size: 18px;
    text-align: center;
}

    .phone-number a {
        color: white;
        text-decoration: none;
    }

        .phone-number a:hover {
            color: #6c7c7b;
        }


#header #header-info .phone-number {
    color: #7c7c7b;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
}

    #header #header-info .phone-number a {
        color: #7c7c7b;
        text-decoration: none;
    }

        #header #header-info .phone-number a:hover {
            color: #6c7c7b;
        }

#header #header-info .call-me {
    color: #0b4b7d;
    font-size: 15px;
    text-decoration: underline;
    text-align: center;
    align-items: center;
    justify-content: center;
}

#header #header-info .info-list-item .b2b-style {
    color: #f8ab5f;
}

#header #header-info .info-list .info-list-title {
    font-size: 11px;
    color: #0b4b7d;
    position: relative;
    top: -7px;
    text-align: center;
}

#header .header-cart-basket-count, #link-nav768 .header-cart-basket-count {
    line-height: 1.7;
    /*display: none;*/
    text-align: center;
    color: #fff;
    position: absolute;
    top: 6px;
    right: -6px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #f8ab5f;
    font-size: 13px;
}

    #header .header-cart-basket-count.show, #link-nav768 .header-cart-basket-count.show {
        display: block;
    }

#header .header-favoritelist-count, #link-nav768 .header-favoritelist-count {
    line-height: 1.7;
    /*display: none;*/
    text-align: center;
    color: #fff;
    position: absolute;
    top: 6px;
    right: -6px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #f8ab5f;
    font-size: 13px;
}

    #header .header-favoritelist-count.show, #link-nav768 .header-favoritelist-count.show {
        display: block;
    }

/*-----------------------------------------------#link-nav768 ----------------------------------------------------*/

#link-nav768 {
    display: none;
    padding: 10px 0 10px 0;
}

    #link-nav768 #header-info {
        position: relative;
        width: 100%;
    }

        #link-nav768 #header-info .info-list {
            margin: 0 0 0 auto;
            padding: 0;
            display: flex;
            -webkit-box-pack: justify;
            justify-content: flex-end;
            -webkit-box-align: center;
            align-items: center;
            gap: 1rem;
        }

        #link-nav768 #header-info .info-list-item {
            list-style: none;
            position: relative;
            text-align: center;
        }

    /* #link-nav768 #header-info .info-list-item {
    }*/

    #link-nav768 #logo a img {
        max-width: 100%;
        object-fit: contain;
        cursor: pointer;
        position: relative;
        display: block;
        padding: 0;
        height: 50px;
    }

    #link-nav768 .logo-menu {
        background-image: url("/images/main/menu_mobile.png");
        background-repeat: no-repeat;
        background-size: 31px 22px;
        background-position: left center;
        color: #FFFFFF;
        height: 59px;
        display: block;
        position: relative;
        padding: 0;
    }

@media (max-width: 991px) {
    #link-nav768 {
        display: block;
    }

    .header-logo-md {
        display: none;
    }

    #header {
        background-color: #E04900;
    }

        #header #search-extra {
            color: #FFFFFF;
        }
}
