#et-top-navigation .et-cart-info {
  margin-top: -8px !important;
}

.et-cart-info span {
  background: url(./assets/cart_icon.png?v3) no-repeat;
  font-size: 0;
  width: 25px;
  height: 27px;
  display: block;
  background-size: contain;
  cursor: pointer;
  top: 2px;
}

.woocommerce-MyAccount-navigation {
  background: #0F347C;
  min-height: 410px;
  padding-left: 7%;
  padding-top: 35px;
  font-size: 18px;
}

.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
  background: #0F347C;
}

.woocommerce-MyAccount-navigation li {
  list-style: none;
  margin-bottom: 5px;
}

.woocommerce-MyAccount-navigation li a {
  color: #fff;
}

.woocommerce-MyAccount-navigation li:before {
  display: inline-block;
  position: relative;
  top: -1px;
  left: -3px;
  background: url(./assets/li_icon.png) no-repeat;
  width: 10px;
  height: 10px;
}

.woocommerce-MyAccount-content {
  background: black;
  padding: 49px 7%;
  min-height: 410px;
  color: #fff;
  font-size: 17px;
}

.woocommerce-MyAccount-content h3 {
  color: #fff;
}

.woocommerce-MyAccount-content .woocommerce-info,
.woocommerce-MyAccount-content .woocommerce-message {
  background: transparent;
}

#TranslationWizardFormApp .Row .Col_Container .Step .Title {
  color: #0F347C;
}
#TranslationWizardFormApp .Row .Col_Container .Step .Wrap select,
#TranslationWizardFormApp .Row .Col_Container .Step .Wrap input[type=number] {
  border-color: #0F347C;
}
#TranslationWizardFormApp .Row .Col_Container .Step .Wrap button.Next {
  background-color: #0F347C;
}
#TranslationWizardFormApp .Row .Col_Container .Step .Wrap strong {
  color: #0F347C;
}
#TranslationWizardFormApp .Row .Col_Progress .Count {
  background: #0F347C;
  border: 5px solid #c5d6f8;
}
#TranslationWizardFormApp .FileUploadBox .UploadMessage {
  border-color: #0F347C;
}
#TranslationWizardFormApp .FileUploadBox .FileUploaded button {
  background: #0F347C;
}
#TranslationWizardFormApp .Sidebar h3 {
  color: #0F347C;
}

@media (max-width: 425px) {
  #g-recaptcha {
    transform: scale(0.7);
    transform-origin: 0 0;
  }
}
@media (max-width: 300px) {
  #g-recaptcha {
    transform: scale(0.5);
    transform-origin: 0 0;
  }
}

/*# sourceMappingURL=style.css.map */
