ul.product_list {
  display: flex;
}

.ajax_block_product {
  text-align: center;
  margin-bottom: 15px;
  padding: 0 10px;
}

.ajax_block_product .product-container {
  border-radius: var(--default-box-border-radius);
  box-shadow: var(--default-box-shadow);
  padding: 6px 0;
  background: #FFFFFF;
  height: 100%;
  width: 100%;
  display: inline-block;
}

.ajax_block_product .product-container .product-content {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column; /*! padding-bottom: 50px; */
}

.ajax_block_product .product-container .product-content > * {
  padding-left: 6px;
  padding-right: 6px;
}

.image img {
  width: 100%;
  height: auto;
}

.name {
  margin: 10px 0 0 0;
  flex-grow: 1;
}

.name h2 {
  font-size: 1.2em;
  font-weight: 600;
  font-family: "Muli", sans-serif;
  color: #222222;
  line-height: 135%;
  word-break: break-word;
  text-wrap: balance;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
@media (max-width: 479px) {
  .name h2 {
    font-size: 1em;
  }
}

.content_price {
  font-style: italic;
  color: #353535;
  line-height: 130%;
}

.content_price .product-price.old-price {
  display: none;
}

.availability {
  display: none;
}

.ajax_block_product .product-container .product-content .attributes {
  padding-left: 0;
  padding-right: 0;
}

.attributes {
  margin: 10px 0 0 0;
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}

.attributes a {
  height: 18px;
  min-width: 18px;
  padding: 0 3px;
  display: inline-block;
  border-radius: 4px;
  line-height: 18px;
  margin: 0 2.5px 10px 2.5px;
  background: #68C9B1;
  color: #F9F9F9;
  font-family: "Rubik", sans-serif;
  font-size: 0.8em;
}

.attributes a:hover {
  background: #58BDA4;
}

/* Filter accordions */
#productFilters .modal-body,
#productFilters .layered_option > .card > .card-header {
  padding: 0;
}

#productFilters .layered_option .card {
  border-radius: 0;
  border-bottom: none;
}

#productFilters .layered_option:first-child .card {
  border-radius: 5px 5px 0 0;
}

#productFilters #dismiss .card {
  background: #28A745;
  border-color: #28A745;
  border-radius: 0 0 4px 4px;
}

#productFilters #dismiss .card:hover {
  background: #218838;
  border-color: #1E7E34;
}

#productFilters #dismiss .card .card-header {
  padding: 0;
  border: none;
}

#productFilters #dismiss .card .card-header button {
  color: #FFFFFF;
  border: none;
  border-radius: 0;
  margin: 0;
  width: 100%;
}

#productFilters button,
#productFilters button:hover {
  text-decoration: none;
}

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