.ptuwc-product-config-row {
  display: none;
}
.ptuwc-config-active + .ptuwc-product-config-row {
  display: table-row !important;
}
.ptuwc-table .col-thumbnail img {
	max-width: 80px
}
.ptuwc-table .col-add-to-cart .qty,
.ptuwc-table .col-config-add-to-cart .qty{
	float: left;
	margin-right: 2px;
}
.selected_add_to_cart_button {
	float: left;
}
.ptuwc-table tfoot td {
	padding-left: 0;
	padding-right: 0;
}
.col-add-to-cart {
	min-width: 240px
}
.col-add-to-cart button.ptuwc_config_row_trigger,
.col-add-to-cart a.product_type_variable.add_to_cart_button {
  width: 100%;
  text-align: center;
}
.ptuwc-product-config-row .pewc-item:not(.pewc-group-checkbox) label.pewc-field-label {
  display: block;
}
.ptuwc-product-row .wcfad-pricing-table-wrapper {
	display: none
}
.ptuwc-product-config-row td.col-config-add-to-cart {
  padding: 2em
}
table.ptuwc-table td.label,
table.ptuwc-table td.value {
  padding-left: 0
}
table.ptuwc-table .woocommerce-variation-description p,
table.ptuwc-table .woocommerce-variation-price,
table.ptuwc-table .woocommerce-variation-availability {
  margin-bottom: 1em
}

/* ADD OUR OWN OPTIONAL TABLE STYLES HERE */
table tbody tr.ptuwc-product-row:nth-child(2n) td,
table tbody tr.ptuwc-product-row:nth-child(2n) + .ptuwc-product-config-row td {
  background-color: #fbfbfb
}

/* ADD QUICKVIEW STYLES */
.has-quickview tr.ptuwc-product-config-row {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 600px;
  max-width: 90%;
  max-height: 80vh;
  transform: translate(-50%,-50%);
  z-index: 9999;
  background-color: #fff;
  box-shadow: 0 0 50px 1000px rgba(0,0,0,0.5);
  overflow: auto;
}
.has-quickview tr.ptuwc-product-config-row td {
  width: 600px;
  max-width: 100%;
  padding: 0;
}
.has-quickview .pewc-group-heading-wrapper {
  padding: 2em;
  background-color: #f1f1f1;
  position: relative;
}
.has-quickview .pewc-group-heading-wrapper:before {
  content: "\00d7";
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
  font-size: 38px;
  line-height: 38px;
  color: #111;
  z-index: 10;
  cursor: pointer;
}
.has-quickview .pewc-group-heading-wrapper h3 {
  margin: 0
}
.has-quickview .pewc-group-content-wrapper,
.has-quickview .pewc-total-field-wrapper {
  padding: 2em 2em 0
}
.has-quickview .ptuwc-product-config-row .quantity {
  margin: 2em 0 0 2em
}
.ptuwc-quickview-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.1);
}

table.shop_table_responsive thead {
  display: none;
}
table.shop_table_responsive tbody th {
  display: none;
}
table.shop_table_responsive tr td {
  display: block;
  text-align: left;
  clear: both;
}
table.shop_table_responsive tr td::after,
table.shop_table_responsive tr td::before {
  content: "";
  display: table;
}
table.shop_table_responsive tr td::after {
  clear: both;
}
table.shop_table_responsive tr td[data-title]::before {
  content: attr(data-title) ": ";
  font-weight: 600;
  float: left;
}
table.shop_table_responsive tr td.product-remove a {
  text-align: left;
}
table.shop_table_responsive tr td.actions::before,
table.shop_table_responsive tr td.download-actions::before {
  display: none;
}
table.shop_table_responsive tr td.download-actions .button {
  display: block;
  text-align: center;
}
table.shop_table_responsive.my_account_orders .order-actions {
  text-align: right;
}
table.shop_table_responsive.my_account_orders .order-actions::before {
  display: none;
}
@media (min-width: 768px) {
  table.shop_table_responsive thead {
      display: table-header-group;
  }
  table.shop_table_responsive tbody th {
      display: table-cell;
  }
  table.shop_table_responsive tr td {
      display: table-cell;
  }
  table.shop_table_responsive tr td::before {
      display: none;
  }
}

.ptuwc-table .col-add-to-cart .added,
.ptuwc-table .variations .added,
.ptuwc-table .cart .added {
  display: none;
}

.ptuwc-table th[data-sortable="1"] {
  cursor: pointer;
}
.ptuwc-table th[data-sortable="1"]:hover,
.ptuwc-table th[data-sortable="1"].active {
  filter: brightness(0.8);
}

.ptuwc-table th[data-sortable="1"] .dashicons {
  float: right;
  opacity: 0;
}
.ptuwc-table th[data-sortable="1"] .dashicons:hover,
.ptuwc-table th[data-sortable="1"] .dashicons.active {
  opacity: 1;
}
.ptuwc-table th[data-sortable="1"]:hover .dashicons:not(:hover):not(.active),
.ptuwc-table th[data-sortable="1"].active .dashicons:not(:hover):not(.active) {
  opacity: 0.5;
}

.ptuwc-table a[data-filterable="1"].active {
  filter: brightness( 2 );
}

.ptuwc-filters-container {
  margin-bottom: 1.41575em;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ptuwc-filters-container > * {
  margin-right: 15px;
}
.ptuwc-filters-container label {
  display: none;
}
.ptuwc-filters-container select {
  min-width: 200px;
}
.ptuwc-filters-container .ptuwc-reset-container {
  cursor: pointer;
  display: flex;
  align-items: center;
}
