.wcbvp-disabled-swatch {
  opacity: 0.2
}
.select2-dropdown--below {
  top: 38px !important
}
.wcbvp-grid-enabled .qty {
  display: none
}
.wcbvp-grid-quantity-field.qty {
  display: inline-block;
}
.wcbvp-grid-enabled table.variations,
.wcbvp-grid-enabled .woocommerce-variation.single_variation {
  display: none !important
}
.wcbvp-product-name {
  display: none
}
table.wcbvp-table.shop_table_responsive tr td {
  display: table-cell;
}
table.wcbvp-table.shop_table_responsive tr td::before {
  display: table;
}
span.wcbvp-quantity-wrapper {
  text-align: center;
}
.single-product div.product form.cart .wcbvp-quantity-wrapper .quantity {
  float: none;
  margin: 0
}
.wcbvp-quantity-wrapper input {
  width: 100%
}
@media screen and (max-width: 767px) {
  .wcbvp-grid-enabled .wcbvp-table-wrapper.wcbvp-scrollable {
    overflow-x: scroll;
    overflow-y: scroll;
    max-height: 400px;
  }
  .shop_table_responsive .wcbvp-product-name {
    display: block;
  }
  table.wcbvp-table.shop_table_responsive tr td {
    display: grid;
    grid-template-columns: 1fr 100px;
    text-align: left
  }
  table.wcbvp-table.shop_table_responsive tr td::before,
  table.wcbvp-table.shop_table_responsive tr td::after {
    display: none
  }
  .shop_table_responsive span.wcbvp-quantity-wrapper {
    text-align: right;
    order: 2;
    align-self: center;
  }
}
@media screen and (min-width: 768px) {
  .wcbvp-hide-price .amount {
    display: none
  }
  .wcbvp-hide-stock .stock {
    display: none
  }
}
.wcbvp-table thead th span {
  display: flex;
  text-align: center;
  margin: auto;
  justify-content: center;
}
.wcbvp-term-name-wrapper {
  display: flex;
  align-items: center;
}
.wcbvp-grid-image {
  margin-right: 10px
}
.wcbvp-totals p {
  margin-bottom: 0
}
