html {
  scroll-behavior: smooth;
}
body {		
	font-family: 'creato_displayregular';
	font-weight: normal;
    font-style: normal;
}
a,a:hover{
	transition: all ease 0.3s;
	text-decoration: none;
}
/* 
@font-face {
    font-family: 'creato_displaylight';
    src: url('../fonts/creatodisplay-light-webfont.woff2') format('woff2'),
         url('../fonts/creatodisplay-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'creato_displayregular';
    src: url('../fonts/creatodisplay-regular-webfont.woff2') format('woff2'),
         url('../fonts/creatodisplay-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'creato_displaymedium';
    src: url('../fonts/creatodisplay-medium-webfont.woff2') format('woff2'),
         url('../fonts/creatodisplay-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'creato_displaybold';
    src: url('../fonts/creatodisplay-bold-webfont.woff2') format('woff2'),
         url('../fonts/creatodisplay-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'creato_displayextrabold';
    src: url('../fonts/creatodisplay-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/creatodisplay-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'creato_displayblack';
    src: url('../fonts/creatodisplay-black-webfont.woff2') format('woff2'),
         url('../fonts/creatodisplay-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
 */
@font-face {
    font-family: 'creato_displaylight';
    src: url('https://cdn.shopify.com/s/files/1/0699/7449/1391/files/creatodisplay-light-webfont.woff2?v=1718878032'),
         url('https://cdn.shopify.com/s/files/1/0699/7449/1391/files/creatodisplay-light-webfont.woff?v=1718878193');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'creato_displayregular';
    src: url('https://cdn.shopify.com/s/files/1/0699/7449/1391/files/creatodisplay-regular-webfont.woff2?v=1718878316'),
         url('https://cdn.shopify.com/s/files/1/0699/7449/1391/files/creatodisplay-regular-webfont.woff?v=1718878358');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'creato_displaymedium';
    src: url('https://cdn.shopify.com/s/files/1/0699/7449/1391/files/creatodisplay-medium-webfont.woff2?v=1718878408'),
         url('https://cdn.shopify.com/s/files/1/0699/7449/1391/files/creatodisplay-medium-webfont.woff?v=1718878463');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'creato_displaybold';
    src: url('https://cdn.shopify.com/s/files/1/0699/7449/1391/files/creatodisplay-bold-webfont.woff2?v=1718878501'),
         url('https://cdn.shopify.com/s/files/1/0699/7449/1391/files/creatodisplay-bold-webfont.woff?v=1718878545');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'creato_displayextrabold';
    src: url('https://cdn.shopify.com/s/files/1/0699/7449/1391/files/creatodisplay-extrabold-webfont.woff2?v=1718878578'),
         url('https://cdn.shopify.com/s/files/1/0699/7449/1391/files/creatodisplay-extrabold-webfont.woff?v=1718878620');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'creato_displayblack';
    src: url('https://cdn.shopify.com/s/files/1/0699/7449/1391/files/creatodisplay-black-webfont.woff2?v=1718878654'),
         url('https://cdn.shopify.com/s/files/1/0699/7449/1391/files/creatodisplay-black-webfont.woff?v=1718878687') ;
    font-weight: normal;
    font-style: normal;
}
/*.masthead-wraper{
    background-image: url("//essentialmushrooms.com/cdn/shop/t/5/assets/topbar-pic.jpg?v=110881769530961581601727692546");
	background-size: cover;
	background-repeat: no-repeat;
    background: rgba(255,255,255,0.2);
	height: 48px;
}
*/
.masthead-wraper {
	background: #000;
	height: 48px;
	position: relative;
}
.masthead-wraper p{
	color: #fff;
	font-size: 16px;
	line-height: 48px;
	text-align: center;
    margin: 0;
    font-family: creato_displaymedium;
}
/*.top-header-wrap{
	height: 765px;
	position: relative;
}*/
/*.top-header-wrap {
	height: 765px;
	position: absolute;
	width: 100%;
	left: 0;
	top: 48px;
}*/
.top-header-wrap {
	height: auto;
	position: absolute;
	width: 100%;
	left: 0;
	/* top: 48px; */
}
.logo-nav-wrap{position: relative;z-index: 5;}
.logo-wrap {
	margin: 15px auto 10px;
}
.search-nav-sec{}
.search-sec{position: relative;}
.search-sec input[type="text"] {
	height: 40px;
	background-color: #fff;
	color: #959595;
	font-size: 16px;
	line-height: 40px;
	padding: 0 15px;
	width: 100%;
	border: none;
	border-radius: 10px;
}
.search-sec button {
	color: #959595;
	font-size: 18px;
	line-height: 40px;
	background: transparent;
	border: none;
	position: absolute;
	z-index: 10;
	right: 20px;
	top: 0;
}
.navigation-wrap {
	position: relative;
	z-index: 5;
	margin: 9px 0px;
}
.navigation-wrap ul{
	padding: 0;
	margin: 0;
	text-align: center;
}
.navigation-wrap ul li{
	list-style-type: none;
	display: inline-block;
    position: relative;	
}
.navigation-wrap ul li a{
	color: #fff;
	font-size: 15px;
	line-height: 25px;
	display: block;
	padding: 0 18px;
	font-family: 'creato_displayregular';
	transition: all ease 0.3s;
}
.navigation-wrap ul li a:hover{
	/*font-family: 'creato_displayblack';*/
    text-decoration: underline;
	transition: all ease 0.3s;
}
.navigation-wrap > ul > li > ul.submenu {
	position: absolute;
	z-index: 9;
	background-color: #0b0905;
	width: 240px;
	top: 24px;
	left: 0;
	display: none;
	text-align: left;
}
.navigation-wrap > ul > li:hover > ul.submenu {
	display: block;
}

.navigation-wrap > ul > li > ul.submenu li {
	display: block;
	border-bottom: 1px solid #201a0e;
}
.navigation-wrap > ul > li > ul.submenu li a {
	line-height: 40px;
    
}

.account-cart-sec{}
.account-cart-sec ul{padding: 0;margin: 0;text-align: left;}
.account-cart-sec ul li{
	list-style-type: none;
	display: inline-block;
    position: relative;
}
.account-cart-sec ul li i {
	color: #fff;
	font-size: 20px;
	line-height: 25px;
	margin-right: 10px;
}

