.footer-fixed {
    position: fixed;
    bottom: 70px;
    right: 10px;
    width: 250px;
}

.price-total {
    text-align: right;
    background-color: #eee;
    color: #33f;
    padding: 10px;
    margin: 20px;
    opacity: 90%;
    font-size: 1.3em;
    font-weight: bold;
    border:solid 1px;
    border-radius: 15px;
}

.navbar-page-header {
    font-size: 1.3em;
    font-weight: bold;
}

.combtn1-fix {
    min-width: 290px;
}
.combtn2-fix {
    min-width: 210px;
}

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

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

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

.alert {
    text-align: left;
    background-color: #eee;
    padding: 10px;
    margin: 20px;
    opacity: 90%;
    font-size: 1.0em;
    font-weight: 500;
    border: 1px solid;
    border-radius: 5px;
    border-color: #ddd;
}

.alert-danger {
    color: #58151c;
    background-color: #f8d7da;
    border-color: #f1aeb5;
}

.alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #9eeaf9;
}

.alert-success {
    color: #0a3622;
    background-color: #d1e7dd;
    border-color: #a3cfbb;
}

.w-75 {
    width: 75%;
}

.w-50 {
    width: 48%;
}

.w-25 {
    width: 25%;
}
