/*
 * Header
 */
.block-product-gallery {
  padding: 40px 80px;
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 1200px) {
  .block-product-gallery {
    padding: 32px 16px;
  }
}
.block-product-gallery__gallery {
  width: 100%;
}
.block-product-gallery li.tpl_info_list_content img.tpl_info_list_icon {
  width: 12%;
  height: auto;
}
.block-product-gallery .tpl_info_list {
  display: flex !important;
  flex-direction: row;
  column-gap: 53px;
  padding: 0px 21px;
  max-width: 1200px;
  margin: auto;
  text-align: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 768px) {
  .block-product-gallery .tpl_info_list {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .block-product-gallery .tpl_info_list img {
    width: 30px !important;
  }
}
.block-product-gallery .tpl_info_list .tpl_info_list_content {
  display: inline-block;
  margin: 16px 0;
  display: flex;
  align-items: flex-start;
  width: 377px;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .block-product-gallery .tpl_info_list .tpl_info_list_content {
    width: auto;
  }
}
.block-product-gallery .tpl_info_list .tpl_info_list_content .tpl_info_list_feature_res {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 768px) {
  .block-product-gallery .tpl_info_list .tpl_info_list_content .tpl_info_list_feature_res {
    margin-top: 39px;
  }
}
@media only screen and (max-width: 1366px) {
  .block-product-gallery .tpl_info_list .tpl_info_list_content .tpl_info_list_feature_res {
    margin-top: 64px;
  }
}
.block-product-gallery .tpl_info_list .tpl_info_list_content .tpl_info_list_feature {
  background: #fcf8f5;
  text-align: left;
  padding: 23px;
  height: 287px;
  min-height: 287px;
}
.block-product-gallery .tpl_info_list .tpl_info_list_content .tpl_info_list_feature .tpl_info_list_feature-icon {
  height: 40px;
  width: auto !important;
  padding: 17px 0px;
}
.block-product-gallery .tpl_info_list .tpl_info_list_content .tpl_info_list_feature .tpl_info_list_feature-title {
  color: #2f3c55;
  margin-bottom: 24px;
  font-family: 'Spectral';
  font-size: 20px;
}
.block-product-gallery .tpl_info_list .tpl_info_list_content .tpl_info_list_feature .tpl_info_list_feature-content {
  color: #647381;
}
.block-product-gallery .tpl_info_list > li.tpl_info_list_content:nth-child(2) img {
  width: 17%;
}
.block-product-gallery__gallery_grid {
  list-style: none;
  margin: 57px 24px;
}
.block-product-gallery__gallery_grid ul {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 18px;
  list-style: none;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .block-product-gallery__gallery_grid ul {
    display: grid;
    grid-template-columns: auto;
  }
}
.home .block-product-gallery {
  max-width: 100%;
  background-color: #f9fafc;
}
.home .block-product-gallery .block-product-gallery__gallery {
  border-spacing: 61px;
}
.home td.tpl-products-list-item {
  background: #bcbfe9;
  padding: 2px;
  border-radius: 5px;
}
.home td.tpl-products-list-item .tpl-products-list-item__name {
  color: #393D42;
  font-family: 'Spectral';
  font-size: 19px;
  font-weight: bold;
  text-transform: none;
  text-align: left;
  margin: 3px;
  grid-area: a;
}
.home td.tpl-products-list-item img.stars {
  float: left;
  position: absolute;
  z-index: 1;
}
.home td.tpl-products-list-item .tpl-products-list-item__name_sous {
  grid-area: b;
}
.home td.tpl-products-list-item .tpl-products-list-item__price {
  grid-area: c;
  font-size: 26px;
  font-weight: 900;
  color: #2f3c55;
}
.home td.tpl-products-list-item .tpl-products-list-item__pic {
  border-radius: 5px;
}
.home td.tpl-products-list-item .bottom_list_item {
  display: grid;
  grid-template-areas: "a c" "b c";
  align-items: center;
}
.block-product-gallery__gallery--mobile {
  width: 100%;
  display: none;
}
@media only screen and (max-width: 576px) {
  .block-product-gallery__gallery--mobile {
    display: block;
    border-spacing: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .block-product-gallery__gallery--mobile {
    display: block;
    border-spacing: 25px;
  }
}
.block-product-gallery__cell {
  width: 33.33%;
  padding: 40px;
  vertical-align: top;
}
@media only screen and (max-width: 1200px) {
  .block-product-gallery__cell {
    padding: 16px;
  }
}
.block-product-gallery__pic {
  width: 100%;
  margin-bottom: 12px;
  border-radius: 50% 50% 0 0;
}
.block-product-gallery__name {
  color: #2f3c55;
  font-family: 'Spectral';
  font-size: 1.5em;
}
.block-product-gallery__name--no_arrow {
  color: #2f3c55;
  font-family: 'Spectral';
  font-size: 1.5em;
}
.block-product-gallery__name::after {
  background-image: url(../../img/chevron_right_blue.png);
  background-size: 12px 16px;
  width: 12px;
  height: 16px;
  content: "";
  margin-top: 8px;
  float: right;
}
.block-product-gallery__price {
  color: #647381;
  margin-bottom: 8px;
}
.block-product-gallery__price--emphasis {
  font-size: 1.25em;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .block-product-gallery__filter_wrapper {
    display: none;
  }
}
.block-product-gallery__filter_elements {
  border-bottom: solid 1px #f8f0eb;
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  .block-product-gallery__filter_elements {
    padding-bottom: 8px;
  }
}
.block-product-gallery__filter--mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .block-product-gallery__filter--mobile {
    display: inline-block;
  }
}
.block-product-gallery__filter_number {
  color: #647381;
  margin: 16px 0;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .block-product-gallery__filter_number {
    float: right;
  }
}
.block-product-gallery__gallery__item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  justify-items: center;
  grid-gap: 45px;
}
.block-product-gallery__gallery__item td.tpl-products-list-item {
  width: 100%;
}
@media only screen and (max-width: 576px) {
  .block-product-gallery__gallery__item {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .block-product-gallery__gallery__item {
    grid-template-columns: repeat(1, 1fr);
  }
}
/*# sourceMappingURL=./block-product-gallery.css.map */