.v-application {
    background: inherit;
}
.catalog-filter-section{
	background: transparent;
}
.bg-transparent{
	background: transparent !important;
}

.v-data-table-header__content {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
}
.v-table>.v-table__wrapper>table>tbody>tr>th, .v-table>.v-table__wrapper>table>tfoot>tr>th, .v-table>.v-table__wrapper>table>thead>tr>th {
    padding-right: 0;
}
.v-field.v-field--active .v-label.v-field-label--floating {
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0.15000000596046448px;
}
.v-theme--light{
	/*background: transparent;*/
}