/**!
 * b4st CSS
 */
@font-face {
  font-family: 'kalyani';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/kalyani.eot'); /* IE9 Compat Modes */
  src: local('kalyani'), local('kalyani'),
       url('../fonts/kalyani.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/kalyani.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/kalyani.woff') format('woff'), /* Modern Browsers */
       url('../fonts/kalyani.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/kalyani.svg#Roboto') format('svg'); /* Legacy iOS */
}

 


    @font-face {
    font-family: 'Merienda Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Merienda Regular'), url('../fonts/Merienda-Regular.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Merienda Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Merienda Bold'), url('../fonts/Merienda-Bold.woff') format('woff');
    }
	
	
	

/* Sticky Footer */
body {
    display: flex;
   font-family: 'Helvetica' !important;
    flex-direction: column;  font-size:18px; line-height:1.5;
}
main {
    flex: 1 0 auto;
}
p{margin:0; padding:0;}

.site-header-image {
	display: block;
	margin: auto;
}
a:hover{text-decoration:none;}

.wp-caption {}
.wp-caption-text {}
.sticky {}
.screen-reader-text {}
.gallery-caption {}

.bypostauthor {}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	clear: both;
	display: block;
}

/* Max img widths */

img,
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

/* Author bio */

.author-bio .avatar {
	border: 1px solid #dee2e6;
	border-radius: 50%;
}

/* Main content */

/* Sidebar */

/* Hide form placeholders on focus */

input:focus::-webkit-input-placeholder { color: transparent; }
input:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color: transparent; } /* FF 19+ */
textarea:focus::-webkit-input-placeholder { color: transparent; }
textarea:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
textarea:focus::-moz-placeholder { color: transparent; } /* FF 19+ */

/* Comments */

#comments,
#reply-title {
	margin-top: 1.5rem;
	margin-bottom: 1rem;
}

.commentlist,
.commentlist ul {
	padding-left: 0;
}

.commentlist li {
	padding: 1rem;
}

.comment-meta {
	margin-bottom: 1rem;
}
.commentlist .children {
	margin-top: 1rem;
}

/* Site footer */

h1 {
	color:#333;
	font-size:28px;
	font-weight:bold !important;
 
	margin-bottom:15px;
}
 
ul{ padding:0; margin:0; }

.top-header{background:#443e32; padding-top:0; padding-bottom:0; color:#fff;font-size: 15px; }
.callus{margin:5px 0 0; text-align: right;   display: inline-block; font-size:14px; width:100%;}
.callus i{color:#0eba5b;
    font-size: 15px;
    padding: 4px 7px 0 0;
    float: left;}
.callus ul li{position:relative; display:inline-block;padding-right:15px;}
.callus ul li a{color:#fff;}
.callus ul li + li{padding-left:15px;}

.socialmediaTop{ padding:0; text-align:right; float:right; display: inline; }

.sinceText{margin:5px 0 0;color:#fff; }


.socialmediaTop strong{font-weight:normal; font-size:16px;}
a:hover{text-decoration:none; outline:none;}
.socialmediaTop i{display:inline;color:#97999c; font-size:17px;    padding: 0 4px 0 0; }
.socialmediaTop a{   color: #fff;
    line-height: 18px;
    margin: 0 5px;
    font-size: 26px;
    background: #97999c;
    width: 36px;
    height: 35px;
    border-radius: 100%;
    padding: 7px 9px 11px 9px;
    text-align: center;
    display: inline-block;
	
	}
.socialmediaTop a:hover{text-decoration:none; outline:none; color:#000;}

#menu-more-links{ display:flex;justify-content: center; }
#menu-more-links li{list-style: none;padding:0 18px;    text-align: center;}
#menu-more-links li + li{border-left:1px solid #eee; }
#menu-more-links li a{color:#222;  }

#menu-more-links a:hover{text-decoration:none; outline:none; color:#25c06b;}

.usaHeader .navbar a{margin:0 auto;}
 .usaHeader {
 background: none;
    position: relative;
    clear: both;
    overflow: hidden;
 
    padding: 5px 10px;
 
	
}


.page-template-temp-usa .ht-ctc, .page-template-temp-usa .xoo-wsc-modal{display:none !important;}



.toplinks{display:inline-block; float:right;}
.toplinks a{color:#fff; padding:0 5px; font-size:14px; display:inline-block; }
.menuBg{background:#fff;}

 

.navbar-light .navbar-nav .nav-link {
    color: #3e3e3e; font-size:18px; font-weight:normal;       padding-right: 13px;
    padding-left: 13px;transition: all 0.5s ease;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #f7ec5b; background:#fff;border-radius:0; 
}


#mega-menu-wrap-navbar #mega-menu-navbar > li.mega-current_page_item a{color: #f7ec5b; border-radius:0; 
}

#mega-menu-wrap-navbar #mega-menu-navbar > li.mega-current_page_ancestor > a{color: #f7ec5b; border-radius:0; 
}

 
 
#mega-menu-wrap-navbar #mega-menu-navbar > li.mega-current_page_ancestor > a.mega-menu-link:after {
	  content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #f7ec5b;
    transition: width .3s;
}




#mega-menu-wrap-navbar #mega-menu-navbar > li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-navbar #mega-menu-navbar > li.mega-menu-item > a.mega-menu-link:hover {
   color: #f7ec5b;  
}

#mega-menu-wrap-navbar #mega-menu-navbar > li.mega-menu-item > a.mega-menu-link{
	  transition: all 0.5s ease;	
}
#mega-menu-wrap-navbar #mega-menu-navbar > li.mega-menu-item.findyourstoreBtn a.mega-menu-link{ line-height: 38px;border:2px solid #f7ec5b; border-radius:25px; }
#mega-menu-wrap-navbar #mega-menu-navbar > li.mega-menu-item.findyourstoreBtn a.mega-menu-link:hover{border:2px solid #f7ec5b; color:#ef0505;  background:#f7ec5b;border-radius:25px;    }

#mega-menu-wrap-navbar #mega-menu-navbar > li.mega-menu-item.findyourstoreBtn a.mega-menu-link:after {
	  content: '';
    display: block;
    width: 0;
    height: 0;
    background: #f7ec5b;
    transition: width .3s;
}



#mega-menu-wrap-navbar #mega-menu-navbar > li.mega-menu-item#mega-menu-item-555 ul.mega-sub-menu{ width:210px;right: 0;
	
}


