@charset "UTF-8";
body .header {
  height: 264px;
  background: url("../img/bg/bg_emission.jpg") center center no-repeat;
  background-size: cover;
}
body select {
  max-width: 380px;
  padding: 8px;
}
body .container-filters-result {
  max-width: 1200px;
  min-height: calc(100vh - 758px);
}
body .container-filters-result .resume-filter {
  display: none;
}
body .container-filters-result .container-product-line > div {
  min-height: 328px;
}
@media screen and (max-width: 1201px) {
  body .container-filters-result .container-product-line > div {
    width: 100%;
    max-width: 608px;
    min-height: initial;
  }
}
body .container-filters-result .container-product-line > div:first-of-type {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
body .container-filters-result .container-product-line > div:last-of-type button {
  transition: all 0.5s;
}
body .container-filters-result .container-product-line > div:last-of-type button:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "" !important;
  top: 4px;
  left: 19px;
  font-size: 18px;
}
body .container-filters-result .container-product-line > div:last-of-type button:hover {
  color: #ffffff !important;
}
body .container-filters-result .container-product-line > div:last-of-type button.disabled {
  background-color: #D6D6D6 !important;
  border: 2px solid #D6D6D6;
}
body .container-filters-result .modal {
  max-height: 80vh;
}
body .container-filters-result .modal .container-sellers {
  height: 500px;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  body .container-filters-result .modal .container-sellers {
    height: auto;
  }
}
body .container-filters-result .modal .container-sellers > div {
  transition: all 0.5s;
}
body .container-filters-result .modal .container-sellers > div:not(:last-of-type) {
  border-bottom: 1px solid #D6D6D6;
}
body .container-filters-result .modal .container-sellers > div:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "" !important;
  top: 21px;
  left: 10px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  body .container-filters-result .modal .container-sellers > div:before {
    top: 10px;
    left: calc(50% - 10px);
  }
}
body .container-filters-result a.with-bag:before {
  position: absolute;
  content: url("../img/ico-shop-white.svg");
  top: 5px;
  left: 10px;
}

/*# sourceMappingURL=emission.css.map */
