@import url('https://fonts.googleapis.com/css?family=Fjalla+One|Open+Sans:300,400,700');
h1, h2, h3, h4, h5, h6, legend{
    font-family: "futura-pt",sans-serif !important;
    color:#271d65 !important;
}
a {
    color:#271d65 !important;
}
.btn {
    font-family: 'futura-pt', sans-serif !important;
    border-radius: 0 !important;
    font-size: 16px !important;
}
.btn-hn {
    background: #271d66;
    color: #fff !important;
}
.btn-gray {
    background: #F5F5F5;
    color: #000;
    border-style: solid !important;
    border-color: #DDD !important;
    border-width: 1px !important;
}

.btn:hover{
    color: #271d66;
}
body {
    color: rgb(95, 95, 95);
    font-family: "futura-pt" !important;
    font-size: 18px;
    text-decoration-color: rgb(95, 95, 95);
    transition-duration: 0.15s !important;
    max-width: 100%;
    overflow-x: hidden;
}

/*
PRODUCT PAGE
*/


.breadcrumbs a,
.breadcrumbs {
    font-size: 14px !important;
    color: #999 !important;
}
.breadcrumbs .activePage{
    font-weight: 700;
}
#product h1{
    font-family: "futura-pt", sans-serif !important;
    font-size: 27px;
    color: #271d66 !important;
    margin-bottom: 8px;
}
#product h2 {
    font-family: "futura-pt", sans-serif !important;
    font-size: 20px;
    color: #271d66 !important;
    margin-bottom: 8px;
}
#info h3 {
    font-size: 16px !important;
    color: #000 !important;
    margin-bottom: 0 !important;
    padding-bottom: 12px;
}
#product .label {
    font-family: "futura-pt", sans-serif !important;
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
}
.wasPrice{
    font-size: 21px;
    font-weight: 600;
}
.subPrice{
    font-size: 21px;
    font-weight: 600;
}
.subPrice .hide{
    display: inline;
    visibility: hidden;
}
.nowPrice{
    font-size: 21px;
    font-weight: 600;
    color: red;
}
#product #productOfferText{
    font-weight: 700;
    font-size: 14px;
    color: red;
    margin-top: 8px;
}
#product #productSummary p{
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
}

#productInfo{
    /*padding-top: 18px;*/
    font-size: 14px;
    line-height: 1.6;
}
#size .btn-outline-info{
    /*color: #0E8135 !important;*/
}
#productBulletPoints{
    margin-top: 18px;
    font-size: 16px;
}
#productBulletPoints li{
    padding: 0;
    margin:0px;
    line-height: 1.6;
    font-weight: 400;
}
ul#productBulletPoints{
    margin-top: 0;
    padding-left: 20px;
}
#moreInfoContent{
    padding: 18px 18px 36px; 

}
#moreInfoContent p{
    font-family: "futura-pt", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;

}
#reviewContent .summary {
    text-align: center !important;
    font-size: 24px !important;
    color:#271D65 !important;
}
#productPrice{
    text-align: center;
}
#productPrice p{
    text-align: left;
}
#productPrice span{
    font-size: 24px;
    font-weight: 500;
    color: #222550;
}
#product .supply{
    font-size: 11px;
}
#product #quantity .btn{
    color: #000;
    background-color: #F2F2F2;
}
#product #quantity button,
#product #quantity input{
    color: #fff !important;
    background-color: #666 !important;
    font-weight: 500;
    text-align: center;
}
#product #quantity input {
    border: 1px solid #666;
}
#product #add .btn, 
#product #add .btn:hover{
    color: white;
    background-color: orange;
}
#product #addToBasket.green,
#product #addToBasket.green:hover{
    background-color: #0E8135 !important;
}
#product #addToBasket.red,
#product #addToBasket.red:hover {
    background-color: #dc3545 !important;
}
#product #size .oos{
    background-color: #EEE !important;
    border-color: #DDD  !important;
    color: #fff !important;
}
#product #size .so{
    /*background-color: #fEE;*/
}
#product .card{
    border: none !important;
}
#product .card-header {
    padding: 0;
    margin-left: 2px;
    background-color: #fff !important;
    border-left-color: #fff !important;
    border-right-color: #fff !important;
    border-top-color: #fff !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom: 1px solid #666 !important;
    color: #000;
    cursor: pointer !important;
}
#product .card-header.collapsed i {
    transform: rotate(180deg);
}
#product .card-body{
    padding: 3px 8px 16px 8px;
}
#product .card h3{
    font-size: 13px;
    text-transform: uppercase !important;
}
@media(max-width: 767px){
    #product .card h3{
        font-size: 18px !important;
    }
    #product .card p,
    #product .card h5{
        font-size: 19px !important;
    }
}
#recommendedProducts .label{
    font-family: "futura-pt", sans-serif;
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
}
#recommendedProducts h2{
    margin-top: 20px !important;
    margin-bottom: 0;
    font-size: 18px;
    text-transform: uppercase;
    overflow: visible;
    text-align: center;
}
#recommendedProducts h3{
    display: block;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
}
#recommendedProducts .col {
    text-align: center;
}
#recommendedProducts .col img{
    max-height: 160px;
    width: auto;
}
#size .btn-outline-info {
    box-shadow: none !important;
    outline: 0px !important;
}
#size .btn-outline-info:not(:disabled):not(.disabled){
    /*color: #0E8135;*/
}
#size .btn-outline-info:not(:disabled):not(.disabled).active,
#size .btn-outline-into:focus,
#size .btn-outline-info:active,
#size .btn-outline-info:hover{
    /*background-color: #0E8135 !important;
    border-color: #0E8135 !important;
    color: #fff !important;*/
}

#blogContent h2{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333 !important;
}
#blogContent p{
    font-size: 16px;
    margin-bottom: 0 !important;
}
@media(max-width: 575px){
    .blogContent h4{
        font-size: 13px !important;
        margin-bottom: 0 !important;
    }
    .blogContent p{
        font-size: 13px !important;
        line-height: 14px !important;
    }
}
#oosNotification{
    font-size: 16px;
}
.popover{
    width: 300px;
}
.trustPilotSummary{
    cursor: pointer;
}
.videoContainer {
    position: relative;
    height: 0;
    padding-top: 56.25%;
    width: 100%;
}
.videoContainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    width: 100%;
    height: 100%;
}
.tp-overlay{
    position: absolute;
    left: 0;
    top: 0;
    height: 70px;
    width: 100%;
    z-index: 1049;
    cursor: pointer;
}
.showReviews {
    cursor: pointer;
    text-transform: uppercase;
    font-size: 13px !important;
    font-weight: 500;
    z-index: 1049 !important;
}
.showReviews:hover{
    text-decoration: underline;
}
.articles .category{
    font-style: italic;
}
.articles .category::before{
    content: "~ ";
}
.articles .category::after{
    content: " ~";
}

