body .wd-toolbar{
    box-shadow: none;
    height: auto;
    padding-top: 12px;
    padding-bottom: 10px;
    padding-inline: 0;
    box-shadow: 0 1px 0px 3px #e8e8eb;
}

.wd-toolbar.wd-toolbar-label-show .wd-toolbar-label{
    font-weight: normal;
    font-family: 'TT Fors Medium';
    position: relative;
    inset: initial;
    bottom: initial;
    padding: 0;
}

body .wd-toolbar.wd-toolbar-label-show>a,
body .wd-toolbar.wd-toolbar-label-show>div a{
    height: auto;
    padding-bottom: 0;
    flex-direction: column;
    gap: 6px;
    color: var(--wd-text-color);
}

body .wd-toolbar-home .wd-tools-icon:before{
    content: '';
    font-family: initial;
    background-image: url(/wp-content/uploads/2024/04/home-icon-regular.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
    height: 20px;
    width: 20px;
}

body .wd-toolbar .wd-header-my-account .wd-tools-icon:before{
    content: '';
    font-family: initial;
    background-image: url(/wp-content/uploads/2024/02/account-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
    height: 20px;
    width: 20px;
}

body .wd-toolbar .wd-header-mobile-nav .wd-tools-icon:before{
    content: '';
    font-family: initial;
    background-image: url(/wp-content/uploads/2024/02/menu-icon-v2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
    height: 20px;
    width: 20px;
}

body .wd-toolbar .wd-toolbar-link .wd-tools-icon:before{
    content: '';
    font-family: initial;
    background-image: url(/wp-content/uploads/2024/04/whatsapp-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
    height: 20px;
    width: 20px;
}

body .wd-toolbar .wd-toolbar-link:nth-child(1) .wd-tools-icon:before{
    content: '';
    font-family: initial;
    background-image: url(/wp-content/uploads/2024/04/tag-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
    height: 19px;
    width: 19px;
}