﻿body {
}
:root {
    /* --darkred: #FF004F;*/
    /* --blue: #034694;*/
    --lightblue: #4B9CD3;
    --orange: #F2782B;
    --grey: #979799;
    --brcolor: #ddd;
    --light-bg: #f8f8ff;
}

.error, textarea.error, input.error {
    color: #FF0000;
    font-size: small;
}
    /*front page Category decoration*/
    .image-box {
    border: 1px solid red;
    padding: 5px;
    transition: all 0.50s;
    min-height: 150px;
    margin-bottom: 10px;
}

    .image-box:hover {
        border: 2px solid yellow;
        box-shadow: 5px 5px lightgrey;
        cursor: pointer;
    }

/*Category decoration*/
.cat-style {   
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
}
.cat-container {
    border: 1px solid #DCDCDC;
}

.cat-image-box {
    border: 1px solid red;
    border-radius:5px;
     display:inline-block;
    vertical-align:middle;
    width: 90%;
    height: 130px;
    padding: 10px;   
    margin-top:7px;
    transition: all 1s;
}

    .cat-image-box:hover {
        border: 1px solid yellow;
        transform: translateX(0px) translateY(0px) scale(1.1) rotate(0deg);
    }
.cat-image-text {
    bottom: 0px;
    width: 100%;
    height:30px;
    line-height:30px;
    font-size:14px;
    font-weight:500;
    color:darkred;
    vertical-align:central;
    background-color: yellow;
}
 
.cat-btn {
    border-radius: 0px;
    border: none;
    height: 40px;
    text-decoration: none;
    background-color: #CD118A;
    color: white;
    padding-top: 7px;
    padding-left: 15px;
    padding-right: 15px;
    transition: all 1s;
}

    .cat-btn:hover {
        background-color: #FC7C0E;
        color: white;
    }

/* blue Left Side */
.left-content {
    background-color: #2BBCFB;
    color: white;
}

.ayurved {
    margin-top: 10px;
    font-size: 2.5vw;
    font-weight:900;
}
.plant-base {
    margin-top:1vw;
    font-size: 2.75vw;
}
.natural {
    font-size: 4.5vw;   
    font-weight: 900;
    color: yellow
}

.ayurved, .plant-base, .natural {
    text-align: right;
}

@media(max-width: 500px) {
    .ayurved, .plant-base, .natural {
        text-align: center;
    }
    .natural
    {
        margin-bottom:10px;
    }
}
/*end*/




/*cut out tex*/
.image-container {
    background-image: url('../uploadfiles/common/hero.jpg');
    background-size: cover;
    position: relative;
    height: 400px;
}

.cut-out {
    background-color: white;
    color: black;
    font-size: 6.5vw;
    font-weight: bold;
    margin: 0 auto;
    padding: 10px;
    width: 45%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    mix-blend-mode: screen;
}
/*end*/

.cart-area {   
}

@media(max-width: 500px) {
    .cart-area {       
        margin-top:20px;
    }
}

/*end*/
/*end*/
.logo-area {
}

