/*選單*/
.dropdown-toggle::after {
    content: unset;
    display: none;
}
.nav-img {
    width: 25px;
    height: 25px;
}
/*底部*/
.footer_bg {
    background-color: #f7f7f7;
}
#Shopping_Cart table td {
    vertical-align: middle;
    text-align: center;
}
.bg-success {
    background-color: #199641!important;
}
.text-success {
    color: #199641!important;
}
.btn-success {
    background-color: #199641!important;
    border-color: #199641!important;
}
.btn-outline-success {
    color: #199641;
    border-color: #199641;
}
.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #199641;
    border-color: #199641;
}
.table-ubus-success, .table-ubus-success>td, .table-ubus-success>th {
    background-color: #199641!important;
    color: #fff!important;
}
.ubus_a a:visited {
    color: #6c757d!important;
}
.ubus_list th, .ubus_list td{
    padding: 0.5rem;
    vertical-align: middle;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #6c757d;
}
@media (min-width: 992px) {
    .nav-img {
        width: 24px;
        height: 24px;
    }
}
