#rwpp-container .nav-tab-wrapper {
  margin-bottom: 20px;
}
#rwpp-container .nav-tab-wrapper a img {
  width: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
}
#rwpp-container #rwpp-response {
  margin-top: 20px;
}
#rwpp-container .notice {
  margin-left: 0;
}
#rwpp-container .notice.top-notice {
  margin-bottom: 20px;
}
#rwpp-container #rwpp_product_category {
  margin-bottom: 30px;
}

#rwpp-products-list {
  position: relative;
}

.rwpp-product {
  background: #fff;
  cursor: move;
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 100%;
  max-width: 700px;
  margin-bottom: 10px;
}
.rwpp-product .rwpp-product-main {
  padding: 5px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rwpp-product .rwpp-product-main .rwpp-product-title {
  font-weight: 500;
  flex: 1;
  padding-right: 30px;
}
.rwpp-product .rwpp-product-main span.rwpp-product-movement {
  display: inline-block;
  width: 155px;
}
.rwpp-product .rwpp-product-main span.rwpp-product-movement span.dashicons {
  cursor: pointer;
  border: 1px solid #4e4e4e;
  padding: 3px;
  opacity: 0.3;
  border-radius: 3px;
}
.rwpp-product .rwpp-product-main span.rwpp-product-movement span.dashicons:hover {
  background: #000;
  color: #fff;
  opacity: 1;
}
.rwpp-product .rwpp-product-info {
  background-color: #f5f3f3;
  padding: 10px;
  display: flex;
  justify-content: flex-start;
  display: none;
}
.rwpp-product .rwpp-product-info img {
  width: 120px;
  height: auto;
}
.rwpp-product .rwpp-product-info .rwpp-product-details {
  flex: 1;
  padding-left: 15px;
}
.rwpp-product .rwpp-product-info .rwpp-product-details .rwpp-product-name {
  font-size: 16px;
  margin-bottom: 5px;
}
.rwpp-product .rwpp-product-info .rwpp-product-details .rwpp-product-sku {
  margin-bottom: 5px;
}
.rwpp-product .rwpp-product-info .rwpp-product-details .button {
  margin-top: 10px;
  margin-right: 5px;
}
.rwpp-product .rwpp-product-info.active {
  display: flex;
}
.rwpp-product.ghost {
  background-color: #0073aa !important;
  border: 1px solid #ccc !important;
  color: #fff;
}
.rwpp-product.sortable-selected {
  background-color: #d9e8fa;
  border: solid #0073aa 1px;
}
.rwpp-product:hover {
  border: 1px solid #adadad;
}

/*# sourceMappingURL=main.css.map*/