.woocommerce-js .woocommerce-breadcrumb {
  font-size: 10px;
}

.woocommerce-js div.product div.summary .single-product-category {
  font-size: 10px;
}

.woocommerce-js div.product .product_title {
  font-size: 18px;
  font-weight: bold;
}

.woocommerce-cart-form__cart-item td.product-remove a.remove {
  background-color: #000000;
}

/* Ocultar a aba Informações Adicionais e seu conteúdo */

#tab-additional_information,
.woocommerce-tabs li.additional_information_tab {
  display: none !important;
}

.ast-on-card-button.ast-onsale-card {
  display: none !important;
}

.woocommerce-js div.product div.images .woocommerce-product-gallery__trigger {
  display: none !important;
}

.woocommerce-js table.shop_table tbody:first-child tr:first-child td {
  border-bottom-width: 1px;
}

.woocommerce-cart .cart-collaterals .cart_totals>h2 {
  text-align: center;
}

.woocommerce-js table.shop_table tbody:first-child tr:first-child th {
  width: 100%;
  font-weight: bold;
}

.elementor * {
  font-weight: bold;
}

.woocommerce-cart .cart-collaterals .cart_totals table th {
  text-align: left;
  width: 100%;
  font-weight: bold;
}

.woocommerce-shipping-calculator {
  display: none;
}

.woocommerce-shipping-destination {
  display: none;
}

.woocommerce-shipping-totals.shipping {
  display: flex;
}