.sd-toolbar {
    position: fixed;
    inset-inline: 0;
    bottom: 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)
}

.sd-toolbar > a {
    display: flex;
    align-items: center;
    justify-content: center
}

.sd-toolbar > a, .sd-toolbar > div {
    flex: 1 0 20%
}

.sd-toolbar > a, .sd-toolbar > div a {
    height: 45px
}

.sd-toolbar .sd-header-cart.sd-design-5 {
    margin-left: 0
}

.sd-toolbar.sd-toolbar-label-show > a, .sd-toolbar.sd-toolbar-label-show > div a {
    position: relative;
    padding-bottom: 15px
}

.sd-toolbar.sd-toolbar-label-show .sd-toolbar-label {
    display: block
}

.global-color-scheme-light .sd-toolbar a {
    color: #fff
}

.global-color-scheme-light .sd-toolbar a:hover {
    color: rgba(255, 255, 255, 0.8)
}

.sd-toolbar-label {
    position: absolute;
    inset-inline: 10px;
    bottom: 3px;
    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
}

.sd-toolbar-shop .sd-tools-icon:before {
    content: "\f146";
    font-family: "sandbox-font"
}

.sd-toolbar-blog .sd-tools-icon:before {
    content: "\f145";
    font-family: "sandbox-font"
}

.sd-toolbar-home .sd-tools-icon:before {
    content: "\f144";
    font-family: "sandbox-font"
}

.sd-toolbar-link .sd-tools-icon:before {
    content: "\f140";
    font-family: "sandbox-font"
}

.sd-toolbar-link .sd-custom-icon {
    min-width: auto
}

.sd-toolbar-link .sd-custom-icon img {
    width: auto;
    height: 20px
}

.sd-toolbar-shop-cat .sd-tools-icon:before {
    content: "\f15a";
    font-family: "sandbox-font"
}

body:not(:has(.sd-nav-side-hidden-mb-on)) .sd-toolbar-shop-cat {
    display: none
}

@media (min-width: 1025px) {
    .sd-toolbar {
        display: none
    }
}

@media (max-width: 1024px) {
    .sticky-toolbar-on {
        padding-bottom: 55px
    }

    .sticky-toolbar-on .sd-sticky-btn {
        bottom: 55px
    }

    .sticky-toolbar-on .scrollToTop {
        bottom: 67px
    }

    .sticky-toolbar-on .sd-sticky-btn-shown.scrollToTop {
        bottom: calc(12px + 55px + var(--sd-sticky-btn-height))
    }
}

@media (max-width: 768.98px) {
    .sticky-toolbar-on.sd-sticky-btn-on-mb {
        padding-bottom: calc(55px + var(--sd-sticky-btn-height))
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .sticky-toolbar-on.sd-sticky-btn-on {
        padding-bottom: calc(55px + var(--sd-sticky-btn-height))
    }
}
