.csp-sprite-hidden {
  display: none;
}

.csp-sprite-hidden-absolute {
  display: none;
  width: 0;
  height: 0;
  position: absolute;
}

.csp-pos-relative {
  position: relative;
}

.csp-font-13 {
  font-size: 13px;
}

.csp-font-14-bold {
  font-size: 14px;
  font-weight: 700;
}

.csp-size-24 {
  width: 24px;
  height: 24px;
}

.csp-logo-max-h-50 {
  max-height: 50px;
}

.csp-logo-box {
  max-height: 50px;
  background-color: #fff;
  border-radius: 4px;
  padding: 4px;
}

.csp-search-no-shadow {
  box-shadow: none;
}

.csp-search-submit {
  background-color: var(--accent-color);
  border: none;
  padding: 5px 20px;
}

.csp-thumb-50 {
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.csp-thumb-70 {
  width: 70px;
  height: 70px;
  object-fit: cover;
}

.csp-thumb-80 {
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.csp-input-w-50 {
  width: 50px;
}

.csp-color-price {
  color: #ee4d2d;
}

.csp-bg-price {
  background-color: #ee4d2d;
}

.csp-sticky-top-20 {
  top: 20px;
}

.csp-body-muted-bg {
  background: #f5f7fa;
  min-height: 100vh;
}

.csp-line-height-tight {
  line-height: 1.2;
}

.csp-pt-2-important {
  padding-top: 2px !important;
}

.csp-mt-2-important {
  margin-top: 2px !important;
}

.csp-register-field {
  margin: 15px 0;
}

.csp-register-submit {
  margin-top: 15px;
}

