@charset "UTF-8";
.shortcode-listado {
  margin: 0;
  padding: 0;
}
.shortcode-listado .breadcrumb {
  line-height: 26px;
  margin: 0 0 20px;
  padding: 22px 0;
}
.shortcode-listado .breadcrumb > a {
  color: #050505;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
}
.shortcode-listado .breadcrumb > a:hover {
  text-decoration: none;
}
.shortcode-listado .breadcrumb > a.home::before {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-size: 14px;
  font-weight: 900;
  margin: 0 7px 0 0;
}
.shortcode-listado .breadcrumb span {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
}
.shortcode-listado .breadcrumb span.separator {
  display: inline-block;
  font-size: 12px;
  margin: 0 7px;
  padding: 0;
}
.shortcode-listado .breadcrumb span.separator::before {
  color: #000;
  content: "";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  opacity: 0.25;
}
.shortcode-listado .filter {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin: 0 0 20px;
}
@media screen and (max-width: 440px) {
  .shortcode-listado .filter {
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }
  .shortcode-listado .filter > * {
    margin: 0 !important;
    width: 100%;
  }
}
.shortcode-listado .filter select {
  display: inline-block;
  font-size: 15px;
  line-height: normal;
  margin: 0 5px 0 0;
  padding: 5px 10px;
}
.shortcode-listado .filter input[type="text"] {
  display: inline-block;
  font-size: 15px;
  line-height: normal;
  margin: 0 5px 0 15px;
  padding: 6px 10px;
}
.shortcode-listado .filter a#filter, .shortcode-listado .filter a#reset {
  display: inline-block;
  font-size: 13px;
  line-height: normal;
  margin: 0 2px;
  padding: 8px 15px;
  text-transform: uppercase;
}
.shortcode-listado table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media screen and (max-width: 440px) {
  .shortcode-listado table {
    display: block;
  }
  .shortcode-listado table thead {
    display: none;
  }
  .shortcode-listado table tbody {
    border: 1px solid #ccc;
    display: block;
  }
  .shortcode-listado table tbody tr {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 9px 0 10px;
  }
  .shortcode-listado table tbody tr td {
    display: block;
    text-align: center !important;
    width: 100% !important;
  }
}
.shortcode-listado table thead th {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  padding: 0;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.shortcode-listado table thead th:nth-child(1) {
  padding: 0 0 15px 10px;
}
.shortcode-listado table tbody tr {
  border-bottom: 1px solid #ccc;
}
.shortcode-listado table tbody tr:has(+ :last-child), .shortcode-listado table tbody tr:last-child {
  border: none;
}
.shortcode-listado table tbody tr.clickable-row {
  cursor: grab;
}
.shortcode-listado table tbody tr.clickable-row.expanded {
  border-bottom: none;
}
.shortcode-listado table tbody tr.clickable-row a, .shortcode-listado table tbody tr.clickable-row input, .shortcode-listado table tbody tr.clickable-row .qty-wrapper {
  cursor: pointer;
}
.shortcode-listado table tbody tr.description {
  display: none;
}
.shortcode-listado table tbody tr.description td {
  font-size: 13px;
  padding: 10px 5px;
  text-transform: none;
}
.shortcode-listado table tbody tr.description td p {
  display: block;
  margin: 0 0 10px;
}
.shortcode-listado table tbody tr td {
  background: #fff !important;
  font-weight: 400;
  padding: 0;
  text-transform: uppercase;
  vertical-align: middle;
  font-size: 13px;
}
@media screen and (max-width: 440px) {
  .shortcode-listado table tbody tr td {
    font-size: 16px;
  }
}
.shortcode-listado table tbody tr td:nth-child(2) {
  padding: 0 0 0 10px;
}
.shortcode-listado table tbody tr td.image {
  height: 80px;
  padding: 0 10px 0 0;
  width: 90px;
}
.shortcode-listado table tbody tr td.image > a {
  display: block;
  height: 100%;
  padding: 4px 0;
  width: 100%;
}
.shortcode-listado table tbody tr td.image > a::before {
  background-color: transparent;
  background-image: var(--image);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #aaa;
  content: "";
  display: block;
  height: 70px;
  margin: auto;
  width: 70px;
}
.shortcode-listado table tbody tr td > .qty-wrapper {
  display: inline-block;
}
.shortcode-listado table tbody tr td > .qty-wrapper > .qty {
  display: inline-block;
  font-size: 18px;
  height: 31px;
  margin: 0 -2px 0 1px;
  padding: 0;
  text-align: center;
  transition: 0.2s width;
  vertical-align: middle;
  width: 0;
}
@media screen and (max-width: 440px) {
  .shortcode-listado table tbody tr td > .qty-wrapper > .qty {
    width: 65px;
  }
}
.shortcode-listado table tbody tr td > .qty-wrapper > .qty.active {
  width: 65px;
}
.shortcode-listado table tbody tr td a {
  color: #000;
  display: inline-block;
  font-weight: 600;
  margin: 0 2px;
  text-decoration: none !important;
  vertical-align: middle;
}
.shortcode-listado table tbody tr td a.button {
  font-size: 13px;
  font-weight: 600;
  padding: 5px 15px;
}
.shortcode-listado table tbody tr td a.description {
  background: #26b2e3;
  color: #000;
  font-size: 16px;
  height: 31px;
  line-height: 31px;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 31px;
}
.shortcode-listado table tbody tr td div.sku {
  font-size: 11px;
  line-height: 1;
}
.shortcode-listado table tbody tr td div.sku > a {
  color: #000;
  text-decoration: none;
}
.shortcode-listado .pagination {
  border: none;
  font-size: 14px;
  font-weight: 400;
  margin: 30px 0 0;
  padding: 0;
  text-align: center;
}
.shortcode-listado .pagination span.current {
  background: #000;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 0 7px;
}
.shortcode-listado .pagination a {
  display: inline-block;
  text-decoration: none;
  transition: 0.3 all;
  padding: 0 7px;
}
.shortcode-listado .pagination a:hover {
  background: #ccc;
  color: #000;
}
/*# sourceMappingURL=https://ventiland.com/wp-content/build/scss_library/7f24afc62d315a7018795a310b1851b45ff8fd4a.css.map */