

@media (min-width: 768px) and (max-width: 992px){
    .cat-card{
        margin-bottom: 15px;
    }
    .wpb_column.vc_column_container.vc_col-sm-3{
        width: 50%!important;
    }
}

@media(max-width: 768px){
    .cat-card{
        margin-bottom: 15px;
    }
    .cat-card .images-card img{
        width: 100%;
    }
}

@media screen and (max-width: 576px) {
    .page-content .widget {
        width: 100%;
        padding: 15px;
        margin: 0 0 0px !important;
    }
    .page-sidebar-left #woocommerce_product_categories-1, .page-sidebar-left #woocommerce_product_tag_cloud-2, .page-sidebar-left #woocommerce_price_filter-1 {
        display: none;
    }
    .woocommerce nav.woocommerce-pagination ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
}
.grecaptcha-badge{
    display: none !important;
}
.top-bar-social-networks a:nth-of-type(2),
.top-bar-social-networks a:nth-of-type(3)
{
	display: none !important;
}
