body {
    background: var(--teflie-background-warm) !important;
    color: var(--teflie-text-primary);
}

#primary {
    margin: 4rem 0 0 !important;
}

.ast-container,
.outer-section {
    max-width: 1240px !important;
    margin: 0 auto !important;
}

h1, h2, h3, h4 {
    color: var(--teflie-text-primary-dark) !important;
}

p {
    color: var(--teflie-text-primary) !important;
    line-height: 140% !important;
}

.summary nav.woocommerce-breadcrumb,
.woo-breadcrumbs {
    display: none;
}

.woocommerce div.product div.images img {
    width: 50%;
    margin: auto;
}

.tefl-verify-email {
    cursor: pointer;
    font-weight: 500;
    background-color: #193847;
    color: #fff;
    padding: 9px 20px;
    display: inline-block;
    position: absolute;
    right: 0;
}


span.ok-verified, .verify-error {
    display: none;
    font-weight: bold;
}

span.verify-error {
    color: red;
}

span.ok-verified {
    color: green;
}

.lds-dual-ring {
  display: none;
  width: 20px;
  height: 20px;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 15px;
    height: 15px;
    margin: 3px;
    border-radius: 50%;
    border: 2px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}





