.wc-cuotas-calculator {
  padding: 15px;
  border: 1px solid #aaa;
  margin: 15px 0;
}

.wc-cuotas-checkout {
  margin: 10px 0;
}

.wc-cuotas-checkout-text {
  margin-top: 10px !important;
}

.wc-cuotas-field {
  margin-top: 10px;
}

.wc-cuotas-field label {
  display: block;
  margin-bottom: 5px;
}

.wc-cuotas-field select {
  width: 100%;
}

.wc-cuotas-cuota {
  background: #eee;
  margin-top: 15px;
  padding: 15px;
  position: relative;
}

.wc-cuotas-cuota.updating::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}


.loader {
  border: 4px solid /*#f3f3f3*/lightgrey;
  border-radius: 50%;
  border-top: 4px solid blue;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 1s linear infinite;
  float:right;
  display:none;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.wc-cuotas-error-field {
  margin-top: 10px;
  color:red;
}