body.light-theme {
  /*newly added css*/
}

body.light-theme .text-primary {
  color: #007bff !important;
  color: #05373c !important;
}

body.light-theme .text-secondary {
  color: #6c757d !important;
  color: #6c757d !important;
}

body.light-theme .text-success {
  color: #28a745 !important;
  color: #28a745 !important;
}

body.light-theme .text-danger {
  color: #dc3545 !important;
  color: #dc3545 !important;
}

body.light-theme .text-warning {
  color: #ffc107 !important;
  color: #ffc107 !important;
}

body.light-theme .text-light {
  color: #ede8dd !important;
  color: #ede8dd !important;
}

body.light-theme .text-dark {
  color: #343a40 !important;
  color: #343a40 !important;
}

body.light-theme .text-white {
  color: white !important;
  color: white !important;
}

body.light-theme .bg-primary {
  background-color: #007bff !important;
  background-color: #05373c !important;
}

body.light-theme .bg-secondary {
  background-color: #6c757d !important;
  background-color: #6c757d !important;
}

body.light-theme .bg-success {
  background-color: #28a745 !important;
  background-color: #28a745 !important;
}

body.light-theme .bg-danger {
  background-color: #dc3545 !important;
  background-color: #dc3545 !important;
}

body.light-theme .bg-warning {
  background-color: #ffc107 !important;
  background-color: #ffc107 !important;
}

body.light-theme .bg-info {
  background-color: #17a2b8 !important;
  background-color: #17a2b8 !important;
}

body.light-theme .bg-light {
  background-color: #ede8dd !important;
  background-color: #ede8dd !important;
}

body.light-theme .bg-dark {
  background-color: #343a40 !important;
  background-color: #343a40 !important;
}

body.light-theme .bg-white {
  background-color: white !important;
  background-color: white !important;
}

body.light-theme .alert-primary {
  color: #007bff !important;
  color: #05373c !important;
}

body.light-theme .alert-secondary {
  color: #6c757d !important;
  color: #6c757d !important;
}

body.light-theme .alert-success {
  color: #28a745 !important;
  color: #28a745 !important;
}

body.light-theme .alert-danger {
  color: #dc3545 !important;
  color: #dc3545 !important;
}

body.light-theme .alert-warning {
  color: #ffc107 !important;
  color: #ffc107 !important;
}

body.light-theme .alert-info {
  color: #17a2b8 !important;
  color: #17a2b8 !important;
}

body.light-theme .alert-light {
  color: #ede8dd !important;
  color: #ede8dd !important;
}

body.light-theme .alert-dark {
  color: #343a40 !important;
  color: #343a40 !important;
}

body.light-theme .alert-white {
  color: white !important;
  color: white !important;
}

body.light-theme .btn-primary {
  background-color: #007bff !important;
  background-color: #05373c !important;
  border-color: #007bff !important;
  border-color: #05373c !important;
}

.btn-primary a {
  color: #fff !important;
}

body.light-theme .btn-secondary {
  background-color: #6c757d !important;
  background-color: #6c757d !important;
  border-color: #6c757d !important;
  border-color: #6c757d !important;
}

body.light-theme .btn-success {
  background-color: #28a745 !important;
  background-color: #28a745 !important;
  border-color: #28a745 !important;
  border-color: #28a745 !important;
}

body.light-theme .btn-danger {
  background-color: #dc3545 !important;
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
  border-color: #dc3545 !important;
}

body.light-theme .btn-warning {
  background-color: #ffc107 !important;
  background-color: #ffc107 !important;
  border-color: #ffc107 !important;
  border-color: #ffc107 !important;
}

body.light-theme .btn-info {
  background-color: #17a2b8 !important;
  background-color: #17a2b8 !important;
  border-color: #17a2b8 !important;
  border-color: #17a2b8 !important;
}

body.light-theme .btn-light {
  background-color: #ede8dd !important;
  background-color: #ede8dd !important;
  border-color: #ede8dd !important;
  border-color: #ede8dd !important;
}

