#overlay{
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    background: #000000;
    opacity: 0.8;
    position: absolute;
    z-index: 1;
    
}
.ui-widget-content{
    background: #ffffff;
    color: #000000;
}
.ui-category-headline{
    font-family: Roboto;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 15px;
    flex: 100%;
    vertical-align: middle;
    margin-right: 25px;
}
.ui-menu .ui-menu-item{
    cursor: auto !important;
}
#ui-category-nas_tip .ui-category-headline{
    margin-right: 0 !important;
}
div#ui-category-nas_tip {
    display: inline-flex;
    padding: 0px 40px;
    flex-direction: column;
    margin: 20px 0 0;
    align-items: center;
}
.ui-menu .ui-menu-item-wrapper.tip_wrapper{
    text-align: center;
    padding: 15px 20px;
    border: 1px solid #ffffff;
    cursor: pointer;
}
div#ui-category-nas_tip a.product_name{
    color: #000;
    display: block;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: center;
    margin: 20px 0;
}
.ui-menu .platforma{
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 5px 10px;
}
.tip_cena{
    text-align: center;
    color: #000000;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    margin-top: 15px;
}
div#ui-category-products {
    display: inline-flex;
    padding: 0px 40px;
    flex-flow: row wrap;
    border-left: 1px solid #D9D9D9;
    margin: 20px 0;
}
div#ui-category-products .product_wrapper{
    flex: 50%;
    display: flex;
    padding: 15px 20px;
    border: 1px solid #ffffff;
    cursor: pointer;
    border-bottom: 1px solid #ececec;
}
div#ui-category-products .product_wrapper:nth-of-type(5), div#ui-category-products .product_wrapper:nth-of-type(6){
    border-bottom: 1px solid #FFFFFF;
}
#ui-category-products .btn-buy{
    margin-top: 5px;
}
div#ui-category-products .product_wrapper .img_wrapper{
    margin-right: 10px;
}
div#ui-category-products .img_wrapper img{
    width: 60px;
    min-width: 60px;
}
div#ui-category-products .pl_pr_holder{
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    align-items: flex-end;
    gap: 10px;
    margin-top: 10px;
}
div#ui-category-products .right_side{
    display: flex;
    flex-direction: column;
    align-self: center;
}
div#ui-category-products .button_holder{
    flex: 100%;
}
div#ui-category-products .right_side a{
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
}

div#ui-category-products .right_side .produkt_cena{
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0em;
    margin-bottom: 3px;
}
#ui-category-brands{
    padding: 20px 40px
}
.ui-category:nth-of-type(odd){
    background: #ECECEC;
}
#ui-category-categories{
    padding: 20px 40px
}
#ui-category-brands div{
    display: inline-block;
}
#ui-category-brands div a{
    padding: 7px 20px;
    margin: 5px;
    background: #ffffff;
    display: inline-block;
    border: 1px solid #ffffff;
}
#ui-category-brands div a:hover{
    border: 1px solid #f36422;
}
#ui-category-brands div a{
    color: #000000;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
}
.ui-menu-item-wrapper.ui-state-active, .ui-widget-content .ui-state-active{
    border: none;
    color: #000000;
    margin: 0;
}
.ui-menu .ui-state-focus, .ui-menu span.ui-state-active{
    margin-bottom: 15px;
}
.ui-menu em{
    font-weight: bold;
    font-style: normal;
}
#ui-category-categories div{
    display: inline-block;
    margin-right: 20px;
    padding: 5px;
}
#ui-category-categories  a{
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
}
#ui-category-categories a:before{
    font-family: "Font Awesome 5 Pro";
    content: '\f03a';
    font-size: 20px;
    margin-right: 10px;
    vertical-align: middle;
}
.ui-state-active, .ui-widget-content .ui-state-active{
    background: none;
}
.product_wrapper.ui-state-active a, .product_wrapper.ui-state-active a:link{
    color: #000000 !important;
}
.search-inner input.ui-autocomplete-loading{
    background-size: auto 80% !important;
    background: #0C0C02 url('../images/icons/mario.gif') top 3px right 110px no-repeat;
}
.ui-menu .stickers{
    margin: 0;
}
.ui-menu .stickers div, .ui-menu .stickers a{
    font-size: 11px;
    padding: 0px 5px;
}
@media (max-width: 575px) {
    div#ui-category-nas_tip .right_side{
        display: flex;
        flex-direction: column;
        align-self: center;
        align-items: flex-start;
    }
    div#ui-category-products .right_side{
        align-items: flex-start;
    }
    div#ui-category-nas_tip .pl_pr_holder{
        display: flex;
        flex-direction: row !important;
        flex-grow: 1;
        align-items: flex-end;
        gap: 10px;
        margin-top: 10px;
    }
    .tip_cena{
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 16px;
        letter-spacing: 0em;
        margin-bottom: 3px
    }
    .ui-menu .ui-menu-item-wrapper.tip_wrapper{
        flex: 100%;
        display: flex;
        padding: 10px;
        border-bottom: 1px solid #ececec;
    }
    div#ui-category-nas_tip a.product_name{
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
        letter-spacing: 0em;
    }
    .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited{
        color: #000000 !important;
    }
    #ui-category-nas_tip .img_wrapper{
        display: inline-block;
        margin-right: 10px;
    }
    #ui-category-nas_tip{
        flex-flow: row wrap;
        flex-direction: row !important;
    }
    #ui-category-nas_tip .img_wrapper img{
        width: 60px;
        max-width: 60px;
    }
    div#ui-category-nas_tip a.product_name{
        display: inline;
        margin: 0
    }
    div#ui-category-products .product_wrapper{
        flex: 100%;
        padding: 10px;
    }
    div#ui-category-products .product_wrapper:last-of-type{
        border-bottom: 1px solid #FFFFFF;
    }
    div#ui-category-products .right_side a, div#ui-category-nas_tip .right_side a {
        text-align: left;
    }
    div#ui-category-products, div#ui-category-nas_tip{
        padding: 10px 20px;
    }
    div#ui-category-products{
        margin: 0;
        padding-top: 0;
    }
    .ui-category-headline{
        display: none;
    }
    .ui-category-products{
        margin: 0;
    }

}