

/* Start:/local/templates/mlux/components/bitrix/catalog/main/style.css?1765908586444*/
.catalog-listing {
  display:flex;
  gap:15px;
  & .bx-filter {
    flex:1;
    align-self: flex-end; /* <-- this is the fix */
    position: sticky;
    bottom:0;
    & .bx-filter-section {
      background:#F3F2F7!important;
      border-radius: 10px;
    }
  }
  & #catalogBlock {
    flex:3;
  }
}

.bx-filter .bx-filter-parameters-box {
  padding:0 20px;
}

@media(max-width:990px) {
  .catalog-listing {
    flex-direction: column;
  }
}

/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.css?176520389564*/
font.errortext
{
	color:red;
}

font.notetext
{
	color:green;
}

/* End */
/* /local/templates/mlux/components/bitrix/catalog/main/style.css?1765908586444 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.css?176520389564 */
