.submenu li a {
  color: #c4deff;
  padding: 1em;
  display: block;
}

.submenu li i {
  color: #c4deff;
}

.submenu li {
  background-color: #152c48;
}
.submenu li a {
  padding-left: 2.5rem;
}

.submenu {
  padding: 0;
  list-style: none;
}

.navbar-sidenav > li > .nav-link {
  color: #eff6ff !important;
}
#mainNav.navbar-dark .navbar-collapse .navbar-sidenav {
  background-color: #1b3656;
}

.bg-dark {
  background-color: #1b3656 !important;
}

.nav-link,
.submenu a {
  letter-spacing: 1.5px;
  text-decoration: none;
}

.submenu {
  max-height: 0;
  overflow: hidden;
  transition: all ease-in-out 0.2s;
}

.sidenav-toggled .submenu {
  display: none;
}

.active + .submenu {
  max-height: 300px;
}
.nav-link:hover,
.submenu a:hover,
.nav-link.active,
.submenu a.active {
  background-color: #0f1c2b;
}

.logout_btn {
  color: #eff6ff !important;
}

#mainNav.fixed-top.navbar-dark .sidenav-toggler {
  background-color: #0f1c2b;
}

.breadcrumb {
  background-color: #f0f6ff;
  color: #1b3556;
}
.breadcrumb i {
  opacity: 0.7;
}

.card-header {
  background-color: #f0f6ff;
  border-bottom: 0;
  color: #1b3556;
}
.card-header i {
  opacity: 0.7;
}

.card {
  border: 0;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2);
}

footer.sticky-footer {
  background-color: #0f1c2b;
  color: #f0f6ff;
  letter-spacing: 1.2px;
}
.navbar-collapse.collapsing,
.navbar-collapse.collapse.show {
  margin: 0 -1rem;
}

.navbar-collapse.collapsing > ul > li > a.nav-link,
.navbar-collapse.collapse.show > ul > li > a.nav-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.nav-link {
  position: relative;
}
.nav-link .chevron {
  position: absolute;
  right: 1rem;
  top: 1.25rem;
}
.btn-secondary {
  color: #1a3657;
  background-color: transparent;
  border-color: transparent;
  border: 0;
  cursor: pointer;
}
.btn-secondary i {
  /* margin-right: .5rem; */
  opacity: 0.5;
}
.btn-secondary:hover {
  color: black;
  background-color: #f0f6ff;
  border-color: #f0f6ff;
}
.btn-secondary:hover i {
  opacity: 1;
}
.card-header.row > .col-sm-6:first-child {
  padding-top: 0.5rem;
}

.dashboard-table thead th {
  border-top: 0;
  font-size: 0.9rem;
  color: #1a3657;
  border-bottom: 1px solid #f0f6ff;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  right: 1.25rem;
}
table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding-right: 35px;
}
.dashboard-table td {
  font-size: 0.85rem;
}
.dashboard-table td {
  border-bottom: 1px solid #f0f6ff;
}
.dashboard-table .btn {
  padding: 0;
  display: block;
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
  cursor: pointer;
}
.dashboard-table .btn-danger {
  background-color: transparent;
  color: #dc3545;
  border: 0;
  opacity: 0.5;
}
.dashboard-table .btn-danger:hover,
.dashboard-table .btn-danger:focus {
  background-color: transparent;
  color: #dc3545;
  border: 0;
  opacity: 1;
}
.dataTables_length,
.dataTables_filter {
  font-size: 0.9rem;
  color: #1a3657;
}
.form-control:focus {
  border-color: #1a3657;
  box-shadow: none;
  outline: 0;
}
.page-item.active .page-link {
  background-color: #1a3657;
  border: 1px solid #1a3657;
}
.page-link {
  color: #1a3657;
}

.page-link:hover,
.page-link:active {
  outline: 0;
}

.pagination {
  font-size: 0.9rem;
}

.page-link:focus,
.page-link:hover {
  color: #0f1b2a;
  background-color: #f0f6ff;
}

.dataTables_info {
  color: #1a3657;

  font-size: 0.9rem;
}

.card-header .header-padding {
  padding-top: 0.5rem;
}
.btn-primary,
input.btn-primary {
  color: #fff;
  background-color: #1a3657;
  border-color: #1a3657;
  cursor: pointer;
}
.btn-primary:hover,
input.btn-primary:hover {
  color: #fff;
  background-color: #0f1b2a;
  border-color: #0f1b2a;
}
.card-header.row {
  margin: 0px;
}

.heading {
  font-size: 1.5rem;
  margin: 2rem 0 1rem 0;
}
.price_range {
  margin-bottom: 2rem;
  margin-top: 1rem;
}
#amount {
  padding-left: 0;
  color: #1b3656;
  border: 0;
  outline: 0;
  box-shadow: none;
}
.pagination li {
  display: inline-block;
}
.pagination {
  display: flex;
}

