.hide {
    display: none;
}
.catalog-product-view .product-info-main .product-info-price {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.estimation-label {
    font-size: 14px;
    color: #000;
    margin-left: 6px;
}
.contact-for-pricing-box {
    margin-bottom: 1.3rem;
}
textarea[name=contactmsg] {
    resize: none;
}
.formContentSuccess, .formContentError {
    text-align: center;
}
.activeResponse {
    display: block;
}