@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

html {
  font-size: 14px;
  font-family: 'Myriad Pro Regular', sans-serif;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
/*  position: relative;
  min-height: 100%;
*/}

body {
    /*margin-bottom: 60px;*/
    margin: 0;
    padding: 0;
    font-family: Roboto, sans-serif;
}

.page-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 15px;
}

.page-title h3 {
    margin: 0;
}

.table {
    margin-bottom: 40px;
}

.table td.actions {
    text-align: right;
    white-space: nowrap;
    cursor: pointer
}

.product {
    border: 1px solid #d0d0d0;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 5px;
}

[v-cloak] {
    display: none;
}

.banner-home {
    background-size: cover !important;
}

@media (max-width: 980px) {
    .banner-home {
        background-size: contain !important;
    }
}

.floating {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.float-button {
    margin-top: 16px;
}

.site-content {
}

.site-content img {
    width: 100%;
}