#category .pagination,
#new-products .pagination,
#best-sales .pagination,
#prices-drop .pagination,
#manufacturer .pagination,
#supplier .pagination,
#search .pagination{
	display:none;
}
.load_more_products.click{
	position:relative;
	max-width:360px;
	cursor:pointer;
	display: block;
 	margin: 30px auto 60px auto;
	line-height:50px;
}
.load_more_products.click.active:before {
	z-index: 10;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 8px;
	margin: auto;
	width: 40px;
	height: 40px;
	background-image: url('../img/spinner-white.svg');
	background-size: 40px 40px;
	transition: opacity 0.25s, width 0.25s;
}
.load_more_products.auto{
	display:block;
	position:relative;
	width:fit-content;
	cursor:pointer;
	margin:30px auto;
	text-align:center;
}
.load_more_products.auto.active:before {
	z-index: 10;
	content: '';
	display: block;
	position: relative;
	margin: auto;
	width: 40px;
	height: 40px;
	background-image: url('../img/spinner-black.svg');
	background-size: 40px 40px;
	transition: opacity 0.25s, width 0.25s;
}
.progressbar-products {
	width: fit-content;
	text-align: center;
	margin: 0 auto;
}
.progressbar-products .txt {
	margin-bottom: 15px;
}
.progressbar-products .bar {
	width: 360px;
	height: 3px;
	background-color: #b6b6b6;
}
.progressbar-products .bar .progression {
	width: 0%;
	height: 3px;
	background-color: #9b244a;
}