.editorial {
  display: none;
  border: none;
  height: 10px;
  background: linear-gradient(to right, red, orange, yellow, green, cyan, blue, violet);
  margin: 1rem 0;
}

.download {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}

.download .button {
  text-decoration: none !important;
  width: 200px !important;
  text-align: center !important;
  background-color: #f8f8f8 !important;
  border: solid 1px #000000 !important;
  color: #000000 !important;
}

.download .button:hover {
  background-color: #eeeeee !important;
}

.download a[href*="datasheet"]::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.2em;
  height: 1.2em;
  margin-right: 6px;
  background: url("/wp-content/uploads/datasheet-2.svg") no-repeat center;
  background-size: contain;
}

.download a[href*="brochure"]::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.2em;
  height: 1.2em;
  margin-right: 6px;
  background: url("/wp-content/uploads/brochure.svg") no-repeat center;
  background-size: contain;
}

.download a[href*="size"]::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.2em;
  height: 1.2em;
  margin-right: 6px;
  background: url("/wp-content/uploads/size-guide.svg") no-repeat center;
  background-size: contain;
}

h1,
h2,
h3,
h3,
h4 {
  font-weight: bold !important;
  color: #446084 !important;
}

h1.product_title {
  font-size: 2rem !important;
}

h3 {
  margin-top: 1em !important;
}

p {
  margin-bottom: 1em !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

h2.accordion-header {
  margin-bottom: 0px;
}

.accordion-button {
  font-weight: bold;
  font-size: large;
}

.table {
  border-width: 0px;
}

.woocommerce-js div.product .woocommerce-tabs {
  padding-top: 1em;
  margin-bottom: 1em;
}

.menu-link {
  color: black;
}

a {
  text-decoration: none !important;
}

a.ast-quick-view-button,
a.product_type_variable {
  width: 130px;
  text-align: center;
}

a.button.wc-forward {
  color: #ffffff !important;
}

a.button,
button.button,
input.button {
  padding: 10px !important;
}

.onsale {
  color: #ffffff !important;
}

li.product {
  border: 1px solid #dddddd;
}

#ast-quick-view-close {
  font-size: 0.5em !important;
  top: 15px !important;
  right: 15px !important;
}

.ast-loop-product__link {
  color: #446087;
}

.astra-shop-thumbnail-wrap {
  padding: 10px;
}

li.woocommerce-MyAccount-navigation-link--downloads {
  display: none !important;
}

.footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer ul li {
  text-align: left;
  color: white !important;
}

.woocommerce-result-count {
  padding-top: 15px;
}

.price span,
.price small {
  color: grey !important;
  font-size: 1.2rem !important;
}

.woocommerce-variation-price .price span,
.woocommerce-variation-price .price small {
  color: black !important;
  font-size: 1.7rem !important;
}

#automatewoo_optin {
  height: 20px !important;
  width: 20px !important;
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block h2::before {
  background-color: red !important;
  display: none !important;
}

#authority_to_leave {
  padding-top: 5px !important;
}

.woocommerce .woocommerce-SavedPaymentMethods-saveNew label,
.woocommerce-page .woocommerce-SavedPaymentMethods-saveNew label {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  color: inherit;
  line-height: 1.4;
  margin-left: 0.5rem;
  padding: 0px !important;
  margin: 0px !important;
}

.woocommerce .woocommerce-SavedPaymentMethods-saveNew input[type="checkbox"] {
  vertical-align: middle;
  margin-right: 0.4rem;
}

.woocommerce-tabs ul.tabs li.reviews_tab,
#tab-reviews {
  display: none !important;
}

.woocommerce-js ul.products li.product a img.show-on-hover {
  background-color: white !important;
}

.woocommerce-loop-category__title {
  font-size: 1.1rem !important;
}

.content-area.primary {
  margin-top: 20px !important;
}

.page-title {
  margin-bottom: 20px !important;
}

