/* *****************************************************
    ** Custom Stylesheet **
    Any custom styling you want to apply should be
    defined here.
***************************************************** */
body, button, input, select, textarea, .popover-user-notifications, .panel-sidebar .panel-title, h1, h2, h3, h4, h5, h6, section#header .logo-text, .navbar-main {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Cantarell, sans-serif;
  text-rendering: optimizeLegibility;
}
.navbar-main {
  background-color: #25AAE1;
}
ul.top-nav > li.primary-action > a.btn {background-color:#ff6600;color:#fff;}
.panel-sidebar a.list-group-item.active, .panel-sidebar a.list-group-item.active:focus, .panel-sidebar a.list-group-item.active:hover {background-color:#25AAE1;border-color:#25AAE1;}
.btn-primary {color: #fff;background-color:#ff6600;border-color:#ff6600;}
.btn-primary:hover {color:#fff;background-color:#ff6600;border-color:#ff6600;}
.btn-success {background-color:#ff6600;border-color:#ff6600;}
.btn-success:hover {background-color:#ff6600;border-color:#ff6600;}
#order-standard_cart .order-summary {background-color:#8CC63F;border-bottom: 3px solid #8CC63F;}
#order-standard_cart .order-summary h2 {background-color:#8CC63F;}
#order-standard_cart .view-cart-items-header {background-color:#8CC63F;}
#order-standard_cart .order-summary .btn-continue-shopping{color:#2196f3!important;font-size:1.3em!important;font-weight:bolder}
.dataTables_wrapper .dataTables_info {background-color:#4f5360;}