#header {
    background-color: #FFFFFF;
    width: 100%;
}

    #header #header-content {
        padding-top: 5px;
        padding-bottom: 10px;
    }

    #header #logo-header 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;
            -webkit-box-pack: justify;
            justify-content: flex-end;
            gap: 20px;
            /*-webkit-box-align: center;*/
            align-items: flex-end !important;
        }

        #header #header-info .info-list-item {
            list-style: none;
            position: relative;
            text-align: center;
        }

            #header #header-info .info-list-item a {
                text-decoration: none;
            }

.tiktok-mobile-icon {
    background-image: url("/images/icons/icon-tiktok.png");
    height: 25px;
    width: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.instagram-mobile-icon {
    background-image: url("/images/icons/icon_instagram.png");
    height: 25px;
    width: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.phone-number {
    color: white;
    font-size: 12px;
    text-align: center;
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    justify-content: start;
}

    .phone-number a {
        color: white;
        text-decoration: none;
    }

        .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: rgba(209, 35, 43, 1);
    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: #B81D22;
    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: #B81D22;
    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 #nav-header-info {
        position: relative;
        width: 100%;
    }

        #link-nav768 #nav-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: flex-end;
            gap: 5px;
        }

        #link-nav768 #nav-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: #B81D22;
    }

        #header #search-extra {
            color: #FFFFFF;
        }
}

#profile-link-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

    #profile-link-wrapper img {
        max-height: 24px;
        max-width: 24px;
    }

    #profile-link-wrapper div {
        font-size: 11px;
        color: rgba(209, 35, 43, 1);
    }
