@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,100&display=swap');

* {
    padding: 0px;
    margin: 0px;
}

.loader-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
    z-index: 9999;
}

.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #81b03f;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}




.review-product {
    margin-top: 25px;
}

    .review-product img {
        width: 50%;
        margin: auto
    }

.review-stars {
    height: auto;
    display: flex;
    align-items: center;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin: auto;
    margin-top: auto;
    justify-content: center;
    margin-top: 30px;
}
.msgdescperc{
    display:inline;
}
.topborder {
    border-top: 1px solid #58595b;
}
}
.txt-promo-code {
    color: #ff0000;
    margin-left: 24px;
    display: contents;
    font-size: 14px;
}
.ebold{
    font-weight:700;
}
.promo-code {
    text-align: left;
    color: #b510b5;
    font-weight: 600;
}

    .promo-code a {
        background-color: #58595b;
        color: #ffffff;
        text-decoration: none;
        padding: 10px 35px;
        font-weight: 600;
        display: inline-block;
        border-radius: 0.625rem;
        transition: all linear 0.3s;
        text-align: center;
        height: 47px;
    }

table.co {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

    table.co caption {
        font-size: 1.5em;
        margin: .5em 0 .75em;
    }

    table.co tr {
        background-color: #ffffff;
        border: 1px solid #ddd;
        padding: .35em;
    }

    table.co th,
    table.co td {
        padding: .625em;
        text-align: center;
    }

    table.co th {
        font-size: .85em;
        letter-spacing: .1em;
        text-transform: capitalize;
    }







.soldout  {
    color: red;
    display:block;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    padding: 7px 22px;
    transition: all 0.2s linear;
    font-weight: bold;
    font-size: 14px;
    border: 1px solid red;
    margin:auto;
    margin-top:10px;
    width:150px;
}

.soldouttxt {
    color: red;
    font-weight:bold;
    font-size:16px;
}
.NoreviewContent {
    font-weight: normal;
    font-size: 18px;
    color: #59585b;
}
.youtube-video {
    aspect-ratio: 16 / 9;
    width: 100%;
}

.image-area {
    max-width: 1000px;
    margin: 0 auto;
}

.main-image {
    position: relative;
    text-align: center;
    overflow: hidden;
    margin: 0 0 15px 0;
    height: 100%;
}

    .main-image div {
        position: absolute;
        top: 0;
        left: 0;
        width: 99%;
        height: auto;
        -moz-opacity: 0;
        opacity: 0;
        z-index: -1;
    }

        .main-image div iframe {
            max-width: 100%
        }

.sub-image {
    margin: 0 -15px 0 0;
    display: inline-flex;
    justify-content: center;
    
}

    .sub-image div {
        float: left;
        margin: 0 15px 0 0;
        cursor: pointer;
        text-align: center;
        width: 150px;
    }

    .sub-image img {
        margin: 0 0 3px 0;
    }

    .sub-image div.active img {
        border: 1px solid red
    }
.viewallreviews a {
    color: #0E6636;
    text-decoration: none;
    font-weight: bold;
}
.imgnotify-Index {
    width: 22%;
    margin: auto;
    position: relative;
    top: 10px;
}
    .imgnotify-Index img{width:20%}
    .imgnotify {
        padding-left: 110px;
        padding-top: 14px;
    }
.direction-writeup-container {
    display: table;
    height: 100%;
}

.direction-writeup-text {
    padding: 0 30px 0 30px;
    display: table-cell;
    vertical-align: middle
}

    .direction-writeup-text p {
        padding-bottom: 10px;
    }

.diectionuse {
    margin-top: 35px;
    margin-bottom: 15px;
}

.pcode {
    margin-top: 15px;
}
.promocode {
    text-align: center;
    margin-top: 10px;
}

    .promocode a {
        background-color: #58595b;
        color: #ffffff;
        text-decoration: none;
        padding: 7px 35px;
        font-weight: 600;
        display: inline-block;
        border-radius: 0.625rem;
        transition: all linear 0.3s;
        text-align: center;
    }

        .promocode a:hover {
            background-color: #000000;
            transition: all linear 0.3s
        }



        .promo-code a:hover {
            background-color: #000000;
            transition: all linear 0.3s
        }



.modalpromo {
    display: block;
    position: fixed;
    z-index: 999999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}




.width25 {
    width: 24.33333333%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}
.width33 {
    width: 32.33333333%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}
.bggreen {
    background-color: #FDC99A;
    color: #000000;
    height: 230px;
    padding: 20px 60px;
    text-align: center;
    margin: 0 0 25px 0;
}

.bgpink {
    background-color: #CCD37B;
    color: #000000;
    height: 230px;
    padding: 20px 60px;
    text-align: center;
    margin: 0 0 25px 0;
}

.bgcyan {
    background-color: #EBD079;
    color: #000000;
    height: 220px;
    padding: 20px 60px;
    text-align: center;
    margin: 0 0 25px 0;
}

.bgblue {
    background-color: #ACDEF7;
    color: #000000;
    height: 220px;
    padding: 20px 60px;
    text-align: center;
    margin: 0 0 25px 0;
}

.social-icons img {
    text-align: center;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 70%;
}





.blackcolorpatchbiofit {
    background-color: #000000;
    color: #ffffff;
    padding: 15px;
    min-height: 260px;
    font-size: 16px;
    font-weight: 300;
}


.player-wrapper {
    text-align: center;
    margin: 20px auto;
}

#player {
    width: 100%;
    max-width: 960px;
    height: auto;
    aspect-ratio: 16/9;
    background: #000;
    margin: 0 auto;
}

.thumbnail-list {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.thumbnail {
    cursor: pointer;
    border: 2px solid transparent;
    transition: border 0.3s ease;
}

    .thumbnail.active {
        border: 2px solid #007bff;
    }

    .thumbnail img {
        width: 120px;
        height: auto;
    }









body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: #000000;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

img {
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    image-rendering: auto;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.float-right-cart {
    float: right;
}

.float-left-cart {
    float: left;
    width: 20%;
    border: 1px solid #81b03f;
    margin-right: 10px;
}
.width-20 {
    width: 20%;
    border: 1px solid #81b03f;
    display: block
}
.multy{
    display:inline;
    padding:0 5px;
    padding-left:8px;
}

.clear {
    clear: both;
}

.clear-right {
    clear: right;
}

.clear-left {
    clear: left;
}

.desktopdisplay {
    display: block
}

.mobiledisplay {
    display: none
}

.icon {
    margin-left: 25px;
}

iframe {
    max-width: 100%;
}
/* ********** carousel next back buttons starts ********** */
.owl-carousel {
    margin-top: 15px;
}

#owl-carousel2 .owl-prev {
    display: none
}

#owl-carousel2 .owl-next {
    display: none
}

#owl-carousel3 .owl-prev {
    display: none
}

#owl-carousel3 .owl-next {
    display: none
}

.header .menu > ul > li .menu-subs {
    margin-top: 7px;
}
/* ********** carousel next back buttons ends ********** */
/* **************** popup for products ***************** */
.company-logo {
    padding: 10px 0
}

.gifanimated {
    margin: auto;
    width: 28%;
}

