body {
    font-family: "Lato", sans-serif;
    color: #000;
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
h1,
h2,
h3,
h4,
h5 {
    font-weight: 400;
    font-family: "Fira Sans Condensed", sans-serif;
    letter-spacing: 1px;
}
img {
    max-width: 100%;
}
a {
    color: #2b8dd9;
}
a:hover {
    text-decoration: none;
}
a.text-primary:hover {
    color: #741e56 !important;
}
section {
    padding: 4rem 0;
}
strong {
    font-weight: 700;
}
p {
    margin-bottom: 2.125rem;
}
sup {
    top: -0.8em;
    left: 0.2em;
    font-size: 50%;
    font-weight: 400;
    margin-right: 0.25rem;
}

.hero {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8)),
        url("../img/bg-hero-tsl-2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding: 4rem 0;
}

.orig-price {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    font-size: 1.125rem;
}
.price-strike {
    font-size: 1.875rem;
    font-weight: 700;
    position: relative;
    padding: 0 0.625rem;
    min-width: 85px;
}
.price-strike span {
    font-size: 1.25rem;
    font-weight: 400;
}
.price-strike img {
    box-shadow: none;
    border: none;
    position: absolute;
    left: 5px;
    right: 0;
    top: 25px;
    width: 100%;
}
.new-price {
    text-align: center;
    font-size: 1.125rem;
    background-color: #faecd0;
    padding: 0.25rem;
    border-radius: 6px;
}
.new-price span {
    font-size: 2.625rem;
    font-weight: 700;
    margin-left: 0.625rem;
    vertical-align: middle;
}
.new-price .new-price-discount {
    font-size: 1rem;
    font-weight: 400;
    color: #555;
    margin-left: 0;
    display: block;
    line-height: normal;
}
.new-price .dollar {
    font-size: 1.75rem;
    font-weight: 400;
    margin-left: 0;
}

.testimonial {
    background: url("../img/testi-quote.png") no-repeat;
    background-position: top left;
}

.badge {
    display: inline-block;
    font-weight: 700;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 1.2 !important;
}
.badge-primary {
    color: #fff;
    background-color: #bc985c;
}

.x-icon {
    width: 40px;
}

.disclaimer-wrap {
    background-color: #fefdfb;
    border: 1px solid #d4c300;
    box-shadow: 0 0 30px rgba(220, 175, 226, 0.15);
    padding: 1.5rem 2rem;
}
.disclaimer-wrap p {
    font-size: 0.875rem;
    margin-bottom: 1rem;
}
.disclaimer-wrap h6 {
    font-size: 0.75rem;
    line-height: 1.6;
}

footer {
    background-color: #151515;
    color: #fff;
    font-size: 0.875rem;
}
footer .fw-700 {
    font-weight: 400 !important;
}
footer a {
    color: #fff;
}

