.ss_components_products_ui__main {
  position: relative;
}
.ss_components_products_ui__main > .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ss_components_products_ui__main > .top > .name {
  margin: 20px 10px;
  font-size: 30px;
  font-weight: bold;
}
.ss_components_products_ui__main > .top > .paginator .page_button {
  cursor: pointer;
  float: left;
  margin: 0 2px;
  padding: 5px 8px;
  background-color: #f1f1f1;
  color: #000000;
  border-radius: 3px;
}
.ss_components_products_ui__main > .top > .paginator .page_button.selected {
  background-color: #606060;
  color: #F0F0F0;
}
.ss_components_products_ui__main > .top > .paginator .page_button.hover {
  background-color: #b6b6b6;
  color: #FFFFFF;
}
.ss_components_products_ui__main > .top > .paginator .skipped_pages_button {
  float: left;
  margin: 0 2px;
  padding: 5px 10px;
  color: #404040;
}
.ss_components_products_ui__main > .description {
  margin: 10px;
  color: #909090;
}
.ss_components_products_ui__main > .header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.ss_components_products_ui__main > .header h2 {
  margin: 5px 10px;
  font-size: 15px;
  line-height: 1;
  font-weight: bold;
}
.ss_components_products_ui__main > .header > .area_plate {
  margin: 5px;
  white-space: nowrap;
}
.ss_components_products_ui__main > .tiles {
  display: flex;
  flex-wrap: wrap;
  padding: 1px;
}
.ss_components_products_ui__main > .tiles > .tile {
  cursor: pointer;
  position: relative;
  padding: 1px 1px 0 1px;
  box-sizing: border-box;
  display: flex;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  width: 25%;
}
.ss_components_products_ui__main > .tiles > .tile > .cp {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}
.ss_components_products_ui__main > .tiles > .tile > .cp .left .status {
  width: 16px;
  height: 16px;
  font-size: 23px;
  margin: 5px 10px;
}
.ss_components_products_ui__main > .tiles > .tile > .cp .left .status.initial .icon {
  color: rgba(0, 0, 0, 0.5);
}
.ss_components_products_ui__main > .tiles > .tile > .cp .left .status.fill_request .icon {
  color: #ff6000;
}
.ss_components_products_ui__main > .tiles > .tile > .cp .left .status.moderation .icon {
  color: rgba(0, 123, 212, 0.7);
}
.ss_components_products_ui__main > .tiles > .tile > .cp .left .status.temporary .icon {
  color: rgba(255, 0, 150, 0.68);
}
.ss_components_products_ui__main > .tiles > .tile > .cp .left .status.discarded .icon {
  color: rgba(255, 0, 0, 0.67);
}
.ss_components_products_ui__main > .tiles > .tile > .cp .left .status.scheduled .icon {
  color: rgba(28, 150, 0, 0.67);
}
.ss_components_products_ui__main > .tiles > .tile > .cp .right {
  display: flex;
  align-items: center;
}
.ss_components_products_ui__main > .tiles > .tile > .cp .right .not_published_mark {
  cursor: default;
  margin: 5px;
  font-size: 23px;
  color: #FF0000;
}
.ss_components_products_ui__main > .tiles > .tile > .cp .right .not_enabled_mark {
  cursor: default;
  margin: 5px;
  font-size: 17px;
  color: #ff0000;
}
.ss_components_products_ui__main > .tiles > .tile > .cp .right .hidden_by_stock_mark {
  cursor: default;
  margin: 5px;
  font-size: 14px;
  color: #ff0000;
}
.ss_components_products_ui__main > .tiles > .tile > .cp .right .hidden_by_zeroprice_mark {
  cursor: default;
  margin: 5px;
  font-size: 14px;
  color: #ff0000;
  font-weight: bold;
}
.ss_components_products_ui__main > .tiles > .tile > .cp .right .button {
  cursor: pointer;
  margin: 5px;
  font-size: 23px;
  color: rgba(0, 0, 0, 0.25);
}
.ss_components_products_ui__main > .tiles > .tile > .cp .right .button:hover {
  color: #4C4C4C;
}
.ss_components_products_ui__main.offset .top_bar {
  top: 25px !important;
}