.modal {
    display: none;
    position: fixed;
    z-index: 999999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    max-width: 500px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

.modal-content-AddressPopup {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    max-width: 580px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

.contentmodal {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    max-width: 800px;
    position: relative;
    z-index: 9999;
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

.close {
    color: #000000;
    float: right;
    text-align: right;
    margin: 5px 15px 0 15px;
    font-size: 28px;
    font-weight: bold;
    position: relative;
    z-index: 999999999;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.modal-body {
    padding: 20px;
    font-size: 15px;
}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}
/* **************** popup for product ends ***************** */
.orders {
    background-color: red;
    height: 18px;
    width: 18px;
    color: #ffffff;
    text-align: center;
    padding: 0px;
    position: relative;
    font-size: 12px;
    font-weight: bold;
    left: -8px;
    top: -10px;
    border-radius: 18px;
}

.productsmultiple {
    display: inline-block;
    padding: 0 5px;
}
    .productsmultiple img{width:70%;}
    .cursor {
        cursor: pointer
    }

.ppp {
    position: relative
}

.togglecontainer {
    max-width: 1140px;
    position: relative;
    margin: auto
}

.toggle3 {
    display: none;
    background-color: #ffffff;
    width: 240px;
    padding: 15px;
    float: right;
    position: absolute;
    right: 0;
    z-index: 111;
    border-top: 3px solid #81b03f;
}

.scrolldiv {
    max-height: 200px;
    overflow: auto;
    padding-right: 10px;
}
.scrolldiv-shipping {
    max-height: 200px;
    overflow: auto;
    padding-right: 10px;
}

.toplogin {
    position: relative;
    border-bottom: 1px solid #cccccc;
    padding: 10px 0
}

    .toplogin a {
        color: #000000;
    }

        .toplogin a:hover {
            color: #81b03f;
        }

.cart-product-price {
    display: block
}

.toggle4 {
    display: none;
    background-color: #ffffff;
    width: 333px;
    padding: 15px;
    float: right;
    position: absolute;
    right: 0;
    z-index: 111;
    border-top: 3px solid #81b03f;
}

.index-matter {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #222222;
    padding: 40px 0;
    line-height: 28px;
}

.product-name {
    padding-bottom: 5px;
    height: 40px;
    text-align: center;
    font-size: 14px;
}

.product-price {
    text-align: center;
    font-size: 14px;
}

.product-weight {
    text-align: center;
    font-size: 14px;
}

.product-off {
    text-align: center;
    font-size: 14px;
}

.oldprice {
    text-decoration: line-through;
    margin-bottom: 10px;
}

.textcenter {
    text-align: center;
    margin: 10px 0
}

.item-green-border {
    border: 1px solid #81b03f;
    padding-top: 15px;
}

.block1-icon {
}

    .block1-icon a {
        width: 38px;
        height: 38px;
        padding: 10px;
        text-align: center;
        margin: auto;
        border-radius: 50%;
        overflow: hidden;
        background-color: #81b03f;
        margin: 15px 15px;
        display: inline-block;
        margin: auto;
        text-align: center;
        transition: 0.2s all linear;
    }

        .block1-icon a:hover {
            background-color: #58595b;
            transition: 0.2s all linear;
        }

.symbolicon {
    text-align: center;
    margin: auto;
    width: 100%;
    margin-top: 20px;
}

    .symbolicon img {
        text-align: center;
        margin: auto
    }

.index-title {
    font-size: 30px;
    line-height: 1.2;
    text-transform: capitalize;
    text-align: center;
    padding: 0 0 15px 0;
    letter-spacing: 1px;
    font-weight: 400;
}

.greypatch {
    background-color: #f7f6f2;
    padding: 25px 0
}

.assurance-spacer {
    padding-top: 50px;
}

.assurance-icons {
    float: left;
    width: 15%;
    margin-top: 20px;
}

.assurance-text {
    float: left;
    width: 80%;
    margin-top: 20px;
}

.assurance-title {
    font-size: 20px;
    line-height: 1.2;
    text-transform: capitalize;
}

.assurance-matter {
    font-size: 16px;
    font-weight: 300;
    padding-top: 15px;
    padding-bottom: 45px;
}

.property-content {
    padding: 0.938rem;
    margin: 25px 0;
}

.colgreen {
    color: #81b03f;
}

.totalprice {
    font-weight: 500
}

.totalamount {
    font-weight: 300
}

.btncheckout {
    margin: 10px 0;
    width: 100%
}

    .btncheckout a {
        background-color: #81b03f;
        color: #ffffff;
        padding: 10px;
        width: 100%;
        display: block;
        text-decoration: none;
        text-align: center;
        transition: 0.2s all linear;
    }

        .btncheckout a:hover {
            background-color: #58595b;
            transition: 0.2s all linear;
        }

.topspacer {
    margin-top: 105px;
}

.flex-c-m {
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.flex-sb-m {
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

.flex-m {
    -ms-align-items: center;
    align-items: center;
}

.flex-w, .flex-t, .flex-m, .flex-c-m, .flex-sb-m {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-w, .flex-t {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tabcontainer {
    border: 1px solid #ccc;
    min-height: 255px;
}

.tab {
    float: left;
    background-color: #ffffff;
    width: 30%;
    height: 100%;
}

    .tab button {
        display: block;
        background-color: inherit;
        color: black;
        padding: 22px 16px;
        width: 100%;
        border-bottom: 1px solid #cccccc;
        outline: none;
        text-align: center;
        cursor: pointer;
        color: #000000;
        transition: 0.3s;
        font-size: 17px;
        height: 25%;
        flex-grow: 1;
        height: 13vh
    }

        .tab button:hover {
            background-color: #81b03f;
            color: #ffffff;
        }

        .tab button.active {
            background-color: #81b03f;
            color: #ffffff;
        }

.toolbar {
    display: none;
    place-items: center;
    background-color: var(--lottie-player-toolbar-background-color);
    margin: 0px 5px;
    height: 35px;
    display: none !important;
}

.all-products {
    display: table;
    height: 100%
}

.all-products-catagory {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.tabs-product-title {
    font-size: 18px;
    padding: 10px 0
}

.tabs-product-matter {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300
}

.readmorebtn {
    margin: 20px 0
}

    .readmorebtn a {
        text-align: center;
        border: 1px solid #cccccc;
        padding: 7px 20px;
        font-size: 14px;
        transition: all 0.2s linear;
        letter-spacing: 1px
    }

        .readmorebtn a:hover {
            background-color: #f2f2f2;
            text-decoration: none;
            transition: all 0.2s linear;
        }
/* ******************** shop starts *************** */
.shoptabs {
    font-size: 16px;
    padding: 20px 15px 40px 15px;
}

    .shoptabs:hover {
        color: #81b03f;
    }

.item-mb-25 {
    margin-bottom: 25px;
}

.how-active1 {
    color: #81b03f;
}
/* ******************** shop ends *************** */

/* ******************** all policies starts *************** */
.logonaturamore {
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 10px;
}

.policies ol {
    padding-left: 15px;
}

    .policies ol li {
        list-style-type: disc;
        font-size: 14px;
        line-height: 1.6;
    }

.policy-heading {
    font-size: 17px;
    text-align: left;
    padding-bottom: 10px;
    color: #58595b;
}

.policytxt {
    font-size: 14px;
    line-height: 1.6;
    padding-bottom: 15px;
    color: #58595b;
}

    .policytxt p {
        margin-bottom: 5px;
    }

.policy-subheading {
    padding-bottom: 2px;
    font-weight: 500;
    font-size: 15px;
}

.blogssubtitle {
    padding: 15px 0 5px 0;
    color: #58595b;
    font-size: 16px;
    text-transform: capitalize;
    border-bottom: 1px solid #ccc;
}
/* ******************** all policies ends *************** */
/* ******************** all product pages starts *************** */
.productpagecontainer {
    margin: 20px 0 50px 0
}

.productname {
    font-size: 26px;
    line-height: 1.2;
    color: #222222;
    padding-bottom: 15px;
}

.productname-mobile {
    display: none
}

.txt-product-page-sku {
    font-size: 18px;
    line-height: 1.363636;
    font-weight: 300;
    padding-bottom: 10px;
}

.oldprice {
    text-decoration: line-through;
}

.product-txtfld {
    border: 1px solid #58595b;
    width: 90px;
    text-align: center;
    margin: 7px 0;
    font-size: 16px;
    height: 47px;
}

.addtocart {
    margin: 20px 10px;
}

    .addtocart a {
        text-align: center;
        background-color: #0e6636;
        color: #ffffff;
        padding: 15px 20px;
    }

        .addtocart a:hover {
            background-color: #58595b;
            text-decoration: none
        }

.review-submit {
    margin: 20px 0px 20px 0;
    float: right
}

    .review-submit a {
        text-align: center;
        background-color: #81b03f;
        color: #ffffff;
        padding: 13px 20px;
    }

        .review-submit a:hover {
            background-color: #58595b;
            text-decoration: none
        }

.productpage-matter p {
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: 300
}

.ingredients-list ul li {
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
}

    .ingredients-list ul li:not(:last-child) {
        border-right: 1px solid #000000;
        padding-right: 10px;
    }

.productpage-subtitle {
    margin-bottom: 7px;
    font-size: 16px;
    color: #666666;
    text-transform: capitalize;
    padding-top: 15px;
    font-weight: 600
}

.productpage-caption {
    margin-bottom: 7px;
    font-size: 16px;
    color: #666666;
    text-transform: capitalize;
    padding-top: 15px;
    font-weight: 500
}

.reviewtxtfld {
    border: 1px solid #58595b;
    width: 100%;
    height: 120px;
}

.addareview {
    font-size: 16px;
    padding: 15px 0;
    font-weight: 500 !important
}

.reviewsname {
    float: left;
    font-size: 16px;
}

.card-text {
    border-bottom: 1px solid #58595b;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.editbtn {
    text-align: center;
    margin: 20px auto auto
}

    .editbtn a {
        background-color: #81b03f;
        color: #fff !important;
        padding: 15px 30px !important;
        text-transform: capitalize !important;
        font-size: 14px;
        border: none;
        transition: .5s linear;
        position: relative;
        top: 10px;
        border-radius: 0.625rem;
    }

.star-rating-top {
    display: block;
    flex-direction: row-reverse;
    font-size: 24px;
    justify-content: space-around;
    padding: 0 .2em;
    text-align: center;
    /*width: 5em;*/
    float: right;
    position: relative;
    top: -10px;
}

    .star-rating-top input {
        display: none;
        vertical-align: middle;
    }

    .star-rating-top label {
        color: #ccc;
        cursor: pointer;
    }

    .star-rating-top :checked ~ label {
        color: #FFCC00;
    }

    .star-rating-top label:hover,
    .star-rating-top label:hover ~ label {
        color: #FFCC00;
    }
/* ******************** all product pages ends *************** */
/* ******************** footer starts *************** */
.bg2 {
    background-color: #222;
    margin-top: 60px;
    padding: 30px 0
}

.bg2-productpage {
    background-color: #222;
    margin-top: 60px;
    padding: 30px 0
}

.footerlinks a {
    color: #ffffff;
    text-decoration: none;
    color: #ffffff;
    transition: 0.2s all linear;
}

    .footerlinks a:hover {
        color: #81b03f;
        transition: 0.2s all linear;
    }

.footer-col1 {
    width: 30%;
    padding-right: 30px;
}

.footer-col2 {
    width: 34%;
    padding-right: 30px;
}

.footer-col3 {
    width: 18%;
    padding-right: 30px;
}

.footer-col4 {
    width: 18%;
}

.footer-col-title {
    min-height: 118px;
}

.footer-small-title {
    font-size: 16px;
    line-height: 1.5;
    color: #ffffff;
}

.footerlinks {
    padding: 0 0 7px 0
}

.icon-footer {
    width: 28px;
    padding-top: 10px;
}

.icon-footer-matter {
    color: #ffffff;
    line-height: 32px;
    font-size: 14px;
}

.clwhite {
    color: #ffffff;
}

.clwhite10 {
    color: #ffffff;
    padding: 20px 0 0px 0
}

.footer-matter {
    font-size: 14px;
    line-height: 1.6;
    color: #ffffff;
}

.footertxtfld {
    border: 1px solid #ffffff;
    padding: 5px;
    background-color: #ffffff;
}

.subscribebtn {
    background-color: #81b03f;
    padding: 0 10px;
}

.bordertop {
    height: 1px;
    color: #393939;
    background-color: #393939;
    margin: 15px 0
}

.totalamountspacer {
    padding: 20px 0 0 0
}

.footer-links {
    padding: 0 0 7px 0
}

    .footer-links a {
        color: #ffffff;
        text-decoration: none;
        color: #ffffff;
        transition: 0.2s all linear;
        display: block;
        text-align: left;
        line-height: 25px;
    }

        .footer-links a:hover {
            color: #ffd645;
            transition: 0.2s all linear;
        }

.footer-links-right {
    padding: 0 0 7px 0
}

    .footer-links-right a {
        color: #ffffff;
        text-decoration: none;
        color: #ffffff;
        transition: 0.2s all linear;
        display: block;
        text-align: left;
        line-height: 25px;
    }

        .footer-links-right a:hover {
            color: #ffd645;
            transition: 0.2s all linear;
        }

.footerspacertop {
    padding-top: 30px;
}

.footerspacertopright {
    padding-top: 29px;
}

.footertitle {
    color: #ffd645;
    font-weight: 500;
    padding-bottom: 10px;
}

.footer-address {
    text-align: center;
    padding: 5px 0;
    color: #ffffff;
}

.txtwhite {
    color: #ffffff;
    transition: 0.2s all linear;
}

    .txtwhite:hover {
        color: #ffd645;
        transition: 0.2s all linear;
        text-decoration: none
    }

.txtyellow a {
    color: #ffd645;
    transition: 0.2s all linear;
}

    .txtyellow a:hover {
        color: #ffffff;
        transition: 0.2s all linear;
        text-decoration: none
    }

.footerlogo {
    padding-top: 20px;
}

.yellow-color {
    color: #ffd645;
    line-height: 35px;
    font-weight: 600
}

.white-color {
    color: #ffffff;
    line-height: 25px;
    font-weight: normal
}

.whitecolor {
    color: #ffffff;
    line-height: 25px;
    font-weight: 600
}
/* *********************** footer ends ************************* */
/* *********************** shop online pages starts ******************* */
.shoptopspacer {
    margin-top: 120px;
}

.page-title {
    /*    background-color: #464749;*/
    font-size: 21px;
    font-weight: 500;
    color: #000000;
    text-align: left;
    padding: 10px 0px;
    margin-bottom: 10px;
}

table.track {
    border-collapse: collapse;
    width: 100%;
}

    table.track tr:nth-child(2n+1) {
        background-color: #ffffff;
    }

    table.track tr:nth-child(2n+0) {
        background-color: #f1f1f1;
    }

    table.track th {
        background-color: #c8c8c8;
        font-size: 14px;
        padding: 7px;
        text-align: center;
        vertical-align: middle;
        color: #273237;
        height: 20px;
        border: 1px solid #afafaf;
        font-weight: 600
    }

    table.track td {
        border: 1px solid #afafaf;
        font-size: 14px;
        padding: 5px;
        text-align: left;
        vertical-align: middle;
        color: #000000;
    }

table.my-profile {
    border-collapse: collapse;
    width: 100%;
}

    table.my-profile tr:nth-child(2n+1) {
        background-color: #ffffff;
    }

    table.my-profile tr:nth-child(2n+0) {
        background-color: #ffffff;
    }

    table.my-profile th {
        background-color: #c8c8c8;
        font-size: 14px;
        padding: 7px;
        text-align: center;
        vertical-align: middle;
        color: #273237;
        height: 20px;
        border: 1px solid #afafaf;
        font-weight: 300
    }

    table.my-profile td {
        border-bottom: 1px solid #afafaf;
        font-size: 14px;
        padding: 5px;
        text-align: left;
        vertical-align: middle;
        color: #000000;
    }

.myprofiletxtfld {
    border: 1px solid #000000;
    padding: 10px;
    width: 100%;
    background-color: #ffffff;
}

.textfld {
    border: 1px solid #000000;
    padding: 10px;
    width: 100%;
    background-color: #ffffff;
    margin-bottom: 15px;
}

.msg-left-otp {
    text-align: left;
    line-height: 22px;
    padding-bottom: 30px;
}
.signintxt {
    text-decoration: underline;
    font-size: 20px;
    font-weight: 600;
    color: #81b03f;
}

.continuebtn a {
    background-color: #81b03f;
    color: #ffffff !important;
    text-decoration: none;
    padding: 15px;
    font-weight: 600;
    display: block;
    border-radius: 0.625rem;
    transition: all linear 0.3s;
    text-align: center;
}

    .continuebtn a:hover {
        background-color: #58595b;
        transition: all linear 0.3s
    }

.msg {
    text-align: center;
    padding: 15px;
    padding-bottom: 15px;
    padding-bottom: 15px;
    line-height: 22px;
    padding-bottom: 60px;
}

.msg-new-account {
    text-align: center;
    padding: 15px;
    background-color: #ffffff;
    margin: auto;
    position: relative;
    z-index: 1;
    width: 200px;
    text-align: center;
}

.msg-new-account-smaller {
    text-align: center;
    padding: 15px;
    background-color: #ffffff;
    margin: auto;
    position: relative;
    z-index: 1;
    width: 215px;
    text-align: center;
}

.msg-new-account-small {
    text-align: center;
    padding: 15px;
    background-color: #ffffff;
    margin: auto;
    position: relative;
    z-index: 1;
    width: 100px;
    text-align: center;
}

.otp {
    text-align: center;
    font-weight: 500
}

.msg-new-account-border {
    height: 1px;
    color: red;
    background-color: #707070;
    width: 100%;
    position: relative;
    top: -22px;
}

.payble-amt {
    font-size: 18px;
    line-height: 1.363636;
    text-align: center;
    padding: 20px 0 30px 0
}

.changeotp {
    color: #666666;
    display: inline;
    padding-left: 15px;
}

    .changeotp a {
        color: #666666;
        font-weight: 600;
        text-decoration: underline;
    }

.size-w-50 {
    width: 120px;
}

.wrap-table-shopping-cart {
    overflow: auto;
}

.table-shopping-cart {
    border-collapse: collapse;
    width: 100%;
    min-width: 930px;
}

    .table-shopping-cart th {
        background-color: #f7f6f2
    }

    .table-shopping-cart tr.table_row {
        border-bottom: 1px solid #e6e6e6;
    }

    .table-shopping-cart .column-1 {
        width: 485px;
    }

    .table-shopping-cart .column-2 {
        width: 250px;
    }

    .table-shopping-cart .column-3 {
        width: 290px;
    }

    .table-shopping-cart .column-4 {
        width: 150px;
    }

    .table-shopping-cart .table_row td {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .table-shopping-cart .table_head th {
        font-size: 16px;
        color: #333;
        text-transform: capitalize;
        line-height: 1.6;
        padding-top: 15px;
        padding-bottom: 15px;
    }

.fldlabel {
    padding-bottom: 5px;
}

.redcolstar {
    color: red;
}

.table-shopping-cart-full {
    border-collapse: collapse;
    width: 100%;
    min-width: 1110px;
}

    .table-shopping-cart-full th {
        background-color: #f7f6f2
    }

    .table-shopping-cart-full tr.table_row {
        border-bottom: 1px solid #e6e6e6;
    }

    .table-shopping-cart-full .column-1 {
        width: 500px;
    }

    .table-shopping-cart-full .column-2 {
        width: 210px;
    }

    .table-shopping-cart-full .column-3 {
        width: 200px;
    }

    .table-shopping-cart-full .column-4 {
        width: 200px;
    }

    .table-shopping-cart-full .table_row td {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .table-shopping-cart-full .table_head th {
        font-size: 16px;
        color: #333;
        text-transform: capitalize;
        line-height: 1.6;
        padding-top: 15px;
        padding-bottom: 15px;
    }

.separatordiv {
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
    color: #e6e6e6;
    margin: 25px 0
}

.floatleft {
    float: left !important;
    width: 48%;
}

.floatright {
    float: right !important;
    width: auto;
}

.total-price-amount {
    margin: 25px 0;
}

    .total-price-amount ul li:not(:last-child) {
        margin-bottom: 5px;
    }

    .total-price-amount ul li label {
        width: 45%;
        font-size: 16px;
        color: #666666;
        font-weight: 300;
    }

    .total-price-amount ul li span {
        width: 45%;
        font-size: 16px;
        color: #666666;
        font-weight: 600;
        padding-left: 0.313rem;
    }

.totalamt {
    font-size: 16px;
    color: #666666;
    font-weight: 600;
    padding-top: 25px;
}

.checkout-bg {
    min-height: 400px;
    width: 100%;
    text-align: center;
    margin: auto;
    background-image: url(../images/landing-banner-checkout.webp);
    background-position: top top;
    background-repeat: no-repeat;
    background-size: cover;
}

.btnshopnow {
}

    .btnshopnow a {
        background-color: #ffffff;
        color: #58595b;
        text-decoration: none;
        border: 1px solid #58595b;
        padding: 10px;
        font-weight: 600;
        display: block;
        width: 100px;
        transition: all linear 0.3s;
        text-align: center;
    }

        .btnshopnow a:hover {
            background-color: #58595b;
            color: #ffffff;
            transition: all linear 0.3s
        }

.font {
    font-size: 16px;
}

.bold {
    font-weight: 500
}

.borderbottom {
    border-bottom: 1px solid #e6e6e6;
}

.titleform {
    font-size: 21px;
    padding: 15px 0 10px 0
}

.greenborder-checkout {
    border: 1px dashed #81b03f;
    margin-top: 10px;
    padding: 15px;
    font-size: 16px;
}

.size140 {
    width: 200px;
}







.owl-theme .owl-dots .owl-dot {
    display: none !important;
    zoom: 1;
}

.unitsmobile {
    display: none;
}

.mb5 {
    margin-bottom: 5px;
}

.units {
    border: 1px solid #F51980;
    padding: 3px 10px;
    height: 47px;
    margin-top: 7px;
    font-size: 13px;
    color: #F51980;
    text-align: center;
    margin-bottom: 5px;
    line-height: 38px;
    width: 59%;
    display: block;
}

.contents {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding: 5px 0;
    font-size: 21px;
    margin: 10px 0;
}

.container-logos {
    background-color: #F0F0F0;
    padding: 10px 0;
    margin: 12px 0 30px 0;
}

    .container-logos img {
        margin-right: 40px;
    }

.testimony-image {
    float: left;
    width: 13%;
    display: none;
}

.testimony-border {
    border: 1px solid #707070;
    padding: 15px;
    border-radius: 15px;
    height: 185px;
    margin-bottom: 30px;
    overflow: auto;
}

.testimony-photo img {
    border-radius: 50%
}

.testimony-person {
    float: left;
    padding-left: 0px;
    width: 80%
}

.person {
    font-size: 14px;
    text-transform: lowercase;
}

.updatedtime {
    font-size: 14px;
    color: #999999;
}

.testimonystar {
    color: #FFCC00;
    font-size: 22px;
}

.testimony-writeup {
    color: #666666;
    padding-top: 10px;
}

.deep-gray-container {
    background-color: #404040;
    padding: 40px 0;
    margin-bottom: 40px;
    margin-top: 30px;
}

.section-title {
    text-align: center;
    color: #6CFF00;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 25px;
}

.section-title-deep-green {
    text-align: center;
    color: #0E6636;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 45px;
}

.direction-title-deep-green {
    text-align: center;
    color: #0E6636;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 0px;
}

.helps {
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    padding-bottom: 15px;
}

.helps-icon {
    padding-right: 10px;
    float: left;
    width: 10%;
    padding-top: 2px;
}

.helps-txt {
    padding-right: 10px;
    float: right;
    width: 88%;
    text-align: left;
    padding-bottom: 20px;
}

.enriched-image {
    float: left;
    width: 20%;
}

.enriched-image-icon {
    float: left;
    width: 70%;
}

.enriched-image img {
    width: 100%;
}

.enriched-data {
    float: left;
    padding-left: 10px;
    width: 70%
}

.enriched-items {
    font-size: 16px;
}

.enriched-text {
    font-size: 16px;
    font-weight: 300;
    padding-top: 5px;
    padding-bottom: 45px;
}

.lineshadow {
    margin: 20px 0 40px 0;
    -webkit-box-shadow: 0 2px 2px #cccccc;
    -moz-box-shadow: 0 2px 2px #cccccc;
    box-shadow: 0 2px 2px #cccccc;
}

.rightreview {
    margin: 20px 0 50px 0;
}

    .rightreview a img {
        display: inline-block;
        padding-right: 15px;
    }

    .rightreview a {
        border: 1px dashed #000000;
        padding: 10px 30px;
        color: #000000;
        width: 250px;
        margin: auto;
        text-align: center;
        display: block;
        transition: all 0.2s linear
    }

        .rightreview a:hover {
            text-decoration: none;
            background-color: #f2f2f2;
            transition: all 0.2s linear
        }

.rightproductreview {
    margin: 25px 0
}

    .rightproductreview a {
        border: 1px dashed #000000;
        padding: 10px 30px;
        color: #000000;
        width: 250px;
        margin: auto;
        text-align: center;
        display: block;
        transition: all 0.2s linear;
        font-size: 14px;
    }

        .rightproductreview a:hover {
            text-decoration: none;
            background-color: #f2f2f2;
            transition: all 0.2s linear
        }

        .rightproductreview a img {
            display: inline-block;
            padding-right: 10px;
        }

.direction {
    border: solid 1px #999;
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 30px;
    font-size: 16px;
}

.direction-writeup {
    padding: 0 30px 0 30px;
    font-size: 16px;
    text-align: center;
    padding-top: 15px;
}

.ani {
    width: 30%;
    margin: auto;
    text-align: center
}

.colorgrey {
    background-color: #f3f3f3;
    padding: 20px 35px 40px 35px;
}

.matter-why {
    font-size: 16px;
    padding-bottom: 20px;
    font-weight: 300;
}

.blackcolorpatch {
    background-color: #000000;
    color: #ffffff;
    padding: 15px;
    min-height: 210px;
    font-size: 16px;
    font-weight: 300
}

.punchline {
    padding-bottom: 10px;
    font-size: 18px;
}

.coloraqua {
    color: #64F3FF;
    font-weight: 400
}

.colorlightgreen {
    color: #D5DE7F;
    font-weight: 400
}

.colorviolet {
    color: #EFAAFF;
    font-weight: 400
}

.manufacturer-information {
    font-size: 16px;
    font-weight: 300;
}

    .manufacturer-information p {
        padding-bottom: 12px;
    }

.write-review {
    padding: 15px;
    margin-bottom: 30px;
    font-size: 16px;
    width: 100%;
}

.write-review-writeup {
    padding: 0 30px 0 30px;
}

.review-product {
    margin-top: 25px;
}


.add-discription {
    padding: 15px 0
}

.add-discription-text {
    height: 100px;
    border: 1px solid #000000;
    width: 100%;
    border-radius: 15px;
    padding: 10px;
}

.comments {
    text-align: center;
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 25px;
}

.comment-text {
    width: 100%;
    border-radius: 15px;
    padding: 10px;
    text-align: center
}

.submit-review {
    text-align: center;
    margin: auto;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .submit-review a {
        background-color: #000000;
        color: #ffffff;
        padding: 10px 40px;
        border-radius: 15px;
    }

.closepage {
    float: right
}

.happyemoji {
    width: 40%;
    margin: auto;
    padding-top: 50px;
}

.sademoji {
    width: 30%;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 20px;
}

.adddesktop {
    display: block
}

.addmobile {
    display: none !important
}

#footer {
    display: none;
}

.containerfull {
    max-width: 1600px !important;
    margin: auto;
}

.containeroverlay {
    position: relative;
    width: 100%;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.over-lay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(0,0,0,0.8);
}

.containeroverlay:hover .over-lay {
    opacity: 1;
}

.text {
    color: white;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.productlinks {
    margin-top: 20px;
}

    .productlinks a {
        text-align: center;
        border: 1px solid #ffffff;
        border-radius: 10px;
        padding: 7px;
        text-decoration: none;
        display: block;
        color: #ffffff;
        width: 250px;
        margin: auto;
        margin-bottom: 15px;
        font-size: 16px;
        transition: all 0.4s linear
    }

        .productlinks a:hover {
            background-color: rgba(125,125,125,0.5);
            transition: all 0.4s linear
        }

.shelltextmob {
    display: none
}

.spacermt {
    padding-top: 28px;
}

.spacermb {
    margin-bottom: 25px;
}

.title-socialnews {
    text-align: center;
    font-size: 45px;
    padding: 25px 0 10px 0;
    color: #58595b;
    font-weight: 100
}

.sociallogos {
    padding-top: 10px;
}

.acbtn4 {
    cursor: pointer;
    margin: 10px 0 0px 0;
    background: url("../images/arrow-circle1.png") no-repeat;
    height: 25px;
    width: 25px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    transition: 0.8s;
}

    .acbtn4.select-arrow {
        transform: rotate(180deg);
    }

.acbtn {
    cursor: pointer;
    margin: 10px 0 0px 0;
    background: url("../images/arrow-circle1.png") no-repeat;
    height: 25px;
    width: 25px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    transition: 0.8s;
}

    .acbtn.select-arrow {
        transform: rotate(180deg);
    }

.space-nil1 {
    padding: 0px;
}

.sp {
    margin-bottom: 25px;
}

.product-logo {
    margin-top: auto;
    text-align: center;
    margin-top: 30px;
    margin: auto;
    justify-content: center;
    display: flex;
}

.all-catagory-matter {
    text-align: center;
    font-size: 16px;
    padding: 40px 0 40px 0;
    max-width: 840px;
    width: 100%;
    margin: auto;
    font-weight: normal;
}

.txt-container {
    display: table;
    height: 100%;
    width: 80%;
}

.txt {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding-left: 20%;
    font-size: 16px;
    font-weight: normal
}

.category-title {
    font-size: 23px !important;
    padding: 10px 0;
    font-weight: 400
}

    .category-title a:hover {
        text-decoration: none;
    }

.category-link {
    padding: 20px 0;
}

    .category-link a {
        font-size: 14px;
        font-weight:bold;
    }

        .category-link a:hover {
            color: #585858;
            text-decoration: none
        }

.space-nil {
    padding: 0px;
}

.icon-matter {
    text-align: center;
    font-size: 16px;
    padding-bottom: 50px;
    font-weight: normal
}

.icons img {
    text-align: center;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

.blacklinetop {
    background-color: #000000;
    color: #000000;
    height: 1px;
    width: 100%;
    margin-bottom: 30px;
}

.blacklinebottom {
    background-color: #000000;
    color: #000000;
    height: 1px;
    width: 100%;
    position: absolute;
}

.allinoneimagesdesktop {
    display: block
}

.allinoneimagesmob {
    display: none
}

.fixed-content-top {
    position: fixed;
    top: 25%;
    right: 0;
    z-index: 100;
}

.pt15 {
    padding-top: 15px;
}

.pb15 {
    padding-bottom: 15px;
}

.pt25 {
    padding-top: 25px;
}

#menu {
    margin-left: -80px;
}

.location-title {
    font-size: 17px;
    font-weight: 400;
}

.contact-yellow-box {
    width: 190px;
    background-color: #ffd645;
    padding: 3px 4px;
    margin: 4px 0;
    font-size: 16px;
    font-weight: 400;
}

.officeaddress {
    font-size: 16px;
    font-weight: 300
}

.contacrspacertop {
    margin-top: 30px;
}

.catagorydiv {
    text-align: center;
    font-size: 30px;
    padding: 0 0 30px 0;
    text-transform: capitalize;
    font-weight: 400
}

.whitebg-new {
    height: 490px;
    width: 270px;
    margin: auto;
    margin-bottom: auto;
    margin-bottom: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-box-shadow: 0px 0px 4px 1px rgba(214,214,214,1);
    -moz-box-shadow: 0px 0px 4px 1px rgba(214,214,214,1);
    box-shadow: 0px 0px 4px 1px rgba(214,214,214,1);
}

.strong {
    font-weight: bold;
}

.clinically-validated {
    float: right;
    margin-right: 11px;
    margin-top: 7px;
}

.nameproduct {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 0 10px;
    padding-top: 20px;
    color: #000000;
    margin-top: 16px;
    height: 75px;
    margin-bottom: 15px;
}

.product-gramege-all {
    text-align: center;
    color: #000000;
    font-size: 14px;
    padding-bottom: 5px;
}

.productprice {
    text-align: center;
    color: #000000;
    font-size: 16px;
    padding-top: 15px;
}

.allinclisive {
    text-align: center;
    color: #000000;
    font-size: 14px;
}

.addtocart-shop {
    display: block;
    text-align: center;
    margin-top: 12px;
}

.addtocart-shop-index {
    display: block;
    text-align: center;
    margin-top: 12px;
}

.addtocart-shop a {
    color: #ffffff;
    background-color: #666666;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    padding: 7px 22px;
    transition: all 0.2s linear;
    font-weight: bold;
    font-size: 14px;
}

.addtocart-shop-index a {
    color: #ffffff;
    background-color: #666666;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    padding: 7px 22px;
    transition: all 0.2s linear;
    font-weight: bold;
    font-size: 14px;
}

.display-product-Shop {
    text-align: center;
    margin: 20px 0 5px 0;
    cursor: pointer;
}

.image-cart {
    display: inline-block;
    margin-top: 9px;
    margin-left: 50px;
}

.image-cart-index {
    display: inline-block;
    margin-top: 9px;
    margin-left: 60px;
    width: 55px;
}

.txtbox1 {
    width: 32px;
    height: 32px;
    border: 1px solid #58595b;
    padding: 5px;
    margin-right: 10px;
    text-align: center;
    position: relative;
    top: 1px;
}

.backToTop {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 0px;
    z-index: 99;
    font-size: 12px;
    border: none;
    outline: none;
    background-color: #9c9b9b;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 15px;
}

.landing-naturamore-bg {
    min-height: 400px;
    width: 100%;
    text-align: center;
    margin: auto;
    background-image: url("../images/top-banner-naturamore.jpg");
    background-position: top top;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -25px;
    margin-bottom: 30px;
}

.landing-herbsnmore-bg {
    min-height: 400px;
    width: 100%;
    text-align: center;
    margin: auto;
    background-image: url("../images/top-banner-herbsnmore.jpg");
    background-position: top top;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -25px;
    margin-bottom: 30px;
}

.landing-cleannmore-bg {
    min-height: 400px;
    width: 100%;
    text-align: center;
    margin: auto;
    background-image: url("../images/top-banner-cleannmore.jpg");
    background-position: top top;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -25px;
    margin-bottom: 30px;
}

.landing-biofit-bg {
    min-height: 400px;
    width: 100%;
    text-align: center;
    margin: auto;
    background-image: url("../images/top-banner-biofit.jpg");
    background-position: top top;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -25px;
    margin-bottom: 30px;
}

.bggreen p, .bgpink p, .bgcyan p, .bgblue p {
    padding-bottom: 10px;
    font-weight: 500;
    color: black;
}
}

.bggreen {
    background-color: #FDC99A;
    color: #000000;
    height: 230px;
    padding: 20px 60px;
    text-align: center;
    margin: 0 0 25px 0;
}

.bgpink {
    background-color: #CCD37B;
    color: #000000;
    height: 230px;
    padding: 20px 60px;
    text-align: center;
    margin: 0 0 25px 0;
}

.bgcyan {
    background-color: #EBD079;
    color: #000000;
    height: 250px;
    padding: 20px 60px;
    text-align: center;
    margin: 0 0 25px 0;
}

.bgblue {
    background-color: #ACDEF7;
    color: #000000;
    height: 250px;
    padding: 20px 60px;
    text-align: center;
    margin: 0 0 25px 0;
}

.linksindex {
    margin: 8px 0 8px 0
}

    .linksindex a {
        background-color: #ffffff;
        color: #000000;
        text-align: center;
        padding: 10px 10px;
        display: block;
        transition: all 0.5s linear
    }

        .linksindex a:hover {
            background-color: #f2f2f2;
            text-decoration: none;
            transition: all 0.5s linear
        }

.page-separator {
    box-shadow: 0 2px 2px #cccccc;
    margin: 50px 0;
    display: block
}

.index-text-matter {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #222222;
    padding: 10px 0 60px 0;
    line-height: 28px;
    text-align: center;
    max-width: 1140px;
    margin: auto;
    display: flex;
    justify-content: center;
}

.greyindexbg {
    padding: 15px 30px;
    font-size: 14px;
    background-color: #F2F2F2;
    color: #000000;
    margin: 0 0 15px 0;
    border-radius: 35px;
}

.live {
    display: inline-block;
    width: 5%;
    color: #c9601e;
}

.marq {
    display: inline-block;
    width: 90%;
    position: relative;
    top: 7px;
}

.icons {
    margin: 20px 10px 0 10px;
}
/*.icons img{width: 70%}*/
/* *********************** shop online pages endss ******************* */

@media (max-width:768px) {

    #footer {
        position: fixed;
        clear: both;
        width: 100%;
        height: 70px;
        bottom: 0;
        border: none;
        padding: 15px 15px 20px 15px;
        text-align: left;
        color: #335500;
        background-color: #000000;
        display: block;
        z-index: 99
    }
    table.co {
        border: 0;
    }

        table.co thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        table.co tr {
            border-bottom: 2px solid #ddd;
            display: block;
            margin-bottom: .625em;
        }

        table.co td {
            border-bottom: 1px solid #ddd;
            display: block;
            font-size: 14px;
            text-align: right;
        }

            table.co td::before {
                content: attr(data-label);
                float: left;
                font-weight: 500;
                font-size: 14px;
                text-transform: capitalize;
            }

            table.co td:last-child {
                border-bottom: 0;
            }

    .productcenter {
        margin: auto;
        width: 50%
    }

    .promo-code {
        width: 100%
    }

        .promo-code a {
            display: block
        }

    .txt-promo-code {
        color: #ff0000;
        margin-left: 24px;
        display: contents;
        font-size: 14px;
    }



    .sub-image div {
        width: 20%;
    }
    .diectionuse {
        margin-top: 0px;
        margin-bottom: 15px;
    }
    .width25 {
        width: auto;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 10px;
    }
    .width33 {
        
        display: inline-block;
        vertical-align: top;
        margin-bottom: 10px;
    }
    .mobprice {
        display: inline
    }

    .product-txtfld {
        border: 1px solid #58595b;
        width: 24%;
        text-align: center;
        margin: 0px 0 5px 0;
        font-size: 16px;
        height: 49px;
        float: left
    }

    .adddesktop {
        display: none !important
    }

    .addmobile {
        display: block !important
    }

    .addtocart {
        margin: 0px 0px 6px 10px;
        display: block;
        width: 72%;
        float: left
    }

        .addtocart a {
            text-align: center;
            background-color: #0e6636;
            color: #ffffff;
            padding: 14px 20px;
            display: block;
            border-radius: 10px;
        }

            .addtocart a:hover {
                background-color: #58595b;
                text-decoration: none
            }


    #owl-carousel2 {
        display: none;
    }

    #player {
        max-width: 100%;
    }

    .blackcolorpatchbiofit {
        min-height: auto;
        font-size: 14px;
        margin-bottom: 15px;
    }

    .greyindexbg {
        padding: 15px 15px;
    }

    .ani {
        width: auto;
    }

    .direction-writeup {
        padding: 0 10px 0 10px;
    }

    .live {
        width: 10%
    }

    .marq {
        width: 85%;
    }

    .page-separator {
        margin: 20px 0;
    }

    .index-text-matter {
        font-size: 15px;
        padding: 25px 15px 15px 15px;
    }

    .mobilecarouselspacer {
        margin: 0 0px;
    }

    .bggreen, .bgpink, .bgcyan, .bgblue {
        height: auto;
        padding: 20px 20px;
        margin: 0 0 15px 0;
    }

    .mspacer {
        margin-left: -15px;
    }

    .landing-naturamore-bg {
        max-height: 400px;
        background-image: url("../images/top-banner-naturamore-mobile.jpg");
        background-attachment: scroll;
        background-position: center center;
        background-size: cover;
        height: 40vh;
        margin-top: -30px;
        width: 100%
    }

    .landing-herbsnmore-bg {
        max-height: 400px;
        background-image: url("../images/top-banner-herbsnmore-mobile.jpg");
        background-attachment: scroll;
        background-position: center center;
        background-size: cover;
        height: 40vh;
        margin-top: -30px;
        width: 100%
    }

    .landing-cleannmore-bg {
        max-height: 400px;
        background-image: url("../images/top-banner-cleannmore-mobile.jpg");
        background-attachment: scroll;
        background-position: center center;
        background-size: cover;
        height: 40vh;
        margin-top: -30px;
        width: 100%
    }

    .landing-biofit-bg {
        max-height: 400px;
        background-image: url("../images/top-banner-biofit-mobile.jpg");
        background-attachment: scroll;
        background-position: center center;
        background-size: cover;
        height: 40vh;
        margin-top: -30px;
        width: 100%
    }

    .header-item-left, .header-item-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .footer-links-right a {
        text-align: right;
    }

    .bg2 {
        padding: 10px 0;
    }

    .bg2-productpage {
        padding: 10px 0;
        margin-bottom: 55px;
    }

    .footerlogo {
        padding-top: 15px;
        text-align: right;
        float: right;
    }

    .footertitle {
        margin-top: 15px;
        text-align: right
    }

    .yellow-color {
        line-height: 14px;
        padding-top: 6px;
    }

    .footerspacertopright {
        padding-top: 46px;
    }

    .fixed-content-top {
        display: none
    }

    .contacrspacertop {
        margin-top: 10px;
    }

    .officeaddress {
        font-size: 15px;
    }

    .catagorydiv {
        text-align: center;
        font-size: 22px;
        padding: 10px 0;
    }

    #menu {
        margin-left: 0px;
    }

    .allinoneimagesdesktop {
        display: none
    }

    .allinoneimagesmob {
        display: block;
        margin: auto;
        text-align: center;
        width: 80%;
    }

        .allinoneimagesmob img {
            margin-bottom: 15px;
        }

    .blacklinetop {
        display: none;
    }

    .blacklinebottom {
        display: none
    }

    .space-nil {
        padding: 0 15px;
    }

    .icon-matter {
        font-size: 14px;
        padding-bottom: 20px;
    }

    .icons img {
        margin-top: 5px;
        margin-bottom: 15px;
    }

    .all-catagory-matter {
        font-size: 15px;
        padding: 20px 15px 20px 15px;
    }

    .txt-container {
        display: block;
        width: 100%;
    }

    .txt {
        display: block;
        text-align: center;
        vertical-align: middle;
        padding-left: 0px;
        font-size: 15px;
    }

    .category-title {
        font-size: 18px !important;
        text-align: center;
        padding-top: 20px;
    }

    .category-link {
        padding: 20px 0 30px 0
    }

    .spacermb {
        margin-bottom: 0px;
    }

    .spacermt {
        padding-top: 0px;
    }

    .shelltextmob {
        color: #ffffff;
        font-size: 14px;
        text-align: center;
        padding: 10px 15px;
        display: block;
        background-color: #000000;
        margin-bottom: 15px;
    }

    .productlinks {
        margin-top: 10px;
    }

        .productlinks a {
            padding: 5px 7px;
            margin-bottom: 10px;
            font-size: 14px;
            width: 200px;
        }

    .title-socialnews {
        font-size: 25px;
        padding: 25px 0 10px 0;
    }

    .over-lay {
        display: none
    }

    #footer {
        position: fixed;
        clear: both;
        width: 100%;
        height: 70px;
        bottom: 0;
        border: none;
        padding: 15px 15px 20px 15px;
        text-align: left;
        color: #335500;
        background-color: #000000;
        display: block;
        z-index: 99
    }

    .mobprice {
        display: block
    }

    .product-txtfld {
        border: 1px solid #58595b;
        width: 24%;
        text-align: center;
        margin: 0px 0 5px 0;
        font-size: 16px;
        height: 49px;
        float: left
    }

    .adddesktop {
        display: none !important
    }

    .addmobile {
        display: block !important
    }

    .clwhite10 {
        color: #ffffff;
        padding: 10px 0 15px 0;
    }

    .productname {
        font-size: 26px;
        line-height: 1.2;
        color: #222222;
        padding-bottom: 15px;
        display: none
    }

    .productname-mobile {
        display: block;
        font-size: 18px;
        padding-bottom: 15px;
        padding-top: 0px;
    }

    .units {
        display: none
    }

    .unitsmobile {
        display: block;
        border: 1px solid #F51980;
        padding: 10px;
        height: auto;
        margin-top: 0px;
        font-size: 13px;
        color: #F51980;
        text-align: center;
        margin: 5px 0;
    }

    .contents {
        padding: 10px 15px;
        font-size: 16px;
        text-align: left;
        margin: 10px -15px 10px -15px;
        background-color: #e6e6e6;
        border: transparent;
    }

    .container-logos {
        background-color: #F0F0F0;
        padding: 10px 0;
        margin: 20px 0 40px 0
    }

    .spacer {
        margin-left: -10px;
        margin-right: -10px;
    }

   /* .container-logos img {
        margin-right: 10px;
        width: 85%;
        max-width: 100%;
    }*/

    .deep-gray-container {
        padding: 15px 0
    }

    .section-title {
        font-size: 16px;
        padding-bottom: 15px;
    }

    .helps {
        text-align: left;
        font-size: 15px;
        padding-bottom: 10px;
    }

    .enriched-items {
        font-size: 15px;
    }

    .enriched-text {
        font-size: 15px;
        padding-top: 3px;
        padding-bottom: 25px;
    }

    .direction {
        height: auto;
        margin-bottom: 15px;
        font-size: 14px;
    }

    .matter-why {
        font-size: 15px;
    }

    .blackcolorpatch {
        min-height: auto;
        font-size: 14px;
        margin-bottom: 15px;
    }

    .punchline {
        font-size: 16px;
    }

    .section-title-deep-green {
        font-size: 16px;
        padding-bottom: 25px;
    }

    .direction-title-deep-green {
        font-size: 16px;
        padding-bottom: 15px;
    }

    .testimony-border {
        margin-bottom: 15px;
    }

    .colorgrey {
        padding: 20px 15px 40px 15px;
    }

    .review-stars {
        height: auto;
        display: flex;
        align-items: center;
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }

    .rightproductreview a {
        border: 1px dashed #000000;
        padding: 10px 5px;
        color: #000000;
        width: auto;
        margin: auto;
        text-align: center;
        display: block;
        transition: all 0.2s linear;
    }

    .review-product img {
        width: 70%
    }

    .manufacturer-information {
        font-size: 15px;
    }

    .addtocart {
        margin: 0px 0px 6px 10px;
        display: block;
        width: 72%;
        float: left
    }

        .addtocart a {
            text-align: center;
            background-color: #0e6636;
            color: #ffffff;
            padding: 14px 20px;
            display: block;
            border-radius: 10px;
            width: 125px;
        }

            .addtocart a:hover {
                background-color: #58595b;
                text-decoration: none
            }
    /* *********************** shop online pages starts ******************* */
    .shoptopspacer {
        margin-top: 100px;
    }

    .page-title {
        font-size: 14px;
    }

    .payble-amt {
        font-size: 15px;
        padding: 0px 0 30px 0
    }

    .floatleft {
        float: none !important;
        width: 100%;
    }

    .floatright {
        float: none !important;
    }

    .total-price-amount ul li label, .total-price-amount ul li span {
        font-size: 15px;
    }

    .totalamt {
        padding-top: 0px;
    }

    .titleform {
        font-size: 18px;
    }

    .greenborder-checkout {
        font-size: 15px;
    }

    .font {
        font-size: 15px;
    }

    .checkout-bg {
        max-height: 400px;
        background-image: url("../images/landing-banner-checkout-mobile.webp");
        background-attachment: scroll;
        background-position: center center;
        background-size: cover;
        height: 40vh;
    }

    /* *********************** shop online pages endss ******************* */
    .bg2 {
        margin-top: 30px;
    }

    .bg2-productpage {
        margin-top: 30px;
    }

    .desktopdisplay {
        display: none
    }

    .mobiledisplay {
        display: block
    }

    .index-matter {
        font-size: 15px;
        padding: 20px 0;
    }

    .product-name {
        height: 60px;
    }

    .index-title {
        font-size: 18px;
    }

    .tabs-product-matter {
        font-size: 15px;
    }

    .readmorebtn {
        margin: 30px 0;
    }

    .assurance-spacer {
        padding-top: 10px;
    }

    .assurance-icons {
        float: left;
        width: 30%;
        margin-top: 10px;
    }

    .assurance-text {
        float: left;
        width: 65%;
        margin-top: 10px;
    }

    .assurance-title {
        font-size: 16px;
    }

    .assurance-matter {
        font-size: 15px;
        font-weight: 300;
        padding-top: 5px;
        padding-bottom: 15px;
    }

    .topspacer {
        margin-top: 110px;
    }

    .footer-col1, .footer-col2, .footer-col3, .footer-col4 {
        width: 100%;
        padding-right: 0;
    }

    .footer-col-title {
        min-height: 40px;
    }

    .tabcontainer {
        border: none;
    }

    .tab {
        float: none;
        width: 100%;
        height: auto;
    }

        .tab button {
            display: block;
            padding: 12px 16px;
            width: 100%;
            height: auto;
        }

    .tabcontent {
        float: none;
        padding: 20px 12px;
        border: none;
        width: 100%;
        height: auto;
    }
    /* ******************** shop startss *************** */
    .shoptabs {
        font-size: 14px;
        padding: 10px 15px 10px 15px;
        display: block;
        width: 100%;
        border-bottom: 1px solid #cccccc;
    }
    /* ******************** shop ends *************** */
    /* ******************** all product pages starts *************** */
    .productpagecontainer {
        margin: 90px 0 50px 0
    }

    .productname {
        font-size: 18px;
        padding-top: 15px;
    }

    .txt-product-page-sku {
        font-size: 15px;
        padding-top: 15px;
    }

    .productpage-matter p {
        font-size: 15px;
    }

    .ingredients-list ul li {
        font-size: 15px;
    }

    .productpage-subtitle {
        font-size: 16px;
    }

    .productpage-caption {
        font-size: 16px;
    }
    /* ******************** all product pages ends *************** */
}
