body {
    background-color: #EAEAEA;
    -webkit-transition: .2s;
    transition: .2s;
    font-family: Poppins;
}
h1 {
    font-size: 1.275rem;
    line-height: 1.55;
}
h2 {
    font-size: 1.2rem;
    line-height: 1.35;
}
h3 {
    font-size: 1.2rem;
    line-height: 1.35;
}
a {
    text-decoration: none;
}
p, li {
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 1.25rem;
}
b {
    font-weight: bold;
}
.font-600 {
    font-weight: 600;
}
.font-14 {
    font-size: 14px;
}
.color-red {
    color: #FF0000;
}
.color-green {
    color: #48AA5A;
}
.color-purple {
    color: #4F3B66;
}
.color-yellow {
    color: #F5FF00;
}
.color-orange {
    color: #F58F03;
}
.color-dark-grey {
    color: #707070;
}
.bg-green {
    background-color: #48AA5A;
}
.top-card {
    background: #000411;
}
.top-card-light {
    background: #a5a5a5;
}
.card-top {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-left: -1px;
    margin-right: -1px;
    margin-top: -1px;
}
.card {
    position: relative;
    background: #f1f1f1;
    border-radius: 35px;
    -webkit-box-shadow: 4px 4px 15px 0px rgba(46,44,165,0.25);
    box-shadow: 4px 4px 15px 0px rgba(46,44,165,0.25);
}
.card-product {
    background: #f1f1f1;
    background: -webkit-gradient(linear, left top, left bottom, from(#a5a5a5) , to(#fff));
    background: linear-gradient(180deg, #a5a5a5 , #fff);
    border-bottom-right-radius: 35px;
    border-bottom-left-radius: 35px;
}
.price {
    font-size: 2.75rem;
}
.text-card {
    background-color: #fff;
    border-radius: 6px;
}
.custom-btn {
    background: #F7A732;
    width: 75%;
    border-radius: 35px;
    -webkit-box-shadow:  0 2px 4px 0 rgba(0, 0, 0, 0.5);
    box-shadow:  0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.testimonial-name {
    font-size: 1rem;
    line-height: 120%;
    padding-left: 1rem;
    padding-top: 1rem;
}
.upsell-yes img {
    -webkit-transition: .2s;
    transition: .2s;
}
.upsell-yes img:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}
.upsell-no {
    background-color: #D8D8D8;
    border: 1px solid #707070;
    border-radius: 20px;
    color: #262626;
    text-align: center;
    max-width: 350px;
    width: 100%;
    font-size: 1.25rem;
    -webkit-transition: .2s;
    transition: .2s;
}
.upsell-no:hover {
    background-color: #EAEAEA;
    color: #262626;
    text-decoration: none;
}
.upsell-yes, .upsell-no {
    cursor: pointer;
}
.tsl-link {
    color: #222;
}
.testimonial {
    border: 1px solid #eee;
    border-radius: 25px;
    background-color: #eee;
    background-position: 5% 15%;
    padding: 25px;
}
.testimonial p {
    font-style: italic;
}
.testimonial h4 {
    text-align: right;
}
.testimonial .fa-star {
    color: #cece04;
}
@media (min-width: 769px) {
    h1 {
        font-size: 2.1rem;
        line-height: 1.55;
    }
    h2 {
        font-size: 1.8rem;
        line-height: 1.35;
    }
    h3 {
        font-size: 1.5rem;
        line-height: 1.35;
    }
    p, li {
        font-size: 18px;
    }
    .footer-menu ul{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    }
}

/*Footer style*/
footer {
    border-top: 1px solid #808080;
    color: #eee;
}
footer .footer-section {
    background: #222;
}
footer .container a, footer .container p{
    font-size: 12px;
}
a.footer-link {
    color: #eee;
}
footer .copyright-row {
    background-color: #111;
}
footer #disclaimer .main.container>div {
    background-color: transparent!important;
    -webkit-box-shadow: none!important;
            box-shadow: none!important;
}
footer #disclaimer .bg-text-disclaimer {
    font-family: 'Poppins', sans-serif!important;
}
footer #disclaimer .bg-img-disclaimer {
    display: none!important;
}

/*== VIDEO CSS ==*/
#player-wrapper{
    position: absolute;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
#player {
    border: 5px solid #222;
}
#glass {
    background-color: transparent;
    background-size: cover;
    width:100%;
    height:100%;
    position:absolute;
    left:0%;
    right:0%;
    top:0%;
    bottom:0%;
    margin:auto;
    background-position: center;
    z-index: 4;
}
#playpause {
    background: rgba(0,0,0,0.8);
    background-size: cover;
    width:100%;
    height:100%;
    position:absolute;
    left:0%;
    right:0%;
    top:0%;
    bottom:0%;
    margin:auto;
    background-position: center;
    z-index: 4;
}
a.soundButton {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    cursor: pointer;
    z-index: 6;
}
#playpause {
    visibility: hidden;
}
#tapSound, #tapContinue {
    max-width: 90%;
    position: absolute;
    top: 35%;
    left: 7.5%;
}
#action-area {
    display: none;
}
.price-box {
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}
.price-box:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    z-index: 3;
}
#ribbon-absolute {
    position: absolute;
    top: 75%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 200px;
}
.load-holder {
    background-color: #222;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.load-holder p {
    margin-bottom: 0;
    font-size: 12px;
}
@media (min-width: 768px) {
    .load-holder {
        max-width: 50%;
    }
}
