

/* Start:/local/templates/aspro-lite/css/bottom-icons-panel.css?17121327882820*/
.bottom-icons-panel {
    position: fixed;
    position: sticky;
    width: 100%;
    left: 0;
    bottom: 0px;
    background: #fff;
    background: var(--card_bg_black);
    box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.1);
    z-index: 992;
    padding-bottom: env(safe-area-inset-bottom, 22px);
    order: 9999;
    margin-top: auto;
    /* top: calc(100dvh - 67px); */
    overflow-x: auto;
    overflow-y: auto;
}

.bottom-icons-panel__content {
    display: flex; /*justify-content: space-between;*/
    width: 100%;
    /* overflow-x: auto;
    overflow-y: auto; */
    /* -webkit-overflow-scrolling: auto; */
    /* -webkit-overflow-scrolling: touch; */
    padding-bottom: 5px;
    transform: translateZ(0);
    /* padding-bottom: env(safe-area-inset-bottom, 22px); */
}

.bottom-icons-panel__content-link {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    min-width: 75px;
    max-width: 200px;
    height: 56px;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 0px 3px 2px;
}

.bottom-icons-panel__content-link--active .bottom-icons-panel__content-text {
    color: #9e9e9e;
    color: var(--theme-base-color);
}

.bottom-icons-panel__content-link--active svg path,
.bottom-icons-panel__content-link--active svg use {
    fill: #9e9e9e;
    fill: var(--theme-base-color);
}

.bottom-icons-panel__content-text {
    align-self: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bottom-icons-panel__content-link--display--block {
    display: block;
}

.bottom-icons-panel__content-link--with-counter {
    gap: 5px 0;
}

.bottom-icons-panel__content-picture-wrapper {
    position: relative;
}

.bottom-icons-panel__content-picture-wrapper--mb-3 {
    /* margin-bottom: 2px;
    margin-top: 4px; */
    align-items: flex-end;
    display: flex;
    height: 20px;
    margin: 0px;
    position: relative;
}

.bottom-icons-panel__content::-webkit-scrollbar {
    -webkit-appearance: none;
}

.bottom-icons-panel__content::-webkit-scrollbar:vertical {
    width: 6px;
}

.bottom-icons-panel__content::-webkit-scrollbar:horizontal {
    height: 6px;
}

.bottom-icons-panel__content::-webkit-scrollbar-thumb {
    background-color: rgba(153, 153, 153, 1);
    background: var(--gray_bg_black);
    border-radius: 10px;
    border: 2px solid #fff;
    border-color: var(--black_bg_black);
}

.bottom-icons-panel__content::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #fff;
    background: none;
}

.bottom-icons-panel .header-cart__count,
.bottom-icons-panel .icon-count {
    /* top: auto;
    bottom: 0; */
    top: 0;
    bottom: auto;
    right: 0;
}

@media (min-width: 992px) {
    .bottom-icons-panel {
        display: none;
    }
}

/* End */
/* /local/templates/aspro-lite/css/bottom-icons-panel.css?17121327882820 */
