/* stylelint-disable block-closing-brace-newline-after */
/* stylelint-enable */
/**
 * Products block preview mode.
 */
.wc-products-block-preview {
  overflow: hidden; }
  .wc-products-block-preview .product-preview {
    float: left;
    text-align: center;
    margin-right: 3.8%; }
  .wc-products-block-preview.cols-1 .product-preview {
    float: none;
    margin-right: 0; }
  .wc-products-block-preview.cols-2 .product-preview {
    width: 48%; }
    .wc-products-block-preview.cols-2 .product-preview:nth-of-type(2n) {
      margin-right: 0; }
    .wc-products-block-preview.cols-2 .product-preview:nth-of-type(2n + 1) {
      clear: both; }
  .wc-products-block-preview.cols-3 .product-preview {
    width: 30.75%; }
    .wc-products-block-preview.cols-3 .product-preview:nth-of-type(3n) {
      margin-right: 0; }
    .wc-products-block-preview.cols-3 .product-preview:nth-of-type(3n + 1) {
      clear: both; }
  .wc-products-block-preview.cols-4 .product-preview {
    width: 22.05%; }
    .wc-products-block-preview.cols-4 .product-preview:nth-of-type(4n) {
      margin-right: 0; }
    .wc-products-block-preview.cols-4 .product-preview:nth-of-type(4n + 1) {
      clear: both; }
  .wc-products-block-preview.cols-5 .product-preview {
    width: 16.9%; }
    .wc-products-block-preview.cols-5 .product-preview:nth-of-type(5n) {
      margin-right: 0; }
    .wc-products-block-preview.cols-5 .product-preview:nth-of-type(5n + 1) {
      clear: both; }
    .wc-products-block-preview.cols-5 .product-preview .product-add-to-cart {
      font-size: 0.75em; }
  .wc-products-block-preview.cols-6 .product-preview {
    width: 13.5%; }
    .wc-products-block-preview.cols-6 .product-preview:nth-of-type(6n) {
      margin-right: 0; }
    .wc-products-block-preview.cols-6 .product-preview:nth-of-type(6n + 1) {
      clear: both; }
    .wc-products-block-preview.cols-6 .product-preview .product-add-to-cart {
      font-size: 0.75em; }
  .wc-products-block-preview .product-add-to-cart {
    display: inline-block;
    background: #ababab;
    border-radius: 1.5em;
    color: #fff;
    cursor: pointer;
    padding: 0.75em 1.25em;
    line-height: 1.2em;
    margin-top: 0.5em;
    margin-bottom: 1em; }
  .editor-block-preview .wc-products-block-preview {
    min-width: 5em; }
    .editor-block-preview .wc-products-block-preview .product-title,
    .editor-block-preview .wc-products-block-preview .product-price,
    .editor-block-preview .wc-products-block-preview .product-add-to-cart {
      font-size: 0.6em !important; }
    .editor-block-preview .wc-products-block-preview.cols-2 {
      min-width: 10em; }
    .editor-block-preview .wc-products-block-preview.cols-3 {
      min-width: 15em; }
    .editor-block-preview .wc-products-block-preview.cols-4 {
      min-width: 20em; }
    .editor-block-preview .wc-products-block-preview.cols-5 {
      min-width: 25em; }
    .editor-block-preview .wc-products-block-preview.cols-6 {
      min-width: 30em; }

/**
 * General styling
 */
.wc-products-settings {
  background-color: #f8f9f9;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 13px;
  position: relative; }