#mega-menu-wrap-navbar #mega-menu-navbar > li.mega-menu-item:hover > a.mega-menu-link{ color: #f7ec5b;  }

#mega-menu-wrap-navbar {
    float: right;
    text-align: right;
    width: 100%;
}



#mega-menu-wrap-navbar #mega-menu-navbar > li.mega-menu-item > a.mega-menu-link:after {
	  content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #f7ec5b;
    transition: width .3s;
}
#mega-menu-wrap-navbar #mega-menu-navbar > li.mega-menu-item > a.mega-menu-link:hover:before, #mega-menu-wrap-navbar #mega-menu-navbar > li.mega-current_page_item > a.mega-menu-link:after {
    width: 100%;
}


#mega-menu-wrap-navbar #mega-menu-navbar > li.mega-menu-item > a.mega-menu-link:after {
	content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #0eba5b;
    transition: width .3s;
}
#mega-menu-wrap-navbar #mega-menu-navbar > li.mega-menu-item > a.mega-menu-link:hover:after, #mega-menu-wrap-navbar #mega-menu-navbar > li.mega-current_page_item > a.mega-menu-link:after {
    width: 100%;
}
 
 



.menuouter{position:absolute; top:0; z-index:1000;width: 100%;}
.banner-wrapper{position:relative;}


.homerecipes div.slick-slide{  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.29);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 20px 12px 0px;
    padding:0 0 15px 0;
	background-color: #ffffff;
    
}


.logingBtn a { line-height: 34px;
    text-transform: uppercase;
    font-weight: 700;
    border: 2px solid #0eba5b;
    border-radius: 25px;
    background: #0eba5b;
    color: #fff !important;
    height: 37px;
    padding: 0px 20px 0px 20px;
    display: inline-block;align-content}
