/*My Account - My Downloads Hide Columns*/
.download-remaining {
  display: none;
}
.download-expires {
  display: none;
}
/*My Account - My Membership Content Hide Columns*/
.membership-content-type {
  display: none;
}
.membership-content-accessible {
  display: none;
}
.membership-content-excerpt {
  display: none;
}
/*My Account - My Membership Products Hide Columns*/
.membership-product-excerpt {
  display: none;
}
.membership-product-accessible {
  display: none;
}
.woocommerce-account td.membership-product-actions {
  display: none;
}
.woocommerce-account th.membership-product-actions {
  display: none;
}
/*My Account - Downloads Hide Image*/
#download-page .download-information aside img {
  display: none;
}
/*My Account - My Orders Hide Columns*/
.woocommerce-orders-table__header.woocommerce-orders-table__header-order-status {
  display: none;
}
.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-status {
  display: none;
}
/*My Account - Hide Duplicate Column*/
.my-account .large-3 {
  display: none;
}
.my-account .large-9 {
  width: 100%;
  max-width: none;
  flex-basis: auto;
}
#my-account-menu ~ .woocommerce-MyAccount-content {
  padding-left: 30px;
}
/*My Account - Membership Downloads - Hide downloads under a category*/
#download-page .download_group ol {
  display: none;
}
/*My Account - Previous Collections - Hide table columns*/
.membership-next-bill-on {
  display: none;
}
.button.cancel {
  display: none;
}
.membership-end-date {
  display: none;
}
.membership-start-date {
  display: none;
}
.dashboard-links {
  display: none;
}
.nav-dropdown.nav-dropdown-default {
  display: none;
}
/*My Account - Login Column widths
.woocommerce-form.woocommerce-form-login.login{width: 100%;
}
*/
/* My Account - Login and Register Form Column widths */
.u-column1.col-1 {
  width: 50%;
}
.u-column2.col-2 {
  width: 50%;
}
/* My Account - Hide Renewal Button */
.button.subscription_renewal_early {
  display: none;
}
/* Shop Page - Hide Add to Cart , Read More and Select Option Buttons */
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  display: none;
}
.button.product_type_bundle.add_to_cart_button.ajax_add_to_cart {
  display: none;
}
.button.product_type_simple {
  display: none;
}
.button.product_type_variable.add_to_cart_button {
  display: none;
}
.button.resubscribe {
  display: none;
}
/* Download Monitor CSS to hide the ugly progress button  */
.dlm-xhr-loading-gif,
.dlm-xhr-progress {
  display: none !important;
}
.wcpf-checkbox-list > .wcpf-item .wcpf-input-container {
  margin-right: 0px;
  margin-bottomottom: 0px;
  min-height: 0px;
}
.wcpf-field-item .wcpf-input-container {
  margin-right: 0px;
  margin-bottom: 0px;
  min-height: 0px;
}
.wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item .wcpf-input-container {
  min-width: 16px;
}
