.details-section,.topbar--Wrap .nav a,h1{font-family:'Montserrat',sans-serif}.topbar--Wrap{background:#666666}.topbar--Wrap .nav a{font-weight:lighter}.logo{width:200%}.btn-search{border-left:none}.diet-menu{left:-350%;padding-left:2em}.diet-menu li{margin-bottom:10px;margin-right:15%}.diet-menu a{font-size:12px;display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.usp-bar--Wrap p{color:#3a9e01!important;font-weight:500!important}.details-section{padding:4%}.details-text h2{margin-bottom:30px;margin-top:0;font-weight:700}h1{font-weight:800}.brands-section{padding:4%}.brand-logos{padding:10px}.brand-logos .item:hover{border: 2px solid #6b8e23}.slick-slide{margin-right:10px;padding:20px;border-radius:10px}.category-section{padding:4%}.category-section .category-box{padding:0 1.25em;margin-bottom:3%}.category-section .category-box a{display:block;overflow:hidden;height:0;padding-bottom:80%}.category-box a:hover{filter:brightness(50%)}.category-box img{filter:brightness(80%);transition:.2s all;width:100%;max-width:170%;position:relative;display:inline-block;height:auto;border:0}.category-box a p{font-size:28px;line-height:24px;font-weight:700;text-transform:uppercase;color:#fff;position:absolute;top:40%;left:10%;width:80%;margin-top:0}.content-thumbnail-all a>img,.copyright,hr{width:100%}.a-category a{background:#dcdcdc}.category-section .a-category a p{color:#000}.category-section .a-category a:hover p{filter:brightness(20%);color:#fff}.featured-section,.insights-section{padding:4%}.content-thumbnail h4{height:50px;margin-bottom:40px}.content-thumbnail p{margin-bottom:40px}.content-thumbnail-all{margin-bottom:20px;min-height:240px;padding:10px}.alt-bg{background-color:#C84C4C}.home-text span{padding:10px}#n_home h1{margin-bottom:50px}hr{border-top:2px solid #fff;background:#fff;margin:8px 0 15px}p{overflow-wrap:break-word}#invoice{padding:20px}.well{min-height:220px}.footer-margin{margin-top:2em}.copyright{padding:20px 0;align-items:center;bottom:0;display:-ms-flexbox;display:flex;height:50px;left:0;position:relative}.copyright p{margin:0}.copyright .social-nav .fa{color:#FFF;width:46px;height:50px;border-radius:23px;padding-bottom:30px}.payment-options{margin:50px 0}.list-payment li{float:left}.information-nav{margin-top:-10px}.footer-nav h3{font-size:20px!important}.information-nav .nav>li>a{padding:5px}

.sprite {
    background-image: url('/assets/images/diet-spritesheet.png');
    background-repeat: no-repeat;
    display: block;
}

.sprite-10 {
    width: 30px;
    height: 30px;
    background-position: -5px -5px;
}

.sprite-11 {
    width: 30px;
    height: 30px;
    background-position: -45px -5px;
}

.sprite-12 {
    width: 30px;
    height: 30px;
    background-position: -85px -5px;
}

.sprite-18 {
    width: 30px;
    height: 30px;
    background-position: -125px -5px;
}

.sprite-19 {
    width: 30px;
    height: 30px;
    background-position: -5px -45px;
}

.sprite-23 {
    width: 30px;
    height: 30px;
    background-position: -45px -45px;
}

.sprite-24 {
    width: 30px;
    height: 30px;
    background-position: -85px -45px;
}

.sprite-47 {
    width: 30px;
    height: 30px;
    background-position: -125px -45px;
}

.sprite-52 {
    width: 30px;
    height: 30px;
    background-position: -5px -85px;
}

.sprite-57 {
    width: 30px;
    height: 30px;
    background-position: -45px -85px;
}

.sprite-58 {
    width: 30px;
    height: 30px;
    background-position: -85px -85px;
}

.sprite-59 {
    width: 30px;
    height: 30px;
    background-position: -125px -85px;
}

.sprite-60 {
    width: 30px;
    height: 30px;
    background-position: -5px -125px;
}

.sprite-61 {
    width: 30px;
    height: 30px;
    background-position: -45px -125px;
}

.sprite-63 {
    width: 30px;
    height: 30px;
    background-position: -85px -125px;
}

.sprite-64 {
    width: 30px;
    height: 30px;
    background-position: -125px -125px;
}

.sprite-65 {
    width: 30px;
    height: 30px;
    background-position: -165px -5px;
}

.sprite-67 {
    width: 30px;
    height: 30px;
    background-position: -165px -45px;
}

.sprite-69 {
    width: 30px;
    height: 30px;
    background-position: -165px -85px;
}

.sprite-84 {
    width: 30px;
    height: 30px;
    background-position: -165px -125px;
}

.diet-thumb .diet-list li:nth-of-type(n+5) {
    display: none;
}

.list-group-item .sprite, .diet-list .sprite {
    display: inline-block;
    vertical-align: middle;
}

.carousel-control.left,.carousel-control.right {
    background: none;
}

  #bfrog-popup {
        display: none;
        position: fixed;
        left: 0;
        bottom: 20px;
        width: 326px;
        padding: 15px;
        background: #fff;
        border-radius: 0 5px 5px 0;
        box-shadow: 3px 3px 5px rgba(0,0,0,0.30);
        text-align: center;
        z-index: 16000002;
    }
    #bfrog-popup img.logo {
        max-width: 100px;
        max-height: 60px;
        margin-bottom: 5px;
    }
    #bfrog-popup #bfrog-popup-close {
        cursor: pointer;
        position: absolute;
        right: 8px;
        top: 8px;
    }
    @media (max-width: 1024px) {
        #bfrog-popup {
            display: none !important;
        }
    }