/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

.catalog-list__info-bottom .buttons .custom.btn {
    display: flex;
}

.sections-block.compact-template .line-block.line-block--align-normal.line-block--gap.line-block--gap-dynamic {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    padding-bottom: 15px !important;
    margin-bottom: -15px !important;
    gap: var(--gap, 0px);
}
.sections-list__wrapper.sections-list__wrapper-compact {
    width: auto;
    padding: 0;
    flex-shrink: 0;
    box-sizing: content-box;
    order: unset;
}

@media (max-width: 767px) {
    .sections-block.compact-template .line-block.line-block--align-normal.line-block--gap.line-block--gap-dynamic  {
        flex-direction: unset;
    }
.sections-list__wrapper.sections-list__wrapper-compact {
    flex: none;
}
}