/** Shopify CDN: Minification failed

Line 24:21 Unexpected "*"

**/
.text-icon {
  margin-bottom: 0;
}
.text-icon p {
  margin-top: 5px;
  margin-bottom: 5px;
}
.text-icon:last-of-type {
  margin-bottom: 1rem;
}

.x-block-product-title {
  margin-bottom: 0;
}
.border-t {
  margin-top: 0.75rem!important;
  margin-bottom: 0.75rem!important;
}
#x-estimate-delivery-* {
  margin-bottom: .75rem;
}
.x-block-description button p {
    color: #B7A76B;
}
.x-block-description .rte p {
    color: #671720;
}
[class^="x-block-collapsible-tab"] button p {
    color: #B7A76B;
}
[class^="x-block-collapsible-tab"] .rte p {
    color: #671720;
}

[id^="x-estimate-delivery-template"] {
  margin-bottom: .5rem;
}
.border-\[rgb\(var\(--colors-text\)\,1\)\] {
  border-color: #E5E4E6;
}

.price-label {
  background-color: #30bc69;
  color: #FFF;
  font-size: 16px;
  border-radius: 6px;
  padding: 4px 8px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .button-product button[type="submit"] {
    position: fixed;
    bottom: 0;
    right: 10px;
    left: 10px;
    width: calc(100% - 20px);
    border: 1px solid #fff;
  }

  .sticky_add_to_cart {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  .sticky_add_to_cart .button.button-solid {
    background-color: #3BBC69;
    padding-top: 12px!important;
    padding-bottom: 12px!important;
  }
}