/*End Product Page Styles*/

/*CategoryPArent PAge Styules*/

#CategoryParent .category{
    font-style: italic !important;
    text-transform: lowercase;
    margin-bottom: 16px;
}
#CategoryParent .category::before {
    content: "~ ";
}
#CategoryParent .category::after {
    content: " ~";
}
#CategoryParent .carousel-product img{
    height: 80px;
}

@media(min-width: 768px) and (max-width: 991px) {
    #CategoryParent .carousel-product img {
        height: 125px !important;
    }
    .carousel-product p,
    .carousel-article p{
        font-size: 24px !important;
        line-height: 24px;
    }
}

@media(max-width: 767px) {
    #CategoryParent .carousel-product img {
        height: 180px !important;
    }
    .carousel-product p,
    .carousel-article p{
        font-size: 42px !important;
        line-height: 36px;

    }
}

/*End Category Parent Page Styles*/


/*Membership Page*/
.tfLogo{
    position: absolute;
    top:0;
    right: 0;
    width: 3vw;
}
@media(min-width: 1200px){
    .tfLogo{
        width: 60px;
        right: 20px !important;
    }
}
@media(min-width: 768px) and (max-width: 1199px){
    .tfLogo{
        width: 50px;
        right: 15px !important;
    }
}
@media(min-width: 576px) and (max-width: 767px){
    .tfLogo{
        width: 70px;
        right: 15px;
    }
}
@media(max-width: 576px){
    .tfLogo{
        width: 12vw;
    }
}
.mem{
    font-family: "futura-pt", sans-serif !important;
}
.mem .hdr p{
    text-transform: uppercase;
    color: #271d66;
    font-weight: 600;
    margin: 0;
    font-size: 1vw;
}
.mem h1{
    text-transform: uppercase;
    /*font-size: 41px;*/
    font-size: 2.5vw;
    color: #271d66;
    font-weight: 600;
    margin: 0;
    text-align: justify;
    letter-spacing: 0.075em;
}

@media(min-width: 576px) and (max-width: 1699px){
    .mem .hdr p{
        font-size: 1.2vw !important;
    }
    .mem h1{
        font-size: 3.5vw !important;
    }
    .nut h1 {
        font-size: 2.5vw !important;
    }
}

@media(max-width: 575px){
    .mem .hdr p{
        font-size: 1.4vw !important;
    }
    .mem h1{
        font-size: 3.5vw !important;
    }
    .nut h1 {
        font-size: 3.5vw !important;
    }
}



.mem .bnfts h2{
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}
.mem .bnfts h3{
    font-size: 16px;
    font-weight: 600;
}
.mem .pck h4 {
    color: #fff !important;
    text-align: center;
    font-size: 20px;
}
.mem .pck p{
    color: #fff !important;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: center;
    font-size: 14px;
}