/*.banner-wraper {
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 1;
}*/
.banner-wraper {
	position: relative;
	width: 100%;
}
/*.banner-wraper img{
	width: 100%;
	object-fit: cover;
}*/
.banner-wraper img {
	width: 100%;
	height: 820px;
}
.slideblock{position: relative;}
/*.BannerCaro {
	position: relative;
	overflow-x: hidden;
	height: 985px;
}
.BannerCaro .owl-pagination {
	text-align: center;
	position: absolute;
	right: 1%;
	margin: 0;
	top: 30%;
	height: 20px;
}
.BannerCaro .owl-page {
	height: 10px;
	width: 10px;
	background-color: #fff;
	display: block;
	border-radius: 50%;
	margin-bottom: 10px;
	transition: all ease .3s;
}
.BannerCaro .owl-page.active {
	height: 12px;
	width: 12px;
	transition: all ease .3s;
}*/
.banner-content{
	width: 42%;
	position: absolute;
	z-index: 10;
	right: 13%;
	top: 20%;
	text-align: right;
}
/*.banner-content h2 {
	color: #fff;
	font-size: 75px;
	line-height: 92px;
	position: relative;
	border-left: none;
	font-family: creato_displayregular;
	margin-bottom: 20px;
	padding-left: 0;
}
.banner-content h2 strong {
	font-size: 115px;
	font-family: creato_displaymedium;
}*/
.banner-content h2 {
	color: #fff;
	font-size: 60px;
	line-height: 82px;
	position: relative;
	border-left: none;
	font-family: creato_displayregular;
	margin-bottom: 20px;
	padding-left: 0;
}
.banner-content h2 strong {
	font-size: 100px;
	font-family: creato_displaymedium;
}
.banner-content p {
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	width: 80%;
	float: right;
}
.banner-content .cta-btn{
	border: 2px solid #c6c6c5;
	height: 36px;
	width: auto;
	color: #fff;
	font-size: 16px;
	line-height: 36px;
	display: table;
	float: right;
	padding: 0 30px;
	border-radius: 0px;
	transform: scale(1);
	font-family: 'creato_displaymedium';
	border-top-left-radius: 15px;
	transition: all ease 0.3s;
}
.banner-content .cta-btn:hover{
	background-color: #c6c6c5;
	border-bottom-right-radius: 15px;
	color: #333;
	transform: scale(1.1);
	transition: all ease 0.3s;
}

.cta-btn{
	border: 2px solid #808080;
	height: 36px;
	width: auto;
	color: #525252;
	font-size: 16px;
	line-height: 36px;
	display: table;	
	padding: 0 30px;
	border-radius: 0px;
	margin: 25px 0px;
	transform: scale(1);
	font-family: 'creato_displaymedium';
	border-top-left-radius: 15px;
	transition: all ease 0.3s;
}
.cta-btn:hover{
	background-color: #808080;
	border-bottom-right-radius: 15px;
	color: #fff;
	transform: scale(1.1);
	transition: all ease 0.3s;
}

