.b-catalog-section__container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.b-catalog-section__container.slick-initialized .slick-list{
	width: 100%;
}

@media (max-width: 600px) {
 .b-catalog__section .b-catalog-section__container {
  margin-left: 0;
}
}

.b-section-lazyLoad{
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.b-section-lazyLoad__container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	padding: 2% 0px;
	border: 1px solid #ADA090;
	font-size: 16px;
	text-transform: uppercase;
	color: #1E1A1B;
	cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.b-section-lazyLoad__container:hover {
  color: #ffffff;
  background-color: #ADA090;
}

.b-section-pagination{
	display: block;
	width: 100%;
	height: auto;
}

.b-section-description{
	display: block;
	margin-bottom: 60px;
}

@media (max-width: 1000px) {
  .b-catalog__section .b-catalog-section__container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
}



.b-popular__panel{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin-bottom: 60px;
}
.b-popular__title{
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	font-size: 36px;
	text-align: center;
	text-transform: uppercase;
	color: #1E1A1B;
}
.b-popular__filter{
	position: absolute;
	right: 0px;
	z-index: 10;
}
.b-popular__select{
	border-bottom: 1px solid #1E1A1B;
	background-color: transparent;
}


@media(max-width: 1000px) {
  .b-popular__panel {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .b-popular__title {
    margin-bottom: 20px;
    font-size: 25px;
  }

  .b-popular__filter {
   position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }


  .b-popular__list .product-item {
    margin: 0 auto;
  }
}

@media (max-width: 400px) {
.b-popular__list .product-item__picture {
    width: 100%;

}
}