swatches auto-query-refinements-bar .label-default {
  background-color: #e3e3e3;
  font-weight: 300;
  color: #4b4b4b;
  text-transform: uppercase; }

swatches .btn.btn-desktop-filters {
  font-size: 12px;
  color: #282525;
  background-color: #fff;
  letter-spacing: 1.2px;
  border: solid 1px;
  min-width: 195px; }

swatches-cards .grid-item.item {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-right: 2rem;
  padding-left: 2rem; }
  swatches-cards .grid-item.item .swatch-info {
    font-size: 14px;
    margin-top: 8px; }
    swatches-cards .grid-item.item .swatch-info > div {
      margin-top: 12px; }


swatch-view .row.flex.align-center {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }

swatch-view .outer-wrap {
  display: flex;
  align-items: center;
  justify-content: center; }
  swatch-view .outer-wrap .inner-wrap {
    max-width: 800px;
    width: 100%;
    margin: 0 auto; }

swatch-view .swatch-one-up-right .swatch-info {
  max-width: 400px; }

swatch-view .swatch-one-up-right .swatch-id {
  font-size: 14px;
  line-height: 1;
  color: #4b4b4b;
  letter-spacing: 0.84px;
  margin-bottom: 30px; }

swatch-view .swatch-one-up-right .grade {
  font-size: 46px;
  line-height: 1;
  letter-spacing: 2.76px;
  color: #000;
  margin-top: 0;
  margin-bottom: 30px; }

swatch-view .swatch-one-up-right .swatch-actions {
  margin-bottom: 30px; }
  swatch-view .swatch-one-up-right .swatch-actions .btn:first-of-type {
    margin-bottom: 20px; }

swatch-view .swatch-one-up-right .swatch-message {
  font-size: 14px;
  color: #4b4b4b;
  letter-spacing: 0.84px; }

@media (max-width: 767px) {
  swatch-container .customer-dashboard-tabs ul.nav.nav-tabs li {
    display: inline-block;
    width: 10em; }
    swatch-container .customer-dashboard-tabs ul.nav.nav-tabs li a {
      padding: 1.25em .5em !important; } }

.swatch-scan-row {
  font-size: 16px;
  margin: auto;
  max-width: 37em;
  padding: 0 .5em; }
  .swatch-scan-row .text-muted {
    color: #767676; }
  .swatch-scan-row .detail-item {
    margin-bottom: .75em; }
    .swatch-scan-row .detail-item .btn-white {
      border-color: #767676;
      font-size: 1em;
      padding: .666em 1em;
      margin: 2em auto 0;
      display: block;
      width: max-content; }
  .swatch-scan-row .alert {
    margin: 1.5em 0;
    padding: 0;
    text-align: center; }
    .swatch-scan-row .alert h2 {
      font-size: 2em;
      margin: 0; }
  .swatch-scan-row .form-control {
    height: initial;
    padding: .666em 1em; }
  .swatch-scan-row .input-group :not(.caret) {
    border-color: inherit; }
  .swatch-scan-row .input-group .input-group-addon {
    border: 1px solid #585858; }
  .swatch-scan-row .results-container {
    display: flex;
    gap: 1em; }
    @media (max-width: 450px) {
      .swatch-scan-row .results-container {
        flex-direction: column;
        align-items: center; } }
    .swatch-scan-row .results-container .results-img {
      flex: 1 1 0px; }
    .swatch-scan-row .results-container .details-container {
      flex: 2 1 0px; }

/*---------------------------
  ALERTS
---------------------------*/
.float-none {
  float: none !important; }

swatchcount-edit .alert {
  border-color: #8D8D8D;
  color: #fff; }

swatchcount-edit .alert-danger {
  background-color: #ff0000; }

swatchcount-edit .alert-success {
  background-color: #009e0c; }

swatchcount-edit .alert-duplicate {
  background-color: #0041C0; }

swatchcount-edit .alert-notonlist {
  background-color: #8d8d8d; }

swatchcount-edit .alert h2 {
  font-weight: 800;
  font-size: 270%;
  letter-spacing: 2px; }

swatch-scan .alert {
  border-color: #8D8D8D;
  color: #fff; }

swatch-scan .alert-danger {
  background-color: #ff0000; }

swatch-scan .alert-success {
  background-color: #009e0c; }

swatch-scan .alert-duplicate {
  background-color: #0041C0; }

swatch-scan .alert-notonlist {
  background-color: #8d8d8d; }

swatch-scan .alert h2 {
  font-weight: 800;
  font-size: 270%;
  letter-spacing: 2px; }

swatchlist-edit .alert {
  border-color: #8D8D8D;
  color: #fff; }

swatchlist-edit .alert-danger {
  background-color: #ff0000; }

swatchlist-edit .alert-duplicate {
  background-color: #0041C0; }

swatchlist-edit .alert-success {
  background-color: #009e0c; }

swatchlist-edit .alert-warning {
  background-color: #0041C0; }

swatchlist-edit .alert h2 {
  font-weight: 800;
  font-size: 270%;
  letter-spacing: 2px; }

/*---------------------------
  IBOX
---------------------------*/
.ibox.gray-2 .ibox-title, .ibox.gray-2 .ibox-content {
  background-color: #cacaca; }

.ibox.gray-2 .ibox-content {
  padding: 10px; }

.bg-1 {
  background-color: #fff; }

/*---------------------------
  QUICK STOCK CHECK TOOL
---------------------------*/
.quick-stock-checker-wrap {
  height: 100%;
  min-height: 736px;
  min-height: 100vh; }

.qsct-welcome-message {
  font-size: 2.5em;
  margin-top: 30px;
  margin-bottom: 25px;
  letter-spacing: 6px; }

.logo-wrap img {
  background-color: #fff;
  width: 100%;
  max-width: 150px;
  height: auto; }

