#esponi_OPA_Container {
	width: 100%;
}

#esponi_OPA {
	margin-top: 10px;
	padding: 4px 4px 4px 8px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #ebf7f9;
	font-size: 120%;
	line-height: 160%;
	margin-bottom: -10px;
}

#esponi_OPA_UnitText {
	font-weight: bold;
}
#esponi_OPA_Unit {

}

#esponi_OPA_TotalText {
	font-weight: bold;
}
#esponi_OPA_Total {

}

#esponi_OPA_UnitExTax {
	color: #8da1ad;
}
#esponi_OPA_TotalExTax {
	color: #8da1ad;
}

#esponi_OPA_Loader {
    background: url("http://opencartcfo.com/_OPAWaiting.gif") no-repeat;
    float: right;
    width: 24px;
    height: 24px;
}

.esponi_OPA_LoaderNew {
  position: relative;
  float: right;
  width: 64px;
  height: 18px;
  margin-right: -6px;
}
.esponi_OPA_LoaderNew div {
  position: absolute;
  top: 4px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #76c4e3;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.esponi_OPA_LoaderNew div:nth-child(1) {
  left: 6px;
  animation: esponi_OPA_LoaderNew1 0.6s infinite;
}
.esponi_OPA_LoaderNew div:nth-child(2) {
  left: 6px;
  animation: esponi_OPA_LoaderNew2 0.6s infinite;
}
.esponi_OPA_LoaderNew div:nth-child(3) {
  left: 26px;
  animation: esponi_OPA_LoaderNew2 0.6s infinite;
}
.esponi_OPA_LoaderNew div:nth-child(4) {
  left: 45px;
  animation: esponi_OPA_LoaderNew3 0.6s infinite;
}
@keyframes esponi_OPA_LoaderNew1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes esponi_OPA_LoaderNew3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes esponi_OPA_LoaderNew2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}