



/* display Woocommerce SKU in the product loop pages */
.sku-text {
	font-size: 11px;
	margin: 5px 0px;
}

.ast-article-single img {
    box-shadow: none !important;
}


.entry-meta {
  display: none;
}


.single-product-category {
	margin-top: 10px !important;
}

.additional_information_tab {
	display: none !important;
}

/* Bootstrap reset start */

:root {
  --bs-link-color-rgb: black !important;
  --bs-link-hover-color: black;
  --bs-link-decoration: none;
  --bs-link-hover-decoration: none;
}

a {
    text-decoration: none !important;
/*	color: #009ee0 !important; */
}

ol, ul {
    padding-left: 0;
}

table {
	border-right: 1px solid #dee2e6;
}

/* Bootstrap reset end */

td.woocommerce-grouped-product-list-item__price del {
	margin-right: 5px;
}

.price del {
	margin-right: 5px;
}

tr.woocommerce-shipping-totals.shipping td {
	width: 210px;
	text-align: left !important
}

.download {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
	margin-bottom: 30px;
}

.download .button {
  text-decoration: none !important;

  background-color: lightgrey !important;
  color: black !important;
}

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


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

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

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

button.elementor-button.elementor-size-sm {
	background-color: #009EE0 !important;
}

.shipping-calculator-button {
	color: #009EE0 !important;
	font-weight: bold;
}

button.elementor-button.elementor-size-sm:hover {
	background-color: #000000 !important;
}



/* Reset the height of address state in the cart */
.select2-selection.select2-selection--single {
	height: 38px !important;
}

div.product a, div.term-description a, article a, .container a {
	color: #009ee0 !important;
	font-weight: bold !important;
}


a.wp-element-button, .button {
	color: #ffffff !important;
	font-weight: normal !important;
}

p.woocommerce-mini-cart__buttons a:first-of-type {
	color: #009ee0 !important;
}

@media only screen and (max-width: 768px) {
p.woocommerce-mini-cart__buttons a:first-of-type {
	color: #ffffff !important;
}
}

.related.products .button, 
.upsells .button, .upsells .add_to_cart_button {
	background-color: #009EE0 !important;
	color: #ffffff !important;
}

