/** Shopify CDN: Minification failed

Line 552:0 Expected percentage but found "0"
Line 569:0 Expected percentage but found "0"
Line 586:0 Expected percentage but found "0"
Line 609:0 Expected percentage but found "0"
Line 632:0 Expected percentage but found "0"
Line 649:0 Expected percentage but found "0"
Line 666:0 Expected percentage but found "0"
Line 689:0 Expected percentage but found "0"
Line 786:0 Expected percentage but found "0"
Line 796:0 Expected percentage but found "0"
... and 5 more hidden warnings

**/
body.page-template-product {
    font-family: Roboto !important;
    font-size: 14px;
    color: #6b6b6b;
    background-color: #fff;
}

.template-account-activate form input:not([type="submit"]), .template-account-login form input:not([type="submit"]), .template-account-register form input:not([type="submit"]), .template-account-reset form input:not([type="submit"]), .page-contact .contact-form input:not([type="submit"]), .storefront-password-form input:not([type="submit"]), .comments-submit input:not([type="submit"]), .template-account-activate form textarea, .template-account-login form textarea, .template-account-register form textarea, .template-account-reset form textarea, .page-contact .contact-form textarea, .storefront-password-form textarea, .comments-submit textarea, .search-form-input, .cart-note textarea, .section-password input, .newsletter-input, .product-form-nojs-variants-select, .product-form-nojs-quantity, .option-select-input, .shipping-calculator-field select, .shipping-calculator-field input {
    padding: 15px;
    color: #474c46;
    background: transparent;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

body.page-template-collection {
    font-family: Roboto !important;
    font-size: 14px;
    color: #6b6b6b;
    background-color: #fff;
}
.collection-grid-item .product-item{
  position:relative;
}
.section-related-products .added_cart .buynow:hover{
  color:#fff;
}
.collection-grid-item .added_cart input[type=submit].out_of_stock{
  line-height:1.3;
}
.notify-box .btn-success[disabled]:hover, .notify-box .notification_submit .btn:hover{
  background-color:#687d2f;
  border-color:#687d2f;
}
.half .lx-btn:focus, .half .lx-btn:hover {
    background: #282828;
    color: #fff;
    outline: 0;
}
.half .lx-btn {
    border: solid 1px #282828;
    color: #282828;
    background: transparent;
}
.half .lx-primary {
    border-radius: 2px;
    transition-property: background, color;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
}
.site-main .collection-header-info h1.collection-title {
    font-size: 2em;
    margin-top: 50px;
    margin-bottom: 0px;
    color: #474c46;
    font-family: Roboto Condensed;
    font-weight:600;
}
.product-wrapper  h1.product-title{
   font-weight:600;
  line-height: 1.15;
}
.product-quickshop-details .product-title {
  font-weight:600;
}
.site-footer a:focus, .site-footer a:hover {
    color: #6b6b6b;
    text-decoration: none;
}
.site-main .pagination {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin-top: 40px;
    margin-bottom: 80px;
    text-align: center;
    list-style: none;
}
.site-main .pagination li {
    display: inline-block;
}
.site-main .pagination a {
    padding: 5px;
    font-size: 14px;
    color: #6b6b6b;
    text-decoration: none;
    background-color: transparent;
    border: none;
    float:none;
}
.collection-menu-slideout-content label{
  font-weight:normal;
  
}
.site-main a:focus, .site-main a:hover {
    color: #000;
    text-decoration: none;
}
.site-main .pagination .pagination-active a {
    color: rgba(107,107,107,0.5);
}
.site-main .pagination>li>a:hover{
    background-color: transparent;
    border-color: transparent;
    color:#6b6b6b;
    text-decoration: none;
}
.added_cart .btn{
  border-radius:0px;
}
.product-details .cart-btn-detail .added_cart form{
  overflow:hidden;
}
.cart-btn-detail .added_cart input[type=submit].out_of_stock{
  width:48%;
  float:left;
}

.site-main .breadcrumb {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color:transparent;
    border-radius: 0;
}

.site-main .cart-btn-detail .added_cart .notify-btn{
  width: 50%;
  float: right;
  padding: 10px 16px;
  line-height: 1.3;
  margin-bottom:0px;
}
.action_btn {
    overflow: hidden;
    margin-top: 30px;
    padding: 0;
}
.modal-content{
  text-align:center;
}
.notify-box .modal-dialog{
  max-width:500px;
}
.notify-box .modal-title{
  margin-top: 14px;
  margin-bottom: 10px;
  font-size:24px;
  line-height:1.3;
  font-weight:600;
  color:#687d2f;
}
/*.collection-grid-item .added_cart input[type=submit].out_of_stock {
    width: 49%;
    float: left;
}*/
.site-main .collection-grid-item .added_cart .notify-btn {
    /*width: 49%;
    float: right;
    margin:15px 0 0 0;*/
    margin: 0px 0 2px 0;
    line-height:1.3;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.site-main .cart-btn-detail .added_cart .notify-btn{
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.site-main .collection-grid-item .added_cart .notify-btn:hover, .site-main .cart-btn-detail .added_cart .notify-btn:hover{
  background-color: #a28e36;
  border: 1px solid #a28e36;
  
}
.notify-box .modal-body {
    position: relative;
    padding: 0px 20px 15px 20px;
}
.notify-box .modal-body p{
  font-size:15px;
  line-height:1.3;
}
.notify-box p.desc{
 margin-top: 15px;
 padding: 0 30px 0 30px;
 line-height: 1.4;  
 margin-bottom:10px;
 font-size:15px;
 color:#474c46; 
}
.notify-box .modal-header{
  border-bottom:none;
}
.notify-box .notification_submit .btn {
  border-radius:0px;
  width: 100%;
  padding: 10px 10px;
  background-color: #506c18;
  border-color: #506c18;
  border-radius: 0px;
  margin-bottom:20px;
  text-transform:uppercase;
  opacity:1;
  font-weight:500;
}
.notify-box  .form-control{
    padding: 11px;
    color: #474c46;
    background: transparent;
    border: 1px solid #e6e6e6;
    border-radius: 0px;
    height:auto;
}
.notify-box .input-group-addon{
  border-radius:0px;
}
.notify-box .modal-dialog{
  margin:80px auto;
}
.notify-box button.close{
  cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -9px;
    right: -9px;
    font-size: 18px;
    line-height: 1;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    z-index: 2;
    border-radius: 50%;
    border: 2px solid #ffffff;
    padding-top: 0px;
    padding-left: 1px;
    background-color: #506c18;
    opacity: 1;
    box-shadow: 1px 1px 12px 0 #bdbdbd;
}
.site-main .notify-btn {
    margin: 0px 0 2px 0;
    padding: 6px 16px;
    background-color: #94812e;
    border-color: #94812e;
    border-radius: 0px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    border: 1px solid #94812e;
    cursor: pointer;
}
.site-main .section-related-products .added_cart .notify-btn {
    margin: 15px 0 0 3px;
}
.site-main .notify-btn:hover{
  color:#fff;
}
.site-main .notify-btn .fa{
  margin-right:4px;
}
.notify-box .modal-content{
  border-radius:0px;
  box-shadow: 0 1px 7px 0 rgba(0,0,0,.4);
  border: 2px solid #b1c57f;
  position: relative;
}
.offer-link{
    font-weight: 400;
    margin: 0;
    cursor: pointer;
    display: inline-block;
    margin-left: 5px;
    background-color: #ed2886;
    border-radius: 6px 0 6px 0;
    color: #ffffff;
    padding: 1px 6px 1px 6px;
}
.offer-link .fa{
  margin-right:1px;
  font-size:16px;
}
.offer-layer {
    position: absolute;
    top: 0;
    text-align: left;
    left: 0;
    bottom: 0;
    z-index: 3;
    background: #f9f9f9;
    display:none;
    height:184px;
    width:100%;
    background-color: #f5fcef !important;
    border: 1px solid #bbe29e !important;
    transition: all 0.3s ease;
}
.offer-layer ul{
    padding: 25px 15px 10px 30px; 
    color:#5a9a22;
}  
.closewindow {
    position: absolute;
    top: 9px;
    right: 10px;
    margin:0;
    cursor: pointer;
}











.flag_desk{
    position: absolute;
    top: 8px;
    right: 40px;
    z-index: 99999999; 
}
p.sub_head{
    color: #687d2f;
    font-weight: 600;
    padding: 0 0 0 20px;
    font-size: 16px;
    margin: 12px 0;
}
p.sub_head:before {
    content: "\f0a4";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.4em;
    width: 1.3em;
    color: #687d2f;
}
.action_btn{
  overflow: hidden;
  margin-top: 15px;
  display:none;
  padding:0;
}
.action_btn .col-half{
  width:50%;
  float:left;
}
.mobilenav-contactbar .contactbar-info p {
  line-height:1.4;
}
.go_relative{position:relative;padding:10px 0px}
.go_relativesec{position:relative;z-index:1;text-align:center}
.whytitle{background:#fafafa;padding:0 15px}
.content_container{display:table;vertical-align:middle;width:100%;border-spacing:0px 20px}
.keep-shop{
    background-color: #627334;
    border: 0;
    color: #fff;
    padding: 12px 10px;
    line-height: 1.3;
    text-transform: uppercase;
    border: none;
    width: 98%;
    font-size:13px;
    cursor: pointer;
}
.go-checkout{
    background-color: #94812e;
    border: 0;
    color: #fff;
    padding: 12px 10px;
    line-height: 1.3;
    text-transform: uppercase;
    border: none;
    width: 98%;
    font-size:13px;
    cursor: pointer;
}
.action_btn .align-right{
  text-align:right;
}
.contactbar-info-address{
  line-height:1.3;
}
.flag_mob{
  display:none;
}
.flag_desk img{
  border:1px solid #fff;
}
.ha-animation-preload * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
	-webkit-animation: none !important;
	animation: none !important
}
.ha-animation-preload .ha-cs-sparkle {
	display: none
}
.ha-cs-garland {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100000;
	display: flex;
	background: transparent repeat-x top
}
.ha-cs-garland:hover, .ha-cs-image.ha-cs-left:hover, .ha-cs-image.left:hover {
	cursor: pointer
}
.ha-cs-hide {
	display: none
}
.ha-cs-image {
	position: fixed;
	top: auto !important;
	bottom: 5px;
	width: auto;
	z-index: 100000;
	display: flex;
	background: transparent no-repeat center
}
.ha-cs-bottom-cocoa_bar {
	left: 0 !important;
	bottom: 0 !important
}
.ha-cs-bottom-cocoa_bar.ha-cs-bottom-lg img {
	width: 471px
}
.ha-cs-bottom-cocoa_bar.ha-cs-bottom-md img {
	width: 314px
}
.ha-cs-bottom-cocoa_bar.ha-cs-bottom-sm img {
	width: 249px
}
.ha-cs-bottom-tree.ha-cs-bottom-lg img {
	width: 358px
}
.ha-cs-bottom-tree.ha-cs-bottom-md img {
	width: 280px
}
.ha-cs-bottom-tree.ha-cs-bottom-sm img {
	width: 225px
}
.ha-cs-bottom-lamp1.ha-cs-bottom-lg img {
	width: 351px
}
.ha-cs-bottom-lamp1.ha-cs-bottom-md img {
	width: 280px
}
.ha-cs-bottom-lamp1.ha-cs-bottom-sm img {
	width: 224px
}
.ha-cs-bottom-lamp2.ha-cs-bottom-lg img {
	width: 234px
}
.ha-cs-bottom-lamp2.ha-cs-bottom-md img {
	width: 187px
}
.ha-cs-bottom-lamp2.ha-cs-bottom-sm img {
	width: 150px
}
.ha-cs-bottom-santa_claus.ha-cs-bottom-lg img {
	width: 310px
}
.ha-cs-bottom-santa_claus.ha-cs-bottom-md img {
	width: 235px
}
.ha-cs-bottom-santa_claus.ha-cs-bottom-sm img {
	width: 175px
}
.ha-cs-bottom-snowman.ha-cs-bottom-lg img {
	width: 329px
}
.ha-cs-bottom-snowman.ha-cs-bottom-md img {
	width: 234px
}
.ha-cs-bottom-snowman.ha-cs-bottom-sm img {
	width: 191px
}
.ha-cs-bottom-glasses.ha-cs-bottom-lg img {
	width: 260px
}
.ha-cs-bottom-glasses.ha-cs-bottom-md img {
	width: 184px
}
.ha-cs-bottom-glasses.ha-cs-bottom-sm img {
	width: 143px
}
.ha-cs-image.ha-cs-left, .ha-cs-image.left {
	left: 15px
}
.ha-cs-image.ha-cs-right, .ha-cs-image.right {
	right: 15px
}
.ha-cs-display {
	background-position: 0 65px
}
.ha-cs-play.ha-cs-btn-play, .ha-cs-play.play {
	background-position: 50px 1px
}
.ha-cs-play.ha-cs-btn-pause, .ha-cs-play.pause {
	background-position: 50px 65px
}
.ha-cs-snowfall-cntr {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1
}
.ha-cs-sparkle-color, .ha-cs-sparkle-blue, .ha-cs-sparkle-white {
	width: 28px;
	height: 30px;
	background-color: transparent;
	position: absolute;
	background-position: 0 0;
	z-index: 100000;
	pointer-events: none
}
@keyframes sparkle {
0, 100% {
background-position:0 0
}
20% {
background-position:30px 0
}
40% {
background-position:61px 0
}
60% {
background-position:92px 0
}
80% {
background-position:0 0
}
}
@keyframes movetop {
0, 100% {
top:0
}
20% {
top:20%
}
40% {
top:40%
}
60% {
top:60%
}
80% {
top:80%
}
}
@keyframes moveleft {
0, 100% {
left:100%
}
15% {
left:15%
}
30% {
left:30%
}
40% {
left:40%
}
60% {
left:60%
}
70% {
left:70%
}
80% {
left:80%
}
}
@keyframes moveright {
0, 100% {
right:0
}
15% {
right:15%
}
30% {
right:30%
}
40% {
right:40%
}
60% {
right:60%
}
70% {
right:70%
}
80% {
right:80%
}
}
@-webkit-keyframes sparkle {
0, 100% {
background-position:0 0
}
20% {
background-position:30px 0
}
40% {
background-position:61px 0
}
60% {
background-position:92px 0
}
80% {
background-position:0 0
}
}
@-webkit-keyframes movetop {
0, 100% {
top:0
}
20% {
top:20%
}
40% {
top:40%
}
60% {
top:60%
}
80% {
top:80%
}
}
@-webkit-keyframes moveleft {
0, 100% {
left:0
}
15% {
left:15%
}
30% {
left:30%
}
40% {
left:40%
}
60% {
left:60%
}
70% {
left:70%
}
80% {
left:80%
}
}
@-webkit-keyframes moveright {
0, 100% {
right:0
}
15% {
right:15%
}
30% {
right:30%
}
40% {
right:40%
}
60% {
right:60%
}
70% {
right:70%
}
80% {
right:80%
}
}
.ha-cs-snowfall, .ha-cs-snow {
	z-index: 100000;
	pointer-events: none
}
.ha-cs-snowfall {
	overflow: hidden;
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
	max-width: 100%;
	background: transparent
}
.ha-cs-snow {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: transparent !important;
	-webkit-animation: ha-cs-snow-falling linear infinite both;
	animation: ha-cs-snow-falling linear infinite both;
	-webkit-transform: translate3D(0, -100%, 0);
	transform: translate3D(0, -100%, 0);
	background-size: contain
}
.ha-cs-snow--near {
	-webkit-animation-duration: 30s;
	animation-duration: 30s
}
.ha-cs-snow--near.ha-cs-white, .ha-cs-snow--near.white {
	background-image: url('https://cdn.shopify.com/s/files/1/0086/9036/8627/files/white-snowflake-lg-small.png?v=1576921109');
	background-color: transparent !important
}
.ha-cs-snow--near.ha-cs-blue, .ha-cs-snow--near.blue {
	background-image: url('https://cdn.shopify.com/s/files/1/0086/9036/8627/files/blue-snowflake-lg.png?v=1576921173');
	background-color: transparent !important
}
.ha-cs-snow--near+.ha-cs-snow--alt {
	-webkit-animation-delay: -20s;
	animation-delay: -20s
}
.ha-cs-snow--mid {
	-webkit-animation-duration: 60s;
	animation-duration: 60s
}
.ha-cs-snow--mid.ha-cs-white, .ha-cs-snow--mid.white {
	background-image: url('https://cdn.shopify.com/s/files/1/0086/9036/8627/files/white-1.png?v=1576921206');
	background-color: transparent !important
}
.ha-cs-snow--mid.ha-cs-blue, .ha-cs-snow--mid.blue {
	background-image: url('https://cdn.shopify.com/s/files/1/0086/9036/8627/files/blue2.png?v=1576921245');
	background-color: transparent !important
}
.ha-cs-snow--mid+.ha-cs-snow--alt {
	-webkit-animation-delay: -15s;
	animation-delay: -15s
}
.ha-cs-snow--far {
	-webkit-animation-duration: 70s;
	animation-duration: 70s
}
.ha-cs-snow--far.ha-cs-white, .ha-cs-snow--far.white {
	background-image: url('https://cdn.shopify.com/s/files/1/0086/9036/8627/files/2.png?v=1576921286');
	background-color: transparent !important
}
.ha-cs-snow--far.ha-cs-blue, .ha-cs-snow--far.blue {
	background-image: url('https://cdn.shopify.com/s/files/1/0086/9036/8627/files/1.png?v=1576921348');
	background-color: transparent !important
}
.ha-cs-snow--far+.ha-cs-snow--alt {
	-webkit-animation-delay: -10s;
	animation-delay: -10s
}
@-webkit-keyframes ha-cs-snow-falling {
0 {
-webkit-transform:translate3D(-10%, -100%, 0);
transform:translate3D(-10%, -100%, 0)
}
100% {
-webkit-transform:translate3D(10%, 100%, 0);
transform:translate3D(10%, 100%, 0)
}
}
@keyframes ha-cs-snow-falling {
0 {
-webkit-transform:translate3D(-10%, -100%, 0);
transform:translate3D(-10%, -100%, 0)
}
100% {
-webkit-transform:translate3D(10%, 100%, 0);
transform:translate3D(10%, 100%, 0)
}
}
@media only screen and (max-width:600px) {
.ha-cs-image {
	bottom: 0
}
.ha-cs-image.ha-cs-left, .ha-cs-image.left {
	left: 0
}
.ha-cs-image.ha-cs-right, .ha-cs-image.right {
	right: 0
}
}
#ha-cs-snow-canvas {
	position: fixed;
	top: 0;
	left: 0;
	background: transparent;
	z-index: 100000;
	pointer-events: none
}

.product-item-image:hover .product-quickview {
    display: block;
}
.decor {
    height: 48px;
    background-image: url(https://cdn.shopify.com/s/files/1/0086/9036/8627/files/decor.png?v=1576919224);
    background-size: auto 48px;
    /*position: fixed;*/
    width: 100%;
    z-index: 100000;
   /* display: flex;*/
   display:none;
    
}
ul.ul_style{
  margin:0;
  padding:0 0 0 18px;
}
.product-quickview:hover {
    color: #fff;
}
.health_partner{
  padding:0;
  text-align:center;
}
.health_partner a{
  display:inline-block;
}
.page-content .health_partner a img{
  margin:12px auto;
  width:90%;
}
.health_partner span.one {
    position: relative;
    color: #39341e;
    font-size: 25px;
    margin-top: 0;
    line-height: 24px;
   display:block;
  width: 95%;
    margin: 0 auto;
}
.health_partner span.one a {
    background: #fff;
    padding: 0 25px;
    position: relative;
    z-index: 5;
}
.health_partner span.one:before {
    content: "";
    display: block;
    border-top: solid 1px #dfb44d;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
}
.howto_content{
  font-size: 16px;
  line-height:1.4;
  color: #010101;
  padding:0 5px;
}
.product-quickview {
    position: absolute;
    background: rgba(104, 125, 47, 0.74);
    height: 70px;
    width: 100%;
    color: #fff;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 101;
}
.product-quickview:before {
	background-image: url(https://cdn.shopify.com/s/files/1/0086/9036/8627/files/ico-quickview.png?257);
    background-repeat: no-repeat;
    text-indent: -9999px;
    content: "Quick View";
    display: block;
    height: 41px;
    left: 42%;
    position: absolute;
    text-align: center;
    top: 4%;
    width: 41px;
    background-size: 66%;
    background-position: center;
}
.product-quickview span {
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 58%;
    left:0;
    width: 100%;
    font-size: 15px;
    letter-spacing: 1px;
}
.offer_msg {
    margin: 0px auto;
    padding: 10px 26px 5px 10px;
    font-size: 14px;
    text-transform: none;
    margin-bottom: 24px;
    background-color: #f5fcef;
    border: 1px solid #bbe29e;
    position:relative;
}
#offer_messg {
    position:absolute;
    padding: 5px 5px 0px 0px;
    cursor: pointer;
    font-size: large;
    right: 2px;
    top: 0px;
}
.offer_msg ul{
  margin:0;
  padding:0;
  list-style:none;
}
.offer_msg ul li{
  display: block;
  position: relative;
  line-height: 1.3;
  padding: 0px 0px 6px 20px;
  color:#474c46;
}
.offer_msg ul li span{
    color: #479210;
    font-style: italic;
}
.offer_msg ul li.combo-style {
    color: #fc2779;
    font-weight:700;
}
.offer_msg ul li.combo-style:before {
    color: #fc2779;
}
.offer_msg ul li:before {
    font-family: FontAwesome;
    content: "\f111";
    position: absolute;
    top: 5px;
    left: 2px;
    font-size: 7px;
    color: #6b6b6b;
    line-height: 1;
    vertical-align: middle;
}
.form-label {
    color: #627334;
    font-size: 17px;
    font-weight: 700;
}
.dropdownselect{
    width: 50%;
    margin: 0 auto 60px;
}
.dropdownselect .group-select {
    width: 100%;
    padding: 0;
    font-weight: 400;
    font-size: 15px;
    color: #474747;
}
.stockistrow .no_float{
    margin:0 auto !important;
    float:none !important;
    width:50% !important;
    max-width: 100% !important;
}
.dropdownselect .select-box span {
    position: relative;
    display: block;
}
.dropdownselect .select-box span:before {
	content: '';
	right: 4px;
	top: 0px;
	width: 23px;
	height: 28px;
	position: absolute;
	pointer-events: none;
	display: block;
}
.dropdownselect .select-box .form-control {
    border: 1px solid #ececec;
    border-radius: 3px;
    color: #474747;
    height: auto;
    padding:12px 8px;
    width:100%;
    box-shadow: 0 1px 1px #d2d2d2;
}
.dropdownselect .select-box span:after {
	content: "\f0d7";
	font-family: "FontAwesome";
	font-size: 20px;
	color: #b9b9b9;
    right: 12px;
    top: 6px;
	padding: 0 0 2px;
	position: absolute;
	pointer-events: none;
}
.stockistrow{
  overflow:hidden;
  margin:0 0 25px 0;
}
.stockist .box {
	width:46%;
	background:#FFF;
    float:left;
    padding: 10px 15px 10px 15px;
    margin:0 2% 0 2%;
    font-family:Roboto;
    border-radius:2px;
    border: 1px solid #dadddd;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.stockist .box .fa{
  margin-right:5px;
}
.stockist .box h2{
  margin:0;
  padding:5px 0 5px 0;
  font-size:16px;
  line-height:1.3;
  font-family:Roboto;
}
.stockist .box h3{
  margin:0;
  padding:5px 0 5px 0;
  font-size:16px;
  line-height:1.3;
  font-family:Roboto;
  font-weight:400;
}
.stockist .box h4{
  margin:0;
  padding:5px 0 5px 0;
  font-size:16px;
  line-height:1.3;
  font-family:Roboto;
  font-weight:400;
}
.stockist .box p{
  margin:0;
  padding:5px 0 5px 0;
  font-size:16px;
  line-height:1.3;
  font-family:Roboto;
}
.stockist .box p a{
  text-decoration:none;
}
/* Tables end
================================== */
.mobilenav-panel{
  z-index:100008;
}
.breadcrumb{
  display:none;
}
.floting {
    overflow: hidden;
    display: block;
}
.pullright{
  float: right; 
}
.cart-note{
  display:none;
}
.return-policy .policy-para, .shipping_policy .policy-para{
  padding:0;
  margin:12px 0 12px 0;
}
.shipping_policy .policy-para{
  overflow:hidden;
}

.page-contact-contactbar .contactbar-items{
  text-align:left;
}
.payment .payment-icon{width:75%;}
.payment-icon .payment-left{
  float:left;
}
.payment-icon .payment-right{
  float:right;
}
.payment .payment-icon .payment-title{
  margin-bottom:8px;
  font-size: 12px;
  font-weight: bold;
  color: #474c46;
  text-transform: uppercase;
}
.hidden-desktop {
    display: none;
}
.cart-btn-detail .ajaxified-cart-feedback.success{
    margin-bottom: 20px; 
}
.product-details .added_cart form{
  display: block;
}
.product-wrapper  .product-details .added_cart form{
  display: flex;
}
.cart-btn-detail .added_cart input[type=submit] {
  margin: 0px 0 10px 0;
  padding: 9px 10px;
  background-color: #87ab41;
  border-color:#87ab41;
}
.payment .payment-icon .secure-payment{
  height:37px;
  width:270px;
  background:url(https://cdn.shopify.com/s/files/1/0086/9036/8627/files/payment_iconleft_f5e3d8e4-20ba-4314-9679-0fc9611aa36d.png?4505) no-repeat 0px 0px;	
}
.payment .payment-icon .shiping-partner{
  height:37px;
  width:338px;
  background:url(https://cdn.shopify.com/s/files/1/0086/9036/8627/files/paymenticon_right_3d30ac6b-c700-4733-99a2-52a9e72db157.png?v=1593689735) -2px 0px;;
}
.saso-cross-sell-popup a.saso-close{
  display:inline-block;
  color:#39341e;
  font-size: 13px;
}
.spa-products {
    padding: 40px 20px 40px 20px;
    position: relative;
}
.titlebath {
    width: 60%;
    text-align: center;
}
.titlespavaadi {
    width: 50%;
    text-align: center;
}
.spaproducts-title{
  text-align:center;
}
.slideshow-slide-title a{
  color:#474c46;
  text-decoration:none;
}

.slideshow-slide-text p{
  margin:0;
}
.instagram-photo a{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  z-index:999;
}
.titlespavaadi {
    width: 50%;
    text-align: center;
}
.indulgegstbtm {
    margin: 0 0 5px 0;
    text-align: left;
}
.indulgegstbtm figure {
   margin:0 18px 5px 0;
}
.indulgegst {
    margin: 5px 0px 40px 0px;
}
.indulgegst figure {
    margin:0 18px 5px 0;
}
.indulgegstbtm img {
    border: 1px solid #deeeb6;
    border-radius: 36px 0 29px 0;
}
.indulgegst img {
    border: 1px solid #deeeb6;
    border-radius: 36px 0 29px 0;
}
.indul_geguest h3 {
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    margin: 0 0 4px 0;
}

.whatsapp-share{
  float:right;
  margin:0;
  margin-top:-2px;
}
.whatsapp-share a.whatsapp{
  display: inline-block;
  background-color: #51a419;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 6px 12px 6px 34px;
  font-size: 13px;
  border-radius: 2px;
  text-decoration: none;
  background-image: url(/cdn/shop/files/whatsapp_ico.png);
  background-repeat: no-repeat;
  background-position: 13px center;
  background-size: 19%;
  line-height:1.3;
}
.whatsapp-share a.whatsapp img{
  max-width:18px;
}
.prdt-dscrip {
    font-size: 11.5pt;
    color: #39341e;
    font-weight: 300;
    padding: 0px !important;
    margin: 0px !important;
}
.sparow {
    margin-right: -15px;
    margin-left: -15px;
}
.spacol-md-6 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
    text-align:left;
}
.sparow:after {
    clear: both;
    display: table;
    content: " ";
}
.titlespavaadi {
    width: 50%;
    text-align: center;
}
.organic-thumb {
    margin: 0 !important;
    border-top: 1px solid #eff6dc !important;
    padding-top: 15px !important;
}
.ingredientbtm ul.tabs-content{
  position:relative;
  padding-bottom:32px;
}
.ingredientbtm ul.tabs-content #demo{
  position: absolute;
  right: 0px;
  top: -54px;
}
.ingredientbtm ul.tabs-content #demo .customNavigation a{
  background-color:#94ac53;
  padding:8px;
  color:#fff;
  font-size:12px;
  font-weight:normal;
  display:inline-block;
  cursor:pointer;
}
.ingredienttop figure{
  margin:0 18px 10px 0;
  padding:0;
  float:left;
}
.ingredienttop figure img {
    border-radius: 60px 0 50px 0;
    border: 1px solid #deeeb6;
    width: 100%;
    height: auto;
}
.page-ayurveda{
   width:90%;
   margin:0 auto;
}
.ourstorytxt {
    margin: 30px 0 0 0;
    border-bottom: 1px solid #eff6dc;
    padding: 0 0 32px 0;
}
.storytxtinner {
    width: 90%;
    margin: 0px auto;
}
.storytxtinner h2 {
    color: #687d2f;
    font-size: 21px;
    margin-bottom: 8px;
    font-weight:400;
    font-family:Roboto;
    text-align:center;
}
.titleayurveda {
    width: 52%;
    text-align: center;
}
.storytitle {
    margin: 2px auto 28px;
}
.storytitle h1.one {
    margin-top: 0;
}
.storytitle h1 {
    position: relative;
    color: #39341e;
    font-size:25px;
}
.storytitle h1.one span {
    background: #fff;
    padding: 0 25px;
    position: relative;
    z-index: 5;
}
.storytitle h1.one:before {
    content: "";
    display: block;
    border-top: solid 1px #ffeb40;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
}
.storytxtinner p:first-of-type {
    margin-bottom: 20px;
}
.storytxtinner p {
    font-size: 11pt;
    color: #39341e;
    padding: 0 20px 0 20px;
    line-height:1.4;
}
.titlebeautycare {
    width: 85%;
    text-align: center;
}
.visiondescrip {
    font-size: 10.5pt;
    color: #39341e;
}
.ayurvedatopconfigure {
    margin:0;
    margin-right: 45px;
    margin-bottom: 13px;
    float: left;
    width: 40%;
}
.visiondescrip img {
    border-radius: 90px 0 80px 0;
    border: 1px solid #deeeb6;
    width: 100%;
}
.visiondescrip p {
    font-size: 11pt;
    color: #39341e;
    line-height:1.4;
    overflow:hidden;
}
.titleayurveda {
    width: 52%;
    text-align: center;
}
.ayurveddescrip {
    font-size: 11pt;
    color: #39341e;
}
.ayurvedabtmcon {
    margin:0;
    margin-left: 60px;
    margin-bottom: 13px;
    float: right;
    width: 40%;
}
.ayurveddescrip img {
    border-radius: 0px 90px 0 80px;
    border: 1px solid #deeeb6;
    width: 100%;
}
.ayurveddescrip p {
    font-size: 11pt;
    line-height:1.4;
    color: #39341e;
}
.title-skin-hair {
    width: 70%;
    text-align: center;
}
.skin-hairinfo {
    margin: 30px 0 0 0;
    padding: 0 0 32px 0;
}
.skin-hair-txt {
    margin: 0px 0 0 0;
    padding: 0 0 32px 0;
}
.hair-skin-tab {
    padding: 8px 0 10px 0;
    font-size: 10.5pt;
}
#horizontalTab {
    border-bottom: 1px solid #eff6dc;
}
.shiftleft {
    float: left;
    background-color: #fff;
    margin-right: 2px;
}
.shiftleft button {
    float: left;
    background-color: #fff;
    margin-right: 2px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom:none;
    border-left: 1px solid #fff;
    padding: 10px 14px;
    display: inline-block;
    text-decoration: none;
    color: #39341e;
    font-weight: 400;
    outline: none;
    cursor:pointer;
    
}
.shiftleft button.active {
    background: #eff6dc;
    border-top: 1px solid #eff6dc;
    border-right: 1px solid #eff6dc;
    border-left: 1px solid #eff6dc;
    cursor:default;
}
#skin-type {
    padding: 25px 15px 15px 15px;
    margin-bottom: 4px;
    display: block;
}
#hair-type {
    padding: 25px 15px 15px 15px;
    margin-bottom: 4px;
    display: block;
}
.hair-skin-thumb {
    float: left;
    margin:0 16px 18px 0;
}
.hair-skin-thumb img {
    border: 1px solid #deeeb6;
    border-radius: 58px 0 58px 0;
    width: 100%;
}
.hair-skin-tab h2 {
    color: #39341e;
    font-size: 20px;
    font-weight: 400;
    margin:0 0 13px 0;
    
}
.hair-skin-tab h4 {
    color: #687d2f;
    font-weight: 400;
    font-size: 15px;
    margin:0;
    padding: 6px 0 6px 0;
}
.hair-skin-tab p {
    color: #4a4a4a;
    font-size: 11pt;
    line-height:1.4;
    font-weight: 300;
    margin:0;
    padding:0;
}
.index-wrapper .section-twitter {
    margin-top: 40px !important;
    padding-bottom: 55px !important;
}
.certified-logos{text-align:center;}
.certified-logos img{ max-width:100%; height:auto;}
.saso-notification p span{display:inline-block;padding-bottom:6px;padding-left:16px; position: relative;}
.saso-notification p span:before {
    font-family: FontAwesome;
    content: "\f111";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 6px;
    left: 2px;
    font-size: 7px;
    color: #687d2f;
    line-height: 1;
    vertical-align: middle;
}
.saso-notification p span .fa{font-size:7px;}
.saso-notification p br{display:none;}
span.ultimate_offer{}
.font_normal{margin-top:2px;}
span.block{display:block;}
.font_normal{font-weight:normal;}
#spb-information-bar .spb_table .spb_table_cell{line-height: 1.4;}
.spb_table_cell span.message-text{ font-family: 'Roboto' !important; font-size:13px !important;} 
.spr-form-actions input[type=submit]{ background-color:#627334;}
.cart-menu-button{line-height:1.3;}
.full-description{padding-bottom:40px; width:95%; margin:0 auto;}
.ingreditents-section .full-description{min-height:270px;}
.site-navigation .navmenu-submenu{padding-left:0;padding-bottom:0;padding-top:0;}
.site-navigation .navmenu-submenu .navmenu-link{padding-left:35px;border-bottom:1px solid #eee;}
.site-navigation .navmenu-submenu.visible li:last-child .navmenu-link{border-bottom:none;}
.site-navigation .navmenu-submenu .navmenu-link:hover{opacity:1; color:#687d2f;}
.site-navigation .navmenu-link:hover{color:#687d2f;opacity:1;}
.site-navigation .navmenu-submenu .navmenu-link:hover{background-color:#f7f7f7;}
#spb-information-bar .spb-logo{display:none !important;}
.description-text .full-content figure{
    float: left;
    margin: 0 16px 8px 0;
}
span.cart-menu-button-checkout-price{padding-left:0;}
.description-text .full-content figure img {
    float: left;
    border: 1px solid #deeeb6;
    border-radius: 20px 0 20px 0;
    width: 100%;
}
.description-text .full-content h1 {
    color: #39341e;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 15px 0;
}
.description-text .full-content p {
    color: #4a4a4a;
    font-size: 10.5pt;
    line-height:1.4;
    padding-right: 10px;
    margin-bottom: 16px;
}
.ingredientbtm ul.tabs{
  background-color: #eff6dc;
  border-bottom: 1px solid #94ac53;
  margin: 10px 0 24px 0;
  max-height:100px;
  overflow:hidden;
}
.ingredientbtm ul.tabs li a{ color:#94ac53;}
.ingredientbtm ul.tabs li a.active{background-color:#94ac53;}
.ingre-banner{ float:left;margin-right: 26px;margin-bottom: 6px;}
.ingre-banner img{border-radius: 60px 0 50px 0; border: 1px solid #deeeb6;}
.ingreditents-page p{line-height:1.4; font-size:14px; color:#4a4a4a;margin:8px 0 0 0;}
.ingreditents-page h2{
    margin: 0 0 9px 0;
    padding:0;
    line-height:1;
    color: #687d2f;
    font-size: 21px;
    font-weight: 300;
   font-family: 'Roboto', sans-serif;
}
.ingreditents-page h1 {
    margin: 9px 0 9px 0;
    color: #39341e;
    font-size: 22px;
    line-height:1;
    font-weight: 400;
    padding:0;
    font-family: 'Roboto', sans-serif;
}
.ingre-itemrow{width:96%; margin:0 auto;}
.ingredientbtm{ clear:both;margin: 28px auto 0; width: 99%;}
.ingre-itemrow .item{
	margin: 0 10px 0 10px !important;
    padding: 0;
    position: relative;
    display:inline-block;
}
.ingre-itemrow .alphbtimg {
    margin-bottom: 5px;
    text-align:center;
}
.ingre-itemrow .alphbtimg a {
    display: block !important;
    text-align: center !important;
}
.ingre-itemrow .alphbtimg img {
    border: 1px solid #e2f0bd;
    border-radius: 20px 0 20px 0;
}
.ingre-itemrow .tcaption {
    text-align: center;
    font-size: 12px;
}
.ingre-itemrow .tcaption a {
    color: #4a4a4a;
    text-decoration:none;   
}
.carousel{position:relative;}
.cmnslide img{
  max-width:100%;
  height:auto;
}
.gift_icon{
  color:#687d2f;
  margin-left:4px;
}
.share-buttons a.whatsapp{
  display:none;
}
.certified-logo{
  padding-top:4px;  
}
.msg-success{
    font-size: 16px;
    padding: 10px 10px 12px 10px;
    background-color: #cae0bb61;
    color: #474c46;
    overflow: hidden;
    display: block;
    width: 90%;
    text-align: center;
    margin-bottom: 30px;
    margin: 0 auto 30px auto;
    border: 1px solid #8abd63;
}
.product-item-title, .product-item-title a{
    color:#000;
      text-transform: capitalize;

}
#offer-popup {
    font-size: 12px;
    padding: 5px 10px 7px 10px;
    background-color: #f0f1f0;
    overflow: hidden;
    color:#474c46;
    border-bottom:1px solid #e6e6e6;
}
#offer-popup .site-main{
 	line-height: 1.5; 
}
#offer-popup .site-main span{
  margin-left:10px;
  font-weight:bold;
}
#offer-popup button{
    float: right;
    color: #fff;
    background-color: #929292;
    border: none;
    font-size: 10px;
    border-radius: 50%;
    padding: 5px;
    width: 18px;
    height: 18px;
    line-height: 1;
  	cursor:pointer;
}
.product-price span.money{
  font-size:16px;
  color:#212121 !important;
}
.product-details .product-price span.money{
  font-size:19px;
}
.out_of_stock{
  opacity:0.7;
}
.offer_description {
    font-size: 13px;
    border: 1px solid #bbe29e;
    padding: 8px 10px;
    line-height: 1.4;
    color: #474c46;
    
   /* background-color: #ebf3e5; */
}
.offer_description  a{
  color:#474c46;
  font-size:13px;
}
.mobilenav .navmenu-submenu .navmenu-link{
 	color:#474c46;
    border-bottom: 1px solid #e6e6e6;
}
.mobilenav .navmenu{
  color:#687e29;
}
.page-contact .contact-form .custom_btn input[type="button"]{
    color: #fff;
    text-align: center;
    width:auto;
    padding-right: 24px;
    padding-left: 24px;
    background-color: #526325;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    min-width:150px;
    margin-bottom:0;
}
.custom_row{
  margin-right: -15px;
  margin-left: -15px; 
}
.cols-3{
  float: left;
  width: 33.33333333333333%;
  padding-right: 15px;
  padding-left: 15px;
}
.cols-2{
  float: left;
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}
.cols-1{
  float: none;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
p.distributor-title{
  margin:0 0 25px 0;
  padding:0;
  text-align:center;
}
.input-wrapper span {
    position: relative;
    display: block;
}
.input-wrapper span:before {
    content: '';
    right: 4px;
    top: 0px;
    width: 23px;
    height: 28px;
    position: absolute;
    pointer-events: none;
    display: block;
}
.input-wrapper span:after {
	content: "\f107";
    font-family: "FontAwesome";
    font-size: 22px;
    color: #ababab;
    right: 14px;
    top: 22px;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none;
}
.input-wrapper select{
    padding: 14px 12px;
    
    color: #474c46;
    background: transparent;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
    line-height: 1.6;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}
.input-wrapper p{line-height:1.5;}
.text-center{text-align:center;}
.top-banner{
  line-height:0;
}
.showcase {
  position: relative;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.showcase::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.showcase:hover {
  -webkit-transform: scale(1.10, 1.10);
  transform: scale(1.10, 1.10);
  z-index:9;
}
#click2, #click4{
	overflow:inherit !important;	
}
#mname{
	border-bottom: none;
    padding-bottom: 0px;	
}
.showcase:hover::after {
    opacity: 1;
}
.top-banner{
    width: 100%;
    height: auto;
}
.std p {
    margin: 0;
}

.main-top{
margin-bottom:0px;
}
.clearfix{zoom:1}.clearfix:after{content:".";display:block;clear:both;visibility:hidden;font-size:0;line-height:0;height:0}.clear,.clearboth{clear:both}
.howit-work{
    background-color: #c8597b;
    padding: 15px 25px;
    color: #fff;
    font-size: 21px;
    position: relative;
	line-height:1.3;
}
.howit-work a{
    font-size: 18px;
    font-weight: bold;
	color:#c8597b;
	padding:8px 35px;
	margin-top:8px;
	display:inline-block;
	background-color:#fff;
    text-decoration:none;
    transition: all .3s ease-in-out;
}
.howit-work a:hover{
	background-color:#2a2a2a;
	color:#fff;
}
.offer_textlft{
	float:left;
	padding-right:15px;
	width:80%;
	text-align:center;
}
.offer_textlft p{
	color: #fff;
    font-size: 20px;
	line-height:1.3;	
}
.offer_textright{
	float:left;
	width:20%;
}
.instriction-step{
	margin:0;	
}
.step-one{
	width:36%;
	float:left;
	border-right:1px solid #b62f58;
}
.step-two{
	width:36%;
	float:left;
	padding-left:30px;
	border-right:1px solid #b62f58;
	border-left:1px solid #dc7393;
}
.step-three{
width:28%;
float:left;
padding-left:30px;
	border-left:1px solid #dc7393;
}
.icon-one{
	width:81px;
	float:left;
	margin-right:12px;
}
.icon-two{
	width:53px;
	float:left;
	margin-right:12px;
}
.icon-three{
	width:72px;
	float:left;
	margin-right:12px;
}
.text-one{
	color:#fff;
	font-size:20px;
}
.text-one p{
	color:#fff;
	font-size:20px;
}
.btm-graphics {
    background-color: #f4f4f3;
    padding: 38px 20px 22px 20px;
}
.graphics_top{
	background:url(../../../../../media/wysiwyg/instriction-banner.jpg) no-repeat center;
	min-height:530px;	
}
.graphics_title{
	text-align:center;
	margin-top:20px;
	position:relative;
}
.graphics_title span{
	display:inline-block;
	border-bottom:1px solid #c8597b;
}
.graphics_title span .fa{
	margin-right:2px;
	color:#c8597b;
	font-style:normal;
}
.graphics_title span {
    display: inline-block;
    border-bottom: 1px solid #c8597b;
    position: relative;
    color: #000000;
    font-size: 22px;
    padding-bottom: 3px;
}
.rules{
	padding: 5px 22px;
    color: #212121;
    font-size: 18px;
}
.rules-inner{
	border:2px solid #c8597b;
	border-radius:35px 0 35px 0;
	padding:30px 32px;
}
.rules-heading{
	padding:0 0 25px 2px;
	color:#000;
	font-size:22px;	
}
.rules-content{
	color:#000;
	font-size:17px;	
}
.custom_space{
	padding-bottom:15px;	
}
.rules-contentcmn{
	width:50%;
	float:left;
	padding:0 10px 0 10px;
    line-height:1.4;
}
.content-top:before, .content-bottom:before {
    font-family: FontAwesome;
    content: "\f10c";
    position: absolute;
    width: 15px;
    height: 15px;
    top: 3px;
    left: 1px;
    font-size: 15px;
    color: #e71f73;
    line-height: 1;
    vertical-align: middle;
}
.content-top{
	min-height:70px;
	position:relative;
	padding-left:25px;
}
.content-bottom{
	position:relative;
	padding-left:25px;
}
.gift_hamper{
	padding:28px 0 0px 0;
	font-family: 'optimanormal';
}
.gift_hamerimg{
	text-align:center;	
}
.gift_hamerimg img{
	max-width:100%;
	height:auto;	
}
.gift_hamper h1{
	margin:0;
	padding:0;
	color: #e71f73;
    font-size: 22px;
	text-align:center;
}
.gift_hamper p{
	text-align:center;
    font-size: 20px;
	padding-top:10px;
    color:#393939;
}
.winner-list-row {
    margin-bottom: 20px;
}
.img-responsive{
  max-width:100%;
  height:auto;
}
.winners-list .row {
    margin-right: -15px;
    margin-left: -15px;
}
.winners-list .row:after {
content:".";display:block;clear:both;visibility:hidden;font-size:0;line-height:0;height:0;
}
.winners-list .col-sm-3 {
    width: 25%;
    float: left;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}
.winners-list {
    padding: 38px 22px 0 22px;
    color: #212121;
    font-size: 18px;
}
.winner-list-row{
	margin-bottom:20px;	
}
.user-thumb{
	text-align:center;
	margin-bottom:6px;	
}

.showcase{
	background-color:#fff;
	padding:10px;	
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}
.showcase h2{
	font-size:16px;
	margin:2px 0 2px 0;
	padding:0;
	line-height:1.3;
	
    font-weight:normal;
}
.showcase h2 span{
	font-size:14px;	
}
.showcase h3{
	font-size:14px;
	margin:0 0 2px 0;
	padding:0;
	line-height:1.3;
    font-weight:normal;
}
.showcase p{

	font-size:13px;
	margin:0 0 2px 0;
	padding:0;
	line-height:1.3;
}
.see-more{
	margin-top: 20px;
    text-align: center;
    margin-bottom: 18px;
	display:inline-block;
    padding: 7px 18px;
    font-size: 18px;
	color:#000;
	border:1px solid #000;
	line-height:1.3;
	border-radius:2px;
	text-decoration:none;
	transition: all .3s ease-in-out;
    cursor:pointer;
}
.see-more:hover{
	color:#fff;
	background-color:#000;
}
.graphics_title .dropdown_month{
	float:right;
	min-width:200px;
}
.graphics_title .select-box{
	position:absolute;
	right:22px;
	top:0px;
}
.select-box span {
    position: relative;
    display: block;
	border-bottom:none;
}
.select-box span:before {
    content: '';
    right: 4px;
    top: 0px;
    width: 23px;
    height: 28px;
    position: absolute;
    pointer-events: none;
    display: block;
}
.select-box select {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.select-box span:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 20px;
    color: #c8597b;
    right: 9px;
    top: 5px;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none;
}
.select-box .form-control {
    border: 1px solid #c8597b;
    border-radius: 0px;
	padding:7px;
    height: auto;
    font-size:15px;
    min-width:180px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

.mfp-wrap{z-index:9999 !important}
#sca-fg-owl-carousel .owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
#sca-fg-owl-carousel .owl-carousel{display:none;position:relative;width:100%;-ms-touch-action:pan-y}
#sca-fg-owl-carousel .owl-carousel .owl-wrapper{display:none;position:relative;}
#sca-fg-owl-carousel .owl-carousel .owl-wrapper-outer{overflow-x: hidden !important; overflow-y:initial !important;position:relative;width:100%}
/*#sca-fg-slider-cart .owl-wrapper-outer{height: 320px}*/
#sca-fg-owl-carousel .owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}
#sca-fg-owl-carousel .owl-carousel .owl-item{float:left}
#sca-fg-owl-carousel .owl-controls .owl-page,.owl-controls .owl-buttons div{cursor:pointer}
#sca-fg-owl-carousel .owl-controls{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}
#sca-fg-owl-carousel .grabbing{cursor://cdnjs.cloudflare.com/ajax/libs/owl-carousel/1.3.2/grabbing.png 8 8,move}
#sca-fg-owl-carousel .owl-carousel .owl-wrapper,.owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;}
#sca-fg-owl-carousel .owl-theme .owl-controls{margin-top:10px;text-align:center}
#sca-fg-owl-carousel .owl-theme .owl-controls .owl-buttons div{color:#FFF;display:inline-block;zoom:1;*display:inline;margin:5px;padding:3px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;background:#869791;filter:Alpha(Opacity=50);opacity:.5}
#sca-fg-owl-carousel .owl-theme .owl-controls.clickable .owl-buttons div:hover{filter:Alpha(Opacity=100);opacity:1;text-decoration:none}
#sca-fg-owl-carousel .owl-theme .owl-controls .owl-page{display:inline-block;zoom:1;*display:inline}
#sca-fg-owl-carousel .owl-theme .owl-controls .owl-page span{display:block;width:12px;height:12px;margin:5px 7px;filter:Alpha(Opacity=50);opacity:.5;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;background:#869791}
#sca-fg-owl-carousel .owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{filter:Alpha(Opacity=100);opacity:1}
#sca-fg-owl-carousel .owl-theme .owl-controls .owl-page span.owl-numbers{height:auto;width:auto;color:#FFF;padding:2px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}
#sca-fg-owl-carousel .owl-item.loading{min-height:150px;background://cdnjs.cloudflare.com/ajax/libs/owl-carousel/1.3.2/AjaxLoader.gif no-repeat center center}
#sca_freegift_list .owl-carousel {position: relative;}
#sca_freegift_list .owl-prev, #sca_freegift_list .owl-next {position: absolute;top: 50%; margin-top: -10px;}
#sca_freegift_list .owl-prev {left: 0;}
#sca_freegift_list .owl-next {right: 0;}
#freegift_message .owl-carousel .owl-wrapper-outer{overflow-y:hidden !important;}
#freegift_cart_container {height: auto !important;}
#sca_freegift_list .owl-controls  {display : block !important;opacity : 1 !important;}
.sca-fg-header{clear:both}
.sca-fg-img-label{position:absolute;right:0;top:0;max-width: 50px !important;opacity: 1;}
.sca-fg-img-collect{position:absolute;right:0;top:0;max-width: 50px !important}
.faq-content{
  background-color:#f4f4f3;
  padding-bottom:2px;
}
.storyslide {
    width: 100%;
    text-align:center;
}
.storyslide img{
    width: 100%;
    border: 1px solid #deeeb6;
    border-radius: 60px 0 60px 0;
}
.txt-center{text-align:center;}
.pagecontent-cmn {
    width: 90%;
    margin: 0 auto;
}
.industry-img {
    padding-top: 8px;
	padding-bottom:8px;	
    text-align: center;
  	clear:both;
  
}
.download {
    padding: 0px 0 36px;
    text-align: center;
}
.download a {
    background-color: #627334;
    border: 1px solid #627334;
    padding: 6px 10px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
}
.shift_left{padding-left:23px;}
.description_thumb_left{
   float:right;
   margin-left:6px;
	margin-top:0px;
}
.description_thumb_left img{
	margin-top:0px !important;
}
.content_heading {
    color: #687d2f;
    font-size: 15px;
    font-weight: 400;
    padding: 6px 0;
    text-align: left;
    background: #f9f9f9;
    border-left: 5px solid #687d2f;
    padding: 10px 45px 10px 18px;
    margin-bottom:15px;
  
}
.industry-img img {
    box-shadow: 0 0 2px #e5e5e5;
    border: 1px solid #ccc;
    padding: 3px;
    display: inline-block;
}
.storytxtinner p{
    margin-top: 0px;
    margin-bottom: 12px;  
  
}
.storytitle h1 {
    position: relative;
    color: #39341e;
    font-size: 25px;
    font-weight: normal;
 	margin:0;
 	padding:0;
}
.industry-img img{
  margin-top:0 !important;
}
.page{
  box-shadow: 0 0px 4px rgba(0,0,0,0.15);
  padding-top:12px;
}

.text_strong{
  font-weight:500;
  color:#657461 !important;
}
.para-one{
  margin-top:0px !important;
}
p.sub_heading {
    font-weight: 700;
}
.page-content {
    padding-bottom: 28px !important;
}
.append_bottomHalf{
  margin:0 !Important;
}
.append_bottom p,  .contacting p{
  margin:0;
  padding:0;
}
.section_heading {
    border-bottom: 1px solid #e6e6e6;
    font-size: 18px;
    color: #687d2f !important;
    margin-bottom: 10px !important;
    padding-bottom: 2px !important;
    font-weight: 700;
}
.shift-left {
    float: left;
    width: 25%;
}
.shift-right {
    float: left;
    width: 75%;
    padding: 15px 15px 0 12px;
}
.policy-para{
  padding-top:10px;
}
.clearfix{zoom:1}
.clearfix:after{
  content:".";
  display:block;
  clear:both;
  visibility:hidden;
  font-size:0;
  line-height:0;
  height:0}
.clear, .clearboth{clear:both}
.shipping_policy img{
  margin-right:8px;
  float:left !important;
  max-width:100%;left:0;
}
.farms{overflow:hidden;}
.farms img{
  border-radius: 60px 0 50px 0;
  border: 1px solid #deeeb6; 
}
.farms p{
  margin-top: 5px;	
  margin-bottom: 5px; 
}
.collection-header-no-image .collection-header-info {
    width: 56%;
    padding-bottom: 22px;
}
.collection-header-info{
 background: url(/cdn/shop/files/listtoptitle.png?6830301959693486605) no-repeat center 3px; 
}
.collection-title{    
  	background-image: url(/cdn/shop/files/listingtoplft.png?12970776074407600188), url(/cdn/shop/files/listingtopright.png?12970776074407600188);
    background-repeat: no-repeat;
    background-position: top left, top right;margin-top:50px; margin-bottom:0px;}
.added_cart .buynow {
    background-color: #94812e;
    padding: 6px 10px;
    cursor: pointer;
    margin: 15px 0 0 0;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
    display: inline-block;
  
}
.product-details .cart-btn-detail .added_cart input[type=submit] {
    margin: 0;
}
.product-details .cart-btn-detail .added_cart input[type=submit].out_of_stock {
    width: 48%;
    float: left;
}
.site-main .cart-btn-detail .added_cart .notify-btn {
    width: 50%;
    float: right;
    padding: 10px 16px;
    line-height: 1.3;
    margin-bottom: 0px;
}
.product-details .cart-btn-detail .added_cart form {
    overflow: hidden;
}
.collection-grid-item .added_cart .buynow {
    margin: 15px 0 0 0;
    display: inline-block;
  
}
.product-details .added_cart {
   display: block;
}
.product-details .cart-btn-detail .added_cart input[type=submit]{
  flex-grow: 1;
  margin-right:4px;
}
.added_cart form{
    overflow: hidden;
/*    display: flex;*/
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.section-related-products .added_cart form{
    display: flex;
}
.section-related-products .added_cart .buynow {
    color: #fff;
    margin-left: 3px;
}

.added_cart{
  overflow:hidden;
}
.product-wrapper .cart-btn-detail{overflow:hidden; padding:5px 0 18px 0;}
.product-details-relative .added_cart .buynow {
    background-color: #94812e;
    padding: 9px 18px;
    cursor: pointer;
    margin: 0;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
    text-align: center;
    flex-grow: 1;
 /* line-height:1.3;*/
}

.page-contact {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px;
}
.page-contact .contact-form {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    min-height: 590px;
    padding: 32px 38px;
    background: rgba(230,230,230,.25);
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.template-account-activate form input:not([type="submit"]), .template-account-login form input:not([type="submit"]), .template-account-register form input:not([type="submit"]), .template-account-reset form input:not([type="submit"]), .page-contact .contact-form input:not([type="submit"]), .storefront-password-form input:not([type="submit"]), .comments-submit input:not([type="submit"]), .template-account-activate form textarea, .template-account-login form textarea, .template-account-register form textarea, .template-account-reset form textarea, .page-contact .contact-form textarea, .storefront-password-form textarea, .comments-submit textarea {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
    line-height: 1.6;
}
.page-contact-contactbar {
    position: relative;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media only screen and (max-width: 480px) {

.page-contact {
    display: block;
}  
  
.cart-menu .cart-menu-button-checkout-text{
  float:none;
  display:inline-block;
}

.page-content{
    padding: 0 1.5rem;
}
  
.flag_desk{
  display:none;
}
.flag_mob{
  display:inline-block;
}  
.cart-menu .cart-total-row-value{
  float:none;
  display:inline-block;
  margin-left:4px;
  line-height:1.3;
} 
.cart-menu .cart-total-row-value .pullright{
  float:none;
}
.offer_msg{
  width:90%;
}
.product-details .offer_msg{
  width:100%;
}
.cart-btn-detail .added_cart input[type=submit] {
    width: 100%;
}
.stockistrow .no_float{
  width:100% !important;
}
.dropdownselect {
    width: 100%;
    margin: 0 auto 26px;
}
.dropdownselect .select-box span {
    width: 100%;
}  
.hidden-desktop {
    display: inline-block;
}
.fb-widget {
  overflow:hidden;
}
.fb-widget iframe{
  max-width:100% !important;
}  
.payment .payment-icon {
    width: 100%;
} 
.payment-icon .payment-left {
    float: none;
    display:block;
}
.payment-icon .payment-right {
  float: none;
  display:inline-block;
  padding-top: 20px;
}  
#shopify-section-section-1 .slideshow-slide-info{
  display:none;
}
.ingreditents-section .full-description{min-height:inherit;}  
.indul_geguest .btm_space{
  margin-bottom:28px;
}
.storytitle h1{
  font-size:18px;
}
.page-ayurveda{
   width:100%;
   margin:0 auto;
}
.page-organic{
  padding:0 20px 0 20px;
}
.ingreditents-page h2 {
    margin: 8px 0 0px 0;
    padding: 0;
}
.ingredientbtm {
    clear: both;
    margin: 22px auto 0;
    width: 100%;
}
.payment .payment-icon .shiping-partner{
  width:100%;
}
.ingredienttop figure {
    margin: 0;
    padding: 0;
    float: none;
}
.ingredienttop figure img {
    border-radius: 40px 0 40px 0;
    border: 1px solid #deeeb6;
    width: 100%;
    height: auto;
} 
.titlebeautycare{ width:100%;}  
.sca-fg-img-label{position:absolute;right:0;top:0;max-width: 30px !important;opacity: 1;}
.sca-fg-img-collect{position:absolute;right:0;top:0;max-width: 20px !important}
.collection-header-info {
    width: 100% !important;
    padding-bottom: 22px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom:0 !important;
}
.flickity-slider .discount_price {
    margin-left: 5px;
    margin-top: 10px;
    font-size:9px;
    display:none;
}
.flickity-slider .money-compare-at {
    margin-right: 5px;
}
}
@media only screen and (min-width: 401px) and (max-width: 568px) {
 .sca-fg-img-label{position:absolute;right:0;top:0;max-width: 40px !important;opacity: 1;}
 .sca-fg-img-collect{position:absolute;right:0;top:0;max-width: 35px !important}
}
.sca-fg-label{clear:both;float:left;overflow:hidden;position:relative;right:0;text-align:left}
.product .sca-fg-cat-list a{display:inline-block;margin-right:7px;padding:0}
.list-freegift .product-image img{height:50px!important;width:50px!important}
.list-freegift .sca-fg-item{top:92px!important}
.list-freegift #freegift .product-image img{margin-left:0}
.sca-fg-pro-list{border-top:1px dotted #555;border-bottom:1px dotted #555;margin-top:8px;padding-top:10px;padding-bottom:10px;position:relative;margin-bottom:8px}
#freegift{margin-bottom:0}
.sca-fg-item-name{margin-top:15px}
.sca-fg-pro-details{position:relative}
.sca-fg-cat-container ul,.sca-fg-cat-container ol{list-style:none;margin-left:0;padding: 0 !important}
#freegift .product-image img{border:1px solid #E9E8E8}
.sca-fg-item{background-color:#FFF;border:1px solid #C5C4C4;border-radius:5px;box-shadow:1px 1px 3px 1px #C5C4C4;-moz-box-shadow:1px 1px 3px 1px #C5C4C4;-webkit-box-shadow:1px 1px 3px 1px #C5C4C4;color:#2F2F2F;padding:10px;text-align:left;z-index:9999 !important;position:absolute;margin-top:-5px}
.sca-fg-cat-list{position:inherit;z-index:9999 }
.sca-fg-cart-item{display: none; position: absolute; padding: 5px; border: 1px solid #c5c4c4; background-color: #fff; z-index:9999; top: 10%; left: 100%; width: 100%;height:80% -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; box-shadow: 1px 1px 3px 1px #c5c4c4; color: #2f2f2f; text-align: left;}
.sca-fg-cart-item p{margin-bottom: 5px;}
.sca-fg-cart-item p.sca-fg-item-name a{color: #2f2f2f; text-decoration: none; font-weight: bold;}
.sca-fg-cart-item p.sca-fg-item-name a:hover{color: #2f2f2f; text-decoration: underline;}
.sca-fg-cart-item p.sca-fg-image-item{margin-bottom: 10px; text-align: center;}
.sca-fg-cart-item-option-title{border-bottom: 1px dotted #959595; color: #2f2f2f; font-weight: bold; font-style: italic; font-size: 12px; padding: 0px 0px 5px 0px; margin-bottom: 5px;}
.sca-fg-item-option-title em{font-weight:700;font-size:12px}
.sca-fg-item-option-title{border-bottom:1px dotted #555;margin-bottom:15px}
.sca-fg-image-item img{text-align:center;margin:auto}
.sca-fg-image-item a{display:block;text-align:center;margin:auto}
.sca-fg-item-name a{color:#555}
.sca-fg-items a{display:inline-block;margin-right:7px}
#sca-fg-products .item{background:#fff;padding:20px 0;margin:5px;color:#555;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;text-align:center;border:1px solid #ddd}
.sca-fg-cart-container{background:none repeat scroll 0 0 #EFF5EA;/*border-radius:5px;box-shadow:0 0 2px 1px #446423;*/color:#3D6611;font-size:18px;/*height:50px;line-height:50px;*/text-align:center;width:98%;margin:0 auto}
.sca-fg-cart-container .item{max-width:100%!important}
.sca-fg-price{margin-bottom:12px}
.sca-fg_popup{z-index:9999;position: relative;background: #FFF;padding: 20px;margin: 20px auto;width: auto;max-width: 900px;border: 1px solid;border-color: #999999;}
.sca-fg_popup label{display: initial !important;}
#sca-fg-slider-cart{border: 1px solid #c5c4c4;margin-top:10px}
#sca_freegift_list .item{background: #F9F9F9; padding: 30px 0px;display: block;margin: 5px;color: #FFF;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;text-align: center}
.sca-fg-cart-title{background: #fff url('data:image/gif;base64,R0lGODlhHgABALMAAAAAAP///+3t7dzc3MrKyrCwsJ6ennt7e////wAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAgALAAAAAAeAAEAAAQP8JBgShhHBEkt1lx1ZUEEADs=') repeat-x left bottom;color: #0A263C;font-size: 12px}
.sca-fg-cart-title strong{display: block;background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAATCAYAAAB/TkaLAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABRVJREFUeNpclEuMHNUVhr+6VdVdVV3dPT3d82jsjj2MPbENAw7E4U0GxDsmCCUrpEgsWLJAwCaLZAOKlA1IWSAkpEgoiYgUJYbEsgImkXkYC2QwljA2YjwzMPY8mO6e7uruetetXCBiwVUd1ZVO3VP/f/7zX+3ULr5bQlB3KzxfbQg9J//N2rl8ydcbVI6/RdofIj45hfHsE9R2aZNF1/hjbzP96fZW/rs44Pd5D4n2/zpSCr4NjTznKaMoflWolB7JEX9X+f18f6mDMsuf0W3nZ7UdFbfsar/VBQ/micrF34bQtiWoyP18rlTkkcm9U5QaYyR+djAL+bN29fWzwnXRTEE+d5DsB3O/CLd5TJM51nSDoalbUao9WbjjBst44E6Mu2/B6D3xNJphUHnvzev7K2dbtlZGtHsMB9ANuC5oe3/R/3PiZLq4XETL02QrPCxHqlMbPu21TXwvpTbTvKn40ssP+5r9ity4hHbk/CJkaaH58h/+evq5Fx6mCNNjsLMMJUVi3RNYtoOVJkSRpDdImJgC3QVDUbZN9b5yltHNvzw3Orhwb+44l42JQZ/Vd//7kDz+2kPzMw5+pYkrt8nNnI49jul8hZMMKNVdCoMAL2jQdy2sxCO3awyzCLHUIT7/0lXiMetxbeHwr7UPTn845W589JqV+DdYpEqEiNhwMZWksUKYfbmE8acXIY8glWQL96EvHEYPRuSGpYTL0JMQqVtkTq27Ud77c8O27Btnfjh7yPK/wJ+4hmKhgvA3iZ0GxWKZ5OOjZHfNIYoORCOS+Xmc2x8kH7VJc4lhVb/Zy1SNnNMcD7fkoyIIQ3nZ3JN1RyHa+WN4nS22RIOk8wX9MKEXl4i7qlg/IvMykq02vSBiG5e4vYK3ucpGYjNcW2Rw6VNGUSLFaLC9qmvaV8YVB0jq02juJAXpkRkakSjS2bhM1u4ge31kf5t+12MU65hph9RW9Gsz2HkHbaxMNnE1URifM3QtTerhmbQ8cyuZGlQ9vICcvh0t3ISCT1qpk0aqn3FIHgQYMmTCjTCrP1bzfQYtWiRp3YzReZ80/AzXboYikZZIglCwdIzQ3KMMUYXVt4i0hnKZjuEt4Xcj/M6QoD0gSdUsKTFZP0VY3Kd+KBHLx/Dta4gTC224oosk8hmOHSIx6lgrRwjtWWJ9jOL62yTmBL6s0VvN8NYH9NdToo5HZLVIs5zCpeOMqteRYGFfUqDK+wjMFiKNBtjr7xC4B4jMJqWlIwSFFqFyVnHtHeLIYKTcNepJvB5KwC7WxnsMnTkSaVJaeZVh9UdEelUVfhMZK7vF2IpSjquSXmUe39pFefkIw2JLCVVSiD9gOAJfReBBX7SIM53y0lF6XxcTVaoX/6HOXqtQTqL3lhFZ7NOv/4Sw0KT++St4ioKvCo4t/RPP2k3fmkVdLETBN1qpqmqkSvsUE5vxxb/RHb9Rna0zflEBcfYSj+9HfPT+SUXzpAinDxFVr6T55b/w69eSlFtMrJ0A08UVUNHVXaB8XknaNFS/B83blIMmaa4eZTB9G9K5gqn2u7z++huIf79xorCdBHphdIG4tUA4NY87/IRw5y2EjT00o2V2OORNFTstZfdJhaa2U31znmD3PWq/m3L/LOHuOwnHZ/j45HFHK5VKE/fdtXB/Fg7LgyjPcuVhI1bXuGEjCzb66ud5duGiRCElU09zh9AP7NeMsEdmlpHCxIy6pEZJG6s1srNnTp/6nwADAPDUfrDp2R+WAAAAAElFTkSuQmCC') no-repeat 9px 9px;padding: 10px 40px}
.sca-fg-cart-item-option-title{border-bottom: 1px dotted #959595; color: #2f2f2f; font-weight: bold; font-style: italic; font-size: 12px; padding: 0px 0px 5px 0px; margin-bottom: 5px}
/* p.sca-fg-cart-item-name a{color: #2f2f2f; text-decoration: none}
p.sca-fg-cart-item-name a:hover{color: #2f2f2f; text-decoration: underline} */
/* Old price */
.sca-old-price { margin:0}
.sca-old-price .sca-price-label { white-space:nowrap; color:#999}
.sca-price .sca-old-price  { color:#807777; text-decoration:line-through}
/* Special price */
.sca-special-price { margin:0; padding:3px 0; text-decoration: none !important;}
.sca-special-price .sca-price-label { font-size:13px; font-weight:bold; white-space:nowrap; color:#cd5033}
.sca-price .sca-special-price { font-size:13px; font-weight:bold; color:#d14141 !important}
button.sca-button::-moz-focus-inner { padding:0; border:0} /* FF Fix */
button.sca-button { -webkit-border-fit:lines} /* <- Safari & Google Chrome Fix */
button.sca-button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer}
button.sca-button span {display: inline-block; padding: 8px 16px; margin: 0; font-size: 1em; font-family: "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: 400; font-style: normal; line-height: 1.42; text-decoration: none; text-align: center; vertical-align: middle; white-space: nowrap; cursor: pointer; border: 1px solid transparent; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; -webkit-appearance: none; -moz-appearance: none; border-radius: 2px; background-color: #0081a3 !important; color: #fff  !important}
button.sca-button span span { border:0; padding:0}
button.sca-button.disabled span {cursor: default !important; color: #000 !important; background-color: #f6f6f6 !important
}
/***/
#sca_freegift_list .owl-item {
    position: relative !important;
    -webkit-backface-visibility: hidden !important;
    -moz-backface-visibility:    hidden !important;
    -ms-backface-visibility:     hidden !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
}
#sca_freegift_list .sca-fg-cart-item {
    left: 0% !important;
    padding: 5px 10px !important;
    width: 95% !important;
    max-width: 100% !important;
    /*max-height: 30% !important;*/
    /*     height: 90% !important;	    /*update from 20150707*/
    top: 85% !important;
}
#sca_freegift_list .selector-wrapper {
    margin-top: 5px !important;
    display: inline-block !important;
}

#sca_freegift_list .selector-wrapper label{
    margin: 0px !important;
}

#sca_freegift_list .single-option-selector{
    height: initial !important;
    background: #fff !important;
    border: 1px solid #d8d8d8;
    display: inline-block !important;
    overflow: hidden !important;
    min-width: 75px !important;
    width: 75px !important;
    cursor: pointer !important;
    margin: 5px !important;
}
.sca-fg-image-data {
    width:            50px;
    height:           50px;
    background-image: url('data:image/png;base64,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');
}
.sca-fg-cart-item .single-option-selector {opacity: 1 !important;}
.added_cart input[type=submit]{
  	background-color:#506c18;
    border: 1px solid #506c18;
    padding:6px 10px;
    cursor:pointer;
  	margin:15px 0 0 0;
  	font-size:13px;
  	text-transform:uppercase;
 
  	color:#fff;
    overflow:hidden;
    position:relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.added_cart input[type=submit]:hover{
  background-color:#687d2f;
  border: 1px solid #687d2f;
}
.added_cart input[type=submit]:active {
outline: none;
}
.added_cart .ajaxified-cart-feedback{
  line-height:1.3;
}
.product-item-image{
  border:1px solid #e6e6e6;
  margin-left:0;
  margin-right:60px;
}
.ajaxified-cart-feedback.success{
  color:#388e3c !important;
  padding:8px 0 0 0;
  /*border:1px solid #e6e6e6; */
}
.ajaxified-cart-feedback a{
  color:#a28714;
  margin-left:4px;
  border-bottom: none !important;
}
.cart-totals{
  float:right;
  padding-top:15px;
}

@media (max-width :480px) {
.product-item-image:hover .product-quickview {
    display: none;
}
.offer-layer{ height:61%; }  
.section-related-products .added_cart form {
    display: block;
}  
.section-related-products .added_cart .buynow{
    margin: 10px 0 0 0;
    display: inline-block;
}
.decor {
    height: 46px;
    background-size: auto 46px;
    width: 100%;
    z-index: 100000;
    /*display: flex;*/
} 
.notify-box .modal-dialog {
    padding: 0 25px;
}  
.stockist .box {
    width: 100%;
    float: none;
    padding: 10px 15px 10px 15px;
    margin: 0 0 15px 0;
} 
.stockistrow {
    margin: 0 0 0 0;
}  
.cart-menu-button .cart-total-row-value{
  float:none;
}
.titlebath {
    width: 100%;
    text-align: center;
}  
.indulgegst{
    margin: 5px 0px 28px 0px;
} 
.indulgegstbtm{
    margin: 5px 0px 0px 0px;
}  
.titlespavaadi {
    width: 90%;
    text-align: center;
}
.spacol-md-6 {
    float: none;
    width: 100%;
    text-align: left;
}  
.ourstorytxt {
    margin: 0px 0 0 0;
    border-bottom: 1px solid #eff6dc;
    padding: 0 0 14px 0;
}
.storytitle {
    margin: 2px auto 18px;
}
.skin-hair-txt {
    margin: 0px 0 0 0;
    padding: 0 0 5px 0;
}  
.ayurvedabtmcon {
    margin: 0px auto 18px;
    float: none;
    width: 95%;
    display: block;
}
.title-skin-hair{
  width:100%;
}
.ayurveddescrip img {
    border-radius: 0px 20px 0 20px;
    width: 100%;
}
.shiftleft button{
  font-size:13px;
}
.storytxtinner {
    width: 100%;
} 
.titleayurveda {
    width: 100%;
}
.ayurvedatopconfigure {
    margin: 0px auto 18px;
    float: none;
    width: 100%;
    display: block;
}
.storytxtinner p:first-of-type {
    margin-bottom: 15px;
}
.ourstorytxt{border-bottom:none;}  
.visiondescrip img {
    border-radius: 20px 0 20px 0;
    border: 1px solid #deeeb6;
    width: 100%;
}  
.storytxtinner p{padding:0}  
.page-ayurveda{padding:0 20px 0 20px;}  
.cart-totals {margin-top: 5px;margin-bottom: 15px;}  
.collection-menu-slideout-header .font_normal, .collection-menu-slideout-header>span{height:auto;}
.spr-review-content { margin: 0 0 0px 0 !important; }
.collection-menu-slideout-header-title{padding-top:12px;}  
.search-section .masthead-subtitle {
  margin-top: 0;
  margin-bottom: 40px;
}
.index-wrapper .shopify-section {
    padding-bottom: 25px;
    margin-top: 25px;
    margin-bottom: 0;  
}  
.section-featured-products .section-title {
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: center;
}
.search-results-product {
    display: block;
    float: none;
    width: calc(100% - 32px);
    margin: 0 16px 40px;
}
  
.ingreditents-section{
    padding-left:10px;
    padding-right:10px;
} 
.ingre-banner {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
    text-align:center;
    display:block;
}  
  
.product-item-image {
    border: none;
  margin-left:0;
  margin-right:60px;
}  
.storyslide img{
    border-radius: 20px 0 25px 0;
}  
.section-related-products{
  margin-top:8px;
}
.share-buttons a.whatsapp{
  display:inline-block;
  margin-right:12px;
}
.flickity-slider .product-item-title {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.6;
  text-transform: uppercase;
  position: relative;
  overflow:hidden;
  height:57px;
}
.flickity-slider .discount_price {
    display: none !important;
}  
.flickity-slider  .product-item-title:after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 32%;
    height: 1.6em;
    text-align: right;
    background: linear-gradient(-90deg,#fff 73%,hsla(0,0%,100%,0));
    content: " "; 
    text-align:center;
  
}

#freegift_cart_container {width : 300px !important; height: auto !important;}
#freegift_cart_container .owl-item .item img {width : 300px !important}
#freegift_cart_container .owl-carousel {width : auto !important;}
#freegift_cart_container .owl-carousel .owl-item   {width : 300px !important}
.collection-grid-item {
    display: block;
    float: left;
    width: calc(100% - 32px);
    margin: 0 16px 40px;
}
.input-wrapper p {
    line-height: 1.5;
    margin: 0;
}  
.pagecontent-cmn {
    width: 100%;
}
 .masthead-title {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 30px;
}
.storyslide img {
    max-width: 100% !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.industry-img img{
  margin-bottom:0 !important
}
.torytitle h1 {
    font-size: 20px;
    line-height: 1.3;
}
.shipping_policy img{
  float:none !important;
}
.policy-para{
      margin: 5px 0 0 0;
}

  

.showcase::after{
	display:none;	
}
.showcase:hover{
  -webkit-transform: scale(1.0, 1.0);
  transform: scale(1.0, 1.0);
  z-index:9;	
}
.offer_textlft p {
    font-size: 15px;
}	
.howit-work a {
    font-size: 15px;
    padding: 7px 25px; 
}
.howit-workheading {
    width: 146px;
    height: 67px;
    background-size: 100%;
    position: absolute;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    padding: 18px 12px;
    left: 65px;
    top: -45px;
    text-align: center;
}
.howit-work {
    background-color: #c8597b;
    padding: 14px 10px;
    color: #fff;
    font-size: 18px;
    position: relative;
}
.step-one, .step-two, .step-three{
    width: 100%;
    float: none;
	margin-bottom: 10px;
}
.step-one{
	border-right: none;
	padding-bottom:6px;
}
.step-two{
	border-top: 1px solid #dc7393;
	border-right: none;
    border-left: none;
    padding: 14px 0 6px 0;
}
.step-three {
    border-top: 1px solid #dc7393;
	border-left: none;
	padding: 6px 0 0px 0;
}
.icon-one {
    width: 70px;
    float: none;
    margin-right: 0px;
    margin: 0px auto;
}	
.text-one p, .icon-two p, .icon-three p{
    color: #fff;
    font-size: 15px;
}
.icon-two {
    width: 50px;
    float: none;
    margin-right: 0px;
    margin: 0px auto;
}
.icon-three {
    width: 68px;
    float: none;
    margin-right: 0px;
    margin: 0px auto;
}
.btm-graphics {
    padding: 12px 12px 0 12px;
}
.winner-list-row {
    margin-bottom: 0;
}
.user-thumb img{
	width:100%;	
}
.graphics_title span {
    display: inline-block;
    position: relative;
    color: #000000;
    font-size: 15px;
    padding: 0 0 4px 0;
}
.graphics_title span:before{
	display:none;	
}
.graphics_top {
	background:url(../../../../../media/wysiwyg/instriction_step.jpg) no-repeat top;
	background-size: 100%;
	min-height: 1470px;
}
.rules-inner {
    border: 2px solid #c8597b;
    border-radius: 30px 0 30px 0;
    padding: 14px 12px;
}
.rules-heading {
    padding: 0 0 15px 2px;
    color: #000;
    font-size: 18px;
}
.rules-content {
    padding-bottom: 0px;
    color: #000;
    font-size: 15px;
}
.rules-contentcmn {
    float: none;
    width: 100%;
    text-align: left;
    padding: 0 0px 0 0px;
}
.content-top {
    min-height:inherit;
	margin-bottom:10px;
    position: relative;
    padding-left: 25px;
}
.content-bottom {
    min-height:inherit;
    padding-left: 25px;
	margin-bottom:10px;
}
.content-top:before, .content-bottom:before {
    font-family: FontAwesome;
    content: "\f10c";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 6px;
    left: 5px;
    font-size: 10px;
    color: #e71f73;
    line-height: 1;
    vertical-align: middle;
}
.select-box .form-control{
  min-width:100%;
}
.winners-list {
    padding: 21px 0px 0 0px;
}
.winners-list .winner-list-row .col-sm-3{
	margin-bottom:20px;	
    width:100%;
}
.see-more {
    margin-top: 5px;
    margin-bottom: 25px;
}
.offer_textlft {
    float: none;
    padding-right: 0;
    width: 100%;
}
.offer_textright {
    float: none;
    width: 100%;
    text-align:center;
}
.graphics_title .select-box {
    right: 10px;
    top: 35px;
    left: 10px;
}
.select-box span{
	width:80%;s
}
.gift_hamper {
    padding: 65px 0 0px 0;
}
.gift_hamper h1 {
    font-size: 20px;
}
.gift_hamper p {
    font-size: 18px;
    padding-top: 8px;
}  
  
.cols-3{
  float: none;
  width: 100%;
}
.cols-2{
  float: none;
  width: 100%;
}  
.page-contact .contact-form{
  padding:20px 22px;
}
#offer-popup {
    font-size: 12px;
    padding: 5px 8px 7px 8px;
    background-color: #687d2f;
    color: #ffffff;
    text-align:center;
}
#offer-popup button {  
    color: #000;
    background-color: #fff;
}
#offer-popup .site-main span{
  margin-left:0;
}
.payment-icon .payment-right {
  float: none;
  display:block;
  padding-top: 20px;
}
.payment .payment-icon .shiping-partner {
    background-size:100%;
    background-repeat: no-repeat;
}
.health_partner span.one a {
    background: #fff;
    padding: 0 10px;
    position: relative;
    z-index: 5;
}

.page-content .health_partner a img {
    width: 90%;
    margin: 10px auto;
}
.page-contact-contactbar .contactbar-items{
  padding:20px 10px;
}
.product-details-relative .added_cart .buynow {
    text-decoration: none;
    width: 100%;
    display: block;
    text-align: center;
    margin-top:0;
}
.action_btn {
    display: block;
} 
.product-details .cart-btn-detail .added_cart input[type=submit]{
  width:100%;
  
}
}
#freegift_cart_container { clear: both; height: auto !important;}
#freegift_cart_container .owl-wrapper-outer { overflow-y: hidden !important; }
#freegift_cart_container .owl-item .item img { display: block; }
#sca_fg_cart { margin-top: 10px; }
#sca_freegift_list .owl-controls  {display : block !important;opacity : 1 !important;}
.sca-product-title { white-space: initial !important; }