.wd-toolbar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 350;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 5px;
    height: 55px;
    background-color: var(--bgcolor-white);
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.12)
}

.wd-toolbar>a {
    display: flex;
    align-items: center;
    justify-content: center
}

.wd-toolbar>a,
.wd-toolbar>div {
    flex: 1 0 20%
}

.wd-toolbar>a,
.wd-toolbar>div a {
    height: 45px
}

.wd-toolbar .wd-header-cart.wd-design-5 {
    margin-right: 0
}

.wd-toolbar.wd-toolbar-label-show>a,
.wd-toolbar.wd-toolbar-label-show>div a {
    position: relative;
    padding-bottom: 15px
}

.wd-toolbar.wd-toolbar-label-show .wd-toolbar-label {
    display: block
}

.global-color-scheme-light .wd-toolbar a {
    color: #fff
}

.global-color-scheme-light .wd-toolbar a:hover {
    color: rgba(255, 255, 255, 0.8)
}

.wd-toolbar-label {
    position: absolute;
    right: 10px;
    bottom: 3px;
    left: 10px;
    display: none;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
    font-size: 11px;
    line-height: 1;
    padding: 1px 0
}

.wd-toolbar-ruler .wd-tools-icon:before {
    content: "\f13f";
    font-family: "woodmart-font"
}

.wd-toolbar-grid-categories .wd-tools-icon:before {
    content: "\f118";
    font-family: "woodmart-font"
}

.wd-toolbar-grid-products .wd-tools-icon:before {
    content: "\f122";
    font-family: "woodmart-font"
}

.wd-toolbar-plus .wd-tools-icon:before {
    content: "\f143";
    font-family: "woodmart-font"
}

@media (min-width: 1025px) {
    .wd-toolbar {
        display: none
    }
}

@media (max-width: 1024px) {
    .sticky-toolbar-on {
        padding-bottom: 55px
    }

    .sticky-toolbar-on .wd-sticky-btn {
        bottom: 55px
    }

    .sticky-toolbar-on .scrollToTop {
        bottom: 67px
    }

    .sticky-toolbar-on .wd-sticky-btn-shown.scrollToTop {
        bottom: calc(12px + 55px + var(--wd-sticky-btn-height))
    }

    .lcs-floating-notice {
        bottom: 55px !important;
        z-index: 999 !important;
    }
}

@media (max-width: 768.98px) {
    .sticky-toolbar-on.wd-sticky-btn-on-mb {
        padding-bottom: calc(55px + var(--wd-sticky-btn-height))
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .sticky-toolbar-on.wd-sticky-btn-on {
        padding-bottom: calc(55px + var(--wd-sticky-btn-height))
    }
}