/*End Membership Page*/
/*nutritionist Page*/
.nut h1 {
    text-transform: uppercase;
    /*font-size: 41px;*/
    font-size: 2vw;
    color: #271d66;
    font-weight: 400;
    margin: 0;
    text-align: justify;
    letter-spacing: 0.075em;
}
.nutName{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
    margin-top: 8px;
}
.nutTitle{
    font-weight: 600;
    margin-bottom: 2px;
}
.row.nut-blog-posts{
    margin-left: -30px !important;
    margin-right: -30px !important;
}
@media(max-width: 768px) {
    .row.nut-blog-posts {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
.nutritionist{
    cursor: pointer;
}

    /*End NutritionistPage*/

    /*About Us Page*/
    .promises {
        background-color: #eee;
        padding: 2em 0;
        text-align: center;
    }

    .life-stage__image {
        width: 100%;
    }

    .life-stage__title {
        font-family: "futura-pt", sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-decoration-color: rgb(59, 138, 195);
        text-align: center;
    }

    .company-info__subheader {
        font-family: "futura-pt", sans-serif !important;
        font-size: 32px;
        font-weight: 400;
        text-align: center;
    }

    .row.academy {
        font-family: "futura-pt", sans-serif;
        background-color: #EEE !important;
    }

        .row.academy p.academy__copy {
            margin-top: 10px;
        }

    .academy__label {
        margin-top: 8px;
        font-size: 18px;
        color: #666;
    }

    .academy__sub-label {
        font-size: 12px;
    }

    .academy__badge {
        width: 100%;
        max-width: 150px;
    }
    /*End About Us Page*/

    /*Email Signup Modal*/
    #emailModal h5 {
        font-size: 20px !important;
        margin-top: 0;
    }

    #emailModal ul {
        list-style: none;
    }

    #emailModal li input {
        margin-top: 4px;
    }

    #emailModal li span {
        margin-left: 12px;
    }


    /*End Email Signup Modal*/
    #hero {
        display: block;
        height: calc(75vh - 119px)px !important;
    }

    #vegan {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;
    }

        #vegan .container {
            display: block;
            height: calc(100vw / 3);
            max-height: 400px;
            min-height: 300px;
        }

        #vegan .btn {
            width: 200px;
            text-transform: uppercase;
        }

    .parent {
        display: table;
    }

    .child {
        display: table-cell;
        vertical-align: middle;
    }

    #vegan h3 {
        font-size: 40px;
        font-weight: 500;
        text-transform: uppercase;
    }

    .sptlght {
        background-color: #EEE;
        padding-top: 0 !important;
    }

        .sptlght .btn {
            width: 200px;
            text-transform: uppercase;
        }

        .sptlght .container {
            position: relative;
        }

        .sptlght .content-box {
        }

        .sptlght h2 {
            display: block;
            color: #271d65;
            font-size: 38px;
            text-transform: uppercase;
        }

        .sptlght h4 {
            color: #271d65;
            line-height: 42px;
            font-size: 38px;
        }

        .sptlght img {
            width: 100%;
        }

        .sptlght p {
            font-family: 'futura-pt', sans-serif;
            color: #696969;
            font-size: 16px;
            line-height: 20px;
        }

    @media (max-width: 991px) {
        .sptlght h2 {
            position: relative !important;
            text-align: left !important;
        }
    }

    @media(min-width: 992px) and (max-width: 1199px) {
        .sptlght h2 {
            position: relative !important;
            text-align: left;
        }
    }

    @media(min-width: 768px) {
        .sptlght .content-box {
            background-color: rgba(255, 255, 255, 1) !important;
        }
    }

    @media(max-width: 767px) {
        .sptlght .content-box {
            background-color: rgba(255, 255, 255, .9) !important;
        }
    }

    #blog .articleItem {
        cursor: pointer;
    }
    #blog > a:hover {
        text-decoration: none;
    }
    #blog h2 {
        display: block;
        font-size: 38px;
        font-weight: 500;
        margin: 0 20px 20px 20px;
        text-transform: uppercase;
    }

    #blog .image {
        max-width: 100%;
        vertical-align: middle;
        border: 0;
    }

    #blog img {
        width: 100%;
    }

    #blog .blog-posts {
        margin-top: 40px;
    }

    #blog h4 {
        font-size: 20px;
        font-weight: 500;
        text-transform: uppercase;
        padding: 30px 30px 20px;
    }

    @media (max-width:991px) {
        #blog h4 {
            padding: 10px 10px 8px !important;
            font-size: 15px;
        }

        #blog .bg-light-grey p {
            margin: 0 !important;
            padding: 0 10px 10px !important;
        }
    }

    #blog p {
        margin: 0;
        padding: 0;
        font-family: 'futura-pt', sans-serif;
        font-size: 16px;
        color: #696969;
    }

    .bg-light-grey {
        background-color: rgb(238, 238, 238);
        /*max-width: 350px;*/
    }

    #blog .bg-light-grey p {
        margin: 0;
        padding: 0 30px 30px;
    }

    .homePageCarouselItem {
        display: block;
        /*height: calc(50vh - 100px) !important;*/
        height: calc(100vw / 3);
        max-height: 400px;
        min-height: 200px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        margin: auto;
    }

    .carousel-caption {
        /*font-family: 'Fjalla One', sans-serif;*/
        right: 15%;
        z-index: 10;
        padding: 0 !important;
        margin: 0 !important;
        color: #271D65 !important;
        text-align: left !important;
        text-transform: uppercase;
    }

        .carousel-caption .btn,
        #homepageCarousel .btn {
            width: 200px;
            text-transform: uppercase;
        }

        .carousel-caption h1,
        #homepageCarousel h1 {
            font-weight: 500 !important;
            font-size: 55px !important;
        }

    #deliveryOffer {
        background-color: #08ac00;
        text-align: center;
        color: #FFF;
        font-weight: 500;
        text-transform: uppercase;
        padding: 4px;
        /*font-size: 13px;*/
    }
    #deliveryOfferRed {
        background-color: #dc3545;
        text-align: center;
        color: #FFF;
        font-weight: 500;
        text-transform: uppercase;
        padding: 4px;
        /*font-size: 13px;*/
    }

    #deliveryOffer i {
        font-weight: italic;
        color: #fff;
    }
    #basketToast{
        position: absolute;
        margin-top: 30px;
        width: 300px;
        right: 0;
    }
    @media(max-width: 575px) {
        #basketToast{
            width: 100vw !important;
            margin-top: 70px !important;
        }
    }

    .btn-gray:hover {
        background: #271d66 !important;
        color: #fff !important;
    }

    .btn-white {
        background: #271d66;
        color: #fff !important;
    }

        .btn-white:hover {
            background: #ffffff;
            color: #271d66 !important;
        }

    .shunt {
        margin-top: -55px;
        /*transition-duration: 0.15s;*/
    }

    .shuntDown {
        margin-top: 110px;
    }

    .header {
        background-color: #FFFFFF;
        padding: 0;
        margin: 0;
    }

    #logo {
        text-align: center;
        display: block !important;
    }

    .hnLogo {
        min-height: 50px;
        text-align: center;
        transition-duration: 0.2s;
    }

    .logoSmall {
        background-size: 45%;
        background-position-y: 57px;
        transition-duration: 0.2s;
        transition-timing-function: ease-in-out;
    }

    .cartNudge {
        margin-top: 62px;
        transition-delay: 0.0s;
        transition-duration: 0.2s;
        transition-timing-function: ease-in-out;
    }

    #screenDim {
        visibility: hidden;
        width: 100%;
        height: 120%;
    }

        #screenDim.show {
            visibility: visible;
            position: fixed;
            background-color: rgba(0,0,0,0.8);
            transition-duration: 0.3s;
            z-index: 400 !important;
        }

        #screenDim.hide {
            visibility: hidden;
        }

    #burgerContainer {
        position: absolute;
        width: 320px;
        height: 100%;
        background-color: rgb(238,238,238);
        border-right-color: black;
        border-right-width: 1px;
        z-index: 500;
        padding: 10px;
        /*overflow: scroll;*/
    }

        #burgerContainer ul {
            list-style: none;
            margin-left: 0;
            padding-left: 8px;
            ;
        }

        #burgerContainer li {
            font-size: 13px;
            padding-top: 10px;
            padding-bottom: 10px;
        }

        #burgerContainer a {
            color: rgb(49,49,49) !important;
        }

        #burgerContainer #header {
            width: 100%;
            height: 50px;
        }

        #burgerContainer #icons {
            width: 100%;
            height: 50px;
        }

            #burgerContainer #icons .row {
                height: 50px;
                margin-top: 8px;
                margin-bottom: 8px;
            }

            #burgerContainer #icons a:hover {
                text-decoration: none !important;
            }

                #burgerContainer #icons a:hover span {
                    text-decoration: underline;
                }

    #icons span,
    #icons p,
    #langSelect p {
        font-size: 11px;
        margin-bottom: 0;
    }

    hr {
        margin-top: 0;
        margin-bottom: 0;
    }

    #langSelect.show {
        display: block;
    }

    #langSelect.hide {
        display: none;
    }

    #burgerContainer.show {
        left: 0;
        transition-duration: 0.3s;
        position: fixed !important;
    }

    #burgerContainer .navigation {
        height: calc(100vh - 100px);
        display: block;
        overflow: scroll !important;
    }

    #burgerContainer.hide {
        left: -500px;
        transition-duration: 0.3s;
    }

    #productImageThumbnails img {
        border: 0;
        margin: 12px;
        cursor: pointer;
    }

    #productStarRating {
        font-size: 18px !important;
        color: #271D65 !important;
    }

        #productStarRating > a {
            color: #271d65 !important;
        }

    * {
        box-sizing: border-box;
    }

    .img-thumbnail {
        margin: 0 !important;
        padding: 0 !important;
        margin-left: 2px !important;
        margin-right: 2px !important;
    }

    .img-zoom-container {
        position: relative;
    }

    .img-zoom-lens {
        position: absolute;
        border: 1px solid #271d66;
        background-color: rgba(255, 255, 255, 0.5);
        /*set the size of the lens:*/
        width: 80px;
        height: 80px;
        visibility: hidden;
        text-align: left;
    }

    #mainSearch.form-control {
        height: 30px !important;
    }

    .fauxLink,
    .filterHeader {
        cursor: pointer;
    }

    .img-zoom-result {
        border: 1px solid #271d66;
        width: 30vw;
        height: 30vw;
        visibility: hidden;
    }

    .nav-item > a.nav-link {
        color: rgb(95, 95, 95) !important;
        font-size: 16px;
        padding: 8px 8px 8px 8px;
    }

        .nav-item > a.nav-link:hover {
            background-color: rgb(238, 238, 238);
        }

    #mmContainerFluid {
        position: absolute;
        visibility: hidden;
        background-color: rgb(238,238,238);
        z-index: 500;
        margin-top: -8px;
        padding-top: 18px;
    }

        #mmContainerFluid #mm2 {
            visibility: inherit;
            display: block;
            width: 100%;
            z-index: inherit;
            padding-bottom: 18px;
        }

    #mm2 ul {
        margin: 0;
        padding: 0;
    }

    #mm2 li {
        font-size: 13px;
        text-decoration: none;
        list-style: none;
        padding: 8px;
        margin-left: 0px;
        padding-left: 0px;
    }

        #mm2 li a {
            color: rgb(95, 95, 95);
        }

    #mmClose, #mmClose a {
        position: absolute;
        right: 8px;
        color: #271d66;
    }

    #basketCount {
        position: absolute;
        border-width: 3px;
        border-color: white;
        border-style: solid;
        bottom: 14px;
        left: 14px;
    }

    #cartSummary {
        position: absolute;
        width: 350px;
        right: 34px;
        top: 36px;
        background-color: rgb(255,255,255);
        padding: 12px;
        z-index: 400;
        text-align: left;
        overflow-x: hidden;
    }

    #accountSummary {
        position: absolute;
        width: 240px;
        right: 34px;
        top: 36px;
        background-color: rgb(255,255,255);
        padding: 12px;
        z-index: 400;
        text-align: left;
    }

    @media (max-width: 500px) {
        #cartSummary,
        #accountSummary {
            width: 100vw;
            right: 0;
            top: 45px;
        }
    }

    #cartSummary a,
    #accountSummary a {
        color: #271d66;
    }

    #cartSummary h4,
    #accountSummary h4 {
        font-weight: 600;
        text-align: center;
        font-size: 15px;
        text-transform: uppercase;
        margin-bottom: 18px;
        font-family: "futura-pt", sans-serif !important;
    }

    #cartSummary p,
    #accountSummary p {
        font-size: 13px;
        margin: 4px 4px 4px 0;
    }

        #cartSummary p.details,
        #accountSummary p.details {
            font-size: 14px;
        }

    #cartSummary h5,
    #accountSummary h5 {
        font-weight: 500;
        font-size: 12px;
        text-transform: uppercase;
        margin: 0 0 5px 0;
        font-family: "futura-pt", sans-serif !important;
    }

    #cartSummary .media,
    #accountSummary .media {
        margin: 0 10px 0 10px;
    }

    #cartSummary .media-body,
    #accountSummary .media-body {
        margin-left: 10px;
    }

    #cartSummary .subtotal {
        background-color: rgb(238, 238, 238);
        font-weight: 600;
        font-size: 15px;
        text-align: center;
        padding: 9px;
        margin: 9px 0 9px 0;
        text-transform: uppercase;
    }

    #cartSummary .quantity {
        margin-left: 10px;
        margin-right: 10px;
    }

    #cartSummary .close,
    #accountSummary .close {
        position: absolute;
        right: 12px;
        font-size: 16px;
    }

    #cartSummary .trash {
        float: right;
        margin-top: -4px;
    }

    #accountIcon {
        cursor: pointer;
    }

    #navIcons,
    a#searchIcon,
    a#burgerIcon,
    #navIcons a#cartIcon,
    #navIcons a#accountIcon,
    #mobileSearch a {
        color: #271d66;
        text-decoration: none;
        transition-duration: 0.35s;
    }

        a:hover#searchIcon,
        a:hover#burgerIcon,
        #navIcons a:hover#cartIcon,
        #navIcons a:hover#accountIcon {
            color: #271d66;
            transition-duration: 0.35s;
        }

    #mobileSearch {
        width: 100%;
        background-color: rgb(238,238,238);
        padding: 10px;
        z-index: 500 !important;
    }

        #mobileSearch.show {
            background-color: rgb(238,238,238);
            display: block !important;
            transition-duration: 0.3s;
            margin-top: 0px;
            z-index: 500 !important;
        }

        #mobileSearch.hide {
            display: block !important;
            transition-duration: 0.3s;
            margin-top: -130px;
        }

    #info {
        margin-top: 0;
        padding-top: 0;
    }

        #info .container .nav-tabs {
            font-size: 18px;
            font-weight: 500;
            border: 0 !important;
        }

        #info h5 {
            font-family: 'futura-pt', sans-serif !important;
        }


    .info-header {
        text-align: center;
        padding-top: 5px;
        padding-bottom: 15px;
        color: #666;
        font-family: 'futura-pt', sans-serif;
        font-size: 13px;
    }

    #info .slctd > h3,
    #info a > h3:hover {
        border-color: #e5e5e5 !important;
        border-bottom-style: solid !important;
        border-bottom-width: 1px !important;
    }

    #info a:hover {
        text-decoration: none !important;
    }

    #ftr i {
        color: #696969;
    }

    #ftr ul,
    #ftr li {
        margin: 0;
        padding: 0;
        margin-bottom: 8px;
        list-style: none;
        font-size: 15px;
        font-weight: 600;
    }

    #ftr a {
        font-weight: 400;
        color: #696969 !important;
    }

    .fa-cc-visa,
    .fa-cc-mastercard,
    .fa-cc-paypal {
        color: #ccc !important;
    }

    #footer {
        background-color: rgb(49,49,49);
        padding-bottom: 22px;
    }

        #footer a {
            color: white !important;
            text-decoration: none !important;
        }

        #footer h6 {
            margin-bottom: 18px;
            font-family: 'futura-pt', sans-serif !important;
            color: #FFFFFF !important;
        }

    /*
    ZZ
    #productCarousel {
        margin-top: 50px;
        margin-bottom: 50px;
    }*/

    #productCarousel h4 {
        color: rgb(23,21,153);
        font-size: 18px;
        overflow: hidden;
    }

    #productCarousel p {
        color: #7B7B7B;
        overflow: hidden;
    }

    #productCarousel img {
        text-align: center;
        height: 30vw;
        max-height: 300px;
    }

    #productCarousel .summary {
        text-align: center;
        white-space: normal !important;
    }

    @media (max-width: 576px) {
        #productCarousel img {
            max-height: 112px;
        }

        #productCarousel h4,
        #productCarousel .product-price {
            text-align: left !important;
        }
    }

    @media (min-width: 768px) and (max-width: 767px) {
        #productCarousel img {
            height: 60vw;
            min-height: 200px;
        }
    }

    @media(min-width: 992px) and (max-width:1199px) {
        #productCarousel h4 {
            /*font-size: 13px;*/
        }

        #productCarousel p {
            text-align: center;
            /*font-size: 12px;*/
            margin-left: -6px;
            overflow: visible;
        }
    }

    @media(min-width: 576px) {
        #productCarousel p,
        #productCarousel h4 {
            white-space: nowrap;
        }
    }

    @media(min-width: 768px) and (max-width: 991px) {
        /* #productCarousel h4 {
            font-size: 14px;
        }

        #productCarousel p {
            text-align: center;
            font-size: 12.5px;
            margin-left: -6px;
            overflow: visible;
        }*/
    }

    #homepageCarousel a:hover{
        text-decoration: none !important;
    }

    @media(min-width: 1200px) {
        .carousel-caption h1,
        #homepageCarousel h1,
        #homepageCarousel p.cta {
            font-size: 40px !important;
        }

        #homepageCarousel p {
            font-size: 24px !important;
        }
        
        #homepageCarousel p.smaller {
            font-size: 21px !important;
        }
        
        #homepageCarousel p.mt-adjust {
            margin-top: -8px;
        }
    }

    @media(min-width: 768px) and (max-width: 1199px) {
        .carousel-caption h1,
        #homepageCarousel h1,
        #homepageCarousel p.cta {
            font-weight: 500 !important;
            font-size: 36px !important;
            margin-left: 0px !important;
            text-align: left;
        }

        #homepageCarousel p {
            font-size: 20px !important;
        }
        #homepageCarousel p.smaller {
            font-size: 15px !important;
        }
        #homepageCarousel p.mt-adjust {
            margin-top: -4px;
        }
        /*hot jar removal*/
        #_hj_feedback_container {
            display: none;
        }
    }

    @media(min-width: 673px) and (max-width: 767px) {
        .carousel-caption h1,
        #homepageCarousel h1,
        #homepageCarousel p.cta {
            font-weight: 500 !important;
            font-size: 24px !important;
            margin-left: 0px !important;
            text-align: left;
        }

        #homepageCarousel p.mt-adjust {
            margin-top: -4px;
        }
    }

    @media(min-width: 490px) and (max-width: 672px) {
        .carousel-caption h1,
        #homepageCarousel h1,
        #homepageCarousel p.cta {
            font-weight: 500 !important;
            font-size: 20px !important;
            margin-left: 0px !important;
            text-align: left;
        }

        /*hot jar removal*/
        #_hj_feedback_container {
            display: none;
        }
    }