.logingBtn a:hover{border:2px solid #0eba5b; color:#0eba5b !important;  background:#fff;border-radius:25px;    }





.homerecipes div.slick-slide img{width:100%;}

.homerecipes div.slick-slide h3{ padding:20px 20px 15px; margin: 0; font-size:18px }

.homerecipes div.slick-slide p{ padding:0 20px 20px; }

.aboutitle h4 span{font-weight:bold; color:#f20505;}
.homerecipes div.slick-slide span{ padding:11px 20px 0; text-align:right; display:block;}
.homerecipes div.slick-slide span a{ color:#f20505; text-decoration:none;}
 
 
.aboutitle h4:after {
    content:'';
    position:absolute;
    left:0;right:0;
    top:100%;
    margin: 10px auto 0;
       width: 7%;
    height: 2px;
    background:#f20505;
}
 
 
 .aboutusitle h4 span{font-weight:bold; color:#f20505;}
 .aboutusitle h4:after {
    content:'';
    position:absolute;
    left:0;right:0;
    top:100%;
    margin: 10px 0;
       width: 10%;
    height: 2px;
    background:#f20505;
}

footer{ background:#fafafa;color:#222; font-size:14px;}
.contactAddress{color:#222;}
.contactAddress p{margin:0 0 15px;    display: block;
    overflow: hidden;}

footer h2{ font-size:18px; color:#25c06b; text-transform:uppercase; }
.footerBottom{background:#000;color: #fff; padding:10px 0;font-size:13px;}
.footerLinks ul {padding:0; margin:0;}

.footerBottomUsa {
    background: #3a3a3a;
    padding: 15px 0;
    font-size: 13px;
}

.usaHeader .usaheaderRight{    display: inline;     float: right;   }
.usaHeader .callus{  padding: 25px 0 0;   width: auto;}

.usaHeader .socialmediaTop{padding: 20px 0 0;  }

.usaHeader .logo{float: left;     
    text-align: center;
   }

.goldText strong{ color:#ebb145; }
.usaHeader .callus i {
    color: #ed1c24; 
}
.usaHeader .callus ul li a {
    color: #000;
}

.usaHeader .socialmediaTop a {
    color: #fff;
   width: 28px;
    height: 28px;
    background: #ed1c24;
    text-align: center;
    padding:2px 5px 3px;
    font-size: 23px;
    border-radius: 100%;
    display: inline-block;
    font-size: 19px;
    line-height: 21px;
	border:1px solid #ed1c24;
	transition: 0.5s all ease;
}
.usaHeader .socialmediaTop a:hover{
	background: #fff;
	 color: #ed1c24;
	 border:1px solid #ed1c24;
	
}
.usaHeader .socialmediaTop a:hover i{
	 
	 color: #ed1c24;
	
}

.usaHeader .socialmediaTop i {
    display: inline; padding: 0;
    font-size: 16px;
     
}

.footerLinks ul li{
	 padding:0 0 5px 0; list-style:none;}
.footerLinks ul li a{color:#222222;}
.footerLinks ul li a:hover{color:#25c06b;}
footer .socialmediaTop{ float: none;
    text-align: center;
    padding: 27px 0 0;
    display: block;
	}
.copyrights{text-align:right;}
.footerBottom a{color:#6cad00;}

footer .socialmediaTop i {
    display: inline;
    color: #fff;
    font-size: 17px;
    padding: 0;
}



.innerbanner{background: url(../img/bg.png) no-repeat right bottom;     position: relative;
    clear: both;
    height: 64px;}
 
.wpcf7-form-control-wrap.mobile input{
display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
     border: 1px solid #a4a4a4;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.mL10{margin-left:10px;}

.wpcf7 div.one_half{ width:49%; }

.wpcf7 .full_width{
 }
.wpcf7 .full_width label{ width:99.5%;
 }
.wpcf7 .full_width textarea{height:80px; resize:none;}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #a4a4a4;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.wpcf7 .submitBtn{text-align:center;margin-bottom: 15px;}
.wpcf7 .submitBtn input.btn-primary{ background:#f20505; border:1px solid #f20505;  border-radius: 0;    font-size: 14px;
    padding: 12px 29px; }
.wpcf7 .submitBtn input.btn-primary:hover, .wpcf7 .submitBtn input.btn-primary:focus, .wpcf7 .submitBtn input.btn-primary:active{ background:#f20505; border:1px solid #f20505;  }


.ingredientsList p strong{ font-weight:normal; color:#f20505;  font-family: 'kalyani'; font-size: 24px; }
 
.wpcf7-response-output{clear:both;}

.jyothiContent h2{ font-weight:normal; color:#f20505;  font-family: 'kalyani' !important; font-size: 24px; }
.jyothiContent ul {}
.jyothiContent ul li{ font-weight:normal; list-style:none; color:#000;  font-family: 'kalyani'; font-size: 24px; background:url(../img/oil.png) no-repeat; padding:3px 0 15px 25px; }



.bdp-post-title a{ color:#5e9404; }

.recipesList h2{font-size:22px;padding: 10px 0 12px 0; color:#5e9404; }




  .card-body ul>li {    padding: 12px 12px 11px 17px; text-transform:uppercase;
    margin-bottom: 5px;
    border-radius: 0;
    color:#000000;
   border-left:3px solid #f7f7f7;
   
    border-bottom: none;
    /* color: #666; */
    display: block;    cursor: pointer;}
	
    .card-body ul>li:hover{   
   
      color: #0fba5a;
 
    border-left:3px solid #0fba5a;
  
  }
	   
	   
   .card-body ul>li.active{
     
    color: #0fba5a;
 
    border-left:3px solid #0fba5a;
    }
	
	
	
 
.card-body {
 
    padding: 0 23px 0 0;
}
 

.ingredients table{}
.ingredients table tr td{padding:10px 10px 10px 7%;background: #f5f5f5;}
.ingredients table tr:nth-child(even) td{background:#fafafa;}



.blog-post .post-info{display:none;}


.methods ul, .ingredients ul{padding:0 0 0 0;}


.methods ul li, .ingredients ul li{ list-style:none; background:url(../img/circle.png) no-repeat left 12px;padding: 8px 0 8px 29px;    margin-bottom: 0; }

 .methods p, .ingredients p{    padding: 0 20px 0 30px;}
 

.blog-post .post-content div.methods strong{display:block; padding:0 0 0 15px;}


.categoryInnerImg img{border-radius:100%;}


.sidebar h2{color: #333333;
    /* font-family: "Montserrat", Sans-serif; */
    font-size: 24px;
    border-bottom: #7a7a7a 1px dotted;
    padding-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
	
}

article main img{margin-bottom:20px;}

.defaultimg {}


.findyourstoreOuter{background:url(../img/contactbg.jpg) no-repeat left #2bb254; padding-top: 116px;
    padding-bottom: 127px; background-size: contain; }

.findyourstoreOuter h2{color:#fff; text-transform:uppercase; font-size:25px; text-align:left; }
/*the container must be positioned relative:*/
.autocomplete {
  position: relative;
  display: inline-block;width:100%;    float: left;
}

.findyourstoreOuter input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
}

.findyourstoreOuter input[type=text] {
  background-color: #f1f1f1;
  width: 100%;
}

.findyourstoreOuter input[type=submit] {
  background-color: #f20505;
  color: #fff;
  cursor: pointer;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}


.filtersearch{    margin: 15px 0 0;}
.filtersearch .search-panel button.btn-default{ background: #fff;
    border-right: none;
    border-radius: 0;
    color: #666666;
    float: left;
    border-color: transparent; }
.filtersearch .search-panel button.btn-default span.fa-map-marker-alt{color:#666666; }
.filtersearch .search-panel button.btn-default span.caret{color:#666666;margin: 0 5px 0 0; }
.filtersearch input.form-control.searchfield{border: none;background:#fff; border-left:none; color:#666666; font-size: 14px;}
.filtersearch span.input-group-btn button.btn-default{ /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bb8d47+0,ecd489+46,bb8d47+100 */
background: #000; /* Old browsers */
border:none; border-radius:0; color:#fff; padding: 7px 14px;}

.filtersearch .dropdown-menu{background:#fff; border:1px solid #fff; border-radius:0; margin:0; }
.filtersearch .dropdown-menu li{ color:#666666;     padding: 0 0 4px 12px;}

#myModals h4{ text-align: center;
    color: #fff;
    margin: 26px 0 10px 0;
    font-size: 32px; }

#storeresult h1{ text-align: left;    margin: 0 0 10px;
    font-size: 16px;color: #f20505;
	}
	#storeresult{ display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
		
	}
	.storeresultouter{
		max-height: 350px;
  width: 100%;
  overflow: auto;
	}
#storeresult > div{    float: left;
    width: 31%;
    background: #fff;
    padding: 2%;
    display: flex;
  flex-direction: column;
    margin: 0 1% 1% 1%;

}
#storeresult > div p{ margin:0 0 7px;
}


.callus ul{margin-bottom: 0;
}
.footerLinks.second{margin-top: 50px;
}

.wpcf7-form-control-wrap.mobile input {
  display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #a4a4a4;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}




.woocommerce form .form-row label{
	width:100%;}
	
.woocommerce form .form-row span.woocommerce-input-wrapper{
	display: block;
    width: 100%;
}
.woocommerce form .form-row input.input-text {
    padding: 0.375rem 0.75rem;
    height: 46px;
    border: 1px solid #a4a4a4;
    border-radius: 0;
}

.woocommerce form .form-row select  {
 
    height: 46px;
}

.woocommerce-terms-and-conditions-wrapper{margin-bottom:15px;}


.product_meta .posted_in{display:none;}
.woocommerce-product-details__short-description{border-bottom: 1px solid #ebebeb;
    padding:10px 0 20px;
    margin: 0 0 22px;}
.summary.entry-summary p.price{margin-bottom: 0;
    font-weight: bold;
    font-size: 29px !important;}
.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
    height: 34px;
}

.woocommerce div.product form.cart .variations label {
       color: #212529;
    font-size: 15px;
padding: 0px 12px 0 0;
}
.woocommerce div.product form.cart .variations select{
	    border-radius: 0;    margin-bottom: 10px;
}
.woocommerce div.product form.cart {
    margin-bottom: 0em;
}

.woocommerce-variation-price{
	margin-bottom: 15px;
    font-weight: bold;
    font-size: 28px;
	
}
.woocommerce button.button.alt {
    background-color: #f20505;
}

.socialmediaTop .custom-html-widget{/*float:left;*/}
.menu-topbar-container{text-align: right; 
     padding: 10px 0 0;
}
.menu-topbar-container ul{margin:0;}

.menu-topbar-container ul li{list-style:none; font-size: 14px;    display: inline;}
.menu-topbar-container ul li a{font-size: 12px; color:#fff;}

.menu-topbar-container ul li + li:before{ content:" | ";     padding-right: 5px;}
.xoo-aff-group {
  
    margin-bottom: 17px;
}


.woocommerce-MyAccount-navigation ul{margin-left:0;border-top:1px solid rgba(0,0,0,.05)}
.woocommerce-MyAccount-navigation ul li{list-style:none;border-bottom:1px solid rgba(0,0,0,.05);position:relative}
.woocommerce-MyAccount-navigation ul li.is-active a:before, .woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce-MyAccount-navigation ul li:hover a{opacity:1}
.woocommerce-MyAccount-navigation ul li a{padding:.857em 0;display:block; color: inherit; opacity:.4}
.woocommerce-MyAccount-navigation ul li a:before{display:inline-block;font:normal normal normal 1em/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f0f6";line-height:1.618;line-height: inherit;margin-right:15px;text-align:right;float:left;opacity:.4}
.woocommerce-MyAccount-navigation ul li a:hover:before{opacity:1}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before{content:"\f0e4"}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before{content:"\f291"}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before{content:"\f1c6"}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before{content:"\f015"}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before{content:"\f09d"}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before{content:"\f007"}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before{content:"\f08b"}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--subscriptions a:before{content:"\f021"}

.single_add_to_cart_button span.xoo-wsc-icon-atc{ display:none;
}


.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}

.woocommerce a.added_to_cart {
    padding-top: .5em;
    display: inline-block;
    padding-left: 10px;
}


.xoo-aff-group label {
    font-weight: normal;
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
}


.input-group-btn.search-panel{
	width: 24%;
	
}


.input-group-btn.search-panel select{border:none;}


.freeshippingTop{ display:flex;
    padding: 7px 0 6px 0;
  align-items: center;
    justify-content: center;
}

.freeshippingTop img{margin:0 10px 0 0;}
.menuOuterStrip{position:absolute;width: 100%; top: 0;
    z-index: 1000;}

.menu-topbar li {list-style:none;}




.aboutvvsList{}
.aboutvvsList ul li{background: url(../img/tick.png) no-repeat left 7px;
    padding: 7px 0 6px 39px;
    list-style: none;
    margin: 0 0 12px;
	
	}



.leftbottomRight:after{background-image: url(../img/grayleafirght.png);
    content: '';
    background-repeat: no-repeat;
    background-position: bottom right;
    width: 181px;
    height: 216px;
    position: absolute;
    right: 50px;
    z-index: 10000;
	bottom:0;
} 


.eael-product-carousel .product-details-wrap{
	background:#fff;	
}

.product-image-wrap .image-wrap{ padding:30px; }

.contactAddress p i{color: #25c06b;
    float: left;
    margin: 2px 5px 0 0;
    font-size: 17px;
 }


.contactAddress p:last-child i{color: #25c06b; 
    float: left;
    margin: 2px 5px 0 0;
    font-size: 17px;
    height: 54px; }
	
	
	
	.footerMoreLinks{ margin:25px 0 0; }
	
	
	.desktop{ display:block;  }
	.mobile{ display:none; }
	
	
	.innermenubar{box-shadow: 0 2px 8px 4px rgb(0 0 0 / 7%);
    padding: 9px 0 19px 0; position: relative;}
	
	.innermenubar #mega-menu-wrap-navbar #mega-menu-navbar > li.mega-menu-item > a.mega-menu-link{color: #000;}
	
	.innermenubar #mega-menu-wrap-navbar #mega-menu-navbar > li.mega-current_page_ancestor > a {
    color: #0eba5b;
    border-radius: 0;
}

	
	
	.innermenubar #mega-menu-wrap-navbar #mega-menu-navbar > li.mega-current_page_item a.mega-menu-link{color: #0eba5b; border-radius:0; 
}

.innermenubar #mega-menu-wrap-navbar #mega-menu-navbar > li.mega-current_page_ancestor > a.mega-menu-link{color: #0eba5b; border-radius:0; 
}

.innermenubar #mega-menu-wrap-navbar #mega-menu-navbar > li.mega-menu-item:hover > a.mega-menu-link {
    color: #0eba5b;
}
 
	
	.breadcrumbOuter span a{ color:#a3a3a3; }
	
		.breadcrumbOuter span.breadcrumb_last{ color:#0eba5b; }
	
	
	
	.woocommerce-product-details__short-description ul li {background: url(../img/tick1.png) no-repeat left 7px;
    padding:4px 0 13px 39px;
    list-style: none;
    margin: 0 0 2px;
    font-size: 18px;
	}

	.woocommerce div.product div.summary h1{
	 font-size:37px; color:#000; font-weight:600; margin: 0;	
	}
	
	
	
.woocommerce div.product div.images.woocommerce-product-gallery{	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fff8ec+0,ffe9c2+100 */
background: #fff8ec; /* Old browsers */
background: -moz-linear-gradient(top,  #fff8ec 0%, #ffe9c2 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #fff8ec 0%,#ffe9c2 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fff8ec 0%,#ffe9c2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff8ec', endColorstr='#ffe9c2',GradientType=0 ); /* IE6-9 */

}


.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #000;
    font-size:26px;
}


.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 0 0 1px rgb(14 186 91);
    padding: 2px;
    margin: 4px 8px 4px 0;
}


body.single-product .wczpc_maindiv {
    border: 0px dotted #e0e0e0 !important;
    width: 50% !important;
 
    float: none !important;
    position: relative;
 
    margin: 0 0px 20px !important;
    clear: both !important;
    display: block !important;
    padding: 20px 0 0 !important;
}



.wczpc_maindiv input.wczpbtn {
    font-weight: normal;
    letter-spacing: 0.5px;
    padding: 3px 9px;
    font-size: 15px;
    display: block;
    border-radius: 5px;
    width: auto !important;
    height: auto;
    border: none;
    background: transparent !important;
    color: #2268da !important;
    text-transform: uppercase;
}


.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fff8ec+0,ffe9c2+100 */
background: #fff8ec; /* Old browsers */
background: -moz-linear-gradient(top,  #fff8ec 0%, #ffe9c2 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #fff8ec 0%,#ffe9c2 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fff8ec 0%,#ffe9c2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff8ec', endColorstr='#ffe9c2',GradientType=0 ); /* IE6-9 */
	
	
}
.breadcrumbOuter{font-size:15px;}



.woocommerce div.product form.cart .variations {
    margin-bottom: 0;
    border: 0;
    width:auto;
}



body.single-product .qib-button.qib-button-wrapper {
    display: inline-block;
    float: none;
    margin-right: 5px;
    display: block; margin-bottom: 23px;
}
.eael-product-grid .product-details-wrap {
    text-align: center;
    background: #fff;min-height: 145px;
}

.single_add_to_cart_button {background: #fff !important; 
    width: 50%;
    border: 3px solid #ef1821 !important;
    color: #ef1821 !important;
    padding: 22px 15px !important;
    border-radius: 9px !important;
    font-weight: normal !important;
    text-transform: uppercase;
    font-size: 18px !important;}


.js-wsb-add-to-cart{ color: #fff;cursor: pointer;
    background: #0eba5b;
    width: 48%;
    padding: 17px 10px;
    border: 3px solid #0eba5b;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 9px;
    margin-left: 10px;}
	
	
	.sku_wrapper{ background: url(../img/greentick.png) no-repeat left 7px;
    padding: 10px 0 6px 39px;
    list-style: none;
    margin: 0 0 2px;
    font-size: 18px;}
	
	
	
	.firstDescription{ text-align:center;    padding: 0 0 50px; }
	.firstDescription h2{font-size: 28px;
    width: 75%;
    margin: 0 auto 18px; }
		.firstDescription p{
			margin: 0 0 25px;
    text-align: center;
    font-size: 18px;
    line-height: 29px;
	
	}
	
	
	.secondDescription{margin: 0 20px;
    background: #fffaec;
    padding: 75px 27px;
	}
	
	.secondDescription p strong {
    font-weight: normal;
    color: #f20505;
    font-family: 'kalyani';
    font-size: 24px;
}



	.provitaingredients{     background: #f3efe1;
    border: 1px dashed #afa487;
    border-radius: 25px;
    padding: 25px; }
	
	 
	
	
	.provitaingredients p{text-align:center;}
		.thirdDescription{margin:0 10px;}
	
	
	
	.thirdDescription.provitaContent h2{margin:0 0 25px; font-size:24px;}
		
	.thirdDescription{margin: 0 20px;
    background: #f3fff5;
    padding: 75px 27px;
	}
	
	.thirdDescription p strong {
    font-weight: 700;
  
}


	.thirdDescription p {margin:0 0 10px;}


	.provitaContentThirdBg{position:relative;}
	
	.provitaContentThirdBg:before{ background-image: url(../img/provitaspic.png);
    content: '';
    background-repeat: no-repeat;
    background-position: center center;
    width: 180px;
    height: 180px;
    position: absolute;
    left: 0;
    z-index: 10000;
    top: -66px;
    background-size: 100%; }
	
		.thirdDescription ul {margin:0 0 40px;}
		
		
		.thirdDescription ul li{ background: url(../img/coffeeicon.png) no-repeat left 7px;
padding: 10px 0 21px 58px;
    list-style: none;    margin: 0 0 2px;
    font-size: 18px;}	
	
	
	.btn-primary {
    color: #fff;
    background-color: #e93434;
    border-color: #e93434;
    border-radius: 25px;
    padding: 7px 31px;
    text-transform: uppercase;
}

.provitarightContent{padding:73px 0 0;}

	
		.chekkuoilingredients ul li {background: url(../img/tick1.png) no-repeat left 16px;
    padding: 7px 0 20px 39px;
    list-style: none;
    margin: 0 0 2px;
    font-size: 18px;
    background-size: 2%;
    line-height: 31px;
	}
	
	
.secondDescription.classic-chekku-oilContent {
    margin: 0 20px;
    background: #edfffa;
 }
.chekkuoilingredients h2{ margin:0 0 40px;}

 
.thirdDescription.classic-chekku-oilContent {
    margin: 0 20px;
    background: #fff3f3;
 
}
 
.classic-chekku-oilContentThirdBg{position:relative;}
	.classic-chekku-oilContentThirdBg:before{ background-image: url(../img/provitaspic.png);
    content: '';
    background-repeat: no-repeat;
    background-position: center center;
    width: 180px;
    height: 180px;
    position: absolute;
    left: 0;
    z-index: 10000;
    top: -66px;
    background-size: 100%; }
	
	
	.thirdDescription .chekkuoilrightContent ul li {
    background: url(../img/icon3.png) no-repeat left 7px;
    padding: 12px 0 21px 41px;
    list-style: none;
    margin: 0 0 2px;
    font-size: 18px;
}
.thirdDescription .chekkuoilrightContent{margin:90px 0 0;}

.thirdDescription .chekkuoilrightContent h2{ margin:0 0 40px;}

	
	.secondDescription h2{font-size:28px; margin: 0 0 40px;line-height: 41px;}
	
		.thirdDescription h2{font-size:28px;}
		
		
		
		.woocommerce div.product div.images .flex-control-thumbs li {
 
        padding: 0;
    background: #fff;
    margin: 0 10px;
	width: 21%;
	
}


.woocommerce div.product div.images .flex-control-thumbs li img {
    cursor: pointer;
    opacity: .5;
    margin: 0;
    padding: 10px;
    border: 3px solid #d1d1d1;
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce div.product div.images .flex-control-thumbs li img:hover {
    opacity: 1;
    border: 3px solid #e0b266;
}


 
.woocommerce div.product div.images .flex-control-thumbs {
     margin: 0;
    padding: 0;
    margin: 25px;
}


.wczpc_maindiv input.wczpcheckbtn {
 
    cursor: pointer;
}

.wczpc_maindiv input.wczpbtn{    cursor: pointer;
	
}



.woocommerce-checkout .bestselling, .woocommerce-cart .bestselling{ display:none; }
.woocommerce-checkout .recentblog, .woocommerce-cart .recentblog{ display:none; }


body.home .bestselling { display:none; }

.gingleRightImg{position:absolute;}
.gingelly-oil-sesame-oilContent .chekkuoilrightContent{margin: 13px 0 0;}

.gingelly-oil-sesame-oilContent .chekkuoilingredients p{line-height: 35px;
    margin: 0 0 22px;}
	
	.gingelly-oil-sesame-oilContent .chekkuoilingredients em{font-style:normal; color:#18b400; font-size:22px; font-weight:700;}
	


		.jyothioilingredients ul li {background: url(../img/heart.png) no-repeat left 11px;
    padding: 7px 0 20px 39px;
    list-style: none;
    margin: 0 0 2px;
    font-size: 18px;
    background-size: 3%;
    line-height: 31px;
	}
	.secondDescription.jyothi-holy-oilContent  {
    margin: 0 20px;
    background: #f3fff5;
    padding: 75px 27px;
}

.secondDescription .jyothioilingredients h2 {
    font-size: 28px;
    margin: 0 0 16px;
    line-height: 41px;
}

.secondDescription .jyothioilingredients p{margin:0 0 15px;}

.jyothioilingredients{margin: 85px 0 0;}


.secondDescription.tirupthi-kasthuri-manjalContent {
    margin: 0 20px;
    background: #f3fff5;
    padding: 75px 27px;
}

.secondDescription.tirupthi-sesame-seedsContent {
    margin: 0 20px;
    background: #f3fff5;
    padding: 75px 27px;
}


.wpmc-tabs-wrapper .wpmc-tab-item:first-child::before{   }
.wpmc-tabs-wrapper .wpmc-tab-item:last-child::after{  }

a.xoo-wsc-ft-btn {
  border:1px solid #0eba5b !important;
    background: #0eba5b !important;
    color: #fff !important;
}

a.xoo-wsc-ft-btn:hover{ background: #fff !important;
    color: #0eba5b !important;
	
}

.xoo-wsc-bki {
    font-size: 30px;
    color: #ed1c24;
}

.xoo-wsc-items-count, .xoo-wsc-sc-count {
    background-color: #0eba5b;
    color: #ffffff;
}

.xoo-wscb-icon {
    font-size: 37px;
    color: #ed1c24;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 105px;
    box-shadow: none;
}


.woocommerce-cart .cart-actions .col-md-6 {
	width: auto;
  	-webkit-flex: none;
  	-ms-flex: none;
    flex: none;
}

.woocommerce-cart .cart-actions {
	margin-bottom: 30px;
}

.woocommerce-cart .cart-actions .col-md-6:last-child {
	padding-left: 0;
}

.woocommerce-cart .cart_totals {
	width: auto;
  	float: none;
}

.woocommerce-cart .woocommerce {
	display: flexbox;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	-webkit-align-items: stretch;
  	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
  	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
  	margin-left: -15px;
  	margin-right: -15px;
}

.woocommerce-cart .cart-collaterals,
.woocommerce-cart form {
	padding-left: 15px;
  	padding-right: 15px;
}

.woocommerce-cart .woocommerce-message {
	-webkit-flex-basis: 100%;
	-ms-flex-basis: 100%;
  	flex-basis: 100%;
  	width: 100%;
  	margin-left: 15px;
  	margin-right: 15px;
}

.woocommerce-cart .cart-collaterals {
	-webkit-flex-basis: 40%;
	-ms-flex-basis: 40%;
  	flex-basis: 40%;
  	width: 40%;
	background: #fff;
}

.woocommerce-cart form {
	-webkit-flex-basis: 60%;
	-ms-flex-basis: 60%;
  	flex-basis: 60%;
  	width: 60%;
}

.cross-sells {
	display: none;
}


.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 100%;
}


.woocommerce-cart form {
    -webkit-flex-basis: 60%;
    -ms-flex-basis: 60%;
    flex-basis: 60%;
    width: 100%;
}


.woocommerce-cart .cart_totals h2{display:none;}
#add_payment_method .wc-proceed-to-checkout, .woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout {
    padding: 1em 0;
    text-align: center;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    display: inline-block;
    text-align: center;
    margin-bottom: 1em;
    font-size: 1.25em;
   padding: 15px 32px;
    margin: 0 auto;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #f62f34;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

a {
    color: #0eba5b;
}
@media (max-width: 991px) {

  	.woocommerce-cart .cart-collaterals,
	.woocommerce-cart form {
		-webkit-flex-basis: 100%;
		-ms-flex-basis: 100%;
  		flex-basis: 100%;
		width: 100%;
	}
  
}

@media (max-width: 768px) {
	.woocommerce-cart .cart-actions .col-md-6:last-child {
		padding-left: 15px;
	}
}


.woocommerce-cart #content{ background:#f7f7f7; }

.woocommerce-cart .footertop{display:none;}



.woocommerce table.shop_table{border-spacing: 0 3px; border: 0px solid rgba(0,0,0,.1);}
.woocommerce table.shop_table tr{background:#fff;}


.woocommerce table.shop_table tr.cart_item td {
    border-top: 0 solid rgba(0,0,0,.1);
    padding: 28px 12px;
    vertical-align: middle;
    line-height: 1.5em;
}

.woocommerce table.shop_table td {
    border-top: 0px solid rgba(0,0,0,.1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em;
}

.woocommerce table.shop_table thead tr {
    background: transparent;
}


.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #0eba5b;
    color: #fff;
}


/*.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 0.618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #fff;
    background-color: #0eba5b;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}

.woocommerce .cart .button:hover{ color: #fff;
    background-color: #0eba5b;}*/
	
	
	.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 43px;
    height: 48px;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 45px;
    margin: 0 0 -4px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
	    border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -8px;
    margin-top: 6px;
    position: absolute;
    top: 50%;
    width: 0;
}


.woocommerce-billing-fields{margin:0 0 25px;}


.wpmc-tabs-wrapper .wpmc-tab-item .wpmc-tab-number {
    display: inline-block;
    line-height: 37px;
    text-align: center;
    vertical-align: middle;
    width: 40px;
    min-width: 40px;
    min-height: 40px;
    height: 40px;
    margin-top: -14px;
    color: #999;
    background: #fff;
    border-radius: 50%;
    position: relative;
    -webkit-transition: color .3s,background .3s;
    -o-transition: color .3s,background .3s;
    transition: color .3s,background .3s;
    font-size: 21px;
    font-weight: bold;
    font-family: Arial,Helvetica,sans-serif;
}

.wpmc-tabs-wrapper .wpmc-tab-item.current .wpmc-tab-number {
    color: #fff;
    background: #0eba5b;
    border: 2px solid #0eba5b;
}


.wpmc-tabs-wrapper .wpmc-tab-item:before {
 
    top: 6px;
 }




.chekkuoilingredients{padding-top: 75px;}


.recipesOuter{background: url(../img/recipes-bg.jpg) repeat-x left top;}


.recipeslistOuter{background:#f7f7f7;padding: 55px; margin-bottom: 40px;}




.bubble blockquote {
   margin: 10px 10px 0;
    background: #fff;
    padding: 27px;
    position: relative;
    border: none;
    border-radius: 8px;
    font-size:16px;
    color: #000000;
    border: 2px solid #0fba5c;
}

 
.bubble div {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #0fba5c;
    margin: 0 0 0 60px;
    margin-bottom: 10px;
}
.bubble cite {
    padding-left: 20px;
    font-size: 1.25em;
    color: #000;
}
.bubble cite strong{ color:#0fba5c; }


.wpcf7-form-control-wrap {
    position: relative;
    margin: 0 0 13px;
    display: block;
}



.wpcf7-form-control-wrap .form-control, .wpcf7 input[type="tel"] {
   
    display: block;
    width: 100%;
    height: calc(2.85rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #888888;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e4e4e4;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}



.wpcf7-form-control-wrap textarea.form-control {
   height: calc(5.85rem + 2px); resize:none;
}

.wpcf7 .submitBtn input.btn-primary {
      background: #0fba5c;
    border: 1px solid #0fba5c;
      padding: 17px 29px;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    border-radius: 10px;
}



.bloglisting article + article {   }
.bloglisting article h2{font-size: 20px;
    line-height: 28px;}

.bloglisting article h2 a:hover{color:#000;}
.bloglisting article p{margin-bottom:15px;}

.bloglisting article .text-muted{margin:0 0 10px;}



.bloglisting{border-bottom:1px solid #ccc; display:block; overflow:hidden;}
.pagination li.page-item {
    margin: 0 5px;
}

.pagination li span.current{    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #000;
    background-color: #fff;
    border: 1px solid #000;}
	
	.btn-primary:hover {
    color: #fff;
    background-color: #25C06B;
    border-color: #25C06B;
}
	
	
	
	.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #ef473e;
    background-color: #fff;
    border: 1px solid #ef473e;
}
.page-link:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #ef473e;
    border-color: #ef473e;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}


.pagination {
     margin: 18px 0;
}

.widget_recent_entries ul li{ list-style:none;     padding-bottom: 15px;}

.widget_recent_entries ul li + li{padding-bottom:15px; border-top: 1px solid #e5e5e5; padding-top:15px; }
.widget_recent_entries ul li a:hover{color:#000;}


.tabContainer{
	margin: 0 0 30px;
    display: block;
    overflow: hidden;
}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	/*height: 60px;*/
	border-bottom: 1px solid transparent;
	width: 100%;
	background:#eeeff3;
	text-align:center;
	display: flex;
    align-items: center;
    justify-content: center;
}

.visiontext a{color:#fff;}
.visiontext a:hover{ color:#fff; }

a:hover{ color:#ff0006; }


ul.tabs li {
display:inline;
    margin: 0;
    cursor: pointer;
    padding: 17px 14px;
/* height: 60px;
    line-height: 23px;*/
  /*  border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background-color: #f9f9f9;*/
   color: #363636;
/*    overflow: hidden;*/
    position: relative;
    font-weight: 700;
    font-size: 17px;
}

.tab_last { border-right: 1px solid #eee; }

ul.tabs li:hover {
	background-color: #eee;
	color: #333;
}

ul.tabs li.active {
	background: url(../img/line.png) repeat-x bottom;
    color: #0078bf;
    border-bottom: 0px solid #fff;
    display: block;
}

.tab_container {
	    border: 1px solid #eee;
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    background: transparent;
    margin-bottom: 0;
    overflow: auto;
    border-bottom: none;
}

.tab_content {
	padding: 55px 20px 0 20px;
	display: none;
}
 
.verticalProductsList{margin: 0 0 0 0;
	
}
.verticalProductsList ul.tabs {
    display: block; height: 100%;  background: transparent;
}

.verticalProductsList ul.tabs li {border-left: 3px solid #f7f7f7;
    display: block; border-right: 0px solid #fff; padding: 14px 23px;     text-align: left; text-transform:uppercase; transition: ease 0.5s all;
}



.verticalProductsList ul.tabs li.active, .verticalProductsList ul.tabs li:hover {
    background: transparent;
    color: #0eba5b;
    border-bottom: 0px solid #fff;
    display: block;
    border-left: 3px solid #0eba5b;
}


.verticalProductsList .tab_content {
    padding: 0;
}

.verticalProductsList .tab_container {
    border: 0px solid #eee;
 }


 
.verticalProductsList .tab_content .elementor-widget-tabs .elementor-tab-desktop-title, .verticalProductsList .tab_content .elementor-widget-tabs .elementor-tab-mobile-title {
    position: relative;
    padding: 20px 25px;
    font-weight: 700;
    line-height: 1;
   border: 3px solid #fff;
    background: #ededed; color:#000;
}


.verticalProductsList .tab_content .elementor-widget-tabs .elementor-tab-desktop-title.elementor-active, .verticalProductsList .tab_content .elementor-widget-tabs .elementor-tab-mobile-title.elementor-active {
    position: relative;
    padding: 20px 25px;
    font-weight: 700;
    line-height: 1;
  border:0px solid #fff;
    background: #007CC3; color:#fff;
}

 

.tab_drawer_heading { display: none; }
 



@media screen and (max-width: 480px) {
ul.tabs{
		display: none;
	}
	.tab_drawer_heading {
		background-color: #ccc;
		color:#212529;
		border-top: none;
		margin: 0;
		padding: 13px 20px;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		font-size: 25px;
	}
	.d_active {
		background-color: #0fba5c;
		color: #fff;
	}
	.tab_content {
    padding: 22px 20px 4px 20px;
 
}
.verticalProductsList ul.tabs {
   
    display: none;
}
.verticalProductsList .tab_content {
    padding: 22px 20px 4px 20px;
}

}

.blogTitle {
	padding:60px 0 16px;
}

.blogTitle h1{

    color: #000000;
    font-family: "Rubik", Sans-serif;
    font-size: 63px;
    font-weight: bold;
    letter-spacing: -1.2px; text-align: center;
}


.twae-description{display:none !important;}
.twae-wrapper span.twae-title {
    display:none;
}

.twae-horizontal .twae-timeline-img{}

.twae-horizontal .twae-story-info {
    /* border-top: 4px solid #23a455; */
    background-color: #fff9ed;
    border-radius: 100% !important;
}



.single article footer.container { display:none; }

.single article header.container {   }


.woocommerce-page div.product div.summary .star-rating, .woocommerce-page div.product div.summary .star-rating span:before, ul.products li.product .woocommerce-loop-product__link .star-rating, ul.products li.product .woocommerce-loop-product__link .star-rating span:before {
    color: #ffaf1e !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    padding: 0.5em 0;
    margin: 0;
    font-size: 1em;
    color: #000; min-height: 62px;

}

.eael-product-grid .woocommerce ul.products li.product .woocommerce-loop-product__title {
    padding: 0.5em 0;
    margin: 0;
    font-size: 1em;
    color: #000;
    min-height: 25px;
}




 .woocommerce .product_cat-products a.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 0.618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #fff;
    background-color: #0eba5b;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}

.woocommerce ul.products li.product .price {
    color: #FE0106;
    display: block;
    font-weight: 400;
    margin-bottom: 0.5em;
    font-size: 23px;
}



.bloglisting article{/*width: 50%;
    float: left;*/
    padding: 25px;}



.rx-flex-grid-container {
    display: block;
    clear: both;
}



body.single-post #content article{margin-bottom:20px;}


.woocommerce-page div.product div.summary .star-rating, .woocommerce-page div.product div.summary .star-rating span:before, ul.products li.product .woocommerce-loop-product__link .star-rating, ul.products li.product .woocommerce-loop-product__link .star-rating span:before {
    color: #ffbc3a;
}


.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 15px;
    border-bottom: 1px dotted #ccc;
    padding: 0 0 8px;
}


.single-product .recentblog{display:none;}

.bloglisting article a.continueBtn{ display:inline-block; padding:6px 15px; color: #ef473e;
    background-color: #fff; transition: ease 0.5s all; font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    border: 1px solid #ef473e;}

.bloglisting article a.continueBtn:hover{color: #fff;
    background-color: #ef473e;
    border: 1px solid #ef473e;}


.bigscreen{ display:none;}
	.normalscreen{ display:block;}


#mega-menu-wrap-navbar #mega-menu-navbar li.logingBtn{ display:none;}

.woocommerce a.added_to_cart {
   
    display: none;
   
}


.woocommerce-notices-wrapper{
    clear: both;
    display: block;
    overflow: hidden;
    width: 100%;
}

.woocommerce-message {
    border-top-color: #8fae1b;
    clear: both;
    display: block;
    overflow: hidden;
    background: #fff;
}

.product_meta{ margin-top:15px; }


.xoo-el-inmodal .xoo-el-form-container ul.xoo-el-tabs li {
    background-color: #eee;
    color: #000;
}

.xoo-el-form-container ul.xoo-el-tabs li {
    font-weight: bold;
}

.xoo-el-inmodal .xoo-el-form-container ul.xoo-el-tabs li.xoo-el-active {
    background-color: #6cad00;
    color: #ffffff;
}




.holi{ background:url(../images/offer.png) no-repeat bottom; position: fixed;
    right: 1%;
    bottom:30%;  width:153px; height:230px !important; border-radius:10px;     box-shadow: 0 1px 10px 0 rgb(0 0 0 / 20%);	  }



.woocommerce div.product form.cart .variations td  {
    
    margin-left: 13px;
}



.progress-bar {
 
    background-color: transparent;
 }


.twae-wrapper .twae-label-small {
  
    white-space: break-spaces;
    
}


.blogDetailsContent .elementor-text-editor p{ margin-bottom:25px; }


.blogDetailsContent .elementor-text-editor h2{
	font-size: 26px;
}
.blogDetailsContent .elementor-text-editor h3{
	font-size: 23px;
}