/*
Theme Name: Cathay LA
Author URI: http://bradyau.com/
Description: Custom Cathay LA Framework
Version: 1.0.0
Template: dt-the7
*/


.woocommerce-result-count {
    color: #5A5858 !important;
}
.page-title-breadcrumbs .assistive-text 
{   
color: #fff;
background-color: rgb(51, 51, 51);
}
	
	
.elementor-widget-wc-add-to-cart
  form.cart.variations_form
  .woocommerce-variation-add-to-cart,
.elementor-widget-wc-add-to-cart
  form.cart:not(.grouped_form):not(.variations_form),
.woocommerce
  div.product.elementor
  form.cart.variations_form
  .woocommerce-variation-add-to-cart,
.woocommerce
  div.product.elementor
  form.cart:not(.grouped_form):not(.variations_form) {
  display: block;
}

.custom-field label {
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 5px;
}

.custom-field label::before {
  content: "\1F4E6"; /* Unicode for a box icon */
  margin-right: 5px;
}
.custom-field label[for="custom_field_2"]::before {
  content: "\1F4E6"; /* Unicode for a box icon */
}
.custom-field label[for="custom_field_1"]::before {
  content: "\1F4C4"; /* Unicode for a paper icon */
}

.product-name::after {
  content: "" !important;
}

#content
  > div
  > div
  > div
  > div.wc-wide-column
  > section
  > div
  > table
  > tbody
  > tr:nth-child(1)
  > td.woocommerce-table__product-name.product-name
  > ul {
  display: none;
}