.pagination li a {
  /* padding: .25rem; */
}
.page-item.active .page-link {
  color: white;
}

.page-item.disabled .page-link {
  color: #868e96;
  pointer-events: none;
  background-color: #fff;
  border-color: #ddd;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  margin-left: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  margin-right: -1px;
  line-height: 1.25;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid #ddd;
}
.showing-items {
  display: inline-block;
  height: 35px;
}
.pagination-container {
  display: inline-block;
  margin-left: auto;
}
.pagination-wrap {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  margin: 1rem 0;
}
.filters-heading {
  text-transform: none;
}
h2.filters-heading {
  font-size: 1rem;
  font-weight: bold;
  color: #193658;
  height: 35px;
  line-height: 35px;
  margin: 1rem 0;
  position: relative;
  letter-spacing: 2px;
  text-transform: uppercase;
}
h2.filters-heading:after {
  display: block;
  content: "";
  position: absolute;
  height: 2px;
  width: 30px;
  bottom: 0;
  left: 0;
  background-color: #193658;
  opacity: 0.3;
}
.filters-form select {
  margin-bottom: 0.5rem;
}
.product-small {
  display: block;
  box-shadow: 0 1px 3px -2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  margin-bottom: 1rem;
}

.product-small img {
  object-fit: cover;
  height: 350px;
}

.product-small .vendor {
  color: gray;
  font-size: 0.8rem;
}

.product-small .name {
  color: #193658;
}
.product-small .price {
  font-weight: bold;
  color: black;
}
.footer {
  display: none;
}
.product-small .body {
  padding: 0.5rem;
}
.product-action .btn-super {
  text-align: left;
}
.single-product {
  margin-top: 3rem;
}
.single-product h2 {
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  margin: 1rem 0 2rem;
  color: #1a3657;
}
.single-product h2:after {
  display: block;
  content: "";
  height: 3px;
  background-color: #1a3657;
  width: 3rem;
  position: absolute;
  left: 0;
  bottom: -1rem;
  opacity: 0.3;
}
.single-product .price {
  color: black;
  font-weight: bold;
  font-size: 1.25rem;
}

.specifications strong {
  width: 15rem;
  display: inline-block;
}

.specifications {
  margin: 1rem 0;
}

.specifications > div:nth-child(odd) {
  background-color: #efefef;
}

.specifications > div {
  padding: 0.25rem;
}

.product-action {
  margin: 1rem 0;
  display: flex;
  align-items: center;
}
.product-action .btn-super {
  margin-right: 0.5rem;
}
.request-demo {
  color: #1a3657;
  margin-left: 0.5rem;
}
.vendor-details h3 {
  font-weight: normal;
  font-size: 1rem;
  margin-top: 2rem;
}
.vendor-details img {
  margin-top: 1rem;
}
.cart th {
  border-bottom: 3px solid #ececec;
  text-transform: uppercase;
  color: #a5a5a5;
  text-align: left;
  padding: 0.5rem;
  letter-spacing: 1px;
}

.cart {
  border-collapse: collapse;
  width: 100%;
  margin-top: calc(3rem + 5px);
}
.product-index {
  width: 30px;
}
table.cart tbody td {
  padding: 0.5rem;
  font-size: 0.8rem;
}
table.cart tbody tr:nth-child(even) {
  background-color: #eaeaea;
}
table.cart tbody .quantity {
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: #d2d2d2;
  width: 100px;
  text-align: center;
  -webkit-appearance: none;
}
.proceed-btn {
  color: #1a3657;
  cursor: pointer;
  font-size: 1rem;
}
.big,
input.big {
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  font-size: 1rem;
}
.empty-shopping-cart {
  margin: 1rem 0;
}
.customer-sidebar {
  letter-spacing: 1px;
}

.customer-sidebar h3 {
  border-bottom: 3px solid #ececec;
  text-transform: uppercase;
  padding: 1rem 0;
  margin: 2rem 0 1rem;
  color: #a5a5a5;
}
.customer-sidebar a {
  display: block;
  padding: 0 0 0.5rem 0;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #ececec;
}
.billing-form h3,
.payment-link-heading,
.subscribed-packages,
.right-heading {
  text-transform: uppercase;
  color: #a5a5a5;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  margin-top: 3rem;
  border-bottom: 3px solid #ececec;
}
.billing-form > .row {
  align-items: center;
  margin-bottom: 1rem;
}
.mt-0 {
  margin-top: 0;
}
.width-initial {
  width: initial !important;
}
.profile-form .row {
  margin-bottom: 1rem;
}
.alert {
  margin-bottom: 1rem;
}
.alert.alert-success {
  color: green;
}
.alert.alert-danger,
.alert.alert-warning {
  color: red;
}
.about-us h2.heading:after {
  content: "";
  background: black;
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 5rem;
  height: 3px;
  opacity: 0.3;
}
.about-us h2.heading {
  position: relative;
}
.mt-2rem {
  margin-top: 2rem;
}