body.light-theme .btn-dark {
  background-color: #343a40 !important;
  background-color: #343a40 !important;
  border-color: #343a40 !important;
  border-color: #343a40 !important;
}

body.light-theme .btn-white {
  background-color: white !important;
  background-color: white !important;
  border-color: white !important;
  border-color: white !important;
}

body.light-theme .table-primary {
  color: #007bff !important;
  color: #05373c !important;
}

body.light-theme .table-secondary {
  color: #6c757d !important;
  color: #6c757d !important;
}

body.light-theme .table-success {
  color: #28a745 !important;
  color: #28a745 !important;
}

body.light-theme .table-danger {
  color: #dc3545 !important;
  color: #dc3545 !important;
}

body.light-theme .table-warning {
  color: #ffc107 !important;
  color: #ffc107 !important;
}

body.light-theme .table-info {
  color: #17a2b8 !important;
  color: #17a2b8 !important;
}

body.light-theme .table-light {
  color: #ede8dd !important;
  color: #ede8dd !important;
}

body.light-theme .table-dark {
  color: #343a40 !important;
  color: #343a40 !important;
}

body.light-theme .table-white {
  color: white !important;
  color: white !important;
}

body.light-theme .btn-outline-primary {
  color: #05373c !important;
}

body.light-theme .btn-outline-white {
  color: white !important;
  color: white !important;
}

body.light-theme .badge-primary {
  background-color: #007bff !important;
  background-color: #05373c !important;
}

body.light-theme .badge-secondary {
  background-color: #6c757d !important;
  background-color: #6c757d !important;
}

body.light-theme .badge-success {
  background-color: #28a745 !important;
  background-color: #28a745 !important;
}

body.light-theme .badge-danger {
  background-color: #dc3545 !important;
  background-color: #dc3545 !important;
}

body.light-theme .badge-warning {
  background-color: #ffc107 !important;
  background-color: #ffc107 !important;
}

body.light-theme .badge-info {
  background-color: #17a2b8 !important;
  background-color: #17a2b8 !important;
}

body.light-theme .badge-light {
  background-color: #ede8dd !important;
}

body.light-theme .badge-dark {
  background-color: #343a40 !important;
  background-color: #343a40 !important;
}

body.light-theme .badge-white {
  background-color: white !important;
  background-color: white !important;
}

body.light-theme .list-group-item-primary {
  color: #007bff !important;
  color: #05373c !important;
}

body.light-theme .list-group-item-secondary {
  color: #6c757d !important;
  color: #6c757d !important;
}

body.light-theme .list-group-item-success {
  color: #28a745 !important;
  color: #28a745 !important;
}

body.light-theme .list-group-item-danger {
  color: #dc3545 !important;
  color: #dc3545 !important;
}

body.light-theme .list-group-item-warning {
  color: #ffc107 !important;
  color: #ffc107 !important;
}

body.light-theme .list-group-item-info {
  color: #17a2b8 !important;
  color: #17a2b8 !important;
}

body.light-theme .list-group-item-light {
  color: #ede8dd !important;
  color: #ede8dd !important;
}

body.light-theme .list-group-item-dark {
  color: #343a40 !important;
  color: #343a40 !important;
}

body.light-theme .list-group-item-white {
  color: white !important;
  color: white !important;
}

body.light-theme .border-primary {
  border-color: #007bff !important;
  border-color: #05373c !important;
}

body.light-theme .border-secondary {
  border-color: #6c757d !important;
  border-color: #6c757d !important;
}

body.light-theme .border-success {
  border-color: #28a745 !important;
  border-color: #28a745 !important;
}

body.light-theme .border-danger {
  border-color: #dc3545 !important;
  border-color: #dc3545 !important;
}

body.light-theme .border-warning {
  border-color: #ffc107 !important;
  border-color: #ffc107 !important;
}

body.light-theme .border-info {
  border-color: #17a2b8 !important;
  border-color: #17a2b8 !important;
}

body.light-theme .border-light {
  border-color: #ede8dd !important;
  border-color: #ede8dd !important;
}

body.light-theme .border-dark {
  border-color: #343a40 !important;
  border-color: #343a40 !important;
}

