/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Aug 03 2026 | 08:20:14 */
.cc-cart-quote-block {
  margin-top: 24px;
  padding: 22px;
  background: #f7f7f7;
  border: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.cc-cart-quote-text {
  font-size: 15px;
  line-height: 1.5;
}

.cc-cart-quote-text strong {
  font-size: 16px;
}

.cc-cart-quote-block .button,
.cc-cart-quote-block button,
.cc-cart-quote-block a {
  background: #111;
  color: #fff;
  border-radius: 4px;
  padding: 12px 22px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .03em;
  text-decoration: none;
}

.cc-cart-quote-block .button:hover,
.cc-cart-quote-block button:hover,
.cc-cart-quote-block a:hover {
  background: #333;
  color: #fff;
}