@media (max-width: 489px) {
    .carousel-caption h1,
    #homepageCarousel h1,
    #homepageCarousel p.cta {
        font-weight: 500 !important;
        font-size: 18px !important;
        margin-left: 0px !important;
        text-align: left;
    }

    .carousel-caption p,
    #homepageCarousel p {
        font-size: 11px;
    }
    #homepageCarousel p.smaller {
        font-size: 10px !important;
    }

    #homepageCarousel p {
        font-size: 11px;
    }

}
@media(max-width: 419px){
    .carousel-caption h1,
    #homepageCarousel h1,
    #homepageCarousel p.cta {
        font-weight: 500 !important;
        font-size: 4.2vw !important;
        margin-left: 0px !important;
        text-align: left;
    }
}
    @media(max-width: 575px) {
        .carousel-caption h1 {
            /*font-size: 24px !important;*/
        }

        #vegan h3 {
            font-size: 24px !important;
        }

        #vegan p {
            font-size: 11px !important;
            line-height: 1;
        }

        #deliveryOffer {
            font-size: 13px !important;
        }

        #footer p,
        #footer a {
            font-size: 13px !important;
        }
    }

    #footer h6 {
        font-size: 15px;
        font-weight: 600 !important;
    }

    #socialMediaLinks span {
        font-size: 14px;
    }

    @keyframes spin {
        from {
            transform: rotate(0deg);
        }

        to {
            transform: rotate(360deg);
        }
    }

    .spinner {
        animation: spin 1s infinite linear;
    }

    .grey {
        color: gainsboro;
    }

    #emptyBasket {
        font-size: 16px !important;
    }

    #healthZone h1 {
        font-size: 26px;
        font-family: "futura-pt", sans-serif;
        font-weight: 700;
        margin-bottom: 30px;
        margin-top: 28px;
        text-align: center;
        text-transform: uppercase;
    }

    #healthZone h2 {
        color: rgb(39, 29, 101);
        font-size: 19px;
        font-weight: 700;
        margin-top: 9px;
    }

    #healthZone p {
        font-size: 16px;
        font-family: 'futura-pt', sans-serif;
    }

    #healthZone #divFilterHolder {
        /*background-color: rgb(59, 138, 195);*/
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 32px;
        min-height: 62px;
        padding-left: 16px;
        padding-bottom: 16px;
        text-align: center;
    }

    #healthZone .health-zone__active-filter {
        display: inline-block;
        padding: .7em 1em .5em;
        background-color: #fff;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        color: #3b8ac3;
        margin-right: 1em;
        font-size: .8em;
        margin-top: 1em;
        border-color: #e5e5e5;
        border-width: 1px;
        border-style: solid;
    }

    #healthZone .health-zone__dropdown-menu {
        color: rgb(33, 37, 41);
        font-size: 16px;
    }

    #healthZone .dropdown-header {
        display: block;
        text-align: center;
        font-size: 16px;
        font-weight: 500;
    }

    #healthZone .tag {
        display: block !important;
        color: #000;
        margin-bottom: 8px;
    }

    #healthZone a {
        font-weight: 700;
    }
    #healthZone .author a,
    #hm-header .author a{
        text-decoration: none;
        font-weight: 500;
    }
    #healthZone .author img,
    #hm-header .author img{
        border-radius: 50%;
        max-height: 112px;
        width: auto;
    }
    #healthZone .author .wb,
    #hm-header .author .wb{
        text-transform: uppercase;
        margin-bottom: 0;
        color: #999;
    }
    #healthZone .author .dt,
    #hm-header .author .dt{
        font-size: 13px;
    }
