/* Example override for the primary background color */
/* .primary-bg-color {
    background-color: #ddd;
} */
body {
  font-family: "Open Sans", sans-serif;
}
header.header .navbar a {
  color: #484848;
}
header.header .logo-img {
  max-width: 400px;
  max-height: 200px;
}
header.header .navbar-nav a {
  font-size: 16px;
}
footer.footer {
  margin: 0;
  padding: 50px 0 80px;
  background: #262831;
  color: #898b92;
  font-size: 14px;
}
.master-breadcrumb {
  background-color: #00000000;
}
.breadcrumb {
  background-color: #00000000;
}
.breadcrumb-item.active {
  color: #212529;
}
.breadcrumb a {
  color: #262831;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}
/* orderform */
#order-standard_cart .products .product header {
  padding: 14px 20px !important;
  background: #007297 !important;
}
#order-standard_cart .products .product header span {
  font-weight: normal !important;
  color: #ffffff !important;
  line-height: 29px !important;
  font-size: 20px !important;
}
#order-standard_cart .products .product div.product-desc {
  font-size: 12px !important;
  font-family: "Open Sans", sans-serif !important;
}
#order-standard_cart .products .product div.product-pricing span.price {
  font-size: 18px !important;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 600;
}
@media only screen and (max-device-width: 600px) {
  .dataTables_wrapper table.table-list {
    font-size: 10px;
  }
  table.dataTable thead > tr > td.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_asc_disabled, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting_desc_disabled, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_asc_disabled, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting_desc_disabled {
    cursor: pointer;
    position: relative;
    padding-right: 17px
  }
}