.headerWrap {
  height: 70px;
  z-index: 30;
  background-color: #ffffff;
  position: sticky;
  top: 0;
  box-shadow: 0px 2px 8px 0px #14b8a6;
}

.headerContentWrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.layout-content {
  min-height: calc(100vh - 180px);
}

.logo {
  font-size: 28px;
  font-weight: 700;
}

.btn {
  border-radius: 8px;
  font-weight: 700;
  font-size: 16px;
  text-transform: none;
}

.btn-outline {
  text-transform: none;
}

.btn-primary {
  padding: 8px 12px;
  background-color: #14b8a6 !important;
  color: #ffffff !important;
}

.btn-primary:hover {
  background-color: #14b8a6 !important;
}

.btn-dark {
  padding: 8px 12px;
  background-color: #6b7280 !important;
  color: #ffffff !important;
}

.btn-dark:hover {
  background-color: #6b7280 !important;
}

#cart .form-group, #cart td button, #cart td input {
    margin: 0;
    padding: 0;
}

.user-login ul.dropdown-menu {
    width: 200px;
    font-size: 14px;
}

.invalid-feedback strong {
    color: #dc3545;
}

h5 {
    font-size: 18px;
    font-weight: bold;
}

.ms-footer {
    padding: 12px 0;
    padding: 1.2rem 0;
    text-align: center;
    background-color: #3b4c55;
    color: #bdbdbd;
    box-shadow: inset 0 2px 2px 0 rgba(0,0,0,.14), inset 0 3px 1px -2px rgba(0,0,0,.2), inset 0 1px 5px 0 rgba(0,0,0,.12);
}

.text-muted {
    color: #6c757d!important;
    display: none;
}