#hm-header .author {
    position: absolute;
    bottom: 0;
}
        #hm-header .author > .row > div > a,
        #hm-header .author > .row > div > a + div {
            
        }
    #hm-header h1{
        color: #fff !important;
        text-transform: uppercase;
        font-size: 2rem !important;
    }
    #hm-header h1.big{
        font-weight: 700 !important;
        font-size: 3.6rem !important;
        text-align: center;
        margin-top: 112px;
    }
    @media(min-width: 768px) and (max-width: 991px) {
        #hm-header h1.big {
            font-size: 3.0rem !important;
            margin-top: 72px;
        }
    }
    @media(min-width: 576px) and (max-width: 767px) {
        #hm-header h1.big {
            font-size: 2.6rem !important;
            margin-top: 72px;
        }
    }
    @media(min-width: 400px) and (max-width: 575px) {
        #hm-header h1.big {
            font-size: 2.0rem !important;
            margin-top: 72px;
        }
    }
    @media(max-width: 399px) {
        #hm-header h1.big {
            font-size: 1.6rem !important;
            margin-top: 72px;
        }
    }



    #hm-header h2{
        color: #fff !important;
        font-size: 1.4rem !important;
    }
    #hm-header p{
        color: #fff !important;
        font-size: 0.9rem !important;
        line-height: .9rem;
    }


    img.article__feature-image {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    h1.article__title {
        font-weight: 700;
        color: #271d65;
        font-size: 2em;
        text-transform: uppercase;
    }

    #article h2 {
    }
    /*basket Page*/
    .basketPage {
        font-size: 13px;
    }

        .basketPage h1 {
            text-align: center;
            font-size: 28px;
        }

        .basketPage .headings {
            border-bottom-color: #ccc;
            border-bottom-style: soli
            border-bottom-width: 1px;
        }

            .basketPage .headings div {
                font-size: 20px;
                text-transform: uppercase;
                font-weight: 500;
            }

        .basketPage .productName,
        .basketPage .productName a {
            font-size: 20px;
            color: #000 !important;
            margin-bottom: 0px;
        }

        .basketPage .productStockStatus,
        .basketPage .productQuantity,
        .basketPage .offer-price {
            margin-bottom: 0px;
            color: #000;
        }

        .basketPage button.faux-link {
            color: #271d65;
            text-decoration: underline;
            cursor: pointer;
        }

        .basketPage .summary {
            padding-bottom: 18px;
            font-weight: 500;
            font-size: 16px;
            border-bottom-style: solid;
            border-bottom-width: 1px;
            border-bottom-color: #ccc;
        }

    .register h1.product-title {
        font-size: 24px;
        font-weight: 500;
        text-align: center;
    }

    .register p.summary {
        padding-left: 20px;
        padding-top: 20px;
        font-style: italic;
    }

    .register fieldset {
        padding-top: 80px !important;
    }

    #ctl00_content_chkNoPost,
    #ctl00_content_chkNoEmail {
        position: relative;
        top: -18px;
    }

    .about-us {
        font-family: "proxima-nova",sans-serif !important;
    }

        .about-us h1 {
            color: #fff !important;
            text-transform: uppercase !important;
            font-weight: 200;
            font-size: 52px !important;
        }

    @media(min-width: 768px) and (max-width: 991px) {
        /* MD */
        .about-us h1 {
            font-size: 40px !important;
        }
    }

    @media(min-width: 576px) and (max-width: 767px) {
        /*SM*/
        .about-us h1 {
            font-size: 28px !important;
        }
    }

    @media(max-width: 575px) {
        /*XS*/
        .about-us h1 {
            font-size: calc(14px + (28 - 14) * ((100vw - 300px) / (575 - 300))) !important;
        }
    }

    @media(min-width: 1200px) {
        .about-us .quote {
            font-size: 42px !important;
        }
    }



    .about-us .ptb {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .about-us .quote {
        color: #fff !important;
        font-weight: 200;
        font-size: calc(14px + (42 - 14) * ((100vw - 300px) / (1200 - 300)));
        line-height: 1.5;
        margin-bottom: 0;
    }

    .about-us .summaryHeading {
        font-size: 24px !important;
        color: #fbd139;
        text-transform: uppercase;
        font-weight: 800;
    }

    .about-us .summary,
    .about-us li {
        font-size: calc(16px + 6 * ((100vw - 320px) / 680));
    }

    @media (min-width: 320px) {
        .about-us .summary,
        .about-us li {
            font-size: 16px;
        }
    }

    @media (min-width: 1200px) {
        .about-us .summary,
        .about-us li {
            font-size: 20px;
        }
    }

    .white {
        color: #fff !important;
    }

    .about-us .bolder {
        font-weight: 800;
    }

    .about-us .vh {
        color: #fff;
        text-transform: uppercase;
        font-weight: 800;
        text-align: center;
        font-size: 23px;
    }

    .about-us .vt {
        color: #fff;
        text-align: center;
        font-size: 20px;
    }

    .about-us .quote-row {
        height: 400px;
    }

    .about-us row {
        display: block !important;
    }

    #tp-widget-wrapper {
        float: right;
    }

    #altSummary .bx,
    .contentBlock__body--tab {
        background-color: #fff;
        border-color: #DDD;
        border-width: 1px;
        border-style: solid;
    }

    #altSummary .header,
    .practitioner-section__signin .header {
        color: #271d66;
        background-color: #f5f5f5;
        border-color: #DDD;
        border-width: 1px;
        border-style: solid;
        text-align: center;
        font-size: 20px;
    }

    #altSummary .content {
    }

        #altSummary .content li {
            padding-right: 10px;
            padding-bottom: 8px;
        }

    #altPromises {
        text-align: center;
    }

    label.contentBlock__label {
        display: block !important;
    }

    #tab-body-login h2 {
        font-size: 20px;
        text-align: center;
    }

    #tab-body-login p {
        font-size: 14px;
    }

    .trade-pf-quantity {
        width: 64px;
    }

    .wrapper-company-stars {
        justify-content: flex-start !important;
    }

