@font-face {
    font-family: 'Merge';
    src: url('fonts/Merge-Light.woff2') format('woff2'),
    url('fonts/Merge-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('fonts/HelveticaNeueLTPro-Roman.woff2') format('woff2'),
    url('fonts/HelveticaNeueLTPro-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('fonts/HelveticaNeueLTPro-Lt.woff2') format('woff2'),
    url('fonts/HelveticaNeueLTPro-Lt.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('fonts/HelveticaNeueLTPro-Hv.woff2') format('woff2'),
    url('fonts/HelveticaNeueLTPro-Hv.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/*body {*/
/*    visibility: hidden;*/
/*}*/

body {
    opacity: 1;
    transition: opacity 0.25s ease-out;
}

html.js-loading body {
    visibility: hidden;
    opacity: 0;
}

footer.footer {
    background: #000;
    color: #ffff;
    font-family: "Helvetica Neue LT Pro", sans-serif;
}

footer.footer .container {
    display: flex;
    flex-wrap: wrap;
    padding: 100px 0;
    justify-content: space-between;
}

.footer-logo {
    width: 200px;
}

.footer-logo img {
    display: block;
    width: 100%;
    filter: invert(1);
}

footer.footer .container:after {
    display: none;
}

.footer-content a {
    color: #fff;
}

.dentle-daily-details {
    background: #eee;
    padding: 50px 0;
    color: #000;
}

.dentle-daily-cols {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.dentle-daily-testimonial {
    width: 100%;
    order: 2;
    border: 1px solid #ddd;
    background: #fff;
    display: flex;
    padding: 30px;
    margin: 30px auto 0;
    align-items: center;
}

.dentle-daily-left, .dentle-daily-right {
    width: 48%;
}

.dentle-daily-content-block h2 {
    font-weight: 400;
    color: #000000CC;
    font-family: 'Merge', sans-serif;
}

.ddt-image img {
    display: block;
    width: 100%;
    height: auto;
}

.ddt-image {
    width: 250px;
    margin: 0;
}

.dentle-daily-content-block ul li {
    display: block;
    padding-left: 15px;
    margin-bottom: 10px;
    position: relative;
}

.dentle-daily-content-block ul {
    margin: 0 0 30px;
}

.dentle-daily-content-block ul li:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 9px;
}

.ddt-author-position {
    font-size: 14px;
}

.ddt-author {
    text-align: center;
    font-family: "Helvetica Neue LT Pro", sans-serif;
}

.ddt-author-name {
    font-size: 16px;
    font-weight: bold;
}

.ddt-body {
    text-align: center;
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 1.5;
    font-family: 'Merge', sans-serif;
    font-weight: 400;
}

.ddh-cta a,
.dentle-daily-content-block a {
    text-decoration: none;
    background: #1EB8FC;
    color: #fff;
    padding: 14px 28px;
    border-radius: 24px;
    display: inline-block;
    transition: background 0.2s, color 0.2s;
    font-family: "Helvetica Neue LT Pro", sans-serif;
    font-weight: 500;
}

.ddh-cta a:hover,
.dentle-daily-content-block a:hover {
    background: #11739f;
}

.ddt-content-wrap {
    padding-left: 19px;
    width: calc(100% - 250px);
}

header.dentle-daily-header {
    background: #92B0D5;
    padding: 50px 0;
    text-align: center;
}

.header-logo {
    filter: invert(1);
}

html:not(#abc) {
    margin: 0 !important;
}

.dentle-daily-hero-cols {
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
    align-items: center;
}

.dentle-daily-hero {
    background: #fff;
}

.ddh-left-sub-title {
    color: #1EB8FC;
    font-family: 'Helvetica Neue LT Pro', sans-serif;
}

.ddh-left h1 {
    font-weight: 400;
    color: #000;
    font-size: 54px;
    line-height: 1;
    font-family: 'Merge', sans-serif;
}

.dentle-daily-bottom-text {
    font-size: 14px;
    line-height: 1.4;
    font-family: "Helvetica Neue LT Pro", sans-serif;
}

.dentle-daily-bottom-text p {
    margin: 0;
}

.ddh-cta {
    margin-bottom: 20px;
}

.dentle-daily-bottom-text em {
    color: #1EB8FC;
    font-style: normal;
}

.ddh-left {
    color: #000;
    width: 48%;
    position: relative;
    z-index: 1;
}

.dentle-daily-hero-image-wrapper {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
    margin-left: -18%;
}

.dentle-daily-hero-image-wrapper img {
    display: block;
    width: 100%;
    height: auto;
}

.dentle-daily-hero-image-overlay {
    position: absolute;
    top: 50%;
    background: #1EB8FC;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    text-align: center;
    line-height: 1.4;
    right: 40px;
    transform: translateY(-50%);
    font-family: 'Merge', sans-serif;
}


.dentle-daily-hero {
    position: relative;
}

.dentle-daily-form {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 91.6%;
    max-width: 800px;
    background: #fff;
    padding: 10px;
    z-index: 1;
    border: 1px solid #92B0D5;
    background: #FFF;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    opacity: 0;
    visibility: hidden;

    transition: opacity 0.2s, visibility 0.2s;
}

.show-form .dentle-daily-form {
    opacity: 1;
    visibility: visible;
}

.dentle-daily-form {
    padding-top: 30px;
}

.form-title {
    text-align: center;
    color: #1EB8FC;
    font-size: 32px;
    font-family: 'Merge', sans-serif;
    line-height: 1.2;
}

.form-quantity-field {
    display: flex;
    font-family: "Helvetica Neue LT Pro", sans-serif;
    justify-content: center;
    align-items: center;
}

.form-quantity-field-wrapper {
    text-align: center;
    margin-bottom: 26px;
}

.form-quantity-field-wrapper > label {
    display: block;
    margin: 26px 0;
    color: #000000CC;
}

.form-group.text-center {
    text-align: center;
}

.form-quantity-field input[type="number"] {
    width: 96px;
    border-radius: 0;
    border: 1px solid #E5E5EA;
    text-align: center;
    height: 34px;
}

.form-quantity-spinners {
    background: #E5E5EA;
    border-radius: 4px;
    display: flex;
    align-items: center;
    width: 92px;
    height: 32px;
    position: relative;
}

.form-quantity-spinners > span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 50%;
    cursor: pointer;
}

.form-quantity-spinners:before {
    content: '';
    display: block;
    width: 1px;
    height: 16px;
    background: #D1D1D6;
    position: absolute;
    left: 50%;
}

.form-quantity-field > span {
    padding-left: 4px;
    padding-right: 30px;
}

.dentle-daily-form input:not([type="number"]):not([type="button"]):not([type="submit"]):not([type="checkbox"]) {
    width: 100%;
    box-shadow: none;
    border: 1px solid #1EB8FC;
    border-radius: 0;
    height: 55px;
}

.dentle-daily-form .form-group label {
    font-weight: 500;
    color: #000;
    font-family: "Helvetica Neue LT Pro";
    font-weight: bold;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    margin-bottom: 6px;
}

.dentle-daily-form input[type="submit"] {
    text-decoration: none;
    background: #1EB8FC;
    color: #fff;
    padding: 14px 28px;
    text-transform: none;
    border-radius: 24px;
    display: inline-block;
    transition: background 0.2s, color 0.2s;
}

.dentle-daily-form input[type="submit"]:hover {
    background: #11739f;
}

.dentle-daily-form .offer-summary {
    text-align: center;
    padding: 16px 12px;
    margin: 12px 0;

    background: #f7f9fc;
    border: 1px solid #dde3ee;
    border-radius: 8px;

    font-size: 14px;
    color: #333;
}

.dentle-daily-form .offer-summary p {
    margin: 8px 0;
}

.dentle-daily-form .offer-summary #offer-price {
    font-weight: 600;
    font-size: 16px;
}

.dentle-daily-form .offer-label {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777;
}

.dentle-daily-form .offer-value {
    display: inline-block;
    margin-top: 4px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.dentle-daily-form .form-group.hidden {
    display: none !important;
}

.styled-checkbox-wrapper label {
    display: flex;
    align-items: center;
    min-height: 31px;
    position: relative;
    padding-left: 65px;
    margin-bottom: 10px;
    cursor: pointer;
}

.styled-checkbox-wrapper label a {
    color: #000;
    text-decoration: underline;
}

.styled-checkbox-wrapper input {
    width: 0;
    height: 0;
    position: absolute;
    left: -99rem;
    opacity: 0;
}

.styled-checkbox-wrapper label span:before {
    content: '';
    display: block;
    width: 51px;
    height: 31px;
    left: 0;
    top: 0;
    position: absolute;
    border-radius: 30px;
    background: #ddd;
    transition: background 0.2s;
}

.styled-checkbox-wrapper label span:after {
    width: 27px;
    height: 27px;
    background: #fff;
    position: absolute;
    left: 2px;
    content: '';
    border-radius: 50%;
    transition: transform 0.2s;
    top: 2px;
    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.20));
}

.styled-checkbox-wrapper label input:checked + span:after {
    transform: translateX(20px);
}

.styled-checkbox-wrapper label input:checked + span:before {
    background: #65C366;
}

.ddh-pricing-block {
    font-family: "Helvetica Neue LT Pro", sans-serif;
}

.ddh-pricing-block strong {
    font-weight: 600;
}

.dentle-daily-content-block {
    font-family: "Helvetica Neue LT Pro", sans-serif;
    font-weight: 300;
}

.dentle-daily-bottom-text.hidden {
    display: none !important;
}

.terms-error {
    color: #c62828;
    font-size: 0.9rem;
    margin-top: 6px;
    opacity: 0;
    transform: translateY(-4px);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.terms-error.show {
    opacity: 1;
    transform: translateY(0);
}

.terms-error.hidden {
    display: none !important;
}

@media all and (min-width: 768px) {
    .hidden-desktop {
        display: none !important;
    }
}

@media all and (max-width: 767px) {

    .ddh-left {
        width: 100%;
    }

    .hidden-mobile {
        display: none !important;
    }

    .dentle-daily-left, .dentle-daily-right {
        min-width: 100%;
    }

    .dentle-daily-hero-cols {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    .ddh-left h1 {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .ddh-left-sub-title {
        font-size: 16px;
    }

    .dentle-daily-bottom-text {
        max-width: 199px;
        margin: 0 auto;
        text-align: center;
        font-size: 12px;
    }

    .dentle-daily-hero-image-wrapper {
        margin-bottom: 20px;
        margin-left: auto;
    }

    .dentle-daily-bottom-text p:nth-child(2) {
        max-width: 97px;
        margin: 10px auto 0;
    }

    header.dentle-daily-header {
        padding: 30px 0 14px;
    }

    .dentle-daily-details .container {
        min-width: 100%;
    }

    .dentle-daily-details {
        padding: 0;
    }

    .dentle-daily-left, .dentle-daily-right {
        padding: 40px 16px;
        text-align: center;
    }

    .dentle-daily-content-block ul {
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }

    .dentle-daily-content-block h2 {
        text-align: center;
        font-size: 32px;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .dentle-daily-testimonial {
        order: initial;
        border: none;
        flex-wrap: wrap;
        justify-content: center;
    }

    .ddt-image {
        width: 186px;
        margin: 0 auto 30px;
    }

    .ddt-content-wrap {
        padding: 0;
    }

    footer.footer .container {
        padding: 24px 0;
        text-align: center;
    }

    footer.footer .container {
        justify-content: center;
        font-size: 14px;
    }

    .footer-logo {
        width: 108px;
        margin-bottom: 16px;
    }

    .footer-content {
        width: 100%;
    }

    .ddt-body {
        margin: 0 auto 14px;
        max-width: 285px;
    }

    .ddt-content-wrap {
        width: 100%;
    }

    .ddt-author {
        font-size: 12px;
    }

    .dentle-daily-hero .container {
        max-width: 100%;
        width: 100% !important;
        padding-left: 16px;
        padding-right: 16px;
    }

    .dentle-daily-testimonial {
        padding-top: 34px;
        padding-bottom: 60px;
    }
}


/*POPUP--------------------------------------------------------------------------------*/

#overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    left: 0;
    display: none;
    margin: 0;
    background: url(../images/overlay.png) repeat;
}

.popup {
    display: none;
    position: absolute;
    z-index: 100;
    width: 626px;
    top: 100px;
    text-align: left;
}

.popup h2 {
    font-size: 22px;
    color: #f18e00;
    padding: 0 0 10px;
}

.popup h2 span {
    font-size: 16px;
    color: #000;
    display: block;
}

.popup .alt {
    color: #000;
}

.popup p {
    font-size: 14px;
    padding: 0 0 20px;
    line-height: 18px;
}

.popup .popup-close {
    background: url(../images/popup-close.gif) no-repeat left top;
    width: 15px;
    cursor: pointer;
    margin: 0px 0px 20px;
    height: 17px;
    display: block;
    float: right;
}

.popup .popup-terms {
    width: 576px;
    padding: 20px 40px 20px 40px;
    height: 660px;
    overflow: auto;
    width: 546px;
    background: url(../images/popup-main-top.png) repeat-y left top;
}

.popup .popup-main {
    width: 576px;
    padding: 20px 40px 20px 40px;
    min-height: 400px;
    width: 546px;
    background: url(../images/popup-main-top.png) no-repeat left top;
}

.popup .popup-readmore {
    width: 576px;
    padding: 20px 40px 0px 40px;
    min-height: 400px;
    width: 546px;
    margin: 100px 0 0 0;
    background: url(../images/popup-main-top.png) no-repeat left top;
}

.popup .popup-readmore .cont {
    background: url(../images/readmore-bg.jpg) no-repeat right bottom;
    padding: 0 0 20px 0;
}

.popup .popup-readmore .cont p {
    background: none;
    font-size: 12px;
}

.popup .popup-readmore .cont p.small {
    background: none;
    width: 380px;
}

.popup .popup-readmore .cont p.small2 {
    background: none;
    margin: 0;
    padding: 0;
}

.popup .popup-readmore #tipsa {
    font-size: 12px;
    color: #f18e00;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    padding: 0 0 0 45px;
    background: url(../images/tipsa-white.jpg) no-repeat left top;
    text-decoration: none;
}

.popup .popup-product {
    width: 576px;
    padding: 20px 40px 20px 40px;
    min-height: 400px;
    width: 546px;
    background: url(../images/popup-main-top.png) no-repeat left top;
}

.popup .popup-login {
    width: 576px;
    padding: 20px 40px 20px 40px;
    width: 546px;
    background: url(../images/popup-main-top.png) no-repeat left top;
}

.popup .popup-tipsa {
    width: 406px;
    padding: 20px 20px 20px 40px;
    height: 460px;
    background: url(../images/popup-main-top.png) no-repeat left top;
}

.popup .popup-tipsa-end {
    height: 16px;
    width: 466px;
    background: url(../images/popup-main-top.png) no-repeat left top;
}

.popup .popup-end {
    height: 16px;
    width: 626px;
    background: url(../images/popup-main-top.png) no-repeat left top;
}

/* BT - 2011-03-03 */
.popup .popup-terms .cont ul {
    margin: 0 0 40px 20px;
    padding: 0;
    list-style-type: square;
}

.popup .popup-terms .cont li {
    padding: 6px 0;
}

.popup form .popup-close {
    background: none;
    float: left;
    width: 50px;
    color: #f18e00;
    font-size: 11px;
    margin: 5px 0 0 260px;
}


.dentle-daily-form-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s, visibility 0.2s;
}

.show-form .dentle-daily-form-overlay {
    opacity: 1;
    visibility: visible;
}

.dentle-daily-form input:not([type="number"]):not([type="button"]):not([type="submit"]):not([type="checkbox"]).invalid {
    box-shadow: 0 0 0 1px #cb0009;
    border-color: #cb0009;
}

#success_box.show,
#loading_box.show,
div#error_box.show {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    display: flex !important;
    z-index: 3;
    align-items: center;
    justify-content: center;
    padding: 30px;
    text-align: center;
}

.dentle-daily-form > div[id$="_box"] {
    font-family: "Helvetica Neue LT Pro", sans-serif;
    font-size: 18px;
    color: #000000CC;
}

.dentle-daily-form > div[id$="_box"] h2 {
    color: #1EB8FC;
    font-size: 32px;
    font-family: 'Merge', sans-serif;
}

.form-group.text-center {
    text-align: center;
    padding-top: 10px;
}

.styled-checkbox-wrapper {
    padding-left: 6px;
}

.styled-checkbox-wrapper label {
    color: #000;
    line-height: 1.25;
}

.dentle-daily-form input[type="submit"] {
    border: none;
    font-family: "Helvetica Neue LT Pro", sans-serif;
    font-weight: 500;
}

div#loading_box.active {
    display: flex !important;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 2;
    align-items: center;
    justify-content: center;
}

@-webkit-keyframes lds-ripple {
    0% {
        top: 90px;
        left: 90px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 15px;
        left: 15px;
        width: 150px;
        height: 150px;
        opacity: 0;
    }
}

@keyframes lds-ripple {
    0% {
        top: 90px;
        left: 90px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 15px;
        left: 15px;
        width: 150px;
        height: 150px;
        opacity: 0;
    }
}

.lds-ripple {
    position: relative;
    display: inline-block;
    /* The container size for the loading circles */
    width: 200px;
    height: 200px;
}

.lds-ripple div {
    width: auto;
    box-sizing: content-box;
    position: absolute;
    border-width: 10px;
    border-style: solid;
    opacity: 1;
    border-radius: 50%;
    -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(1) {
    border-color: #00b5ff;
}

.lds-ripple div:nth-child(2) {
    border-color: #00b5ff;
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

@media all and (min-width: 1024px) {
    .dentle-daily-left .dentle-daily-content-block ul {
        min-height: 194px;
    }

    .dentle-daily-left .dentle-daily-content-block h2 {
        max-width: 300px;
    }
}