
	 #cat_list a.selected{
	    font-weight:600;
	}
	 #cat_list{
	    padding:0 0 0 15px;
	}
	 #cat_list li{
	    list-style:none;
	    padding:5px 0;
	}
	 @media (max-width: 800px){
	     #cat_list{
	        display:none;
	    }
	}
	 @media (min-width:800px){
	     #mobile_cats{
	        display:none;
	    }
	}
	 #mobile_cats{
	    width:100%;
	    color:#373737;
	    font-size:15px;
	}
	.products{
		position: relative;
		text-align: center;
		cursor: pointer;
		min-height: 400px;
	}
	.product_img{
		position: relative;
	}
	.products span{
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%,-50%);
	    display: none;
	    background: #fff;
	    padding: 10px;
	    white-space: nowrap;
	}
	.products:hover span{
		display: block;
	}
	.products:hover .product_img:before{
	    content: "";
	    background: rgb(0 0 0 / 37%);
	    position: absolute;
	    width: 100%;
	    height: 100%;
	    left: 0;
	    top: 0;
	}
	#list{
		text-align: center;
	}
	.paginationjs-pages ul{
		display:block;
		padding:0;
	}
	.paginationjs-pages ul li{
		border:1px solid #1976d2;
		background-color:#eef5f9;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		display:inline-block;
		min-width:1.5em;
		padding:0.5em 1em;
		text-align:center;
		text-decoration:none;
		cursor:pointer;
		border:1px solid #ddd;
		background-color:#fff;
	}
	.paginationjs-pages ul li.active{
		color:#ffffff!important;
		border:1px solid #1976d2;
		background-color:#1976d2;
	}
	.paginationjs-pages ul li.active a{color:#ffffff!important;}