/* Global styles */
#app {
    line-height: 1.42857143;
}

.products-filters {
    justify-content: center;
}

.products-filters > div {
    display: flex;
    justify-content: center;
}

.products-filters .product-filter {
    max-width: 500px;
}

.search-bar {
    display: flex;
    justify-content: center;
}

.search-bar .input-group {
    max-width: 500px;
}

.products-paging {
    justify-content: center;
}

.products-filters > .col-md-4 {
    margin-left: 0 !important;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    align-items: center;
    gap: 6px;
}

.products-filters > .col-md-4 input[type="checkbox"] {
    margin: 0;
}

.products-filters > .col-md-4 label {
    margin: 0;
    line-height: 1;
}

.productbox .product-more {
    display: none;
}

.featured_header {
    display: block!important;
}

.product-breadcrumbs, .breadcrumb {
    display: block;
}

.financingaslowas {
    background-color: #1a1a1a;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 12pt;
}