h2{
	color: #525252;
	font-size: 64px;
	line-height: 44px;
	font-family: 'creato_displaymedium';
	border-left: 4px solid #505050;
	padding-left: 15px;
	margin-bottom: 30px;
	margin-top: 30px;
}
h2 span{
	display: block;
	font-family: 'creato_displayregular';
	color: #959595;
	font-size: 30px;
}
h2 small{
	font-family: 'creato_displayregular';
	color: #959595;
	font-size: 15px;
	display: block;
}
p{
	color: #959595;
	font-size: 16px;
	line-height: 22px;
	font-family: 'creato_displayregular';
}
.mtop50{margin-top: 50px;}
.home-about-wrap .left-cont-sec{margin-top: 30px;}
.home-about-wrap ul{padding: 0;margin: 0;}
.home-about-wrap ul li{
	list-style-type: none;
	display: inline-block;
	width: 49%;
	position: relative;
	color: #959595;
	font-size: 16px;
	line-height: 32px;
	padding-left: 20px;
	margin-top: 10px;
	font-family: 'creato_displayregular';
}
.home-about-wrap ul li::before {
    background-image: url(//essentialmushrooms.com/cdn/shop/t/5/assets/bulleticon.png?v=107937460592038212991727692546);
	background-repeat: no-repeat;
	background-size: contain;
	height: 15px;
	width: 15px;
	position: absolute;
	left: 0;
	top: 25%;
	content: '';
}
.learnmore-btn{	
	height: 36px;
	width: auto;
	color: #525252;
	font-size: 16px;
	line-height: 36px;
	display: table;
	/*padding: 0 30px;*/
	width: 180px;
	margin: 25px 0px;
	border-radius: 0px;
	position: relative;
	font-family: 'creato_displaymedium';
	border-top-left-radius: 15px;
	transition: all ease 0.3s;
}
.learnmore-btn i {
	font-size: 22px;
	display: inline-block;
	margin-left: 5px;
	position: relative;
	top: 3px;
}
.learnmore-btn:hover{
	/*background-color: #c6c6c5;*/
	border-bottom-right-radius: 15px;
	color: #333;
	/*transform: scale(1.1);*/
	text-align: left;
	transition: all ease 0.3s;
}
.learnmore-btn::before {
	content: '';
	height: 36px;
	width: 0;
	background-color: #c6c6c5;
	position: absolute;
	left: -10px;
	top: 0;
	z-index: -1;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
	transition: all ease 0.3s;
}
.learnmore-btn:hover::before{
	width: 77%;
	transition: all ease 0.3s;
}


.top-pic-wrap{}
.top-pic-wrap h2{border: none;text-align: center;font-size: 40px;line-height: 60px;}
.top-pic-wrap h2 span{display: inline-block;font-size: 40px;}

.purely-cultivated-wrap{position: relative;margin-top: 140px;}
.purely-cultivated-wrap .pic-sec{padding-left: 0px;}
.purely-cultivated-wrap .cont-sec {
	margin-top: 160px;
}

.usp-wraper{}
.usp-wraper ul{padding: 0;margin: 0;overflow-x: hidden;}
.usp-wraper ul li{
	height: 208px;
	width: 32.9%;
	display: block;
	float: left;
	position: relative;
	margin-right: 10px;
	text-align: center;
	transform: scale(1);
	overflow: hidden;
	transition: all ease 0.3s;
}
.usp-wraper ul li:hover{
	transform: scale(1.02);
	transition: all ease 0.3s;
}
.usp-wraper ul li:last-child{margin-right: 0px;}
.usp-wraper ul li img{
	height: 100%;
	width: 100%;
	transform: scale(1);
	transition: all ease 0.3s;
}
.usp-wraper ul li:hover img{
	transform: scale(1.05);
	transition: all ease 0.3s;
}
.usp-wraper ul li .contsec {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 5px;
	z-index: 5;
}
.usp-wraper ul li h3 {
	color: #fff;
	font-size: 25px;
	line-height: 35px;
	font-family: 'creato_displaymedium';
	margin-bottom: 0px;
}
.usp-wraper ul li p{
	color: #fff;
	margin-bottom: 10px;
}
.benifit-wrap{
  background-image: url(//essentialmushrooms.com/cdn/shop/t/5/assets/bg-benifit.jpg?v=131532606048543846351727692546);
	background-size: cover;
	background-repeat: no-repeat;
	/*height: 723px;*/
	height: auto;
	padding-top: 25px;
	padding-bottom: 25px;
}
.benifit-wrap h2 {
	border: none;
	text-align: center;
	font-size: 40px;
	line-height: 60px;
	color: #fff;
}
.benifit-wrap h2 small{color: #fff;}
.benifit-wrap ul{
	padding: 0;
	margin: 0;
    text-align: center;
}
.benifit-wrap ul li {
	list-style-type: none;
	display: inline-block;
	width: 29%;
	height: auto;
	text-align: center;
	padding: 70px 25px;
	margin-bottom: 45px;
	margin-right: 45px;
	border-top-left-radius: 45px;
	border-top-right-radius: 15px;
	position: relative;
	background: linear-gradient(to bottom,#5b8ea0,#fff0);
}
.benifit-wrap ul li:nth-child(2){	
	background: linear-gradient(to bottom,  rgba(111,113,55,1) 0%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.benifit-wrap ul li:nth-child(3){	
	background: linear-gradient(to bottom,  rgba(55,113,99,1) 0%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    margin-right: 0px;
}
.benifit-wrap ul li:nth-child(4){
	background: linear-gradient(to bottom,  rgba(83,34,70,1) 0%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.benifit-wrap ul li:nth-child(5){
	background: linear-gradient(to bottom,  rgba(64,85,117,1) 0%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.benifit-wrap ul li:last-child{
	background: linear-gradient(to bottom,  rgba(123,61,69,1) 0%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	margin-right: 0px;
}
.benifit-wrap ul li h3{
	color: #fff;
	font-size: 18px;
	line-height: 32px;
	font-family: 'creato_displaybold';
}
.benifit-wrap ul li hr{
	height: 5px;
	width: 60px;
	background-color: #fff;
	border: none;
	margin: 15px auto;
	display: block;
}
.benifit-wrap ul li p{
	color: #fff;
}


.shop-by-type-wrap{}
.shop-by-type-wrap h2 {
	border: none;
	text-align: center;
	font-size: 40px;
	line-height: 60px;
}
.shop-by-type-wrap h2 span {
	display: inline-block;
	font-size: 40px;
}

.prod-listing-sec{}
.shop-by-type-wrap .prod-listing-sec fieldset {
	box-shadow: none;
	border-radius: 10px;
    border: none;
	margin-bottom: 30px;
	transform: scale(1);
	transition: all ease .3s;
}
.shop-by-type-wrap .prod-listing-sec h3 {
	font-size: 28px;
	line-height: 40px;
}
.prod-listing-sec fieldset{
	/*box-shadow: 0 0 14px #b4b4b4;*/
    border: 2px solid #e9e9e9;
	border-radius: 10px 10px;
    margin-bottom: 30px;
	transform: scale(1);
	transition: all ease 0.3s;
}
.prod-listing-sec fieldset:hover {
	box-shadow: 0 0 14px #e9e9e9;
	border-radius: 45px 10px;
	transform: scale(1.06);
	transition: all ease .3s;
}
.prod-pic-sec {
	width: 100%;
	height: auto;
    position: relative;
}
.prod-pic-sec img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
    transition: all ease .3s;
}
.prod-listing-sec fieldset:hover .prod-pic-sec img{
    border-top-left-radius: 45px;
	border-top-right-radius: 45px;
    transition: all ease .3s;
}
.prod-listing-sec h3 {
	color: #525252;
	font-size: 18px;
	line-height: 25px;
	text-align: center;
	margin: 10px 0;
	font-family: creato_displaymedium;
	padding: 0 45px;
}
.prod-listing-sec h3 a{
	color: #525252;
	transition: all ease 0.3s;
}
.prod-listing-sec h3 a:hover{
	color: #000;
	transition: all ease 0.3s;
}
.faq-vid-wrap{}
.faq-vid-wrap h2 {
	border: none;
	text-align: center;
	font-size: 40px;
	line-height: 60px;
}
.faq-vid-wrap h2 span {
	display: inline-block;
	font-size: 40px;
}
.faq-vid-wrap .faq-sec{padding-left: 0px;}
.faq-vid-wrap .vid-sec{padding-right: 0px;}
.faq-vid-wrap .vid-sec img{float: right;}

.faq-holder .accordion {
	background-color: transparent;
	color: #525252;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 20px;
	padding-left: 20%;
	border-top-right-radius: 35px;
	transition: 0.4s;
}

.faq-holder .accordion.active, .faq-holder .accordion:hover {
  background-color: #959595;
  color: #fff;
}

.faq-holder .accordion:after {
  content: '\002B';
  color: #000;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.faq-holder .accordion.active:after {
  content: "\2212";
  color: #fff;
}

.faq-holder .panel {
  padding: 0 18px;
  background-color: #959595;
  color: #fff;
  max-height: 0;
  border-radius: 0px;
  padding-left: 20%;
  overflow: hidden;
  border: none;
  transition: max-height 0.2s ease-out;
}
.faq-holder .panel p{
	color: #fff;
}

.news-blog-wraper{}
.news-blog-wraper h2 {
	border: none;
	text-align: center;
	font-size: 40px;
	line-height: 60px;
}
.news-blog-wraper h2 span {
	display: inline-block;
	font-size: 40px;
}
.blog-listing-sec{}
.blog-listing-sec fieldset{
	border-radius: 15px;
	border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;
    box-shadow: 0 0 14px #fff;
	transform: scale(1);
    min-height: 570px;
	transition: all ease 0.3s;
}
.blog-listing-sec fieldset:hover {
	transform: scale(1);
	transition: all ease 0.3s;
	box-shadow: 0 0 14px #a2a2a2;
}
.blog-listing-sec fieldset .blog-pic-holder{
	width: 100%;
	height: 245px;
	position: relative;
}
.blog-listing-sec fieldset .blog-pic-holder img{
	width: 100%;
	height: 100%;
}
.blog-listing-sec fieldset .blog-pic-holder .published-date {
	width: 138px;
	height: 30px;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	font-family: 'creato_displaymedium';
	background-color: #959595;
	display: block;
	transform: rotate(90deg);
	position: absolute;
	z-index: 1;
	left: 76.7%;
	bottom: 22%;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.blog-listing-sec fieldset hr{
	width: 100px;
	height: 5px;
	border: none;
	background-color: #263415;
	display: block;
	margin: 22px 0px;
    margin-left: 15px;
	transition: all ease 0.3s;
}
/*.blog-listing-sec fieldset:hover hr{margin-left: 15px;transition: all ease 0.3s;}*/
.blog-listing-sec fieldset .blog-cont-holder{transition: all ease 0.3s;}
/*.blog-listing-sec fieldset:hover .blog-cont-holder{padding: 0 15px;transition: all ease 0.3s;}*/
.blog-listing-sec fieldset .blog-cont-holder{padding: 0 15px;}
.blog-listing-sec fieldset .blog-cont-holder h3{
	color: #525252;
	font-size: 20px;
	line-height: 25px;
    min-height: 60px;
	font-family: 'creato_displaymedium';
}
.blog-listing-sec fieldset .blog-cont-holder h3 a{
	color: #525252;
}
.blog-listing-sec fieldset .blog-cont-holder h3 a:hover{
	color: #000;
}

.certification-wrap{
	display: block;
	margin-top: 70px;
	/*margin-bottom: 70px;*/
}
.certification-wrap ul{padding: 0;margin: 0;text-align: center;}
.certification-wrap ul li{list-style-type: none;display: inline-block;width: 16%;text-align: center;transform: scale(1);
	transition: all ease 0.3s;}
.certification-wrap ul li p {
	text-align: center;
	display: block;
	line-height: 40px;
    font-family: creato_displaymedium;
}
.certification-wrap ul li:hover{transform: scale(1.1);
	transition: all ease 0.3s;}
.certification-wrap ul li img{display: block;max-width: 100%;margin: 0 auto;}

.footer-wrap{margin-top: 80px;}
.footer-wrap h3{
	color: #525252;
	font-size: 25px;
	line-height: 35px;
	font-family: 'creato_displaymedium';
}
.footer-wrap hr{
	width: 33px;
	height: 5px;
	background-color: #959595;
	display: block;
	margin: 10px 0px;
}
.foot-social{
	display: block;
	margin: 15px 0px;
}
.foot-social i{
	height: 35px;
	width: 35px;
	background-color: #959595;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	margin-right: 3px;
	font-size: 18px;
	line-height: 35px;
	transition: all ease 0.3s;
}
.foot-social i:hover{
	background-color: #000;
	color: #fff;
	transition: all ease 0.3s;
}
.footer-wrap p {
	color: #959595;
	font-size: 16px;
	line-height: 22px;
	font-family: 'creato_displayregular';
}
.footer-wrap ul{
	padding: 0;
	margin: 0;
}
.footer-wrap ul li{
	list-style-type: none;
	display: block;
}
.footer-wrap ul li a{
	color: #959595;
	display: block;
	font-size: 16px;
	line-height: 32px;
	font-family: 'creato_displayregular';
	transition: all ease 0.3s;
}
.footer-wrap ul li a:hover{
	color: #000;
	padding-left: 5px;
	transition: all ease 0.3s;
}
.foot-newsletter-sec{position: relative;}
.foot-newsletter-sec input[type="email"] {
	height: 47px;
	background-color: #e9e9e9;
	width: 100%;
	color: #595757;
	font-size: 16px;
	line-height: 47px;
	padding: 0 45px 0 15px;
	font-family: 'creato_displayregular';
	border: none;
	border-radius: 10px;
}
.foot-newsletter-sec button {
	color: #525252;
	font-size: 30px;
	line-height: 43px;
	position: absolute;
	z-index: 10;
	right: 8px;
	top: 0;
	border: none;
	background: transparent;
	transition: all ease 0.3s;
}
.foot-newsletter-sec button:hover{
	color: #000;
	transition: all ease 0.3s;
}
.copyright-wrap{margin-top: 30px;}
.copyright-wrap p{
	font-size: 14px;
	line-height: 40px;
	margin: 0;
	text-align: center;
	font-family: 'creato_displaymedium';
}
.copyright-wrap p span{
	color: #525252;
}
.copyright-sec{
	border-top: 1px solid #a1a1a1;
}
.showDesktop{display: block;}
.showMobile{display: none;}
.nav-btn i {
	color: #fff;
	font-size: 30px;
	line-height: 50px;
}
.nav-btn{text-align: right;width: 34px;	height: 37px;cursor: pointer; display: none;}

.customer:not(.account):not(.order) {
	max-width: 100% !important;
}
.customer form {
	background: #e7e7e7;
	border-radius: 10px;
	margin: 40px auto;
	padding: 45px 40px 25px;
	width: 60%;
	display: block;
}
.customer form input[type="text"], .customer form input[type="email"], .customer form input[type="password"],.customer form select {
	border: 1px solid #c2c2c2;
	color: #333;
	font-size: 14px;
	line-height: 48px;
	height: 48px;
	width: 100%;
	border-radius: 25px;
	padding: 0 15px;
	margin-bottom: 20px;
}
.customer form .select::before,.customer form .select::after{display: none;}
.customer form button::before,.customer form button::after,.customer form .field::before,.customer form .field::after{display: none !important;}
.field__input:focus, .select__select:focus, .customer .field input:focus, .customer select:focus, .localization-form__select:focus.localization-form__select::after {
	box-shadow: none !important;
	outline: 0;
	border-radius: 25px !important;
}
.customer form button {
	border: 2px solid #808080;
	height: 36px;
	width: auto;
	color: #525252;
	font-size: 16px;
	line-height: 36px;
	display: table;
	padding: 0 30px;
	border-radius: 15px 0 0;
	margin: 25px auto;
	transform: scale(1);
	font-family: creato_displaymedium;
	transition: all ease .3s;
	background: transparent;
}
.customer form button:hover {
	background-color: gray;
	border-bottom-right-radius: 15px;
	color: #fff;
	transform: scale(1.1);
	transition: all ease .3s;
}
/*Inner Banner CSS Start*/
.inner-banner-wrap{
	height: 441px;
	width: 100%;
	position: relative;
}
.inner-banner-wrap img{
	width: 100%;
	height: 441px;
	/*object-fit: cover;*/
}
.inner-banner-wrap .inner-banner-content{
	position: absolute;
	z-index: 1;
	left: 9%;
	top: 30%;
}
.inner-banner-wrap .inner-banner-content h1,.inner-banner-wrap .inner-banner-content h2{
	color: #fff;
    font-size: 50px;
    line-height: 60px;
    position: relative;
    border-left: none;
    font-family: creato_displayregular;
    margin: 10px 0px;
    padding-left: 0;
}
.inner-banner-wrap .inner-banner-content p{
	color: #fff;
    font-size: 16px;
    line-height: 22px;
}
.inner-banner-wrap .inner-banner-content p span{
	padding: 0 5px;
}
.inner-banner-wrap .inner-banner-content p a{
	color: #fff;
}
.inner-banner-wrap .inner-banner-content p a:hover{
	color: #525252;
}
/*Inner Banner CSS End*/
.collectionTop_content_wrapper {
	margin-top: 40px;
}
.collectionTop_content_wrapper h2,.collectionTop_content_wrapper p,.collectionBottom_content_wrapper h2,.collectionBottom_content_wrapper h3,.collectionBottom_content_wrapper p{text-align: center;}
.collectionTop_content_wrapper h2 {
	font-size: 40px;
	border: none;
	margin: 15px 0px;
}
.collectionBottom_content_wrapper h2 {
	font-size: 40px;
	margin: 15px 0px;
    text-align: left;
}
.collectionBottom_content_wrapper h3 {
	font-size: 22px;
	border: none;
	margin: 10px 0;
    text-align: left;
	font-family: creato_displaymedium;
}
.collectionBottom_content_wrapper p{text-align: left;}
.collectionBottom_content_wrapper .faq-holder{margin: 20px 0;}
.collectionBottom_content_wrapper .faq-holder .panel {
	padding-left: 10px;
}
.collectionBottom_content_wrapper .faq-holder .accordion.active, .collectionBottom_content_wrapper .faq-holder .accordion:hover {
	background-color: #959595;
	color: #fff;
}
.collectionBottom_content_wrapper .faq-holder .accordion {
	padding-left: 10px;
	background: #eaeaea;
}
.collectionTop_content_wrapper .read-more {
	border: 2px solid #808080;
    height: 36px;
    width: auto;
    color: #525252;
    font-size: 16px;
    line-height: 36px;
    display: table;
    padding: 0 30px;
    border-radius: 15px 0 0;
    margin: 25px auto;
    transform: scale(1);
    font-family: creato_displaymedium;
    transition: all ease .3s;
}
.collectionTop_content_wrapper .read-more:hover {
	background-color: gray;
    border-bottom-right-radius: 15px;
    color: #fff;
    transform: scale(1.1);
    transition: all ease .3s;
}
#ProductGridContainer {
	margin-top: 30px;
}
#ProductGridContainer .prod-listing-sec h3 {
	color: #525252;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	margin: 10px 0;
	font-family: creato_displaymedium;
	padding: 0 15px;
}
.price__container {
	display: block !important;
	text-align: center;
	margin: 10px 0px;
	color: #525252;
	font-family: 'creato_displaybold';
}
#main-collection-filters {
	margin-top: 30px;
}
.btn-sec {
	padding: 0 10px;
}
.btn-sec > div {
	display: block;
	width: 47%;
	float: left;
	margin: 0 3px;
}
.btn-sec .cta-btn {
	padding: 0;
	width: 100%;
    border-radius: 0px;
	text-align: center;
	transform: scale(1) !important;
}
.btn-sec .cta-btn:hover {
	background-color: gray;
	border-bottom-right-radius: 15px;
	color: #fff;
	transition: all ease .3s;
}
.btn-sec button.quick-add__submit::before, .btn-sec button.quick-add__submit::after,.quick-add__submit::before,.quick-add__submit::after {
	display: none !importannt;
	border: none !important;
	box-shadow: none !important;
}
.btn-sec button.quick-add__submit {
	border: 2px solid #808080;
	height: 39px;
	min-height: 39px;
	width: 100%;
	color: #525252;
	font-size: 16px;
	line-height: 36px;
	display: block;
	padding: 0;
	border-radius: 0;
	margin: 25px auto 25px;
	transform: scale(1);
	font-family: creato_displaymedium;
	transition: all ease .3s;
}
.btn-sec button.quick-add__submit:hover {
	background-color: gray;
	border-bottom-right-radius: 15px;
	color: #fff;
	transition: all ease .3s;
}
.prod-pic-sec .quick-add__submit, .custom_buy_now .quick-add__submit {
	height: 40px;
	width: 40px;
	display: block;
	background-color: #000;
	color: #fff;
	font-size: 20px;
	line-height: 40px;
	min-width: 40px !important;
	border-radius: 100%;
	padding: 0 !important;
	position: absolute;
	z-index: 10;
	right: 0px;
	top: -60px;
	box-sizing: unset;
	letter-spacing: 0;
	min-height: 40px !important;
	transition: all ease .3s;
}
.prod-pic-sec .quick-add__submit:hover,.custom_buy_now .quick-add__submit:hover{
    background-color: #868686;
	color: #fff;
    transition: all ease .3s;
}
#ProductGridContainer .custom_buy_now {
	padding: 0 15px;
    position: relative;
}
#ProductGridContainer .cta-btn {
	margin: 10px 0px 20px;
}
.jdgm-carousel--card-theme .jdgm-carousel-item {
	padding: 0 5px !important;
}
.jdgm-carousel--card-theme .jdgm-carousel-item__inner-wrapper {
	border-radius: 10px 45px 10px 10px !important;
	border: 2px solid #8d8d8d;
}
.learn-more-lnk {
	font-size: 16px;
	line-height: 32px;
	color: #fff;
	text-decoration: underline;
	height: 32px;
	display: table;
	margin: 10px auto;
    transition: all ease .3s;
}
.learn-more-lnk:hover{
    color: #fff;
	text-decoration: none;
    transition: all ease .3s;
}
.cta-btn[aria-disabled="true"],.cta-btn[aria-disabled="true"]:hover{
    background: #e6e6e6;
    border: 2px solid #e6e6e6;
    color: #979797;
}

.pagination {
	display: block;
	padding-left: 0;
	margin: 20px 0;
	text-align: center;
}
.pagination__list {
	display: block;
	padding: 0;
	margin: 0;
	text-align: center;
}
.pagination__list li {
	display: inline-block;		
}
.pagination__list li a {
	height: 40px;
	width: 40px;
	text-align: center;
	background-color: #ddd;
	display: block;
	line-height: 40px;
	border-radius: 50%;
    font-weight: 600;
    transition: all ease 0.3s;
}
.pagination__list li a::after{
    display: none !important;
}
.pagination__item.pagination__item--current,.pagination__list li a:hover {
	background-color: #50505;
	color: #fff;
    transition: all ease 0.3s;
}
.product__title h1,.product__title h2 {
	color: #525252;
	font-size: 40px;
	line-height: 46px;
	font-family: creato_displaymedium;
}
.policy_wrapper {
	margin-top: 50px;
}
.policy_wrapper h1,.policy_wrapper h2 {
	color: #525252;
	font-size: 40px;
	line-height: 46px;
    margin-top: 0px;
	font-family: creato_displaymedium;
}
.policy_wrapper h3 {
	color: #959595;
	font-size: 24px;
	line-height: 40px;
	font-family: creato_displaymedium;
}
.policy_wrapper ul{
    padding: 0;
    margin: 0;
}
.policy_wrapper ol{
    padding: 0;
    margin: 0;
    padding-left: 20px;
}
.policy_wrapper ul li {
	list-style-type: none;
	position: relative;
	color: #959595;
	font-size: 16px;
	line-height: 32px;
	padding-left: 20px;
	margin-top: 10px;
	font-family: creato_displayregular;
}
.policy_wrapper ol li {
	position: relative;
	color: #959595;
	font-size: 16px;
	line-height: 32px;
	margin-top: 10px;
	font-family: creato_displayregular;
}
.policy_wrapper ul li::before {
    background-image: url(//essentialmushrooms.com/cdn/shop/t/5/assets/bulleticon.png?v=107937460592038212991727692546);
	background-repeat: no-repeat;
	background-size: contain;
	height: 12px;
	width: 12px;
	position: absolute;
	left: 0;
	top: 33%;
	content: '';
}
.policy_wrapper p a:hover{text-decoration: underline;}
.product__media-wrapper {
	border: 2px solid #e9e9e9;
	border-radius: 15px;
    position: relative;
}
.product__media.media.media--transparent,.product__media.media.media--transparent img {
	border-radius: 15px;
}
.st-wishlist-initialized .st-wishlist-button {
	display: flex;
	position: absolute;
	z-index: 2;
	left: 10px;
	top: 10px;
}
.product__info-wrapper .price__container {
	text-align: left;
}
.specific {
	border-top: 2px solid #d6d6d6;
	padding-top: 10px;
	border-bottom: 2px solid #d6d6d6;
	padding-bottom: 10px;
}
.specific ul {
	padding: 0;
	margin: 10px 0px;
}
.specific ul li {
	list-style-type: none;
	display: block;
}
.specific ul li > div.title_item {
	display: block;
	float: left;
	width: 150px;
	color: #525252;
	font-size: 16px;
	line-height: 20px;
	font-family: creato_displaymedium;
}
.specific ul li > div.content_item {
	display: block;
	float: left;
	width: calc(100% - 150px);
	padding-left: 10px;
	padding-top: 3px;
}
.specific ul li > div.title_item img {
	width: 30px;
}
.specific ul li > div.content_item span {
	position: relative;
	display: inline-block;
	width: 47%;
	color: #959595;
	font-size: 14px;
	line-height: 22px;
	padding-left: 20px;
	margin-right: 10px;
	font-family: creato_displaybold;
}
.specific ul li > div.content_item span::before{
    background-image: url(//essentialmushrooms.com/cdn/shop/t/5/assets/bulleticon.png?v=107937460592038212991727692546);
	background-repeat: no-repeat;
	background-size: contain;
	height: 10px;
	width: 10px;
	position: absolute;
	left: 0;
	top: 29%;
	content: '';
}
.cta-btn[aria-disabled="true"], .cta-btn[aria-disabled="true"]:hover {
	margin: 10px auto 20px !important;
	padding: 0 28px !important;
}





.product-form__buttons button, .product-form__buttons div.shopify-payment-button {
	display: inline-block;
	width: 170px;
	margin-right: 5px;
	float: left;
}
/*.shopify-payment-button__button {
	border-radius: 0px 15px 0px !important;
	color: #fff !important;
	display: table !important;
	font-size: 15px !important;
	font-weight: 700;
	height: 36px;
	line-height: 36px !important;
	padding: 0 30px;
	letter-spacing: 0;
	transition: all ease .3s;
	text-transform: uppercase;
	background: gray !important;
	border: 2px solid #808080;
}*/
.product-form__buttons .product-form__submit {
	background-color: transparent !important;
	color: #525252 !important;
	display: table !important;
	font-size: 15px !important;
	font-weight: 700;
	height: 36px;
	line-height: 36px !important;
	padding: 0 30px;
	transition: all ease .3s;
	text-transform: uppercase;
	border-radius: 15px 0 0 !important;
	border: 2px solid #808080;
	letter-spacing: 0;
}
.shopify-payment-button__button::before,.shopify-payment-button__button::after,.product-form__buttons .product-form__submit::before,.product-form__buttons .product-form__submit::after{
    display: none !important;
}
.shopify-payment-button__button:hover {
	transition: all ease .3s;
	background: transparent !important;
	color: #808080 !important;
    border-radius: 15px 0 0 !important;
}
.product-form__buttons .product-form__submit:hover {
	background-color: #808080 !important;
	color: #fff !important;
    border-bottom-right-radius: 15px !important;
	transition: all ease .3s;
}
.product--thumbnail_slider .global-media-settings img{
	border-radius: 15px;	
}
.product--thumbnail_slider .thumbnail {	
	border: 1px solid #ddd;	
    box-shadow: none;
}
.product--thumbnail_slider .thumbnail[aria-current],.product--thumbnail_slider .thumbnail:hover {
	box-shadow: none;
	border-color: #808080;
}
.offer_badges {
	background: gray;
	position: absolute;
	top: 16px;
	right: 1px;
	padding: 5px 16px;
	border-radius: 0;
	font-weight: 700;
	color: #fff;
	font-size: 10px;
	box-shadow: 1px 1px 11px #ccc6;
	z-index: 1;
	text-transform: uppercase;
	clip-path: polygon(0 0,100% 0,100% 93%,14% 93%);
}
.jdgm-write-rev-link {
	background: gray !important;
	border: 2px solid #808080 !important;
	height: 36px !important;
}
.price-per-item__container .quantity::before,.price-per-item__container .quantity::after {	
	border-radius: 0 15px 0 !important;	
}
.news-blog-wraper {
	margin-top: 30px;
}   
.related-products .prod-listing-sec h3 {
	font-size: 16px;
	line-height: 22px;
	padding: 0 15px;
}
.related-products .custom_buy_now,.template-search__results .custom_buy_now {
  padding: 0 15px;
  position: relative;
}
.related-products .custom_buy_now .cta-btn,.template-search__results .custom_buy_now .cta-btn {
	margin: 10px 0 20px;
	padding: 0 10px;
	font-size: 14px;
}
.related-products .custom_buy_now .quick-add__submit,.template-search__results .custom_buy_now .quick-add__submit {
    right: 6px;
    top: 0;
}
.st-atc-button {
	border: 2px solid #808080 !important;
	height: 36px;
	width: auto !important;
	color: #525252 !important;
	font-size: 16px !important;
	line-height: 36px !important;
	display: table !important;
	padding: 0 30px !important;
	border-radius: 15px 0 0 !important;
	margin: 25px auto;
	transform: scale(1);
	font-family: creato_displaymedium;
	transition: all ease .3s;
	background: transparent !important;
}
.st-atc-button:hover {
	background-color: gray !important;
	border-bottom-right-radius: 15px !important;
	color: #fff !important;
	transform: scale(1.1);
	transition: all ease .3s;
}
.customer button {
	border: 2px solid #808080 !important;
	height: 36px;
	width: auto !important;
	color: #525252 !important;
	font-size: 16px !important;
	line-height: 36px !important;
	padding: 0 30px !important;
	border-radius: 15px 0 0 !important;
	margin: 25px auto;
	transform: scale(1);
	font-family: creato_displaymedium;
	transition: all ease .3s;
	background: transparent !important;
}
.customer button:hover {
	background-color: gray !important;
	border-bottom-right-radius: 15px !important;
	color: #fff !important;
	transform: scale(1.1);
	transition: all ease .3s;
}
.customer button::before,.customer button::after{display: none;}
.customer h2 {
	font-size: 22px;
	line-height: 30px;
}
.customer li[data-address] > h2{
    font-size: 22px;
	line-height: 30px;
    border-left: none;
    padding-left: 0px;
}
#address_form_new button,.addresses ul button {
	display: inline-block;
}
#AddressNewHeading,.addresses ul h2 {
	text-align: center;
	padding: 0;
	border: none;
}
.order-details thead tr th,.order-history thead tr th {
	font-size: 16px;
	font-family: creato_displaymedium;
	color: #525252;
}
.customer h1 {
	color: #525252;
	font-size: 40px;
	line-height: 60px;
	font-family: creato_displaymedium;
}
.newsletter-form__message.newsletter-form__message--success {
	font-size: 18px;
}
.facets-container {
	padding-top: 0px !important;
}
facet-filters-form{
  background: #f2f2f2;
  padding: 15px;
  border-radius: 15px 40px;
}
.facets__heading,.facets__summary-label {
	font-size: 20px !important;
	font-family: creato_displaymedium !important;
	margin: 0px !important;
	line-height: 40px !important;
	border: none !important;
	padding-left: 0px !important;
}
.facet-checkbox__text-label{
    font-family: creato_displayregular !important;
    color: #959595;
}
.ProductKeyFeature-warpper p strong{font-family: creato_displaymedium !important;color: #525252;}
.ProductKeyFeature-warpper ul{
    padding: 0;
    margin: 0;
}
.ProductKeyFeature-warpper ul li {
	list-style-type: none;
	display: block;
	position: relative;
	color: #959595;
	font-size: 14px;
	line-height: 32px;
	padding-left: 18px;
	margin-top: 0px;
	font-family: creato_displaybold;
}
.ProductKeyFeature-warpper ul li::before {
    background-image: url(//essentialmushrooms.com/cdn/shop/t/5/assets/bulleticon.png?v=107937460592038212991727692546);
	background-repeat: no-repeat;
	background-size: contain;
	height: 10px;
	width: 10px;
	position: absolute;
	left: 0;
	top: 35%;
	content: '';
}
.badge.price__badge-sold-out.color-scheme-3 {
	background: #e12323;
	padding: 10px 15px;
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 0;
	font-family: creato_displaymedium;
}
.jdgm-carousel-item__timestamp.jdgm-ellipsis {
	display: none !important;
}
.product-form__input legend.form__label {
	font-weight: 700;
	display: block;
	font-size: 16px;
	line-height: 30px;
}
.product-form__input label {
	margin-right: 10px;
}
.proddescrip-tabination-wrap ul.mushroom-wrapper {
	padding: 0;
	margin: 0;
}
.proddescrip-tabination-wrap ul.mushroom-wrapper li {
	display: inline-block;
	width: 49%;
}
.proddescrip-tabination-wrap ul.mushroom-wrapper li .details_field{
      display: block;
      width: 60%;
      float: left;
}
.proddescrip-tabination-wrap ul.mushroom-wrapper li .image_field{
      display: block;
      width: 40%;
      float: left;
}
.proddescrip-tabination-wrap ul.mushroom-wrapper li .image_field img{
      max-width: 100%;
      display: block;
}
      
/*....Responsive Css Start....*/

@media (min-width: 1860px) and (max-width: 1920px){
.banner-wraper img {
	width: 100%;
	height: auto;
}
.inner-banner-wrap {
	height: 550px;
} 
.inner-banner-wrap img {
	width: 100%;
	height: 550px;
} 
.purely-cultivated-wrap {
	position: relative;
	margin-top: 160px;
	margin-bottom: 80px;
}
.benifit-wrap {
	margin-top: 80px;
}
.usp-wraper ul li {
	height: 248px;
}

}
@media (min-width: 1281px) and (max-width: 1368px){
.usp-wraper ul li {
	width: 32.5%;
}
.banner-content h2 {
	font-size: 45px;
	line-height: 62px;
}
.banner-content h2 strong {
	font-size: 85px;
}
}
@media (min-width: 1000px) and (max-width: 1024px){
.showDesktop{display: block;}
.showMobile{display: none;}
.banner-content h2 {
	font-size: 45px;
	line-height: 60px;
}
.banner-content h2 strong {
	font-size: 50px;
}
}
@media screen and (max-width: 1280px){
h2 {
	font-size: 45px;
	line-height: 36px;
}
h2 span {
	font-size: 24px;
}
p {
	font-size: 14px;
	line-height: 20px;
}
.banner-content h2 {
	font-size: 45px;
	line-height: 60px;
}
.banner-content h2 strong {
	font-size: 50px;
} 
.navigation-wrap ul li a {
	padding: 0 8px;
}
.usp-wraper ul li {
	width: 32.6%;
}
.certification-wrap ul li p {
	font-size: 13px;
}
#ProductGridContainer .cta-btn {
    padding: 0 5px;
    font-size: 14px;
}
.specific ul li > div.title_item, .specific ul li > div.content_item {
	display: block;
	float: none;
	width: 100% !important;
}
.specific ul li > div.content_item span {
	display: block;
	width: 100%;
}
.home-about-wrap ul li {
    font-size: 14px;
}
.banner-wraper img {
    width: 100%;
    height: 640px;
}
.inner-banner-wrap img {
    width: 100%;
    height: 360px;
}
.product__media-wrapper {
	border: none;
}
#ProductGridContainer .prod-listing-sec h3 {
    min-height: 88px;
}
.inner-banner-wrap .inner-banner-content {
    left: 0;
    padding: 0 15px;
}
}
@media (min-width: 481px) and (max-width: 999px){
.showDesktop{display: block;}
.showMobile{display: none;}
.top-header-wrap {
	height: auto;
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	/* top: 48px; */
}
.navigation-wrap ul {
	text-align: left;
}
.navigation-wrap ul li a {
	font-size: 15px;
	line-height: 25px;
	padding: 0 8px;
}
.home-about-wrap ul li {
	font-size: 12px;
	line-height: 22px;
}
.banner-content {
	width: 50%;
	position: absolute;
	z-index: 10;
	right: 14%;
	top: 21%;
	text-align: right;
}
.banner-content h2 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 10px;
	padding-left: 0;
}
.banner-content h2 strong {
	font-size: 25px;
	display: block;
}
.purely-cultivated-wrap .cont-sec {
	margin-top: 0px;
}
.usp-wraper ul li {
	width: 32.4%;
}
.benifit-wrap ul li {
	width: 30%;
	padding: 30px 15px;
    margin-right: 25px;
}
.benifit-wrap ul li h3 {
	font-size: 16px;
	line-height: 22px;
}
.prod-pic-sec img {
	max-width: 100%;
}
.banner-content .cta-btn {
	margin: 10px auto;
}
.faq-holder .accordion {
	padding: 18px 18px 18px 6%;
}
.faq-holder .panel{
    padding: 0 18px 0 6%;
}
.blog-listing-sec fieldset .blog-pic-holder .published-date {
	left: 61.7%;
}
.blog-listing-sec fieldset .blog-cont-holder h3 {
	font-size: 17px;
	line-height: 22px;
}
.footer-wrap h3 {
	font-size: 19px;
}
h2 {
	font-size: 34px;
	line-height: 34px;
}
.footer-wrap p {
	font-size: 14px;
}
.usp-wraper ul li {
	width: 32.4%;
}
.certification-wrap ul li p {
	font-size: 11px;
}
.search-sec {
	position: relative;
	display: none;
}
.account-cart-sec ul {
	padding: 0;
	margin: 0;
	text-align: left;
	top: 8px;
	position: relative;
	right: 0px;
}
.banner-wraper img {
	width: 100%;
	height: 560px;
}
.account-cart-sec ul li {
	padding: 0 3px !important;
}
.foot-social i {
	height: 25px;
	width: 25px;
	font-size: 15px;
	line-height: 25px;
}
.product__title h1, .product__title h2 {
	font-size: 24px;
	line-height: 32px;
}
.specific ul li > div.title_item, .specific ul li > div.content_item {
	display: block;
	float: none;
	width: 100% !important;
}
.specific ul li > div.content_item span {
	display: block;
	width: 100%;
}
.page-width {
	padding: 0 1rem;
}
#ProductGridContainer .cta-btn {
	margin: 10px 0 20px;
	font-size: 14px;
	padding: 0 15px;
}
.inner-banner-wrap img {
	width: 100%;
	height: 360px;
}
#ProductGridContainer .prod-listing-sec h3 {
	font-size: 14px;
	line-height: 20px;
	padding: 0 10px;
	min-height: 65px;
}
.st-wishlist-initialized .st-wishlist-button {
	z-index: 5;
	top: 20px;
}
.product__media-wrapper {
	border: none;
}
.inner-banner-wrap .inner-banner-content {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 30%;
	padding-left: 25px;
	width: 90%;
}
.inner-banner-wrap .inner-banner-content {
    left: 0;
    padding: 0 15px;
}  
}
@media screen and (max-width: 480px){
/* Initially hide submenus */
.mobileSubmenu {
	display: none;
	padding-left: 20px;
}

/* Style for the icon when it's open */
.site-nav--has-dropdown.open i {
	transform: rotate(45deg); /* Rotate the "+" icon when submenu is open */
}

/* Optional: Add transition for smooth opening/closing */
.mobileSubmenu {
	transition: all 0.3s ease;
}
.top-header-wrap {
	/*height: 560px;*/
  height: auto;
}
.showDesktop{display: none;}
.showMobile{display: block;}
/*.search-nav-sec .search-sec {
	display: none;
}*/
.logo-wrap img {
	margin: 0 15px;
	width: 40%;
}
.nav-btn {
	display: block;
	position: absolute;
	z-index: 10;
	top: 9%;
	right: 3%;
}
.navigation-wrap ul {
	background-color: #565656;
	position: absolute;
	z-index: 10;
	width: 100vw;
	right: -15px;
	top: -34px;
	display: none;
}
.navigation-wrap ul li {
	list-style-type: none;
	display: block;
	border-bottom: 1px solid #474747;
}
.search-nav-sec {
	position: relative;
}
.account-cart-sec {
	position: absolute;
	z-index: 10;
	top: 10px;
	right: 0;
}
.search-sec input[type="text"] {
	height: 40px;
	background-color: #fff;
	color: #959595;
	font-size: 16px;
	line-height: 40px;
	padding: 0 15px;
	width: 80%;
	border: none;
	border-radius: 10px;
}
.search-sec button {
	color: #959595;
	font-size: 18px;
	line-height: 40px;
	background: transparent;
	border: none;
	position: absolute;
	z-index: 10;
	right: 27%;
	top: 0;
}
.account-cart-sec ul li i {
	color: #fff;
	font-size: 20px;
	line-height: 25px;
	margin-left: 10px;
	margin-right: 0px;
}
.mobslideblock {
	/* height: 560px; 
	background-color: #000;*/
}
.banner-wraper img {
	width: 100%;
	height: auto;
}
.banner-content {
	width: 100%;
	position: absolute;
	z-index: 10;
	right: 0;
	top: unset;
	text-align: center;
	left: 0;
	margin: 0 auto;
	bottom: 30px;
    display: none;
}
.banner-content h2 {
	font-size: 25px;
	line-height: 35px;
	margin-bottom: 10px;
	padding-left: 0px;
}
.banner-content h2 strong {
	font-size: 45px;
	display: block;
}
.banner-content p {
	font-size: 16px;
	line-height: 22px;
	padding: 0 10px;
}
.banner-content .cta-btn {
	float: none;
	display: table;
	margin: 15px auto;
}
h2 {
	font-size: 34px;
	line-height: 32px;
}
h2 span {
	font-size: 20px;
}
.home-about-wrap ul li {
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	padding-left: 15px;
}
.home-about-wrap ul li::before{
	height: 10px;
	width: 10px;
}
.top-pic-wrap h2 {
	font-size: 30px;
	line-height: 40px;
}
.top-pic-wrap h2 span {
	display: inline-block;
	font-size: 30px;
}
.toppicCaro {
	position: relative;
	overflow-x: hidden;
	height: auto;
}
.toppicCaro .owl-pagination {
	text-align: center;
	position: absolute;
	right: 1%;
	margin: 0;
	top: 30%;
	height: 20px;
}
.toppicCaro .owl-page {
	height: 10px;
	width: 10px;
	background-color: #fff;
	display: block;
	border-radius: 50%;
	margin-bottom: 10px;
	transition: all ease .3s;
}
.toppicCaro .owl-page.active {
	height: 12px;
	width: 12px;
	transition: all ease .3s;
}
.purely-cultivated-wrap .cont-sec {
	margin-top: 0;
}
.usp-wraper ul li {
	width: 100%;
	display: block;
	float: none;
	margin-right: 0px;
	margin-bottom: 15px;
}
.benifit-wrap ul li {
	display: block;
	width: 100%;
}
.prod-listing-sec fieldset {
	margin-bottom: 30px;
}
.prod-pic-sec img {
	border-top-left-radius: 45px;
	border-bottom-right-radius: 45px;
}
.faq-vid-wrap h2 {
	font-size: 30px;
	line-height: 40px;
}
.faq-vid-wrap h2 span {
	display: inline-block;
	font-size: 30px;
}
.faq-holder .accordion {
	font-size: 17px;
	padding-left: 15px;
}
.news-blog-wraper h2 {
	font-size: 30px;
	line-height: 40px;
}
.news-blog-wraper h2 span {
	display: inline-block;
	font-size: 30px;
}
.blog-listing-sec fieldset {
	margin-bottom: 30px;
}
.certification-wrap ul li {
	width: 49%;
	margin-bottom: 20px;
}
.certification-wrap {
	margin-top: 20px;
	margin-bottom: 30px;
}
.mobpad0{padding: 0;}
.foot-payment-options {
	margin: 20px 15px 0px;
}
.inner-banner-wrap {
	height: auto;
	width: 100%;
	position: relative;
}
.inner-banner-wrap img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.inner-banner-wrap .inner-banner-content {
	top: unset;
	bottom: 15px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
.btn-sec > div {
	display: block;
	width: 100%;
	float: none;
	margin: 5px 0px;
}
.btn-sec .cta-btn{margin: 0px 0px;}
#ProductGridContainer .prod-listing-sec h3 {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	margin: 10px 0;
	padding: 0 5px;
    min-height: 60px;
}
#ProductGridContainer .cta-btn {
	margin: 10px 0 20px;
	padding: 0 10px;
	font-size: 14px;
}
.prod-pic-sec .quick-add__submit, .custom_buy_now .quick-add__submit {
	right: -9px;
}
.product-form__buttons button, .product-form__buttons div.shopify-payment-button {
	display: inline-block;
	width: 170px;
	margin-right: 15px;
	float: left;
}
.product__title h1,.product__title h2 {
	font-size: 26px;
	line-height: 36px;
	margin: 20px 0px;
}
.specific ul li > div.title_item,.specific ul li > div.content_item {
	display: block;
	float: none;
	width: 100%;
	margin-bottom: 10px;
}
.mobBannerCaro {
	overflow-x: hidden;
    position: relative;
}
.mob-banner-content {
	position: absolute;
	z-index: 99;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: none;
	top: 100px;
	width: 100%;
}
.logo-nav-wrap .account-cart-sec {
	position: absolute;
	z-index: 2;
	right: 20%;
	top: 16px;
}
.related-products .prod-listing-sec h3 {
	padding: 0 5px;
	font-size: 14px;
	line-height: 20px;
    min-height: 60px;
}
.top-header-wrap.top-inner-header-wrap {
	padding-bottom: 0px;
}
.toppicCaro li {
	display: inline-block;
	width: 100%;
	margin: 1px 0px;
}
.toppicCaro li:last-child{
  width: 100%;
}
.toppicCaro li img {
	max-width: 100%;
}
.faq-vid-wrap .faq-sec {
	padding-left: 0;
	padding-right: 0px;
}
.faq-holder .panel {
	padding: 0 15px;
}
.faq-vid-wrap .vid-sec {
	padding-right: 0;
	padding-left: 0;
	margin-top: 40px;
}
.testimonials-wrap.mtop50 {
	margin-top: 30px;
}
.container-fluid.news-blog-wraper.mtop50 {
	margin-top: 0px;
}
.certification-wrap ul li {
	width: 31%;
	margin-bottom: 10px;
}
.footer-wrap {
	margin-top: 30px;
}
.purely-cultivated-wrap {
	position: relative;
	margin-top: 70px;
}
.mtop50 {
	margin-top: 0px;
}
.home-about-wrap.purely-cultivated-wrap {
	margin-top: 30px;
}
.usp-wraper {
	margin-top: 30px;
}
.benifit-wrap {
	margin-top: 40px;
}
.benifit-wrap ul li {
	padding: 30px 20px;
	margin-bottom: 20px;
	margin-right: 0px;
}
.shop-by-type-wrap .prod-listing-sec h3 {
	font-size: 16px;
	line-height: 40px;
	padding: 0 10px;
}
.benifit-wrap h2 {
	font-size: 30px;
	line-height: 45px;
}
.shop-by-type-wrap h2 {
	font-size: 30px;
	line-height: 40px;
}
.shop-by-type-wrap h2 span {
	display: inline-block;
	font-size: 30px;
}
.shop-by-type-wrap,.faq-vid-wrap {
	margin-top: 30px;
}
.jdgm-carousel-wrapper {
	padding: 48px 0 20px !important;
}
.customer form {
	width: 100%;
	display: block;
}
.certification-wrap ul li p {
	font-size: 12px;
}
.st-wishlist-initialized .st-wishlist-button {
	z-index: 2;
}
.product-form__buttons button, .product-form__buttons div.shopify-payment-button {
	display: inline-block;
	width: 170px;
	margin-right: 5px;
	float: left;
}
#ProductGridContainer .custom_buy_now {
	padding: 0 10px;
	position: relative;
	width: 100%;
}
#ProductGridContainer .prod-listing-sec h3 {
	min-height: 60px;
}
.image_field img {
	height: auto;
	max-width: 100%;
}
}
/*....Responsive Css End....*/
.st-wishlist-details-button.st-wishlist-details-button--bottom_right {
	z-index: 5 !important;
}

