h1, h2, h3, h4, h5, h6 {
    font-family: 'Quicksand', sans-serif;
}

.productshelf {
    font-family: 'Allerta Stencil', sans-serif;
}

.productshelf a:hover, a.productshelf:hover {
    text-decoration: none;
    opacity: 0.8;
}

.shelf {
    color: #F25652;
}

.product {
    color: #3E4E59;
}

.select-site {
    cursor: pointer;
}

.pwa-install-step {
    font-size: 1.2em;
}

.bottom-notification {
    margin-top: 4.0em;
}

tr.row-muted {
    opacity: 0.5;
}

tr.hidden-opening-hours-row {
    display: none;
}

.table-no-top-border th {
    border-top: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
}

.sortable-handle {
    font-size: 1.4em;
    cursor: move;
}

th {
    font-weight: normal;
}

.underlined span {
    text-decoration: none;
    color: black;
}

.underlined {
    text-decoration: underline;
    color: #FF8Cb0;
}

.underlined span {
    text-decoration: none;
    color: black;
}

.navbar {
    padding-left: 0;
    padding-right: 0;
}

a.action-icon {
    color: #6c757d;
}

.action-icon:hover {
    text-decoration: none;
    color: #005cbf;
}

table .badge {
    font-size: 1.0em;
    font-weight: normal;
}

.max-size-image img {
    max-width: 100%;
}

.dz-success .dz-preview {
    display: none;
}

.table-align-middle td {
    vertical-align: middle;
}

.image-listing-container img {
    max-width: 90%;
    max-height: 90%;
}

.selected-row {
    background: #3392ff;
}

.selected-row, .selected-row a {
    color: white;
}

.x-small {
    font-size: 0.6em;
}

.pre-line {
    white-space: pre-line;
}

.switch-check-container .card {
    background: #eee;
}

.switch-check-container.active .card {
    background: white;
}

.top-banner {
    height: 40vw;
    max-height: 300px;
    background-color: rgba(0, 0, 0, 0.2);
}

.top-banner h1 {
    font-size: 4.0em;
    font-weight: 100;
    text-decoration: underline;
}

.top-banner h1 a {
    color: white;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}

.top-logo {
    width: 30vw;
    height: 30vw;
    max-width: 200px;
    max-height: 200px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
}

#banner-preview {
    background-size: cover;
}

.preview-image {
    object-fit: cover;
    width: 80px;
    height: 80px;
}

.preview-image-container {
    display: inline-block;
    margin-right: 4px;
    vertical-align: top;
    user-select: none;
}

.preview-image-title {
    text-transform: capitalize;
    text-align: center;
}

#main-image-preview {
    max-width: 100%;
}

.carousel-item {
    height: 100%;
    padding: 4px;
}

#uploader, #replace-image-uploader {
    position: absolute;
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: -1;
}

/* company profile crop container */
#crop-container .cropper-modal {
    background: #eee;
}

.stepped-form .stepped-form-item {
    display: none;
}

.stepped-form .stepped-form-item.active {
    display: block;
}

.gallery img {
    max-width: 100%;
}

.gallery-item:hover {
    opacity: 0.8;
}

.company-name-title {
    font-size: 1.6rem;
}

.dashboard-stat-counter {
    font-size: 1.6em;
    font-weight: bold;
}