@import url('https://fonts.googleapis.com/css2?family=Edu+SA+Beginner&family=Koulen&family=Lato:wght@300;400;700;900&display=swap');
.v-application {
font-family: Lato,sans-serif;
}
.v-toolbar__content {
background: white;
justify-content: center;
}
.v-toolbar__content > .spacer {
display: none;
}
a.navbar__btn_active.v-btn--active.v-btn.v-btn--router.v-btn--text.theme--light.v-size--default {
color: #000 !important;
}
button.white--text.v-btn.v-btn--text.theme--light.v-size--default {
color: #000 !important;
}
.v-card, .shop-navbar {
box-shadow: none !important;
}
h1.ml-2.shop-navbar-name {
font-weight: 300;
}
.row {
justify-content: center;
}
.row.mt-5.mb-12.no-gutters.justify-center {
flex-direction: column;
}
.products-card.v-card.v-sheet.theme--light.col-lg-8.col-md-8.col-sm-12.pa-2.mb-2 {
max-width: 100%;
}
.v-card__title.d-flex.flex-column.pa-1.product-name-card {
font-weight: 600;
}
span.v-btn__content {
text-transform: capitalize;
}
.v-application .amber--text.text--darken-2 {
color: #51d22b !important;
}
.container.col-md-4.pt-0.pl-2.server-widget {
flex: 1 1 auto;
display: flex;
flex-wrap: wrap;
}
.widget {
flex: 0 0 100% !important;
display: flex !important;
}
button.v-app-bar__nav-icon.d-flex.d-sm-none.v-btn.v-btn--icon.v-btn--round.theme--dark.v-size--default {
color: #000;
}
.flex-wrap > div > a.v-btn.v-btn--router.v-btn--text.theme--light.v-size--default {
color: #000 !important;
}
footer.v-footer.v-sheet.theme--light.v-footer--absolute.v-footer--padless {
background: white;
}