#faq h1 {
    font-size: 40px;
    font-weight: 600;
    color: #47b9c5 !important;
}
#faq h2{
    font-size: 30px;
    font-weight: 600;
}
#faq h3{
    font-size: 26px;
    text-transform: uppercase;
}
#faq p {
    font-size: 18px;
}
#faq ul{
    margin-left: 0;
    padding-left: 0;
    padding-top: 10px;
}
#faq li{
    list-style: none;
    cursor: pointer;
    font-size: 26px;
    color: #999;
    margin-bottom: 6px;
}
#faq .card-header h5{
    font-size: 20px;
    
}
#faq .card-header{
    background-color: #fff;
    cursor: pointer;
}
#faq p.banner {
    font-size: 3.3vw;
    text-transform: uppercase;
    font-weight: 700;
    color: #0f2734;
}
#faq .card-header.collapsed i{
    transform: rotate(180deg);
}
#faq .card-header i{
    color: #ddd;
}
#faq .card-body{
    background-color: #fafafa;
}
#faq .card-header a{
    color: #000 !important;
    font-weight: 500;
    /*text-transform: lowercase;*/
}
@media (min-width: 1499px) {
    #faq p.banner{
        font-size: 49.5px;
    }
    
}
#checkout h1, #checkout h2{
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}
#checkout h3{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
#checkout .faux-link {
    font-size: 18px;
    font-weight: 600;
    color: #271d65;
    cursor: pointer;
}
#checkout span{
    font-weight: 500;
    color: #271d65;
}
#checkout p{
    font-weight: 500;
    line-height: 1.4em;
}
#checkout .delOptions p{
    font-weight: 500;
    font-size: 24px;
}
#checkout .delOptions p.sub{
    font-size: 14px;
}
#checkout sup {
    font-size: 16px !important;
}
#checkout .delOptions .delOptn,
#checkout .payOptn{
    cursor: pointer;
}
#checkout .delOptions .delOptn:hover,
#checkout .delOptions .delOptn.selected,
#checkout .payOptn:hover,
#checkout .payOptn.selected{
        background-color: #F6F6F6;
}
#checkout .lineItem p{
    margin-bottom: 0 !important;
}
#checkout .lineItem .was{
    text-decoration: line-through;
    margin-right: 18px;
    font-weight: 800;
}
#checkout .lineItem .price{
    color: #f00;
    font-weight:  800;
}
#checkout .lineItem .prod,
#checkout .lineItem .qty{
    font-weight: 800;
}
#checkout .lineItem p.savings>span{
    color: #f00;
}
#checkout .row.total p{
    font-weight: 800;
}
#checkout .subdiscount{
    color: #f00;
}
#checkout .payOptn p{
    font-size: 18px;
    margin-bottom: 0px;
}
#checkout .payOptn p.dflt{
    font-size: 12px;
}
#checkout .payOptn i {
    transform: rotate(315deg);
}
#checkout #subTotalMobile p{
    font-size: 20px;
}
#checkout #subTotalMobile .total{
    font-weight: 700;
}
.blogBox::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.blogBox .content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /*   display: flex;
  align-items: center; */
    line-height: 100%;
    /*height: 100%;*/
    text-align: center;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    border: 0 !important;
    cursor: pointer;
}
#healthMatters .blogBox .content > div {
    background-color: rgba(0,0,0,0.5);
}
#healthMatters .blogBox .content > div:hover {
    background-color: rgba(0,0,0,0.15);
    transition-duration: 0.5s;
}
#CategoryParent .blogBox .content .category{
    z-index: 100 !important;
}
#CategoryParent .blogBox .content .cover {
    position: absolute;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition-duration: 0.5s;
}
#CategoryParent .blogBox .content .cover:hover {
    background-color: rgba(0,0,0,0.15);
    transition-duration: 0.5s;
}
.blogBox .content p{
    color: #fff;
}
.blogBox .content:hover {
        background-color: rgba(0,0,0,0);
    }

