

/* Start:/local/templates/main/template_styles.css?1724237079586*/
#bx-panel-wrapper {
    position:fixed;
    top:0;
    left:0;
    right:0;
    z-index:99999;
    pointer-events:none
}
#bx-panel{
    pointer-events:auto
}
#bx-panel:not(.bx-panel-fixed){
    transform:translateY(calc(-100% + 10px))!important;
    transition:.15s;
    transition-delay:.6s;cursor:grab}
#bx-panel:before{
    content:'';
    display:block;
    position:absolute;
    top:0;
    right:0;
    bottom:-6px;
    left:0;
    background:transparent
}
#bx-panel:not(.bx-panel-fixed):hover {
    transform:translateY(0)!important;
    transition-delay:.1s;
    cursor:unset
}

/* End */
/* /local/templates/main/template_styles.css?1724237079586 */