.woocommerce-product-gallery__trigger {
  background-image: url("https://vwa3.anchorsoftware.com.au/wp-content/uploads/zoom.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 20px 20px !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 9999px !important;
  text-indent: -9999px !important;
}
.woocommerce-product-gallery__trigger::after,
.woocommerce-product-gallery__trigger::before {
  content: none !important;
}

/* Hide filter on top-level category pages */
body.term-valves .ast-shop-toolbar-container a,
body.term-fittings .ast-shop-toolbar-container a,
body.term-couplings .ast-shop-toolbar-container a,
body.term-hoses .ast-shop-toolbar-container a,
body.term-tools .ast-shop-toolbar-container a {
  display: none !important;
}

a.button,
.single_add_to_cart_button {
  width: 100% !important;
  height: 40px !important;
  font-size: 1.2rem !important;
  background-color: #25599d !important;
}

a.button:hover,
.single_add_to_cart_button:hover,
div.wc-block-cart__submit-container a {
  background-color: #1472b9 !important;
}

@media (min-width: 769px) {
  .single_add_to_cart_button {
    max-width: 360px;
  }
}

.jetpack-instant-search__search-results-primary {
  max-width: 100% !important;
}

.jetpack-instant-search__search-results-secondary {
  display: none !important;
  width: 0px;
}

/* PayPal Start */

.single-product .ppcp-messages,
.single-product .ppc-button-wrapper {
  display: none !important;
}

/* PayPal End */

.dropdown-menu-toggle.ast-header-navigation-arrow {
  display: none;
}

.menu-link {
  font-weight: bold;
}

li.menu-item a {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.jetpack-instant-search__search-form-controls {
  right: 20px !important;
}

@media (max-width: 544px) {
  .jetpack-instant-search__overlay .jetpack-instant-search__search-results-filter-button {
    display: none !important;
  }
}

/* Force Astra mobile menu overlay to full viewport height */

#ast-mobile-header .content-align-flex-start {
  height: 100vh !important;
  max-height: 100vh !important;
  overflow-y: auto !important;
}

/* Collection card */

.woocommerce-js ul.products li.product.product-category {
  background-color: #ffffff;
}

.woocommerce-js ul.products li.product.product-category a img {
  height: 75%;
  width: 95%;
  margin: 15px;
}

@media (max-width: 544px) {
  .woocommerce-js ul.products li.product.product-category a img {
    height: 70%;
    width: 90%;
    margin-top: 15px;
    margin-left: 15px;
    margin: 10px;
  }
}

.woocommerce-js ul.products li.product .woocommerce-loop-category__title,
.woocommerce-page ul.products li.product .woocommerce-loop-category__title {
  bottom: 0px !important;
  background-color: #ffffff !important;
  width: 100% !important;
  left: 0px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.elementor-heading-title.elementor-size-default,
.elementor-widget-container h4 {
  color: #ffffff !important;
}

#ast-quick-view-content .product_title.entry-title {
  font-size: 1.5rem !important;
}

#ast-quick-view-content .product_meta {
  display: none !important;
}

#ast-quick-view-content .summary-content .woocommerce-product-details__short-description:first-of-type {
  display: none !important;
}

@media (max-width: 767px) {
  .elementor-element-f73b324 {
    display: none !important;
  }
}

.sub-menu .menu-link {
  margin-left: 20px !important;
}

.sub-menu .menu-link .icon-arrow {
  display: none !important;
}

.ast-below-header-bar {
  background-color: #f4f4f4 !important;
}

div.elementor-element-95ae37b .elementor-heading-title.elementor-size-default {
  color: #ffffff !important;
}

.post-content .entry-header,
.ast-taxonomy-container.cat-links {
  display: none;
}

section.related.products div.ast-qv-button-wrap {
  display: bold !important;
}

.wc-free-shipping-badge{
  display:flex;
  align-items:center;
  gap:8px;
  margin:10px 0;
  font-weight:600;
  font-size:14px;
}

.wc-free-shipping-dot{
  width:12px;
  height:12px;
  border-radius:9999px;
  display:inline-block;
  background:#2ecc71; /* green dot */
  box-shadow:0 0 0 3px rgba(46,204,113,0.18);
}

/* Invoice button */
a.invoice.order-actions-button {
	width: 150px !important;
	text-align: center !important;
	color: #ffffff !important;
}
}
