.mt-22 {
  margin-top: 2.8rem !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.font-15 {
  font-size: 15px;
}

.float-right {
  float: right;
}

.swatch {
  display: inline-block;
  width: 3em;
  font-size: 0.9em;
  padding: 0 0.4em;
  border: 1px solid #ddd;
}

#uc_province_row,
#uc_state_row,
#uc_hst_row,
#uc_tax_id_row {
  display: none;
}

.nav-sidebar {
  text-transform: uppercase;
}
hr{
    border: 1px dotted #132649;
    border-style: none none dotted;
    color: #fff;
    background-color: #fff;
    width: 95% !important;
    margin: auto;
    margin-top: 20px !important;
    margin-bottom: 20px;
}
.save-product-btn {
    padding: 0px 10px;
    line-height: 20px;
    font-size: 17px;
    left: 5px;
    border-radius: 0.2rem !important;
}

.wired_table label {
  display: inline-block;
  border: 1px solid #ddd;
  border-left: none;
  border-top: none;
  position: relative;
  left: -10px;
  top: -17px;
  padding-left: 8px;
  padding-right: 8px;
  text-transform: uppercase;
  font-size: 0.7em;
}

.no_mb {
  margin-bottom: 0 !important;
}

.loader{
    text-align: center;
    position: fixed;
    background: #13264945;
    bottom: 0;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    z-index: 9999;
}
.loader_img{
    width: 60px;
    margin: auto;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.purple_color{
    color:#695eef;
}
.low_inventory {
    background: #FFBFBF !important;
}
.pb-5px{
    padding-bottom: 5px;
}
.btn_relative{
    position: relative;
    top: 50%;
}