/*
 Created by Oxatis Consulting
*/
.bs-clearfix:before,
.clearfix:before,
.bs-clearfix:after,
.clearfix:after {
  content: " ";
  display: block;
}
.bs-clearfix:after,
.clearfix:after {
  clear: both;
}
.bs-border-box {
  box-sizing: border-box;
}
.bs-border-box *,
.bs-border-box *:before,
.bs-border-box *:after {
  box-sizing: border-box;
}
.bs-list-unstyled {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.bs-btn span,
.bs-btn-main span {
  display: inline-block;
  margin: 10px 0;
  padding: 0 15px;
  color: #000;
  cursor: pointer;
  font-size: 12px;
  line-height: 24px;
  background: #000;
  border: 1px solid #000;
  white-space: nowrap;
}
.bs-btn small,
.bs-btn-main small {
  font-size: 12px;
  font-weight: bold;
  line-height: 100%;
}
.bs-btn:hover,
.bs-btn-main:hover {
  text-decoration: none;
}
.bs-btn:hover span,
.bs-btn-main:hover span {
  background-color: #000;
  border-color: #000;
  color: #000;
}
.bs-btn-main span {
  padding: 5px 15px;
  color: #000;
  font-size: 16px;
  border-color: #000;
  background-color: #000;
}
.bs-btn-main:hover span {
  background-color: #000;
  border-color: #000;
  color: #000;
}
.c-show-global-stock {
  margin: 0;
  padding: 0;
  border: 1px solid #ccc;
  border-bottom: 0px;
  list-style: none;
  max-width: 150px;
}
.c-show-global-stock li {
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
}
.c-show-global-stock li::after {
  content: '';
  display: block;
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: green;
  margin-right: 5px;
}
.c-show-global-stock li.orange::after {
  background-color: orange;
}
.c-show-global-stock li.reapro::after {
  background-color: red;
}
.c-show-global-stock label {
  flex: 2;
  padding: 5px;
  color: #000;
}
#maincontainer.sccatalog.itemlist .c-show-global-stock label {
  flex: 5;
}
/*# sourceMappingURL=app.css.map */