.wp-opinion-product-attribute-section fieldset {
  border: solid 1px rgba(0, 0, 0, 0.25);
  display: block;
  margin: 1em auto;
  margin-bottom: 20px;
  padding: 1em;
  width: 100%;
}
.wp-opinion-product-attribute-section legend {
  display: table;
  min-width: 0px;
  max-width: 80%;
  position: relative;
  margin: auto;
  padding: 5px 20px;
  font-size: 1.25em;
  text-align: center;
  border: none;
}
.wp-opinion-product-attribute-section .wppc_form_element {
  margin-top: 1em;
  margin-bottom: 1em;
}
.wp-opinion-product-attribute-section .wppc_form_element.first {
  margin-top: 0;
}
.wp-opinion-product-attribute-section .wppc_form_element .wppc_form-label {
  font-weight: 700;
}
.wp-opinion-product-attribute-section .wppc_form_element textarea, .wp-opinion-product-attribute-section .wppc_form_element input, .wp-opinion-product-attribute-section .wppc_form_element select {
  margin: 0;
  width: 100%;
}
.wp-opinion-product-attribute-section .wppc_form_element small {
  display: block;
  line-height: normal;
}
.wp-opinion-product-attribute-section .wppc_form_element .invalid-feedback {
  color: red;
}

.loader {
	border: 2px solid #f3f3f3;
    border-top: 3px solid #3498db;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
	margin-bottom: 1em;
}

/* Safari */
@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
/*# sourceMappingURL=main.css.map */
