table.ptuwc-table.ptuwc-table-fixed-layout {
  table-layout: fixed;
}
table.ptuwc-table th.ptuwc-cb,
table.ptuwc-table td.ptuwc-cb {
  width: 50px
}
.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
}
th.ptuwc-stock {
  width: 16ch;
}
.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 td {
  vertical-align: middle;
}
.ptuwc-table tfoot td {
	padding-left: 0;
	padding-right: 0;
}
.col-add-to-cart {
  width: 1%;
  white-space: nowrap;
}
.ptuwc-thumbnail,
.col-thumbnail {
	/* width: 1%; */
  /* white-space: nowrap; */
  width: 0;
  min-width: fit-content;
}
.col-add-to-cart form.cart,
table.show-quantities .col-add-to-cart form.cart,
table.ptuwc-table .woocommerce-variation-add-to-cart {
  display: grid;
  grid-template-columns: 1fr 1fr;
	grid-gap: 2px;
  margin-bottom: 0;
}
table.show-quantities .col-add-to-cart form.cart .quantity {
  margin-left: auto;
}
table table.variations th {
  padding-left:0;
}
table table.variations th,
table table.variations td {
  padding-bottom: 0;
}
table table.variations a.reset_variations {
  display: block;
}
.product-type-variable .col-add-to-cart.variations-display-column form.cart {
	display: flex;
	flex-direction: column;
  margin-bottom: 0;
}
.product-type-variable .col-add-to-cart.variations-display-column table.variations {
  margin-bottom: 0;
}
.product-type-variable .col-add-to-cart.variations-display-column table.variations th {
	display: none
}
.product-type-variable .col-add-to-cart.variations-display-column table.variations td {
	display: block;
  padding: 0;
  margin: 0
}
.product-type-variable .col-add-to-cart.variations-display-column table.variations tbody {
	display: grid;
  grid-gap: 5px
}
.product-type-variable .col-add-to-cart.variations-display-column table.variations tbody select {
	width: 100%;
}
.product-type-variable .col-add-to-cart.variations-display-column table.variations tbody {
  grid-template-columns: 1fr;
}
table .product-type-grouped .col-add-to-cart form.cart {
  display: block;
}
.product-type-grouped .col-add-to-cart form.cart .single_add_to_cart_button {
  float: right;
}
.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
}
.ptuwc-table ul.pewc-product-extra-groups {
	margin-left: 0;
	padding-left: 0
}
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;
  text-wrap: wrap;
}
table.ptuwc-table .woocommerce-variation.single_variation {
  display: none !important;
}
/* 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;
  }
  
}
@media (max-width: 767px) {
  table.shop_table_responsive tr td.col-add-to-cart {
    width: 100%
  }
}
.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;
}
.wcptu-lightbox-wrapper {
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: opacity 0.15s;
  pointer-events: none;
}
.wcptu-lightbox-wrapper.active {
  opacity: 1;
  transition: opacity 0.15s;
  pointer-events: auto;
  z-index: 99999;
}
.wcptu-lightbox,
.wcptu-lightbox-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.wcptu-lightbox-wrapper.active .wcptu-lightbox {
  pointer-events: auto;
  opacity: 1;
  transition: opacity 0.15s;
}
.wcptu-lightbox-inner {
  height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wcptu-lightbox-inner img {
  max-height: 100%;
}
.wcptu-lightbox-bg {
  opacity: 0;
  background: #000;
  top: 0;
  left: 0;
  z-index: 9998;
  transition: opacity 0.15s;
}
.wcptu-lightbox-wrapper.active  .wcptu-lightbox-bg {
  pointer-events: auto;
  opacity: 0.9;
  transition: opacity 0.15s;
}
.wcptu-close-lightbox {
  opacity: 0.9;
  background: none;
  padding: 0;
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-size: 4rem;
  color: #fff;
  z-index: 10000;
  transition: opacity 0.15s;
}
.wcptu-close-lightbox:hover {
  opacity: 1;
  background: none;
  color: #fff;
  transition: opacity 0.15s;
}
