.no-scroll {
    overflow:hidden;
}
.left-filter {
            background-color: #fff;
        }
 .filtros {
	display:none;	 
}

@media (max-width: 605px) {
    .filtros {
        transform:translateX(-45px)
    }

    .filtros.active {
        transform: translateX(0);
        transition: all 0.5s
    }
}


@media (max-width: 991.98px) {
	.filtros {
	display:block;	 
}
    .left-filter .filtros i {
        transform: rotate(270deg);
		margin-top: 5px;
    font-size: 14px;
    }

    .left-filter.active .filtros i {
       transform: rotate(90deg);
    }

    .post-type-archive .product-caption {
        color: #000
    }

    .left-filter {
        transform: translateX(-100%);
        position: fixed;
        top: 0;
        left: 0;
        max-width: 80% !important;
        min-width: 280px;
        width: 350px;
		bottom:0;
        transition: transform 0.3s;
        z-index: 1030;
        background: #fff
    }

    .left-filter.active {
        transform: translateX(0)
    }

    .filtros {
        display: block;
        position: absolute;
        top: 40%;
        right: -44px;
        background-color: var(--primary-color);
        color: #fff;
        transition: left 0.3s;
        z-index: 9996;
        writing-mode: vertical-rl;
        text-orientation: mixed;
        padding: 20px 10px
    }
	.product-page-category{
        height:100%;
        overflow-x:scroll;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .product-caption{
        position: relative;
        top:unset;
        transform:translateY(0);
        left:unset;
    }
    .search-side-product .woocommerce-products-header h2{
       padding-top:0;
    }
    .caption-wrapper{
        padding:50px 0;
    }
	.product-page-category{
		margin-top: 20px;
		align-items: unset;
	}
}