body.light-theme .border-white {
  border-color: white !important;
  border-color: white !important;
}

body.light-theme .footer-4 {
  color: black !important;
}

body.light-theme #categorylist .card-body.p-3 {
  border-top: 2px solid #ede8dd;
  background: #ede8dd;
  color: black !important;
}

body.light-theme #itemlist div.card span.product-title.text-truncate {
  background: #ede8dd;
  border-color: #ede8dd;
}

body.light-theme .toggle-button--maa .toggle-button__icon:after {
  background: #ede8dd !important;
}

body.light-theme #orders-navision-order .toggle-button__icon:after {
  background: #ede8dd !important;
}

body.light-theme ul.sidebar-menu > li.menu-item > ul.menu, body.light-theme .light-theme iframe.intercom-launcher-frame.intercom-launcher-frame-shadow, body.light-theme #LeftMenuVisiable ul.menu {
  background: #ede8dd !important;
}

body.light-theme .site-footer .divider {
  border: 1px solid #ede8dd !important;
}

body.light-theme #categorylist .card-body.p-3 {
  border-top: 2px solid #ede8dd;
  background: #ede8dd;
}

body.light-theme .footer-4 {
  background: #ede8dd;
}

body.light-theme .btn-bc {
  background: #ede8dd;
}

body.light-theme .sidebar ul.sidebar-menu li.menu-item--active-trail {
  border-left: 5px solid #ede8dd !important;
}

body.light-theme #LeftMenuVisiable a, body.light-theme #LeftMenuVisiable li a {
  color: black;
}

body.light-theme .sidebar ul.menu-account li.menu-item--active-trail {
  border-left: 5px solid #ede8dd !important;
}

body.light-theme .breadcrumb-item:only-child:after {
  color: #ede8dd;
}

body.light-theme .breadcrumb-item + .breadcrumb-item::before {
  color: #ede8dd;
}

body.light-theme .flag a i {
  color: #ede8dd !important;
}

body.light-theme .ui-dialog.cart-modal legend {
  border-color: #ede8dd !important;
}

body.light-theme hr {
  border-color: #ede8dd !important;
}

body.light-theme .btn-outline-secondary {
  border-color: #ede8dd !important;
}

body.light-theme .btn-outline-secondary:hover {
  background-color: #ede8dd !important;
  border-color: #ede8dd !important;
}

body.light-theme .table-striped tbody tr td:not(:first-child) {
  background: #ede8dd !important;
}

body.light-theme .table-striped tfoot tr:last-child {
  border-top: 1px solid #ede8dd !important;
  border-bottom: 1px solid #ede8dd !important;
}

body.light-theme .row.cart-item {
  border-bottom: 1px solid #ede8dd !important;
}

body.light-theme #step3 .btn-primary {
  background-color: #15363c !important;
  border-color: #15363c !important;
  color: #fff !important;
}

body.light-theme #step3 .form-disabled.btn-light {
  background: transparent !important;
  border: 1px solid #ede8dd !important;
  color: #000 !important;
}

body.light-theme .btn-primary:disabled {
  color: #fff !important;
  background-color: #becacc !important;
  border-color: #becacc !important;
  opacity: 0.9 !important;
}

body.light-theme .modal-add2cart-success .background-none {
  background: transparent !important;
}

body.light-theme .ui-dialog .ui-dialog-buttonpane {
  border-top: 1px solid #ede8dd;
}

body.light-theme .cart-modal .table td, body.light-theme .table th {
  border-top: 1px solid #ede8dd;
}

body.light-theme .commerce-user-orders table th, body.light-theme .commerce-user-orders table td, body.light-theme .commerce-order-item-table table td, body.light-theme .commerce-order-item-table table th {
  border-top: 1px solid #ede8dd;
}

.card-wrapper .card, .card-img img {
  border-radius: 3px 3px 3px 3px;
}

.to-show {
  display: none;
}

.to-hover:hover > .to-show {
  display: block;
}

.card-wrapper:hover .teaser-title {
  background: #fff !important;
}
/*# sourceMappingURL=app.css.map */
