
body {
    padding-top: 56px;
    padding-bottom: 80px;
    font-family: 'Open Sans', sans-serif;
}

.container-xxl {
    max-width: 1440px;
}

h1.nav-title {
    font-size: 32px;
    font-weight: bold;
    margin: 20px 0 15px 0;
}

p.nav-description {
    font-size: 22px;
    font-weight: lighter;
    margin: 0 0 20px 0;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.8) !important;
}

.nav-item i.fas {
    margin-right: 10px;
}

.bg-info-light {
    background-color: #2691d0!important;
}


ol li {
    margin-bottom: 15px;
}

.product-table-img {
    max-height: 90px;
}

.product-label {
    max-width: 60px;
    text-align: center;
    border: 0.5px solid #ddd;
    padding: 5px;
    border-radius: 2.5px;
    background: #fff;

    transition: transform 300ms ease-in-out;
}

.product-label:hover {
    transform: scale(2);
    cursor: pointer;
}

.product-label .mp {
    display: inline-block;
    color: #ffffff;
    font-size: 12px;
    line-height: 1;
    background: #000000;
    padding: 5px 7.5px;
    font-weight: bold;
    border-radius: 2.5px;
    margin-bottom: 10px;
}

.product-label .model {
    line-height: 1;
    font-size: 10px;
    font-weight: bold;
    white-space: nowrap;
    margin-bottom: 5px;
}

.product-label .color {
    line-height: 1;
    font-size: 9px;
    font-weight: bold;
    white-space: nowrap;
    margin-bottom: 10px;
}

.product-label .additional {
    line-height: 1;
    font-size: 8px;
    font-weight: bold;
    white-space: nowrap;
    margin-bottom: 0px;
}


.thead-sticky {
    position: sticky;
    top: 55px;
    background: #fff;
    z-index: 850;
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
}

.table-info-o3 {
    background-color: rgba(190,229,235,.35);
}

.table-warning-o3 {
    background-color: rgba(255,238,186,.35);
}


.footer-func {
    width: 100%;
    background-color: #f5f5f5;
    position: fixed;
    z-index: 900;
    bottom: 0;
}