

/* Start:/local/templates/ubershop/components/bitrix/catalog/main/style.css?17603381541419*/
.show-more {
    position:relative;
    background:#008fd2 !important;
    display: flex;
    justify-content:center;
    align-items:center;
    min-height: 50px;
    padding:0;
}

.show-more:hover{
    background:#20b8ff !important;;

}
@media (max-width: 768px){
    .show-more {
        width: 43%;
    }
}
.show-more p{
    position:absolute;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*padding:0 !important;*/
    color:white;
    margin: 0;

}

.item-content .item-subcategories{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.item-content .show-more{
    background: #008fd282;
}

.new-block{
    display: block;
    /* height: 180px; */
    /*overflow: hidden;*/
    position: relative;
    /*transition: height 1s ease;*/
}

.new-block span{
    cursor: pointer;
    font-weight: bold;
}

.itemJS:not(.itemJSHiden){
    display:block !important;
}

.items.items-view-all-categories .item-subcategories a.itemJSHiden {
    /* opacity: 0;
    visibility: hidden; */
    display: none;
}

.items.items-view-all-categories .item-subcategories a.itemJSHiden.show {
    display: block;
}

.buttonJS{
    position: absolute;
    left: 0;
    bottom: -50px; /*height button*/
    min-width: 100px;
}

.items.items-view-all-categories .item {
    margin-bottom: 110px;
    margin-top:5%;
}
/* End */
/* /local/templates/ubershop/components/bitrix/catalog/main/style.css?17603381541419 */
