.list-products-wrapper{
	position: relative;
	min-height: 400px;
}
.wbrezcontainer{
  position: relative;

}
.loading-spinner-overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #CDCDCD;
	opacity: 0;
	visibility: hidden;
}

.loading-spinner-overlay.active{
  opacity: 0.4;
	visibility: visible;
}

.lds-facebook {
  display: block;
    position: relative;
    width: 80px;
    height: 80px;
    margin: 200px auto 0 auto;
}
.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #cef;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}
@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}

@media(max-width: 1024px){
	.loading-spinner-overlay{
		margin: 0px 20px 0px 20px;
		width: calc(100% - 40px);
	}
}
@media(max-width: 768px){
	.loading-spinner-overlay{
		margin: 0;
		width: 100%;
	}
}
