/* Small devices */
@media (min-width: 768px) and (max-width: 991px) {
    .toolbar-bottom .pages {
        display: block;
    }
    .block-layered-nav .filter-block{
	    margin: 0;
    }
    .products-grid .item .price{
	    font-size: 14px;
    }
    .category-top .category-desctiption-wraper{
	    position: relative;
	    width: auto;
	    margin-left: auto;
	    left: 0;
    }
}

/* Extra small devices */
@media (max-width: 767px) {
	.products-grid .item .price{
	    font-size: 14px;
    }
    .pages .pagination {
        float: none;
    }

    .toolbar-bottom .pagination{
        margin: 10px 0;
    }

    .toolbar-bottom .pages {
        width: 100%;
        text-align: center;
    }

    .toolbar-bottom .toolbar {
        text-align: center;
    }

    .toolbar-bottom .toolbar .amount,
    .toolbar-bottom .toolbar .sort-by,
    .toolbar-bottom .toolbar .limiter {
        margin-bottom: 10px;
    }

    .toolbar-bottom label {
        float: none;
        display: block;
        text-align: left;
    }

    .pagination > li > a, .pagination > li > span {
        padding: 5px 10px;
    }

    .toolbar .amount {
        line-height: 36px;
    }

    .toolbar-bottom .limiter select,
    .toolbar-bottom .sort-by select {
        margin-left: 0;
    }
    .block-layered-nav h3.mobile-title{
	    padding: 5px 0 10px 0;
	    display: none;
	    text-align: center;
	    text-transform: uppercase;
	    margin: 8px 0 0 -10px;
    }
    .block-layered-nav h3.mobile-title:hover{
	    cursor: pointer;
    }
    
    .block-layered-nav h3.mobile-title:after{
	    content: '\f107';
	    margin-left: 10px;
	    font-family: 'FontAwesome';
	    font-size: 18px;
    }
    .block-layered-nav .block-content{
	    display: none;
	    padding-top: 0;
    }
    .block-layered-nav .block-content h3{
	 	display: none;   
    }
    .block-layered-nav .filter-block{
	    margin: 0 0 1px 0;
	    display: block;
	    border-top: 1px solid #f7f7f7;
    }
    .block-layered-nav .filter-block.open h4,
	.block-layered-nav .filter-block:hover h4 {
		border: 0;
	}
    .block-layered-nav .filter-block h4{
	    padding: 12px 10px 6px;
	    display: block;
	    border: 0;
    }
    .block-layered-nav .filter-block h4 i{
	    float: right;
    }
    .block-layered-nav .filter-block .options-wrapper{
	    position: relative;
		position: static;
		border: 0;
    }
    .category-top .category-desctiption-wraper{
	    position: relative;
	    width: auto;
	    margin-left: auto;
	    left: 0;
    }
    .products-grid .item .product-info-inner{
        margin: 0px;
        padding: 35% 0px;
    }
    .products-grid .item .product-info-inner h5,
    .products-grid .item .product-info-inner .price{
        font-size: 12px;
        line-height: 12px;
        margin: 0px;
    }
    .products-grid .item .product-info-inner hr{
        margin: 5px 0px;
    }
}

@media (max-width: 480px) {
	.products-grid .item .product-info{
		/*top: 25%;*/
	}
}