#hidden {
  display: none;
}
.category .form-control, .category .subcategories {
  float:left;
}
.category .subcategories {
  width: 550px;
}
#popup {
  max-width: 500px;
  position: absolute;
  display: none;
  box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19);
  background-color: #fff;
  padding: 5px 16px;
  cursor: pointer;
  top: 100%;
  z-index: 1;
}
.table-list {
  flex: 1;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #757575 transparent;
}
#ProductList {
  position: relative;
  overflow-y: hidden;
  overflow-x: hidden;
  z-index: 11;
}
#eachProduct {
  cursor: pointer;
}
#eachProduct {
  white-space: nowrap;
  overflow: hidden;
  width: 240px;
  line-height: 25px;
  text-indent: 10px;
  text-align: left;
  border: 2px solid #ffffff00;
}
.rightBlock{
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.content {
  overflow: auto;
}
.content img {
  max-width: 100%;
}
#sticky {
  margin: 0;
}
.sticky-bar {
  border: 1px solid;
  z-index: 10;
}
.sticky-bar, #control {
  background-color: #757575;
}
.form-row {
  padding: 5px;
  border: 1px solid;
}
.tab-content {
  background-color: #dbd6d6;
}
select {
  text-indent: 1px;
  text-overflow: '';
}
#retailform {
  --bs-body-bg: none;
}
#retail-form .StockLocation, #retail-form {
  flex: 0 0 55px;
  border-left: 1px solid;
}
#retail-form .packfee, #retail-form .shipfee, #retail-form {
  flex: 0 0 45px;
}
.store-listing-link-container label {
  width: 70px;
  display: inline-block;
}
.store-listing-link-container a {
  margin-right: 5px;
}
.store-listing-link-container .store-listing-link {
  width: 150px;
  display: inline-block;
}
.retail-switch, .retail-date {
  width: 100%;
}
.main-products-table {
  border-spacing: 1px;
  width:100%
}

.Title_Quality {
  width: 220px;
}
.Title_Size {
  width: 150px;
}
.border-tr {
 outline: 2px solid #f00 !important;
}