#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%;
            margin-bottom: 10px
        }


#search {
    position: relative;
    display: flex;
    align-items: center;
}

#input-s1 {
    width: 100%;
    padding-right: 40px;
}

#search-btn {
    position: absolute;
    right: 15px;
    top: 5px;
    width: 30px;
    height: 30px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="gray"><path d="M10 2a8 8 0 1 1-5.29 14.29l-3.8 3.8a1 1 0 0 1-1.42-1.42l3.8-3.8A8 8 0 0 1 10 2zm0 2a6 6 0 1 0 4.24 10.24A6 6 0 0 0 10 4z"></path></svg>') no-repeat center;
    background-size: 20px;
    border: none;
    cursor: pointer;
    background-color: transparent;
}

        /*#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;
            -webkit-box-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            align-items: center;
        }

        #header #header-info .info-list-item {
            list-style: none;
            position: relative;
            text-align: center;
        }

            #header #header-info .info-list-item a {
                text-decoration: none;
            }

        #header #header-info .phone-number {
            color: #7c7c7b;
            font-weight: bold;
            font-size: 20px;
            text-align: center;
        }

            #header #header-info .phone-number a {
                color: #0b4b7d;
                text-decoration: none;
            }

        #header #header-info .store-location {
            color: #757575;
            font-size: 12px;
        }

        #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-item .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;
        }

@media (max-width: 991px) {
    #header #search .search-name {
        margin-bottom: 0px
    }
}

/*-----------------------------------------------#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;
        }

        #link-nav768 #header-info .info-list-item {
            list-style: none;
            position: relative;
            text-align: center;
        }

    #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: #0b4b7d;
    }

        #header #search-extra {
            color: #FFFFFF;
        }
}

@media (max-width: 1250px) {
    #header #header-info .phone-number {
        font-size: 16px
    }
}

@media (max-width: 1100px) {
    #header #header-info .phone-number {
        font-size: 13px
    }
    #header #header-info .store-location {
        font-size: 10px;
    }
}

@media (max-width: 560px) {
    .phone-number {
        margin-right: 30px
    }
    .phone-number span {
        display: none;
    }
}

#header-info .flexbox-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 20px;
    flex-wrap: nowrap;
}

    #header-info .flexbox-wrapper .contacts-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #header-info .flexbox-wrapper .favorite_icon {
        align-self: center;
    }
