

/* Start:/bitrix/templates/aspro-premier/css/bottom-icons-panel.min.css?17513301102566*/
.bottom-icons-panel {
    position: fixed;
    position: sticky;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #fff;
    background: var(--card_bg_black);
    box-shadow: 0 -3px 10px rgba(0, 0, 0, .1);
    z-index: 992;
    padding-bottom: env(safe-area-inset-bottom, 22px);
    order: 9999;
    margin-top: auto;
    display: none;
}

.bottom-icons-panel__content {
    display: flex;
    width: 100%;
    overflow-x: auto;
    overflow-y: auto;
    padding-bottom: 5px;
    transform: translateZ(0)
}

.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: 0 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 {
    align-items: flex-end;
    display: flex;
    height: 20px;
    margin: 0;
    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: 0 0
}

.bottom-icons-panel .header-cart__count, .bottom-icons-panel .icon-count {
    top: 0;
    bottom: auto;
    right: 0
}

@media (min-width: 992px) {
    .bottom-icons-panel {
        display: none
    }
}
/* End */
/* /bitrix/templates/aspro-premier/css/bottom-icons-panel.min.css?17513301102566 */
