.image_collection {
  width: 100%;
  height: 450px;
  /* background: orange; */
  background-image: url('/myatl/assmod/ecommerce/bg_collection19.jpg');
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  position: relative;
}

.testi_bg_img {
  margin-top: 4%;
  position: absolute;
  top: 50px;
  left: 48%;
  transform: translate(-9%, 0%);
  max-width: 600px;
}

.testi_bg_img h2, .testi_bg_img h3 {
  text-shadow: none;
}

.testi_bg_img h2 {
  padding-bottom: 0;
  font-size: 36px;
  font-weight: 700 !important;
  text-decoration: none;
  color: white;
}

.testi_bg_img h3 {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.catalogue_container {
  /* width: 70%; */
  width: 1200px;
  height: 800px;
  margin: 0 auto;
}

.articles_menu, .filters_menu {
  float: left;
}

.filters_menu {
  width: 290px;
  height: 800px;
  background: lightgreen;
}

.articles_menu {
  width: calc( 1200px - 290px );
  height: 800px;
}

.search_bar {
  height: 150px;
  background: orange;
}

.mood_list {
  height: 650px;
  /* background: coral; */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 40px;
}

.mood {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background: white;
  margin: 0 20px;
  position: relative;
  border: 3px solid #e1e1e1;
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
  background-repeat: no-repeat;
  background-position: center;
}

.mood_list a {
  text-decoration: none;
  color: #616161;
}

.mood p {
  position: absolute;
  bottom: -62px;
  left: 0;
  width: 100px;
  text-align: center;
}

.mood:hover {
  border: 3px solid #31A39B;
}

.green {
  background-image: url('/myatl/assets/images/mood/green.png');
}

.high_p {
  background-image: url('/myatl/assets/images/mood/high_performance.png');
}
.urban {
  background-image: url('/myatl/assets/images/mood/urban.png');
}
.sport {
  background-image: url('/myatl/assets/images/mood/sportswear.png');
}
.work {
  background-image: url('/myatl/assets/images/mood/workwear.png');
}
.automative {
  background-image: url('/myatl/assets/images/mood/automotive.png');
}
.leisure {
  background-image: url('/myatl/assets/images/mood/leisure.png');
}
.italy {
  background-image: url('/myatl/assets/images/mood/made_in_italy.png');
}
.kid {
  background-image: url('/myatl/assets/images/mood/kid.png');
}
.atl_promo {
  background-image: url('/myatl/assets/images/mood/atlantis_promo.png');
}
