.button-show-widget-opener{
    display: flex;
    align-items:center;
    justify-content: center;
    background-color: #064966;
    color: white;
    font-weight: bolder;
    z-index: 9999;
    width: 100px;
    height: 40px;
    position: fixed;
    bottom: 5vh;
    right: 50%;
    transform: translate(50%,0);
    border-radius: 100Vmax;
}

.show-button-small-screen-widgets-container{
    z-index: 9999;
    flex-direction: column;
    width: 80vw;
    height: 70vh;

} 

.button-show-close-modal{
    display: flex;
    justify-content: flex-end;
}

.button-show-close-modal .bi{
    display: grid;
    color: white;
    font-weight: bolder;
    align-content: center;
    justify-items: center;
    width: 3ch;
    aspect-ratio: 1;
    background-color: #064966;
    border-radius: 50%;
}

/* Hide sidebar Wp Category Widget in dialog*/
.show-button-small-screen-widgets-container .sidebar-main div#woocommerce_product_categories-2{
    display: none;
}