/* Helper classes */
.btn-primary {
    background-color: #d86b1a;
    color: #fff;
    border: none;
    text-align: center;
    font-weight: 700;
    padding: 0.5rem 4rem;
    border-radius: 6px;
}
.btn-primary:hover {
    background-color: #cb6618;
}
.text-primary {
    color: #bc985c !important;
}
.text-highlight {
    margin-left: -20px;
}
.text-highlight span {
    background: url("../img/text-highlight.png") left center no-repeat;
    background-size: 100% 78%;
    padding: 0.75rem 1.3rem;
    line-height: normal;
    background-position-y: 7px;
}
.bg-pattern {
    background: url("../img/bg-pattern.png") #fcf6e7;
}
.bg-primary {
    background-color: #e8d7b6 !important;
}
.bg-pattern-primary {
    background: url("../img/bg-pattern-primary.jpg") #fcf6e7 no-repeat;
    background-size: cover;
    padding: 7rem 0;
}
.bg-ltcream {
    background-color: #fffdf8;
}
.bg-ltgray {
    background-color: #f9f9f9;
}
.bg-ltpink {
    background-color: #f5eef9;
}
.lh-normal {
    line-height: normal !important;
}
.lh-1 {
    line-height: 1.2 !important;
}
.lh-2 {
    line-height: 1.4 !important;
}
.fs-14 {
    font-size: 0.875rem;
    line-height: 1.6;
}
.fs-xs {
    font-size: 0.9rem;
}
.fs-default {
    font-size: 1rem;
}
.fs-sm {
    font-size: 1.2rem !important;
}
.fs-md {
    font-size: 1.8rem;
}
.fs-18 {
    font-size: 1.125rem;
    line-height: 1.6;
}
.fs-20 {
    font-size: 1.25rem;
    line-height: 1.6;
}
.fs-22 {
    font-size: 1.375rem;
    line-height: 1.6;
}
.fs-24 {
    font-size: 1.5rem;
    line-height: 1.6;
}
.fs-28 {
    font-size: 1.75rem;
    line-height: 1.6;
}
.fs-30 {
    font-size: 1.875rem;
    line-height: 1.6;
}
.fs-36 {
    font-size: 2.25rem;
    line-height: 1.6;
}
.fs-40 {
    font-size: 2.6rem;
    line-height: 1.6;
}
.fs-50 {
    font-size: 3.125rem;
    line-height: 1.6;
}
.fs-60 {
    font-size: 3.75rem;
    line-height: 1.6;
}
.fw-700 {
    font-weight: 700;
}
.fw-600 {
    font-weight: 600;
}
.fw-500 {
    font-weight: 500;
}
.fw-400 {
    font-weight: 400;
}
.fw-300 {
    font-weight: 300;
}
.mb-6 {
    margin-bottom: 4rem !important;
}
.mb-7 {
    margin-bottom: 5rem !important;
}
.mb-8 {
    margin-bottom: 6rem !important;
}
.mb-10 {
    margin-bottom: 8rem !important;
}
.mb-12 {
    margin-bottom: 10rem !important;
}
.mb-16 {
    margin-bottom: 14rem !important;
}
.mt-6 {
    margin-top: 4rem;
}
.mt-7 {
    margin-top: 5rem;
}
.w-40 {
    width: 40%;
}
.w-60 {
    width: 60%;
}
.w-80 {
    width: 80%;
}
.w-90 {
    width: 90%;
}
.img-rounded {
    border-radius: 6px;
}
.img-shadow {
    box-shadow: 15px 15px 0 #ccd9d7;
}
.word-break {
    word-break: break-all;
}
.flex-1 {
    flex: 1;
}

@media (max-width: 767px) {
    section {
        padding: 2rem 0;
    }
    section.bg-pattern-primary {
        padding: 3rem 0;
    }
    p {
        font-size: 1.4rem;
        margin-bottom: 1.25rem;
    }
    .hero {
        padding: 2rem 0;
    }
    .fs-14 {
        font-size: 0.75rem !important;
    }
    .fs-default {
        font-size: 0.875rem;
    }
    .fs-20 {
        font-size: 1rem;
    }
    .fs-22,
    .fs-24 {
        font-size: 1.125rem;
    }
    .fs-28 {
        font-size: 1.25rem;
    }
    .fs-30 {
        font-size: 1.4rem;
    }
    .fs-40,
    .fs-36 {
        font-size: 1.5rem !important;
    }
    .fs-50 {
        font-size: 1.75rem;
    }
    .fs-60 {
        font-size: 2.25rem;
    }
    .mb-5 {
        margin-bottom: 1.5rem !important;
    }
    .mb-6 {
        margin-bottom: 2rem !important;
    }
    .mb-7 {
        margin-bottom: 2.5rem !important;
    }
    .mb-8 {
        margin-bottom: 3rem !important;
    }
    .mb-10 {
        margin-bottom: 4.5rem !important;
    }
    .mb-16 {
        margin-bottom: 8rem !important;
    }
    .text-highlight {
        margin-left: 0;
    }
    .text-highlight > span {
        line-height: 2;
        background-size: 100% 70%;
        padding: 0.5rem 1rem 0.5rem 0.5rem;
    }
    .no-xs-br br {
        display: none;
    }
    .disclaimer-wrap p {
        font-size: 0.75rem;
    }
    footer p {
        font-size: 0.65rem;
    }
    .w-xs-50 {
        width: 50% !important;
    }
    .w-xs-60 {
        width: 60% !important;
    }
    .w-xs-75 {
        width: 75% !important;
    }
    .row-xs-reverse {
        flex-direction: column-reverse;
    }
    .badge {
        width: 30px;
        height: 30px;
    }
    .x-icon {
        width: 30px;
    }
    .hero h1 {
        font-size: 2rem !important;
    }
}
