html, body {
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
!important;
}

#logo-div {
    height: 90px;
}

main {
    margin-top: 30px;
    min-height: calc(100vh - 64px - 50px - 30px);
}

header {
    position: relative;
    height: 64px;
    background-color: #f4f9fd;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.c-g-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.sidebar {
    border: thin solid rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    padding: 15px;
}

.header-button {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bolder;
    color: rgb(2, 91, 148);
    cursor: pointer;
    padding: 8px 16px;
    border-radius: 4px;
    transition: 0.3s all;
    display: block;
}

footer {
    color: rgba(0, 0, 0, 0.6);
    font-size: smaller;
    line-height: 50px;
    background-color: #f4f9fd;
    height: 50px;
    text-align: center;
}

.header-button:hover {
    background-color: rgba(2, 91, 148, 0.2)
}

.btn.btn-primary {
    padding: 5px 10px;
    display: inline-block;
    background-color: #f4f9fd;
    border: 1px solid #aacde5;
    position: relative;
    cursor: pointer;
    color: rgb(2, 91, 148);
}

.text-primary {
    color: rgb(2, 91, 148) !important;
}

.btn.btn-secondary {
    color: white;
    background-color: #025b94;
}

.btn.btn-secondary:hover {
    background-color: #024694;
}

.btn.btn-add-to-cart {
    background-color: #025b94 !important;
    border-color: #025b94 !important;
    color: white;
}

.btn.btn-primary:hover {
    background-color: rgba(2, 91, 148, 0.2)
}

.quantity {
    width: 80px;
    height: 60px;
}

.add-to-cart {
    width: 120px;
    margin: auto;
    font-size: small;
}

.alert.alert-info {
    background-color: #f4f9fd;
    border-color: rgb(2, 91, 148);
}

.breadcrumb-item a {
    color: rgb(2, 91, 148);
}

nav .pagination {
    justify-content: center;
}

.page-link {
    color: rgb(2, 91, 148);
}

.page-item.active .page-link {
    background-color: rgb(2, 91, 148);
    border-color: #0d6efd;
}

.cart-button {
    position: relative;
}

a {
    color: rgb(2, 91, 148);
}

.cart-count {
    font-size: x-small;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(255, 0, 0, 0.5);
    color: white;
    padding: 5px;
}

.img-container {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 200px;
    background-color: rgba(255, 255, 255, 1.0);
}

.img-container img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.no-link {
    text-decoration: none;
}

.pointer {
    cursor: pointer;
}

.table tr th {
    font-size: 0.75rem;
    color: rgba(0, 0, 0, 0.6);
    border-bottom: thin solid rgba(0, 0, 0, 0.12);
}

.table tr td {
    font-size: 0.85rem;
    color: rgba(0, 0, 0, 0.6);
}

.table > :not(:last-child) > :last-child > * {
    border-bottom-color: inherit;
}

.remove-item {
    color: rgb(2, 91, 148);
    cursor: pointer;
}

.container-fluid {
    padding-left: 60px;
    padding-right: 60px;
}

.product-input {
    width: 120px;
    text-align: right;
}

.product-preview {
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 100px;
    max-width: 100px;
}