.carousel-product p{
    text-align: left !important;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}
@media (max-width: 575px) {
    #healthMatters .blogBox::before {
        padding-top: 0;
    }
    #healthMatters .blogBox .content{
        position: relative;
        display: block;
        min-height: 64px;
        color: #fff;
    }
                                  
}
#healthMatters .blogBox .category::before {
    content: "~ ";
}
#healthMatters .blogBox .category{
    font-style: italic;
    font-weight: 300;
    text-transform: lowercase;
    font-size: 18px;
}
#healthMatters .blogBox .category::after {
    content: " ~";
}
#healthMatters h3{
    color: #fff !important;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 22px;
}
#healthMatters #categories p{
     color: #000;
}
@media(min-width: 768px){
    #healthMatters #categories span.tag:not(:last-child)::after {
        content: " / ";
        display: inline-block;
        margin-right: 6px;
        margin-left: 6px;
    }
    #categoryHeader .expand i{
        display: none;
    }
}
@media(max-width: 767px){

    #healthMatters #categories.show span.tag.selected::before {
        content: " \f14a";
        font-family: "Font Awesome 5 Free";
        display: inline-block;
        font-weight: 400;
        margin-right: 18px;
        margin-left: 6px;
    }
    #healthMatters #categories.show span.tag::before {
        content: " \f0c8";
        font-family: "Font Awesome 5 Free";
        display: inline-block;
        font-weight: 400;
        margin-right: 18px;
        margin-left: 6px;
    }
    #healthMatters #categories.show span.tag {
        display: block;
        margin-left: 10vw;
        margin-bottom: 12px;
    }
    #healthMatters #categories {
        display: none;
    }
    .show{
        display: block !important;
    }
    #categoryHeader .expand.flip > i {
        transform: rotate(180deg);
    }
}

#healthMatters #categories span.tag {
    cursor: pointer;
}
#healthMatters #categories span.tag.selected{
    font-weight: 800;
}
#healthMatters #categories span.tag:hover{
    text-decoration: underline;
}
#healthmatters p.sub{
    color: #000 !important;
}
#healthMatters h1{
    color: #FFd108 !important;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}
