* {
	margin:0px;
	padding:0px;
}

body {
    line-height: 26px;
    font-size: 15px;
    color: #4E4E4E; overflow-x: hidden;
      font-family: 'Lato'; background: #fff9ea;
    font-weight: 400;
    font-style: normal;
}
img{width: 100%;}   
h1,h2, h3, h4, h5, h6{   font-family: 'PT Serif';font-weight: 400;font-style: normal;margin-bottom: 10px; color: #000000; line-height: 32px;}
.h2, h2 {
    font-size: 36px; 
}
.h4, h4 {
    font-size: 24px;
    text-transform: capitalize;
    letter-spacing: 0px;
}
button:focus{outline: 0px;}
.container {
    max-width: 1200px;
}

.wrapper{width: 100%;clear: both; overflow-x: hidden;}
.row-heading{text-align: center;}
/*Header*/
.header-top {
    display: inline-block;
    width: 100%;
    clear: both;
    background: #dddfb3;
    padding: 5px 0px;
    height: 40px;
}
.call-now {color: #000; font-size: 18px; text-align: right;}
.call-now a{color: #000; font-weight: 800;}
.offer-shop {color: #000; font-size: 18px; text-align: center;}
.header-top .col-md-8 {
    left: 0px;
    position: absolute;
    width: 100%;
    max-width: 100%;
    text-align: center;
}
.header-top .col-md-4 {
    position: absolute;
    right: 4%;
}
.offer-shop a{color: #000; font-weight: 800;}
.header-top .container-fluid {
    padding: 0;
    width: 94%;
    margin: 0 auto;
}
.hamburger{display: none;}
.main-navigation .container-fluid{ padding: 0 4%; }
header {
    width: 100%;
    z-index: 999;
    padding: 0px 0;
    color: #fff; background: #fff;
    opacity: 1!important;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    
}
.main-navigation{
    display: inline-block;
    width: 100%;
    padding: 10px 0 15px;
}
header.sticky {
    background: #fff;
    box-shadow: rgba(46,61,73,0.2) 0 1px 20px 0;
    text-align: left; position: fixed;
    opacity: 1!important; z-index: 999;
    border-bottom: 0px;
  
}

.navbar-default{display:none}
header.sticky .navbar-default{display:block}
.navbar-default .navbar-nav>li>a{color:#333;padding:11px 7px;font-size:15px}

.scroll-logo{display:none}
.sticky .scroll-logo{display:inline-block;width:auto}
.navbar-nav{float:none;margin:0;display:inline-block;width:100%;text-align:center}
.navbar-default{background:none;border:0;margin-bottom:0}
a.call-no{font-size:18px;color:#fff;font-weight:500;text-decoration:none;padding:11px 0;display:inline-block}
a.call-no:focus{color:#333}

.navigation-menu{display: inline-block; width: 100%; clear: both; text-align: right;}
.hamburger {
    position: relative;
    width: 40px;
    height: 30px;
    cursor: pointer;
    border: 5px solid transparent;
    float: right;
    margin-top: 35px
}
.hamburger span {
    width: 100%;
    height: 2px;
    background: #08509e;
    display: block;
    position: absolute;
    right: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all 0.3s
}
.hamburger span.h-top {
    top: 0
}
.hamburger span.h-bottom {
    bottom: 0;
    width: 27px
}
.hamburger span.h-middle {
    top: 50%;
    margin-top: -1px;
    width: 25px
}
.hamburger.h-active span {
    width: 100%
}
.hamburger.h-active span.h-top {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    margin-top: -1px
}
.hamburger.h-active span.h-middle {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0
}
.hamburger.h-active span.h-bottom {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 50%;
    margin-bottom: -1px
}
.bottombar {
    background-color: #08509e
}
.main-nav>ul {
    padding: 0;
    margin: 0;
    list-style: none
}
.main-nav>ul>li {
    display: inline-block;
    position: relative;
    margin-left: -4px;
    padding-right: 15px
}
.main-nav>ul>li+li {
    padding: 0 15px
}
.main-nav>ul>li>a {
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    color: #333;
    line-height: 45px;
    font-size: 16px; letter-spacing: 1px;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all 0.3s
}
.main-nav>ul>li:hover>a {
    color: #5e7612;
}
.submenu {
    position: absolute;
    left: 0;
    top: 60px;
    right: 0;
    text-align: left;
    min-width: 300px;
    list-style: none;
    margin: 0;
    padding: 0;
    padding:0px 15px;
    background: #fff;
    /* border: 1px solid #f7f7f7; */
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    -webkit-box-shadow: 2px 5px 10px rgb(0 0 0 / 30%);
    -moz-box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 5px 10px rgb(0 0 0 / 30%);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all 0.3s;
}
.submenu>li {
    display: block;
    margin: 0 -15px;
    border-bottom: 1px solid #ddd;
}
.submenu>li a {
    display: block;
    padding: 13px 15px;
    color: #666; text-transform: uppercase;
    line-height: 1;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all 0.3s;
}
.submenu>li a:hover {
    background: #f7f7f7;
    color: #5e7612
}
.main-nav .fl {
    width: 30px;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-style: normal;
    position: absolute;
    right: 5px;
    top: 0;
    z-index: 999;
    display: none
}
.main-nav .fl:before {
    font-size: 14px;
    text-align: center;
    line-height: 35px
}
.main-nav>ul>li+li .submenu {
    left: 25px
}
.main-nav>ul>li:hover .submenu {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}
.content-block {
    padding: 70px 0;
    position: relative
}
.slideInUp {
    visibility: hidden;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    -moz-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    -o-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out
}
.is-active .slideInUp {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.slideInUp2 {
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}
@media (max-width: 1199px) {
    .main-nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 250px;
        padding: 20px;
        z-index: 99999;
        height: 100%;
        overflow: auto;
        background: #000;
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translateX(-250px);
        -moz-transform: translateX(-250px);
        -ms-transform: translateX(-250px);
        -o-transform: translateX(-250px);
        transform: translateX(-250px);
        -webkit-transition: -webkit-transform .3s ease-in;
        -moz-transition: -moz-transform .3s ease-in;
        -o-transition: -o-transform .3s ease-in;
        transition: transform 0.3s ease-in
    }
    .main-nav.slidenav {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
    .main-nav>ul {
        float: none
    }
    .main-nav>ul>li {
        display: block;
        padding: 0 !important;
        margin-left: 0
    }
    .main-nav>ul>li>a {
        font-size: 14px;
        color: #fff;
        line-height: 35px
    }
    .main-nav .fl {
        display: block;
        line-height: 35px
    }
    .submenu {
        position: static;
        min-width: 200px;
        background: transparent;
        border: none;
        padding: 5px 15px 5px 25px;
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
        visibility: visible;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
        display: none
    }
    .submenu>li a {
        display: block;
        padding: 10px 0;
        color: #666;
        line-height: 0.8;
        font-size: 14px;
        color: #ccc;
        text-decoration: none;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        transition: all 0.3s
    }
    .submenu>li a:hover {
        background: transparent;
        color: #08509e
    }
    .slideInUp {
        visibility: visible;
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none
    }
}
.logo {
     width: 75px;
    position: absolute;
    z-index: 9;
}


/*Header*/
/*Offer Banner Information*/
.owl-nav {
    position: absolute;
    top: 33%;
    text-align: center;
    width: 100%;
    font-size: 36px;
}
.owl-nav button  {
    width: 50px;
    height: 50px;
    opacity: 1;

    display: inline-block;
    border: 0;

    border-radius: 50%;
    background: #fff!important;
    box-shadow: 0 0 14px 0 rgb(0 0 0 / 25%);
}
.owl-nav button.owl-next {
    float: right;
    margin-right: -25px;
}
.owl-nav button.owl-prev{
    float: left;
    margin-left: -25px;
}
.owl-next i {
    margin-left: 4px;
    margin-top: -2px;
}
.owl-prev i {
    margin-left: -1px;
    margin-top: -2px;
}
.ads-banner-row{
    display: inline-block;
    width: 100%;
    clear: both; padding: 30px 0px;
    background: #d4efd9;
}
.offer-banner{
    display: inline-block;
    width: 100%;
    clear: both;
    background: #d4efd9;
}
/*Offer Banner Information*/
.gift-block-row {
    width: 100%;
    clear: both;
    display: inline-block;
    padding: 30px 0px 0;
}
.gift-hamper-row {
    width: 100%;
    clear: both;
    display: inline-block;
    padding: 70px 0px 80px;
}
.gift-hamper-blocks {
    width: 100%;
    clear: both;
    display: inline-block;
}
.gift-block {
    width: 100%;
    clear: both;
    display: inline-block;
    cursor: pointer;
}
.gift-img {
    position: relative;
    overflow: hidden; margin-bottom: 20px;
}
.gift-img img {
    transition: 0.5s;
}
.gift-block:hover img {
    transform: scale(1.2);
}
.gift-info {
    text-align: center;
    padding: 10px 20px;
    width: 100%;
    clear: both;
}

.our-products {
    display: inline-block;
    clear: both;
    background: #fff9ea;
    padding: 80px 0px 80px;
    width: 100%;
}
.product-row{display: inline-block; clear: both; width: 100%;}
.product-listings{display: inline-block; clear: both; width: 100%;}
.product-card {
    display: inline-block;
    clear: both; background: #fff;
    box-shadow: 0 0 30px #ddd;
    width: 100%;
    cursor: pointer;
    transition: 0.5s;
    margin: 0 0 30px;
    padding-bottom: 40px;
}
.product-card-img {
    display: inline-block;
    clear: both; overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
}
.product-card-img  img {
    transition: 0.5s;
}
.product-card:hover .product-card-img img {
    transform: scale(1.1);
}
.product-card:hover {
    box-shadow: 0 0 40px #b5b5b5;
    background: #fff;
}
.product-details{display: inline-block; text-align: center; width: 100%; margin: 0 0 10px; padding: 0 10px;}
.product-listings{display: inline-block; clear: both; margin: 30px 0px;}
.cta-btn {
    display: inline-block;
    /* text-align: left; */
    width: 100%;
}
.gift-block:hover .cta-btn a {
  border: 1px solid #459449;
    color: #459449;
    text-decoration: none;
}
.product-card .cta-btn{text-align: center;}
.cta-btn a {
    background: none;
    padding: 10px 20px;
    display: inline-block;
    text-transform: uppercase;
    color: #333; border: 1px solid #333; 
    border-radius:5px;
    font-size: 16px;
    letter-spacing: 1px;
}
.product-card:hover .cta-btn a {
    border: 1px solid #459449;
    color: #459449;
    text-decoration: none;
}
.cta-btn a:hover {
    color: #459449;
    text-decoration: none;
    border: 1px solid #459449;
}
.view-all-product{display: inline-block; text-align: center; width: 100%; clear: both;}
.view-all-product a {
    border: 1px solid #000;
    display: inline-block;
    padding: 16px 40px;
    text-transform: uppercase;
    font-size: 18px;
    color: #000;
   
    border-radius: 5px;
    letter-spacing: 2px;
}
.view-all-product a:hover{ color: #459449; text-decoration: none;    border: 1px solid #459449;}
 .view-product-row {
    display: inline-block;
    width: 100%;
    padding: 30px 0 0px 0;
}
.about-info{display: inline-block; width: 100%; clear: both; margin: 10px 0px;}

.about-organic-info{
    display: table-cell;
    position: relative;    padding: 108px;
    height: 100%;
    vertical-align: middle;
    border: 0;
}
.about-organic-info{
    display: table;
    table-layout: fixed;
    position: relative;
    width: 100%;
    height: 100%;
}
.about-info{padding: 0 0px 0 0;}
.bout-organic-img{display: inline-block; clear: both; width: 100%;}
.about-organic-row{display: inline-block; clear: both; width: 100%; background: #fff;}
.about-organic-mummy {
 float: left;
    clear: both;
    width: 100%;
    position: relative;
  
}



.about-col {
    width: 600px;
    margin: 0px auto;
    margin-top: 7%;
}
/*Why Organic Mummy*/
.why-organic-row {
    float: left; background: #fff;
    clear: both; margin-top: -8px;
    width: 100%;
}
.why-organic-mummy {
    float: left;
    clear: both;
    width: 100%;
    position: relative;

}
.padding-left0{padding-left: 0px;}
.padding-right0{padding-right: 0px;}
.why-organic-mummy .about-organic-img:before {
    top: -27px;
    right:0px;
    width: 100px;
    transform: rotateZ(90deg);
    left: -24px;
}
.why-organic-mummy .about-organic-img:after {
    bottom: -27px;
    right: 0px;
    width: 100px;
    transform: rotateZ(360deg);
    left: -24px;
}
/*Latest News*/
.latest-news-row{width: 100%; clear: both; display: inline-block; padding: 80px 0px;}
.latest-news-blocks{width: 100%; clear: both; display: inline-block;}
.news-block-row{width: 100%; clear: both; display: inline-block; padding: 30px 0px 0;}
.news-block{width: 100%; clear: both; display: inline-block; cursor: pointer;}
.news-img{width: 100%; clear: both; display: inline-block; overflow: hidden;}
.blog-catag a {
    color: #000;
    background: #fff;
    padding: 3px 20px;
    display: inline-block;
    border-radius: 50px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: .5px;
}
.blog-catag a:hover{text-decoration: none;}
.news-img{position: relative; overflow: hidden;}
.news-img img{
    transition: 0.5s;
}
.news-block:hover  img {
    transform: scale(1.2);
}
.blog-catag  {
    position: absolute;
    top: 10px;
    left: 10px;
}
.news-info {
    text-align: center;
    padding: 10px 20px;
    width: 100%;
    clear: both;
}
.news-info h3{font-size: 21px}
.news-info span {
    font-size: 14px;
    color: #8d8d8d;
    font-weight: 500;
    letter-spacing: 1px;
}
.row-heading h2{margin-bottom: 20px;}
.our-video{display: inline-block; padding: 80px 0px 0; clear: both; width: 100%; position: relative;}
.our-video:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 64%;
    background: #fff9ea;
    top: 0px;
}

.video-row{
    position: relative;
    z-index: 9;
}
.video-thumb {
    border: 10px solid #fff;
    position: relative;
    display: inline-block; width: 100%;
    margin: 20px 0 50px;
  
}

.thumb-icon-video {
    position: absolute;
    z-index: 9;
    top: 42%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    vertical-align: middle;
    text-align: center;
}

.video-main {
    position: relative;
    display: inline-block;
}

.video-popup {
    height: 70px;
    width: 70px;
    line-height: 66px;
    text-align: center;
    border-radius: 100%;
    background: transparent;
    color: #f00;
    display: inline-block;
    background: #fff;
    z-index: 999;
    border: 0;
    font-size: 37px;
    margin-left: 0;
}
.video-popup:focus {
    color: #6d1e12
}

.video-popup:hover {
    color: #f00;
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.fa-play:before {
    content: "\f04b";
}

.waves {
    position: absolute;
    width: 150px;
    height: 150px;
    background: #f00;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 100%;
    right: -40px;
    bottom: -40px;
    z-index: -1;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}

.wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.lity {
    z-index: 99999999;
}

.wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

/*Footer*/
.footer-wrapper{display: inline-block; background:#f0f1de; padding:35px 0 0px; width: 100%; clear: both;}
.footer-infos h3, .footer-about h3 {
    font-size: 21px; color: #000; text-transform: uppercase; position: relative; letter-spacing: 1px;
}

 .footer-about h3 {margin-bottom: 30px;}

.footer-infos h3:after, .footer-about h3:after {
    position: absolute;
    content: "";
    width: 120px;
    left: 0px;
    height: 2px;
    background: #666;
    bottom: -10px;
}
ul.footer-links-list {
    width: 50%;
    padding: 0;
    float: left;
    list-style-type: none;
    margin-top: 30px;
}
ul.footer-links-list li {
    padding: 5px 0;
}
 ul.footer-links-list li a {
    color:#c3c3c3;
    font-weight: 400;
    font-size: 16px;
}
.meet-location{ width: 100%;
    padding: 0;
    float: left;
    list-style-type: none;
    margin-top: 30px;}
.corporate-offic{
    font-size: 19px;
    color: #d3d3d3; margin-bottom: 10px;
    letter-spacing: 1px;
}
.footer-wrapper p{ color: #787878; font-size: 14px; }
.talk-us {
    margin-top: 30px;
    width: 100%;
    clear: both;
    display: inline-block;
}
.talk-us ul li{list-style: none; padding: 5px 0;}
.talk-us ul li a, ul.footer-links-list li a {
    color: #787878;
  
}
.talk-us ul li a:hover, ul.footer-links-list li a:hover {color: #000; text-decoration: none;}
.talk-us ul li i {
    margin-right: 5px;
}
.footer-bottom-info{
    text-align: center;
    background: #d4d5bc;
    color: #fff;
    padding: 10px; margin: 35px 0 0;
}
.footer-bottom-info p{margin-bottom: 0px;}
.socl a {
  text-decoration: none !important;
}
.social-links ul li{display: inline-block;}
.social-links {
    width: 100%;
    padding: 0;
    float: left;
    list-style-type: none;
    margin-top: 30px;
}
.socl .fa {
  padding: 15px 0px;
  font-size: 15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  color: #fff;
  line-height: 0px;
  text-decoration: none;
}

.socl .fa:hover {
  color: #fff;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-facebook:hover {
  background: #3B5998;
}

.fa-twitter {
  background: #fff;
}

.fa-twitter:hover {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #fff;
}

.fa-google:hover {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
}

.fa-linkedin:hover {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
}

.fa-instagram {
  background: #125688;
}

.fa-youtube:hover {
  background: #bb0000;
  color: white;
}

.fa-instagram:hover {
  background: #125688;
  color: white;
}

.fa-pinterest {
  background: #fff;
}

.fa-pinterest:hover {
  background: #cb2027;
  color: white;
}
.footer-about{
    display: inline-block;
    width: 100%;
    clear: both; padding:30px 0 10px 0;
}
.footer-about p {
    font-size: 14px;
    line-height: 23px;
}
.m-show{display: none;}
.footer-col{
    display: inline-block;
    clear: both; width: 100%;
}
.mobilebtn {
    width: 100%;
    float: left;
    position: fixed;
    box-shadow: rgb(46 61 73 / 15%) 0 1px 20px 0;
    bottom: 0; 
    left: 0;
    margin: 0;
    z-index: 999;
    background: #fff;
}
.b-right{border-right: 1px solid #c3c3c3}
.bottom-fixed-box {
    width: 50%!important;
    float: left;
    text-align: center;
    padding: 7px 0;
}
.bottom-fixed-box .fa-envelope{top: 0px;}
.bottom-fixed-box  i{
    /* display: block; */
    font-size: 17px;
    margin-right: 7px;
    position: relative;
    top: 2px;
}
.bottom-fixed-box a {
    cursor: pointer;
    color: #000;
    font-size: 13px;
    text-transform: uppercase;
}
.mobilebtn  .fa-phone {
    color: #333;
}
.sticky .col-md-1, .sticky .col-md-3{display: none;}
.sticky .col-md-11{width: 100%;}
.sticky .navigation-menu{text-align: center;}
button.owl-dot {
    width: 30px;
    height: 3px;
    background: #999!important;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    margin: 5px;
}
.owl-dots{display: none!important;}
.gift-info .cta-btn{margin: 10px 0px 0px;}
/*Contact Us*/
.inner-banner{display: inline-block; width: 100%; background: #eee; padding: 100px 0;}
.page-name {
    text-align: center;
    /* background: url(../images/inner-heading.svg); */
    background-repeat: no-repeat;
    display: inline-block;
    margin-bottom: 0;
    background-size: 100%;
    padding: 12px;
    width: 43%;
    BORDER: 3PX SOLID #e9ed95;
    position: relative;
    top: -10px;
    /* margin-top: -63px; */
}
.inner-name {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.inner-name h1 {
    color: #e9ed95;
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 3px;
}
.inner-name  span{color: #fff;}
ul.top_addres {
    padding: 0px;
    display: flex;
    margin: 20px 0px;
    justify-content: center;
    list-style: none;
    align-self: center;
}

.heading-cols h2 {
    margin: 10px 0 20px;
}
ul.top_addres li {
    font-size: 14px;
    justify-content: center;
    align-self: center;
   
    display: inline-block;
    padding: 0px 12px;
}
ul.top_addres li a {
    color: #000;
    font-weight: 400;
    font-size: 14px;
}
.top_addres{text-align: center;}
ul.top_addres li i {
    font-size: 21px;
    color: #4caf50;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 8px;
}
 .get-in-touch{
    display: inline-block;
    width: 100%;
    padding: 70px 0 90px;
    background-repeat: no-repeat;
    
    background-position: right top;

}
.pure-material-textfield-outlined {
    --pure-material-safari-helper1: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
    position: relative;
    display: inline-block; width: 100%;
    padding-top: 6px;
    font-family: var(--pure-material-font, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system);
    font-size: 16px;
    line-height: 1.5;
    overflow: hidden;
}

/* Input, Textarea */
.pure-material-textfield-outlined > input,
.pure-material-textfield-outlined > textarea {
    box-sizing: border-box;
    margin: 0;
    border: solid 1px; /* Safari */
    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.3);
    border-top-color: transparent;
    border-radius: 0px;
    padding: 15px 13px 15px;
    width: 100%;
    height: inherit;
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
    background-color: transparent;
    box-shadow: none; /* Firefox */
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    caret-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
    transition: border 0.2s, box-shadow 0.2s;
}

/* Span */
.pure-material-textfield-outlined > input + span, .pure-material-textfield-outlined > textarea + span {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    width: 100%;
    max-height: 100%;
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    font-size: 75%;
    line-height: 15px;
    cursor: text;
    transition: color 0.2s, font-size 0.2s, line-height 0.2s;
    font-weight: 500;
    font-size: 14px!important;
}

/* Corners */
.pure-material-textfield-outlined > input + span::before,
.pure-material-textfield-outlined > input + span::after,
.pure-material-textfield-outlined > textarea + span::before,
.pure-material-textfield-outlined > textarea + span::after {
    content: "";
    display: block;
    box-sizing: border-box;
    margin-top: 6px;
    border-top: solid 1px;
    border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    min-width: 10px;
    height: 8px;
    pointer-events: none;
    box-shadow: inset 0 1px transparent;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.pure-material-textfield-outlined > input + span::before,
.pure-material-textfield-outlined > textarea + span::before {
    margin-right: 4px;
    border-left: solid 1px transparent;
    border-radius: 4px 0;
}

.pure-material-textfield-outlined > input + span::after,
.pure-material-textfield-outlined > textarea + span::after {
    flex-grow: 1;
    margin-left: 4px;
    border-right: solid 1px transparent;
    border-radius: 0 4px;
}

/* Hover */
.pure-material-textfield-outlined:hover > input,
.pure-material-textfield-outlined:hover > textarea {
    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
    border-top-color: transparent;
}

.pure-material-textfield-outlined:hover > input + span::before,
.pure-material-textfield-outlined:hover > textarea + span::before,
.pure-material-textfield-outlined:hover > input + span::after,
.pure-material-textfield-outlined:hover > textarea + span::after {
    border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
}

.pure-material-textfield-outlined:hover > input:not(:focus):placeholder-shown,
.pure-material-textfield-outlined:hover > textarea:not(:focus):placeholder-shown {
    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
}

/* Placeholder-shown */
.pure-material-textfield-outlined > input:not(:focus):placeholder-shown,
.pure-material-textfield-outlined > textarea:not(:focus):placeholder-shown {
    border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.3);
}

.pure-material-textfield-outlined > input:not(:focus):placeholder-shown + span,
.pure-material-textfield-outlined > textarea:not(:focus):placeholder-shown + span {
    font-size: inherit;
    line-height: 68px;
}

.pure-material-textfield-outlined > input:not(:focus):placeholder-shown + span::before,
.pure-material-textfield-outlined > textarea:not(:focus):placeholder-shown + span::before,
.pure-material-textfield-outlined > input:not(:focus):placeholder-shown + span::after,
.pure-material-textfield-outlined > textarea:not(:focus):placeholder-shown + span::after {
    border-top-color: transparent;
}

/* Focus */
.pure-material-textfield-outlined > input:focus,
.pure-material-textfield-outlined > textarea:focus {
    border-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
    border-top-color: transparent;
    box-shadow: inset 1px 0 var(--pure-material-safari-helper1), inset -1px 0 var(--pure-material-safari-helper1), inset 0 -1px var(--pure-material-safari-helper1);
    outline: none;
}

.pure-material-textfield-outlined > input:focus + span,
.pure-material-textfield-outlined > textarea:focus + span {
    color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
}

.pure-material-textfield-outlined > input:focus + span::before,
.pure-material-textfield-outlined > input:focus + span::after,
.pure-material-textfield-outlined > textarea:focus + span::before,
.pure-material-textfield-outlined > textarea:focus + span::after {
    border-top-color: var(--pure-material-safari-helper1) !important;
    box-shadow: inset 0 1px var(--pure-material-safari-helper1);
}

/* Disabled */
.pure-material-textfield-outlined > input:disabled,
.pure-material-textfield-outlined > input:disabled + span,
.pure-material-textfield-outlined > textarea:disabled,
.pure-material-textfield-outlined > textarea:disabled + span {
    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38) !important;
    border-top-color: transparent !important;
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
    pointer-events: none;
}

.pure-material-textfield-outlined > input:disabled + span::before,
.pure-material-textfield-outlined > input:disabled + span::after,
.pure-material-textfield-outlined > textarea:disabled + span::before,
.pure-material-textfield-outlined > textarea:disabled + span::after {
    border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38) !important;
}

.pure-material-textfield-outlined > input:disabled:placeholder-shown,
.pure-material-textfield-outlined > input:disabled:placeholder-shown + span,
.pure-material-textfield-outlined > textarea:disabled:placeholder-shown,
.pure-material-textfield-outlined > textarea:disabled:placeholder-shown + span {
    border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38) !important;
}

.pure-material-textfield-outlined > input:disabled:placeholder-shown + span::before,
.pure-material-textfield-outlined > input:disabled:placeholder-shown + span::after,
.pure-material-textfield-outlined > textarea:disabled:placeholder-shown + span::before,
.pure-material-textfield-outlined > textarea:disabled:placeholder-shown + span::after {
    border-top-color: transparent !important;
}

/* Faster transition in Safari for less noticable fractional font-size issue */
@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) {
        .pure-material-textfield-outlined > input,
        .pure-material-textfield-outlined > input + span,
        .pure-material-textfield-outlined > textarea,
        .pure-material-textfield-outlined > textarea + span,
        .pure-material-textfield-outlined > input + span::before,
        .pure-material-textfield-outlined > input + span::after,
        .pure-material-textfield-outlined > textarea + span::before,
        .pure-material-textfield-outlined > textarea + span::after {
            transition-duration: 0.1s;
        }
    }
}
.form-column {
    display: inline-block;
    width: 100%;
    clear: both;
    margin: 20px 0px 0 0;
}
.contact-form-info select {
    width: 100%;
    padding: 17px 13px 17px; background: #fff;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 400;
    color: #666;
}
.contact-form-row {
    display: inline-block;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 30px rgb(33 33 33 / 20%);
    padding: 8px 39px 36px;
    margin: 40px 0 0;
}
.contact-form-info textarea {
    height: 56px;
}
.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative; font-weight: 400;
  cursor: pointer;
  padding: 0;
}
.styled-checkbox + label:before {
  content: "";
  margin-right: 10px; border: 1px solid #319431;
  display: inline-block;
  vertical-align: text-top; margin-top: -1px;
  width: 20px;
  height: 20px;
  background: white;
}
.styled-checkbox:hover + label:before {
 
}
.styled-checkbox:focus + label:before {
 
}
.styled-checkbox:checked + label:before {
    background: #319431;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 12px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}
.tooltip {
  position: relative; opacity: 1;
  display: inline-block;
 
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 224px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    padding: 7px 9px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: -54px;
    font-weight: 300;
    margin-left: 0px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 13px;
}
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.i-accept{display: inline-block; width: 100%; text-align: center; padding: 20px 0;}
.i-accept a {
    color: #333; font-size: 15px; font-weight: 600;
}
.i-accept a:hover{text-decoration: none;}
.submit {
    background: #000;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    border: 2px solid #000;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 19px;
}
.submit:hover{
    background: none;
    text-decoration: none;
    color: #000;
}
.submit-row{text-align: center; margin: 0px;}
.contact-form-row {
    display: inline-block;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 30px rgb(33 33 33 / 20%);
    padding: 19px 39px 40px;
    margin: 40px 0 0;
}
/*Product Page*/
.product-names{display: inline-block; width: 100%; clear: both; margin: 0 0 20px; border-bottom: 1px solid #ddd; padding: 0 0 10px;}
.nutritional-information{display: inline-block; clear: both; width: 100%;}
.nutritional-information ul{list-style: none; margin-top: 20px;}
.nutritional-information ul li {
    border: 1px solid #9b9898;
    width: 50%;
    float: left;
    padding: 10px;
    margin-top: -1px;
    margin-right: -1px;
}
.product-storage{display: inline-block; width: 100%; clear: both; margin: 20px 0px;}
.organic-producs-row{
    display: inline-block;
    width: 100%; clear: both;
    padding:0px 0px 60px;
}
.product-infos{
    display: inline-block;
    width: 100%; clear: both;

}
.product-img {
    width: 100%;
    display: inline-block;
    clear: both;
    border: 1px solid #b3a278;
}
.about-products{width: 100%; display: inline-block; clear: both;}
.product-listing-row{
    display: inline-block;
    padding: 90px 0;
    width: 100%;
    clear: both;
}
.product-names h1 {
    margin-top: 0px;
    font-size: 28px;
}
.breadcrumbs-list{
   
    list-style: none;
    padding: 10px 0;
}
.breadcrumbs-list ul{margin: 0px;}
.breadcrumbs-list ul li{display: inline-block;  color: rgb(136, 136, 136); font-size: 14px;}
.breadcrumbs-list ul li a{
  
    cursor: pointer;
    color: rgb(136, 136, 136);
    font-size: 14px;
    font-weight: 500; padding: 0 5px;
    line-height: 20px;
    letter-spacing: -0.1px;
}
.breadcrumbs-list ul li a:hover{text-decoration: none; color: #343a06;}
 .breadcrumbs{ width: 100%; padding: 15px 0;}
.relates-product-slider{display: inline-block; clear: both; padding: 30px 0px 0px; width: 100%;}
.relates-product-slider .product-card{box-shadow: none; margin: 0px;}
.relates-product-slider ..product-card:hover1493{box-shadow: none;}
.popup-heading h3{margin: 0px; color: #fff;}
.modal-dialog {
    width: 400px;
    margin: 23vh auto;
}
.popup-heading {
    background: #455222;
    padding: 10px 15px 10px;
    display: inline-block;
    width: 100%;
}
.modal-backdrop.in {

    opacity: .8;
}
.modal-open {
    overflow-y: scroll; padding: 0px;
}
button.close {
    border-radius: 50%;
    position: absolute;
    right: -16px;
    background: #fff;
    color: #000!important;
    cursor: pointer;
    z-index: 9;
    width: 40px;
    height: 40px;
    font-size: 29px;
    text-align: center;
    line-height: 0;
    opacity: 1!important;
    top: -17px;
    text-shadow: none;
    padding: 0;
}
.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
    background: #f00;
    color: #fff!important;
}
.product-popup-block .modal-body{padding: 0px;}
.product-form-popup{padding:0px 15px 15px; display: inline-block; clear: both;}
.product-form-popup .submit-row input {
    width: 100%;
    /* letter-spacing: 0; */
    font-size: 17px;
}
.product-form-popup .submit-row{margin: 30px 0 0px;}
.related-products{padding-bottom: 50px;}
.about-container{padding: 70px 0 ; display: inline-block; width: 100%; clear: both;}