/*
 Theme Name:   astra child
 Template:     astra
 Version:      1.1.3
*/

@font-face {
  font-family: 'CircularStd';
  src: url('fonts/circular-std-medium-500.woff2') format('woff2'),
       url('fonts/circular-std-medium-500.woff') format('woff'),
       url('fonts/circular-std-medium-500.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Apply to all headings */
h1, h2, h3, h4, h5, h6 {
  font-family: 'CircularStd', sans-serif !important;
}

.ast-builder-menu-1 {
  text-transform: none !important;
}

.ast-on-card-button.ast-select-options-trigger {
  display: none;
}

.ast-woo-product-category {
    display: none !important;
}

.main-header-menu li:not(.sub-menu li) > .menu-link {
	padding: 0 0.6em !important;
}

.arrow-up-right > a::before {
    content: " \2197"; /* ↗ arrow up right */
    display: inline-block;
    margin-right: 0.25em;
    text-decoration: none;
    vertical-align: baseline;
}

.wpc-filter-full-height .wpc-filter-content {
    max-height: none !important;
    overflow: visible !important;
    height: auto !important;
}

.wpc-filter-full-height .wpc-filters-ul-list {
    max-height: none !important;
    overflow: visible !important;
}

.woocommerce-breadcrumb {
    display: none !important;
}

.ast-article-single.ast-woo-product-no-review {
    padding-top: 20px;
}

.product_meta, .single-product-category {
    pointer-events: none;
}

.woocommerce-product-details__short-description a {
	color: #0bb2c4 !important;
}