/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.1
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


.custom-accordion-title .prod-button {
  margin: 0;
  padding: 0;
  text-align: left;
  line-height: normal;
  border: none;
}
.custom-accordion-title .prod-button.selected,
.custom-accordion-title a.selected {
  background-color: transparent;
  color: #000;
  text-decoration: unset;
}
.custom-accordion-title .accordion-inner .col-inner {
  padding: 5px !important;
  text-align: left;
}
.custom-accordion-title .accordion-inner .row:has(.selected) {
  border: 1px solid var(--primary-color);
}
.custom-accordion-title .accordion-inner {
  padding-bottom: 5px;
}
.page-template-catalogo #loader img {
  /* max-width: 350px; */
  max-width: 200px;
  object-fit: contain;
}

@media (max-width: 576px) {
  .page-template-catalogo #loader img {
    max-width: 120px;
  }
}

.row.row-grid, .row.row-masonry {
	display: flex !important;
}
.row.row-grid, .row.row-masonry .box-image {
    margin: 0px 15px !important;
}