@media(max-width: 500px) {
    .logo-area {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/*end*/
.no-link {
    text-decoration: none;    
}

.no-link-white {
    text-decoration: none;
    color: white;
}
.no-link-white {
    color: white;
}

.let-bg {
    background-image: url('../uploadfiles/common/row-bgimage-6.jpg');   
    min-height:500px;
   
}
.let-text {
    background-color:var(--blue);
    color: white;
    min-height:500px;
}
    .let-text h1{
        font-size:72px;
        font-weight:900;
    }
    .let-text h2 {
        font-size: 36px;
        font-weight: 600;
    }
    /*footer sections*/
.footer-bg {
        background-image: url('../uploadfiles/common/footer_bg.jpg');
    }
.footer-strip {
    background-color: #515151;
    color: white;
    min-height: 35px;
    line-height: 35px;
    vertical-align: middle;
    text-align: center;
}

.footer-bar {
    background-color: #333333;
    color: white;
    padding-top:10px;
}

.footer-list {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}

.footer-list-item {
    list-style: none;
    text-decoration: none
}

/*footer sections end*/

.parent {
    position: relative;
   /* max-width: 800px;*/
    margin: 0 auto;
}

    .parent img {
        vertical-align: middle;
    }

    .parent .text {
        position: absolute;
        bottom: 0;
        background: rgb(0, 0, 0); /* Fallback color */
        background: rgba(0, 0, 0, 0.5); /* Black background with opacity */
        color: #ffffff;
        width: 100%;
        padding: 20px;
    }

.triangle {   
    background-image: url('../UploadFiles/Common/bg-sample.png');
    background-repeat:no-repeat;
    height:100%;
    /*background: linear-gradient(to bottom left, #fff 0%, #fff 50%, #2BBCFB 50%, #2BBCFB 100%);*/
}

.green-underline {
  
}
    .green-underline h4 {
        border-bottom: 2px solid var(--orange);
        color:var(--blue);
        display: inline-block;
    }

    .green-underline h5 {
        border-bottom: 2px solid var(--orange);
        color: var(--blue);
        display: inline-block;
    }






.more-product {
    background-color: var(--blue);
    padding: 10px;
    color: white;
    border: none;
    transition: all 0.5s;
}
    .more-product:hover {
        background-color: var(--orange);
        padding: 10px;
        color: white;
        border-left: 5px solid var(--grey);
        border-right: 5px solid var(--grey);
    }

.icon-box {
    display: inline-block;
    width: 126px;
    margin: 27px;
    padding:14px 14px 0px 14px;
}

@media(max-width: 500px) {
    .icon-box {
        margin: 5px;        
    }
}



.social-icon {
    display: inline-block;
    width: 76px;
    height: 76px;
    line-height: 76px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    margin: 3px;
    padding: 10px 10px 0px 10px;
    cursor:pointer;
}

@media(max-width: 500px) {
    .social-icon {
        width: 60px;
        height: 60px;
        padding: 1px 1px 0px 1px;
        margin: 0px;
    }
}
.social-icon:hover {
    background-color: #FC7C0E;
    color:white;
}
.facebook-bg {
    background-color: #3B5998;
}
.twitter-bg {
    background-color: #1DA1F2;
}
.youtube-bg {
    background-color: #FF0000;
}
.instagram-bg {
    background-color: #3F729B;
}

.whatsup-bg {
    background-color: limegreen;
    color:white;
}
.orange-bg {
    color: #FC7C0E;
}

#topbar {
    /*background-color:  #FC7C0E;*/
    background-color: var(--light-bg);
    border-bottom:solid 1px var(--brcolor);
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    padding: 0px 10px 0px 10px;
    color: var(--blue);
}
#searchbar{
    padding:20px 0px 5px 0;
   /* background-color:azure;*/
}
.pr-zero
{
    padding-right:0px;
}
.pl-zero {
    padding-left: 0px;
}
.search-box {
    width: 95% !important;
    border-style: none;
    border: solid 1px var(--blue);
    padding: 9px 10px 9px 10px;
    float: right;
    transition: width 0.5s;
}
    .search-box:hover {
        width: 100% !important;
    }


.search-button {
    background-color: white;
    color: var(--grey);
    border-style: none;
    border: solid 1px var(--blue);
    padding: 5px 10px 5px 10px;
    margin-left: -1px;
    transition: all 0.5s;
}
    .search-button:hover {
        background-color: #0047AB;
        color: white;
    }

.toll-free {
    font-size:x-large;
    font-weight: 800;
    text-align: right;
    color: var(--darkred);    
}
.login-text {
    color: #B8B5B5;
    text-align: right;
}
.slow-gun {
    margin-left: 46px;
    color: #B8B5B5;
}

@media(max-width: 500px) {
    .slow-gun {
        margin-left:73px;
    }
}


#sliderbar {
    
}

#iconbar {

}


#testimonial {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 30px;
}

/* -------- Testimonials Section Starts --------- */

@font-face {
    font-family: 'fontawesome-webfont';
    src: url('fonts/fontawesome-webfont.woff') format('woff');
}

.testimonial-bg {
    border: 10px solid #FC7C0E;
    padding: 30px 70px;
    text-align: center;
    position: relative;
}

    .testimonial-bg:before {
        content: "\f10d";
        font-family: "fontawesome-webfont";
        width: 75px;
        height: 75px;
        line-height: 75px;
        background: #fff;
        text-align: center;
        font-size: 50px;
        color: #3c414c;
        position: absolute;
        top: -40px;
        left: 2%;
    }