@media (min-width: 1199px){
    #healthMatters h1{
        font-size: 40px;
    }
}
@media (max-width: 1199px) and (min-width: 768px){
    #healthMatters h1{
        font-size: 36px;
    }
}
#cartHeight::-webkit-scrollbar-track{
    background-color: #eaeaea;
}
#cartHeight::-webkit-scrollbar{
    width: 10px;
}
#cartHeight::-webkit-scrollbar-thumb{
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #271d66;
    border: 1px solid #000;
}
#productSummary h2 {
    font-size: 18px !important;
    font-weight: 700 !important;
}
.slick-prev:before, .slick-next:before {
    color: #271d66 !important;
}
.slick-slide p{
    text-align: center;
    margin-bottom: 0;
}
.slick-slide h5{
    text-align: center;
    color: #fff !important;
    margin-top: 0;
}
.slick-slide div.background{
    background-color: rgba(0,0,0,0.6);
}
#carousel-1-next,
#carousel-1-prev{
    cursor: pointer;
}
/*Practitioner SignUpPage*/
#pl p, #pl h3, #pl h2, #pl li {
    color: #fff !important;
    font-weight: 500;
}
#pl h3,
#pl h2{
    text-transform: uppercase;
    font-weight: 600;
}
#pl h2{
    font-size: 36px;
}
#pl h3{
    margin-bottom: 0;
}
#pl ul{
    padding-left: 18px;
}
#pl p{
    margin-bottom: 0;
    font-size: 16px;
}
#pl p.tel{
    font-size: 20px;
}
#pl .ls button,
#pl .ls a.btn{
    width: 100%;
}
#pl .btn {
    color: #fff !important;
    font-weight: 600;
}
#pl .btn.blue {
    background-color: #60BCFF;
    
}
#pl .btn.green {
    background-color: #67CE00;
}
@media(min-width: 768px){
    #pl .ls .signup{
        border-right: solid;
        border-right-width: 1px;
        border-right-color: #fff;
    }
}
@media(max-width: 767px){
    #pl .ls {
        border-bottom: solid;
        border-bottom-width: 1px;
        border-bottom-color: #fff;
    }
    #pl button,
    #pl a.btn{
        max-width: 50%;
        min-width: 155px;
    }
    #pl h2{
        font-size: 22px !important;
    }
    
}
@media(max-width: 400px){
    #pl h2{
        font-size: 20px !important;
    }
}
#pl .login p,
#pl .signup p{
    line-height: 18px;
}
#pl #loginModal p{
    color: #000 !important;
    font-weight:400;
    font-size: 14px;
    text-align: center;
}
#pl #loginModal .modal-body{
    padding-top: 48px !important;
    padding-bottom: 34px !important;
}
#pl #loginModal input{
    width: 75%;
    height: 48px;
    padding: 0 18px 0 18px;
    margin: 0 0 36px 0;
    color: #333 !important;
}
#pl #loginModal .modalButton {
    width: 50%;
    color: #fff !important;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #60BCFF;
    border: none;
    height: 36px;
    margin-bottom: 36px;
}
/* Practitioner Header */
.hdrlgn input{
    border: 1px solid #000;
    height: 20px;
    width: 96px;
    font-size: 12px;
    padding-left: 2px;
    color: #333;
}
.hdrlgn .loginButton {
    background-color: #60BCFF;
    color: #fff !important;
    text-transform: uppercase;
    border: none;
    height: 20px;
    font-size: 12px;
}
#hdrerr{
    background-color:rgba(255,255,255,0.7);
    color: #000 !important;
}
    #hdrerr p {
        font-size: 12px;
        color: #000 !important;
    }
#hdrerr p.hdr{
    font-weight: 700;
}
/*End Practitioner Header*/
body.modal-open-noscroll {
    padding-right: 0 !important;
    overflow: hidden;
}

.modal-open-noscroll .navbar-default, .modal-open .navbar-default {
    padding-right: 0 !important;
}






/*custom Trustpilot widget styles*/
#productReviews .readMore{
    cursor: pointer;
    text-decoration: underline;
}
#productReviews .review-summary{
    height: 35px;
}
#productReviews .review-summary-information{
    height: inherit;
}
#productReviews .review-summary-stars{
    height: inherit;
}
#productReviews .review-summary-stars img {
    height: 100%;
}
#productReviews .review-summary-logo img{
    width: 100px;
    margin-top: 4px;
}
#productReviews span{
    vertical-align: middle !important;
    line-height: 35px !important;
    display: inline-block !important;
}
#productReviews .bigger{
    font-size: 20px;
    line-height: 35px;
}
#productReviews .bold{
    font-weight: 600;
}
#productReviews .seperator{
    margin-top: -5px;
}
#productReviews .reviews {
    margin-top: -6px;
}
#productReviews .qty-reviews {
    margin-top: -4px;
    margin-right: 4px;
}
#productReviews .review-records {
    overflow-y: hidden;
    height: 0;
    opacity: 0;
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
}
    #productReviews .review-records.show {
        overflow-y: scroll;
        height: 50vh;
        opacity: 1;
        transition-duration: 0.4s;
        transition-timing-function: ease-in-out;
    }
        #productReviews .review-records.show .review-record {
            border-top: 1px solid #BBB !important;
            color: #5C5C70;
            font-size: 15px;
        }
#productReviews .review-record .review-content {
    font-size: 17px;
    color: #1B1B21;
}
#productReviews .review-record .review-content.grey{
    color: #BBB;
}


#productReviews .review-record .review-stars {
    height: 20px;
}
#productReviews .review-record .review-stars img {
    height: 100%;
}

.dd-banner-logo {
    height: 50px;
}

.dd-banner-text h3 {
    font-size: 17px;
    color: #fff !important;
    font-weight: 600;
    margin-bottom: 0;
}

.dd-banner-text p {
    font-size: 13px;
    color: #fff;
    margin-bottom: 0;
}

.dd-banner-text .btn {
    font-size: 15px !important;
    padding: 0px 8px !important;
    font-weight: 600;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .dd-banner-logo {
        height: 70px;
    }

    .dd-banner-text h3 {
        font-size: 21px;
        color: #fff !important;
        font-weight: 600;
        margin-bottom: 0;
    }

    .dd-banner-text p {
        font-size: 16px;
        color: #fff;
        margin-bottom: 0;
    }

    .dd-banner-text .btn {
        font-size: 15px !important;
        padding: 2px 8px !important;
        font-weight: 600;
    }
}

@media (min-width: 1200px) {
    .dd-banner-logo {
        height: 80px;
    }

    .dd-banner-text h3 {
        font-size: 21px;
        color: #fff !important;
        font-weight: 600;
        margin-bottom: 4px;
    }

    .dd-banner-text p {
        font-size: 16px;
        color: #fff;
        margin-bottom: 4px;
    }

    .dd-banner-text .btn {
        font-size: 15px !important;
        padding: 2px 8px !important;
        font-weight: 600;
    }
}






