/*
Theme Name: Hairdreams Tips
Template: hello-elementor
Author: WDLA
Version: 1.1708624676
Updated: 2024-02-22 17:57:56

*/

/* Grid: Grid, Cards, and Filters */

.wpgb-facet .wpgb-hierarchical-list li {
  display: inline-flex !important;
  margin: 0 15px 0 !important;
}

/* End Grid: Grid, Cards, and Filters */
.titleLinks {
	padding:0 15px 15px 15px;
	font-weight: 700;
	font-size: 14.4px;
	line-height: 14.4px;
}
.quick-qty-links {
  margin-bottom: 40px;
display:inline-block;
}
.quick-qty-links a {
  text-decoration: none;
  margin: 0 5px;
  padding: 4px 8px;
  background: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #333;
  font-size: 14px;
}
.quick-qty-links a:hover {
  background: #ddd;
}
input.qty {
  width: 75px !important; /* Increase this value to your liking */
  text-align: center;
}


.woocommerce-variation-price .per-pack-label {
  font-size: 0.7em;
  margin-left: 5px;
	
}
.woocommerce-variation-price {
	margin-bottom: 30px;
}

#custom-total-price {
	margin-top: 10px;
	font-weight: bold;
	font-size: 24px;
}
b, strong {
    font-weight: bold;
}

.coupon-code-label {
  display: inline-block;
  color: #FF3EA5;
  border: 1px solid #FF3EA5;
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: 600;
  margin-top: 6px;
  margin-bottom: 20px;
 font-size:14px;
}