.testimonial {
    padding: 0 15px;
}

    .testimonial .description {
        font-size: 20px;
        font-weight: 400;
        font-style: italic;
        color: #848484;
        line-height: 30px;
        padding-bottom: 25px;
        margin-bottom: 15px;
        position: relative;
    }

        .testimonial .description:before {
            content: "";
            width: 75%;
            border-top: 1px solid #ddd;
            margin: 0 auto;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
        }

        .testimonial .description:after {
            content: "";
            width: 20px;
            height: 20px;
            background: #fff;
            position: absolute;
            bottom: -10px;
            left: 50%;
            border-bottom: 1px solid #ddd;
            border-right: 1px solid #ddd;
            transform: translateX(-50%) rotate(45deg);
        }

    .testimonial .pic {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        margin: 25px auto;
        overflow: hidden;
    }

        .testimonial .pic img {
            width: 100%;
            height: auto;
        }

    .testimonial .title {
        display: inline-block;
        font-size: 23px;
        font-weight: 700;
        color: #848484;
        text-transform: capitalize;
        margin: 0;
    }

    .testimonial .post {
        display: inline-block;
        font-size: 20px;
        color: #848484;
    }

.owl-theme .owl-controls {
    background: #fff;
    margin-top: 10px;
    position: absolute;
    bottom: -16%;
    right: 0;
}

    .owl-theme .owl-controls .owl-buttons div {
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 50%;
        background: #34363b;
        opacity: 1;
        padding: 0;
    }

.owl-prev:before,
.owl-next:before {
    content: "\f104";
    font-family: "fontawesome-webfont";
    font-size: 23px;
    font-weight: 700;
    color: #fff;
}

.owl-next:before {
    content: "\f105";
}

@media only screen and (max-width:767px) {
    .testimonial-bg {
        padding: 50px 40px;
    }

    .owl-theme .owl-controls {
        bottom: -22%;
    }
}

@media only screen and (max-width:480px) {
    .testimonial-bg:before {
        width: 55px;
        height: 55px;
        line-height: 55px;
        font-size: 40px;
    }

    .testimonial-bg {
        padding: 30px 10px;
    }

    .owl-theme .owl-controls {
        bottom: -15%;
    }
}

@media only screen and (max-width:360px) {
    .testimonial .title,
    .testimonial .post {
        font-size: 16px;
    }

    .owl-theme .owl-controls {
        bottom: -12%;
    }
}


/* -------- Pre Loader -------- */
/* Center the loader */
#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 120px;
    height: 120px;
    margin: -76px 0 0 -76px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0px;
        opacity: 1
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

/* Stickey Social Icon */

.sticky-icon-bar {
    position: fixed;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .sticky-icon-bar a {
        display: block;
        text-align: center;
        padding: 0px 10px 5px 10px;
        transition: all 0.3s ease;
        color: white;
        font-size: 30px;
        text-decoration:none;
        
    }

        .sticky-icon-bar a:hover {
            background-color: #FC7C0E;
        }


/* Shopping items */

.prod-img {
    position: relative;
    overflow: hidden
}

    .prod-img .btn i {
        margin-right: 0
    }

.prod-item .prod-img .option-hover {
    display: none;
    position: absolute;
    right: 0;
    top: 50%;
    left: 0
}

    .prod-item .prod-img .option-hover .btn-icon {
        border-radius: 5px
    }

.hvr-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

    .hvr-shrink:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

.prod-img .p-new a {
    position: absolute;
    top: 15px;
    right: 0;
    padding: 8px 13px;
    line-height: 1;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 2px 0 0 2px;
    background: #2DCEE3;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600
}

.prod-info .br-wrapper {
    margin: 0 auto 20px
}

.prod-info .br-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0
}

.prod-info h4 {
    font-size: 18px;
    margin-bottom: 10px
}

.prod-info .prod-price {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px
}

    .prod-info .prod-price .old-price {
        color: #919aa3;
        text-decoration: line-through;
        font-size: 50%
    }