/* Block title */
.wc-products-settings__title {
  margin: 0;
  padding: 1.5rem 0;
  text-align: center;
  border-bottom: 1px solid #e6eaee; }
  .wc-products-settings__title .dashicon {
    vertical-align: top;
    margin-right: 0.25em; }

/* Block footer */
.wc-products-settings__footer {
  margin: 2em 0 0;
  padding: 1.5em 0;
  border-top: 1px solid #e6eaee;
  text-align: center; }
  .wc-products-settings__footer .button {
    padding-left: 1.5em;
    padding-right: 1.5em; }

.wc-products-settings-heading + .wc-products-settings__footer,
.wc-products-display-options--popover + .wc-products-settings__footer {
  margin-top: -2em;
  border-top: none; }

/**
 * Menu
 */
/* Select an option description */
p.wc-products-block-description {
  margin: 2em 0 1.5em 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 1em;
  text-align: center; }

/* Select option */
.wc-products-display-options {
  margin: 0 0 2.5em; }

.wc-products-display-options__option {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 1.25em 1.5em;
  max-width: 80%;
  background: #fff;
  border-width: 1px 1px 0;
  border-style: solid;
  border-color: #e6eaee;
  cursor: pointer; }
  .wc-products-display-options__option:last-of-type {
    border-bottom-width: 1px; }
  .wc-products-display-options__option--featured, .wc-products-display-options__option--best_selling, .wc-products-display-options__option--top_rated, .wc-products-display-options__option--on_sale, .wc-products-display-options__option--attribute {
    display: none;
    background-color: #fdfdfd;
    padding-top: 1em;
    padding-bottom: 1em; }
    .wc-products-display-options__option--featured .wc-products-display-options__option-title, .wc-products-display-options__option--best_selling .wc-products-display-options__option-title, .wc-products-display-options__option--top_rated .wc-products-display-options__option-title, .wc-products-display-options__option--on_sale .wc-products-display-options__option-title, .wc-products-display-options__option--attribute .wc-products-display-options__option-title {
      font-size: 1.15em; }
    .wc-products-display-options__option--featured .wc-products-display-options__icon .dashicon, .wc-products-display-options__option--best_selling .wc-products-display-options__icon .dashicon, .wc-products-display-options__option--top_rated .wc-products-display-options__icon .dashicon, .wc-products-display-options__option--on_sale .wc-products-display-options__icon .dashicon, .wc-products-display-options__option--attribute .wc-products-display-options__icon .dashicon {
      height: 20px;
      width: 20px; }
  .wc-products-display-options__option--current {
    cursor: default; }
    .wc-products-display-options__option--current .wc-products-display-options__option-title {
      color: #86909b; }

.wc-products-display-options__option-content {
  width: 85%;
  -ms-grid-row-align: center;
      align-self: center; }

.wc-products-display-options__option-title {
  display: block;
  font-size: 1.25em; }

p.wc-products-display-options__option-description {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 1em;
  color: #86909b; }

.wc-products-display-options__icon {
  -ms-grid-row-align: center;
      align-self: center;
  margin-left: auto;
  color: #b9bcc2; }
  .wc-products-display-options__icon .dashicon {
    height: 25px;
    width: 25px; }

/* Select options popover */
.wc-products-display-options--popover {
  position: absolute;
  right: -2em;
  max-width: 60%;
  margin: 0;
  z-index: 999;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  margin-top: -2.15em; }
  .wc-products-display-options--popover .wc-products-display-options__option {
    margin: 0;
    max-width: none; }

.wc-products-display-options--popover__arrow {
  width: 2em;
  height: 1.25em;
  position: absolute;
  top: -1.15em;
  right: 30%;
  overflow: hidden; }
  .wc-products-display-options--popover__arrow::after {
    content: "";
    position: absolute;
    width: 1.25em;
    height: 1.25em;
    background: #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 0.625em;
    left: 0.3125em;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #e6eaee; }

/* Select options extended */
.wc-products-display-options--extended .wc-products-display-options__option--featured, .wc-products-display-options--extended .wc-products-display-options__option--best_selling, .wc-products-display-options--extended .wc-products-display-options__option--top_rated, .wc-products-display-options--extended .wc-products-display-options__option--on_sale, .wc-products-display-options--extended .wc-products-display-options__option--attribute {
  display: flex; }

.wc-products-display-options--extended:not(.wc-products-display-options--popover) .wc-products-display-options__option--category {
  border-bottom-width: 1px; }

.wc-products-display-options--extended:not(.wc-products-display-options--popover) .wc-products-display-options__option--filter {
  margin-top: 0.5em; }

.wc-products-display-options--extended:not(.wc-products-display-options--popover) .wc-products-display-options__option--attribute {
  margin-bottom: 0.5em;
  border-bottom-width: 1px; }

/**
 * Settings heading
 */
.wc-products-settings-heading {
  margin: 0 0 2em 0;
  padding: 1em 2em;
  text-align: center;
  border-bottom: 1px solid #e6eaee; }

/**
 * List Card
 */
.wc-products-list-card {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1em;
  overflow: hidden;
  box-sizing: border-box; }
  .wc-products-list-card .wc-products-list-card__input-wrapper {
    position: relative;
    background: #fff;
    margin: 0 0 1em; }
    .wc-products-list-card .wc-products-list-card__input-wrapper .dashicon {
      position: absolute;
      top: calc(1em - 1px);
      left: 1em;
      z-index: 1; }
  .wc-products-list-card input[type="search"] {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 1em 1.25em 1em 3em;
    border-radius: 0;
    background: transparent;
    border-color: #e6eaee;
    box-shadow: none;
    z-index: 2; }
  .wc-products-list-card .wc-products-list-card__results {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box; }
    .wc-products-list-card .wc-products-list-card__results ul {
      list-style: none; }
      .wc-products-list-card .wc-products-list-card__results ul li {
        margin: 0;
        border: 1px solid #e6eaee;
        border-bottom-width: 0; }
        .wc-products-list-card .wc-products-list-card__results ul li:last-child {
          border-bottom-width: 1px; }
  .wc-products-list-card .wc-products-list-card__content {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 0.75em 1.25em;
    background: #fff;
    border-bottom: 1px solid #e6eaee; }
  .wc-products-list-card::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.5em;
    background: linear-gradient(rgba(255, 255, 255, 0.1) 0, #f8f9f9 100%); }

/**
 * Categories / Attributes
 */
.wc-products-list-card--taxonomy .wc-products-list-card__taxonomy-count {
  text-align: center;
  width: 30px;
  font-size: 0.8em;
  border: 1px solid #e9e9e9;
  border-radius: 1em;
  color: #aaa; }

.wc-products-list-card--taxonomy input[type="checkbox"] {
  position: relative;
  margin-top: 0;
  margin-right: 0.75em;
  border-radius: 0; }

/**
 * Categories
 */
.wc-products-list-card--taxonomy-category .wc-products-list-card__results {
  padding-bottom: 1.3em; }
  .wc-products-list-card--taxonomy-category .wc-products-list-card__results ul li {
    margin-top: -1px; }
    .wc-products-list-card--taxonomy-category .wc-products-list-card__results ul li:first-child {
      margin-top: 0; }
    .wc-products-list-card--taxonomy-category .wc-products-list-card__results ul li:last-child {
      border-bottom-width: 0; }
    .wc-products-list-card--taxonomy-category .wc-products-list-card__results ul li ul {
      display: none;
      padding: 1em 1.25em 1em 3.25em;
      background: #fdfdfd;
      border-bottom: 1px solid #e6eaee; }
      .wc-products-list-card--taxonomy-category .wc-products-list-card__results ul li ul li {
        margin-bottom: 0.25em;
        border: none; }
        .wc-products-list-card--taxonomy-category .wc-products-list-card__results ul li ul li:last-child {
          margin-bottom: 0; }
    .wc-products-list-card--taxonomy-category .wc-products-list-card__results ul li.wc-products-list-card__accordion-open {
      margin: 0.5em 0; }
      .wc-products-list-card--taxonomy-category .wc-products-list-card__results ul li.wc-products-list-card__accordion-open:first-child {
        margin-top: 0; }
      .wc-products-list-card--taxonomy-category .wc-products-list-card__results ul li.wc-products-list-card__accordion-open:last-child {
        margin-bottom: 0; }
      .wc-products-list-card--taxonomy-category .wc-products-list-card__results ul li.wc-products-list-card__accordion-open ul {
        display: block; }
        .wc-products-list-card--taxonomy-category .wc-products-list-card__results ul li.wc-products-list-card__accordion-open ul li label {
          display: flex;
          align-items: center;
          flex-direction: row; }
        .wc-products-list-card--taxonomy-category .wc-products-list-card__results ul li.wc-products-list-card__accordion-open ul li .wc-products-list-card__taxonomy-count {
          margin-left: auto; }

.wc-products-list-card--taxonomy-category .wc-products-list-card__accordion-button {
  cursor: pointer;
  color: #666;
  margin: 0 1em 0 auto;
  padding: 0 0 0 0.75em;
  border: none;
  border-radius: 0;
  background: none;
  outline: none;
  text-decoration: none; }
  .wc-products-list-card--taxonomy-category .wc-products-list-card__accordion-button .dashicon {
    align-self: center;
    display: flex; }

.wc-products-list-card--taxonomy-category input[type="checkbox"]:indeterminate::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  margin: 42% 20%;
  width: 60%;
  background: #0073aa; }

/**
 * Attributes
 */
.wc-products-list-card--taxonomy-atributes .wc-products-list-card__results {
  padding-bottom: 1.3em; }
  .wc-products-list-card--taxonomy-atributes .wc-products-list-card__results ul {
    padding: 1em 1.25em 1em 3.25em;
    background: #fdfdfd;
    border-bottom: 1px solid #e6eaee; }
    .wc-products-list-card--taxonomy-atributes .wc-products-list-card__results ul li {
      margin-bottom: 0.25em;
      border: none; }
      .wc-products-list-card--taxonomy-atributes .wc-products-list-card__results ul li .wc-products-list-card__content {
        padding: 0;
        background: transparent;
        border: none; }

.wc-products-list-card--taxonomy-atributes__atribute {
  margin: -1px 0 0;
  border-width: 1px 1px 0;
  border-style: solid;
  border-color: #e6eaee; }
  .wc-products-list-card--taxonomy-atributes__atribute:first-child {
    margin-top: 0; }
  .wc-products-list-card--taxonomy-atributes__atribute.wc-products-list-card__accordion-open {
    margin-top: 0.5em;
    margin-bottom: 0.5em; }
    .wc-products-list-card--taxonomy-atributes__atribute.wc-products-list-card__accordion-open:first-child {
      margin-top: 0; }
    .wc-products-list-card--taxonomy-atributes__atribute.wc-products-list-card__accordion-open:last-child {
      margin-bottom: 0; }

.wc-products-list-card--taxonomy-atributes .wc-products-list-card__taxonomy-count {
  margin-left: auto; }

.wc-products-list-card--taxonomy-atributes input[type="radio"] {
  position: relative;
  margin-top: 0;
  margin-right: 0.75em;
  border-radius: 100%; }

/**
 * Specific
 */
.wc-products-list-card--specific {
  overflow: visible; }
  .wc-products-list-card--specific::after {
    content: none; }
  .wc-products-list-card--specific .wc-products-list-card__item {
    position: relative;
    border: none; }
    .wc-products-list-card--specific .wc-products-list-card__item img {
      margin: 0;
      outline: 4px solid #00a0d2;
      outline-offset: -4px; }
    .wc-products-list-card--specific .wc-products-list-card__item button {
      position: absolute;
      top: 0;
      right: 0;
      background: #00a0d2;
      padding: 0;
      margin: 0;
      border: none;
      margin-left: auto;
      line-height: 10px;
      cursor: pointer; }
    .wc-products-list-card--specific .wc-products-list-card__item .dashicon {
      color: #fff; }
  .wc-products-list-card--specific .wc-products-list-card__input-wrapper {
    margin: 0; }
  .wc-products-list-card--specific .wc-products-list-card__results-wrapper--cols-1 .wc-products-list-card__item {
    width: 100%; }
  .wc-products-list-card--specific .wc-products-list-card__results-wrapper--cols-2 .wc-products-list-card__item {
    width: 50%; }
  .wc-products-list-card--specific .wc-products-list-card__results-wrapper--cols-3 .wc-products-list-card__item {
    width: 33.33333%; }
  .wc-products-list-card--specific .wc-products-list-card__results-wrapper--cols-4 .wc-products-list-card__item {
    width: 25%; }
  .wc-products-list-card--specific .wc-products-list-card__results-wrapper--cols-5 .wc-products-list-card__item {
    width: 20%; }
  .wc-products-list-card--specific .wc-products-list-card__results-wrapper--cols-6 .wc-products-list-card__item {
    width: 16.66667%; }
  .wc-products-list-card--specific .wc-products-list-card__results {
    max-height: none;
    overflow: visible; }
    .wc-products-list-card--specific .wc-products-list-card__results h3 {
      margin: 0 0 1em;
      font-size: 1em; }
    .wc-products-list-card--specific .wc-products-list-card__results ul {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -0.5em -1em; }
      .wc-products-list-card--specific .wc-products-list-card__results ul li {
        border: none;
        padding: 0 0.5em;
        margin: 0 0 1em; }
    .wc-products-list-card--specific .wc-products-list-card__results .wc-products-list-card__content {
      position: relative;
      display: block;
      padding: 0;
      background: transparent;
      border: none; }

.wc-products-list-card__search-wrapper {
  position: relative;
  margin: 0 0 1.5em; }

.wc-products-list-card__search-results {
  width: 100%;
  list-style: none;
  background: #fff;
  margin: -1px 0 0;
  border: 1px solid #e6eaee;
  box-shadow: 0 1px 3px #e6eaee; }
  .wc-products-list-card__search-results > div {
    max-height: 175px;
    overflow-y: auto; }
  .wc-products-list-card__search-results .wc-products-list-card__content {
    position: relative;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: #e6eaee;
    transition: opacity 0.7s;
    cursor: pointer;
    color: #00a0d2; }
    .wc-products-list-card__search-results .wc-products-list-card__content--added {
      background-color: #f7fcff; }
    .wc-products-list-card__search-results .wc-products-list-card__content:hover {
      background-color: #f7fcff; }
    .wc-products-list-card__search-results .wc-products-list-card__content--transition-exit-active {
      opacity: 0; }
    .wc-products-list-card__search-results .wc-products-list-card__content:first-child {
      border-top-width: 0; }
    .wc-products-list-card__search-results .wc-products-list-card__content img {
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      width: 2.5em;
      height: 2.5em;
      margin: 0 1em 0 0; }
    .wc-products-list-card__search-results .wc-products-list-card__content .dashicon {
      color: #0073aa;
      margin-left: auto; }

.wc-products-list-card__search-wrapper--with-results + .wc-products-list-card__results-wrapper .wc-products-list-card__item img {
  outline: none; }

.wc-products-list-card__search-wrapper--with-results + .wc-products-list-card__results-wrapper .wc-products-list-card__item button {
  display: none; }

.wc-products-list-card__search-no-results {
  display: block;
  margin: 1em 0 0; }

.wc-products-list-card__search-no-selected {
  display: block;
  margin: -0.75em 0 0; }

.wc-products-list-card__results-wrapper {
  position: relative;
  overflow: hidden; }

@media only screen and (min-width: 700px) {
  .wc-products-settings-heading {
    display: flex;
    justify-content: space-between; }
  .wc-products-list-card {
    max-width: 480px; } }

/**
 * Sidebar area
 */
.edit-post-sidebar .wc-products-scope-descriptions {
  margin-bottom: 1.5em;
  position: relative;
  padding-left: 46px;
  padding-top: 1em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #e6eaee;
  display: flex;
  justify-content: space-between; }

.edit-post-sidebar h3 {
  font-weight: 500;
  margin-bottom: 5px;
  color: #555d66; }

.edit-post-sidebar .scope-description {
  font-size: 12px; }

.edit-post-sidebar .wc-products-scope-description--edit-quicklink {
  margin-left: 1em;
  min-width: 24px; }
  .edit-post-sidebar .wc-products-scope-description--edit-quicklink a {
    cursor: pointer; }

