/*   Small Projects Bureau Development  */
/*   INCAE   */
/*   Martin Fuks   */


/* TIPOGRAPHY */
.woocommerce .woocommerce-breadcrumb {
	margin: 0;
	font-family: var(--font-secondary)!important;
}

.woocommerce-loop-product__title,
.elementor-widget-theme-archive-title .elementor-heading-title {
	font-family: var(--font-primary)!important;
}

.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price {
	font-family: var(--font-secondary)!important;
}

.woocommerce ul.products li.product .price ins {
	font-weight: 300;
	border: none;
	text-decoration: none;
  }

/* BUTTONS */
.woocommerce ul.products li.product .button {
	height: auto;
	font-family: var(--font-secondary)!important;
}

/* ADD TO CART */
.tax-product_cat .elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .button {
    max-height: 40px;
	font-family: var(--font-secondary)!important;
}

@media screen and (min-width: 1600px) {
}

@media screen and (max-width: 1100px) {
}

@media screen and (max-width: 810px) {
}

@media screen and (max-width: 520px) {
}