.prod-view:hover .option-hover {
    display: inline-block;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 1
}

.prod-item .prod-info {
    background: #fff;
    padding: 30px 0 20px
}

.prod-item .br-widget {
    min-height: inherit
}

.prod-img .p-sale {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 40px;
    height: 40px;
    font-size: 11px;
    text-transform: uppercase;
    border-radius: 50%;
    background-color: #ff5252;
    color: #fff;
    font-weight: 800;
    letter-spacing: 1px;
    padding: 11px 4px
}

.prod-info .br-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0
}

.option-icon i {
    height: 25px;
    width: 25px;
    font-size: 25px;
    line-height: 36px
}

.product-detail-page {
    border-top: none
}

.product-detail .br-wrapper {
    margin: 10px 0
}

.product-detail .product-detail .btn i {
    margin-right: 0
}

.product-detail .br-widget {
    min-height: 35px;
    margin-top: 0;
    display: block
}

.product-detail .btn-number {
    background-color: #e0e0e0;
    border-color: #d4d4d4;
    border-radius: 0;
    color: #000
}

.product-detail .product-price {
    display: inline-block;
    margin-right: 50px;
    font-size: 24px
}

.product-detail .pro-desc {
    margin-top: 15px;
    margin-bottom: 15px
}

.product-detail .done-task {
    text-decoration: line-through
}

.product-detail hr {
    margin-top: 15px;
    margin-bottom: 15px
}

.product-detail .txt-muted.d-inline-block {
    margin-top: 10px
}

    .product-detail .txt-muted.d-inline-block ~ .f-right {
        float: none;
        display: block;
        margin-top: 10px
    }

    /*Box*/

.main-box {
    background-color: white;
   /* background-image: url('../uploadfiles/common/row-bgimage-7.png');*/
    height: 500px;
    min-height: 500px;
    margin-top: 7%;
}

@media only screen and (max-width: 500px) {
    .main-box {
        margin-top: 0px;
    }
}

.left-side {
    /*background-color: white;*/
    padding: 0px;
    min-height: 500px;
    border-top: solid 5px #aed6f1;
    border-bottom: solid 5px #aed6f1;
}

.right-side {
    background-color: #aed6f1;
    opacity: 0.90;
    padding: 0px;
    min-height: 500px;
}

.title-header {
    margin-bottom: 30px;
    position: relative;
}
    .title-header h4{
        text-transform:uppercase;
        font-weight:600;
        text-align:center;
    }

    .title-header:before {
        width: 50px;
        bottom: -20px;
        height: 3px;       
        left:47%;
        top: auto;
        position: absolute;
        content: '';
        border: 4px solid var(--orange);
        border-bottom: 0;
    }

.title-name {
    margin-bottom: 30px;
    position: relative;
}

    .title-name h4 {
        text-transform: uppercase;
        font-weight: 600;
        text-align: center;
    }

    .title-name:before {
        width: 50px;
        bottom: -20px;
        height: 3px;
        left: 0;
        top: auto;
        position: absolute;
        content: '';
        border: 4px solid var(--blue);
        border-bottom: 0;
    }
    /* Interactive Box*/

.inter-active-box {
    display: flex;
    text-decoration: none;
    color: inherit;
    /*max-width: 400px;*/
    min-height:200px;
    position: relative;
    padding: 2rem;
    box-shadow: inset 0 0 0 1px var(--grey), inset -1px -1px 0 1px var(--blue);
    background-color: #fff;
    cursor: pointer;
    margin-right:20px; 
}

    .inter-active-box:before {
        position: absolute;
        left: 0;
        bottom: 0;
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background-color: var(--orange);
        transform-origin: 0 bottom 0;
        transform: scaleY(0);
        transition: 0.4s ease-out;
    }

    .inter-active-box:hover .inter-active-box-content {
        color: #fff;
    }

    .inter-active-box:hover:before {
        transform: scaleY(1);
    }

.inter-active-box-content {
    position: relative;
    /*font-size: 2rem;
    font-weight: 700;
    line-height: 1.333;*/
    transition: 0.4s ease-out;
}

.bg-world {
    background-image: url(../uploadfiles/common/row-bgimage-7.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}