@import url("https://fonts.googleapis.com/css?family=Nunito:300,400,600,600i,700,700i&display=swap");

body, html {
    height: 100%;
}

small {
    font-size: 0.8em;
    line-height: 0.8em;
}

.unit {
    font-size: 0.8em;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.small-cell {
    font-size: 0.8em;
    line-height: 1;
}

.error-page * {
    font-family: 'nunito', sans-serif;
}

.error-page h1 {
    font-size: 5em;
    font-weight: bold;
}

.error-page p {
    font-size: 1.5em;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.qty, .cart-qty, .cart-role-qty {
    border: 1px solid #aaa;
    width: 50px !important;
    /* background-color: #f2f2f2; */
    text-align: center !important;
}

.cart-role-sku {
    text-decoration: underline;
    /* color: #0000CC; */
    cursor: pointer;
}

.fixed-rate {
    border: 1px solid #aaa;
    width: 80px !important;
    /* background-color: #f2f2f2; */
    text-align: center !important;
}

.bundle-info, .sou-info, .role-info {
    opacity: 0.3;
    margin-left: 15px;
    cursor: pointer;
}