/* WooCommerce Styles */

/* Hide shipping options */
.wc-block-components-totals-shipping,
.wp-block-woocommerce-checkout-shipping-methods-block,
tr.woocommerce-shipping-totals,
tr.shipping {
  display: none;
}
/* Increase cart width */
.woocommerce-cart main .woocommerce {
    max-width: 1300px !important;
}
/* strike-through discounted amount */
.woocommerce ul.products li.product .price del bdi {
    text-decoration: line-through;
}
/* sale badge color */
.woocommerce span.onsale {
	background-color: #00D88A !important;
	padding: .202em 1em !important;
	border-radius: 999999999px !important;
}

/* Ultimate Member Styles */

#um_account_submit_bookmarks {
	display: none;
} 

/*.um-account-meta-img {
    display: none;
}
.um-account-profile-link {
	display: none;
}
.um-account-meta {
    text-align: left !important
}
.um-header {
	display: none;
}*/

/* The Events Calendar Styles */

.tribe-tickets__tickets-item-quantity {
	visibility: hidden;
	position: absolute;
}
#tribe-events-pg-template {
	max-width: none !important;
}
.event-tickets .tribe-tickets__tickets-item-extra-available,
.tribe-events-event-meta.primary,
#tribe-events-footer {
	display: none;
}
#tribe-events-pg-template,
.tribe-common-l-container,
.tribe-events-l-container {
	padding: 0 !important;
	margin: 0 !important;
}

/* WP Job Manager Styles */
.job-manager-form fieldset.fieldset-job_location small.description,
.job-manager-form fieldset.fieldset-remote_position small.description {
	display: none;
}
.job-manager-form fieldset {
	border: none !important;
	padding: 0 !important;
}