@charset "utf-8";
/* CSS Document */

body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-family: 'Figtree';
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin:0;padding:0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border:0;}
a{outline: none; color:#333; text-decoration:none;}
a:hover {outline: none; text-decoration:none;}
img {border:none; height:auto;}
li {list-style:none;}
*{box-sizing:border-box;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}
	
/*-----------------------
MAIN CSS START
------------------------*/
@font-face {
    font-family: 'Figtree';
    src: url('Figtree-Bold.woff2') format('woff2'),
        url('Figtree-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('Figtree-ExtraBold.woff2') format('woff2'),
        url('Figtree-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('Figtree-Regular.woff2') format('woff2'),
        url('Figtree-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('Figtree-Medium.woff2') format('woff2'),
        url('Figtree-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('Figtree-SemiBold.woff2') format('woff2'),
        url('Figtree-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/*-----------------------
MAIN CSS START
------------------------*/
.container{
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
}
.overflow{
	overflow:hidden;
}

.fl{float:left;}
.fr{float:right;}

.hide-desk{display:none;}

.phn-stky{
	display:flex;
	max-width:1170px;
	width:100%;
	justify-content:center;
	margin:0 auto;
}
.phone-sticky{
	background:#ec8b00; 
	padding:5px 10px;
	display:inline-block;
	vertical-align:bottom; 
	position:relative;
	margin:4px 0 0 0;
	z-index:1;
	font-size:17px;
	color:#fff;
} 
.phone-sticky:before, .phone-sticky:after{
	content:'';
	width: 0;
	height: 0;
	position:absolute;
	top:0;
}
.phone-sticky:before{
	border-top: 30px solid #ec8b00;
	border-left: 12px solid transparent;
	left:-12px;
}
.phone-sticky:after{
	border-top: 30px solid #ec8b00;
	border-right: 12px solid transparent;
	right:-12px;
}
.phone-sticky img {
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    margin: -3px 8px 0 0;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

/*-----------------------
TOP STRIP
------------------------*/
.top__strip{
	float:left;
	width:100%;
	background:#2d2d2d;
	color:#fff;
	padding:10px 0;
}
.top__strip p{
	font-size:13px;
	line-height:17px;
	font-weight:500;
	letter-spacing:0.3px;
}
.top__strip p span{
	font-weight:800;
}

/*-----------------------
TOP SECTION
------------------------*/
.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom:73px;
}
.top__sec{
	float:left;
	width:100%;
	position:relative;
	box-shadow:0px 3px 30px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 3px 30px 0px rgba(0,0,0,0.1);
	padding:5px 0;
	height:73px;
	margin-top:-73px;
	top:73px;
}
.fixed-nav .top__sec{
	position: fixed;
	z-index: 11;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	background:#fff;
	top:0;
}
.logo{
	float:left;
}
.login-btn{
	float:right;
	margin:17px 15px 0 0;
}
.login-btn img{
	width:23px;
}
.call-btn{
	max-width:250px;
	width:100%;
	border:2px solid #08bf33;
	font-size:22px;
	line-height:41px;
	font-weight:700;
	height:45px;
	color:#000;	
	border-radius:6px;
	position:absolute;
	top:9px;
	left:50%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
}
.call-btn img{
	display:inline-block;
	vertical-align:middle;
	width:25px;
	margin:-5px 8px 0 0;
}
.search__box{
	position:absolute;
	right:0;
	bottom:-118px;
	height:50px;
	border:5px solid #e1e1e1;
	background:#fff;
	max-width:350px;
	width:100%;
	height:50px;
	padding:0 15px;
	text-align:left;
	z-index:1;
}
.search__box form{
	height:100%;
}
.search__box input[type="text"], .search__box button{
	-webkit-appearance:none;
	outline:none;
	border:none;
	background:none;
	font-size:16px;
	font-family: 'Figtree';
	height:100%;
}
.search__box input[type="text"]{
	width:90%;
}
.search__box button{
	float:right;
	cursor:pointer;
	display:flex;
	align-items:center;
}

.cart__box{
	float:right;
	margin-top:18px;
}
.cart-qty{
	position:relative;
	display:inline-block;
	vertical-align:middle;
}
.cart-qty img{
	display:inline-block;
	vertical-align:middle;
}
.cart-qty span{
	font-size:14px;
	line-height:14px;
	font-weight:bold;
	color:#1970ad;
	position:absolute;
	left:14px;
	top:0;
}
.cart__box p{
	display:inline-block;
	vertical-align:middle;
}
.serch-img{
	float:right;
	margin: 25px 0 0 20px;
	padding-left:20px;
	position:relative;
}
.serch-img:before{
	content:'';
	position:absolute;
	left:0;
	top:-5px;
	height:25px;
	border-left:1px solid #ccc;
}
.serch-icn{
	width:18px;
}


/*-----------------------
SHOP OPTION
------------------------*/
.shop__opt{
	float:left;
	width:100%;
}
ul.shop__opt__lst{
	display:flex;
	display:-webkit-flex;
	gap:4.2%;
	margin:18px 0;
}
ul.shop__opt__lst li{
	width:6%;
}
ul.shop__opt__lst li img{
	border-radius:50%;
	padding:3px;
	border:1px solid #09c05d;
}
ul.shop__opt__lst li:hover img{border:1px solid #c5c5c5;}
ul.shop__opt__lst li p{
	font-size:12px;
	line-height:14px;
	font-weight:500;
}

/*-----------------------
BANNER
------------------------*/
.banner{
	float:left;
	width:100%;
	background:#eeede9;
	overflow-y: clip;
}
.banner__inr{
	width:48.71%;
	text-align:left;
	padding:60px 0;
	position:relative;
	z-index:1;
}
.bnr-hd{
	font-size:55px;
	line-height:60px;
	font-weight:bold;
}
.bnr-tx{
	font-size:18px;
	line-height:24px;
	margin-top:20px;
}
ul.bnr-lst{
	display:flex;
	display:-webkit-flex;
	column-gap:10%;
	margin-top:40px;
	text-align:center;
}
ul.bnr-lst li img{
	display:block;
	margin:0 auto 5px;
}
ul.bnr-lst li p{
	font-size:16px;
	line-height:20px;
	font-weight:500;
}
.btn__box{
	width:300px;
	display:inline-block;
	vertical-align:top;
	text-align:center;
	margin-top:50px;
}
.comn-btn{
	width:100%;
	height:61px;
	background:#08bf33;
	border-radius:6px;
	border:1px solid #39ff68;
	font-size:20px;
	line-height:61px;
	color:#fff;
	font-weight:800;
	text-transform:uppercase;
	float:left;
	text-align:center;
	letter-spacing:0.5px;
	box-shadow:0px 3px 3px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 3px 3px 1px rgba(0,0,0,0.1);
}
.comn-btn img{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 0 0 4px;
}
.btn-tx{
	font-size:14px;
	line-height:18px;
	font-weight:500;
	display:inline-block;
	vertical-align:top;
	margin-top:8px;
}
.btn-tx img{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 4px 0 0;
}
.bnr-img{
	position:absolute;
	right:-100px;
	top:0;
	bottom:0;
}

/*-----------------------
SECTION-1
------------------------*/
.section-1{
	float:left;
	width:100%;
	padding:60px 0 70px;
}
.comn-hdg{
	font-size:50px;
	line-height:58px;
	font-weight:bold;
}
.comn-txt{
	font-size:18px;
	line-height:24px;
	margin-top:20px;
}
.item__outr{
	float:left;
	width:100%;
	position:relative;
	padding:0 30px 45px;
}
.items{
	float:left;
	width:100%;
	display:flex;
	display:-webkit-flex;
	column-gap:2.8%;
	margin:40px auto 0;
	overflow:hidden;
}
.items__box{
	width:31.5%;
}
.items__box__img{
	background:#eef5f7;
	padding:30px 10px;
}
.items__box__img_old img{
	/*display:inline-block;
	vertical-align:top;
	max-width:100%; test */
    display: block;     /* removes any inline spacing issues */
    margin: 0 auto;     /* centers the image */
    max-width: 328px;
    width: auto;
    height: auto;
    max-height: 224px;
}
.items__box__img img {
    width: 100%;
    height: auto;
    max-width: 328px;
    max-height: 224px;
}
.item__nm{
	font-size:32px;
	line-height:36px;
	font-weight:bold;
	float:left;
	width:80%;
	text-align:left;
	margin-top:20px;
}
.items__icn{
	float:right;
	margin-top:15px;
}
.items__desc{
	font-size:18px;
	line-height:24px;
	color:#626161;
	text-align:left;
	margin-top:15px;
}
.items__price{
	font-size:26px;
	line-height:40px;
	font-weight:bold;
	float:left;
	width:100%;
	text-align:left;
	margin-top:20px;
}
.items__btn{
	width:100%;
	display:inline-block;
	vertical-align:top;
	text-align:center;
	height:57px;
	border:1px solid #000;
	font-size:18px;
	line-height:57px;
	font-weight:bold;
	text-transform:uppercase;
	border-radius:6px;
	margin-top:25px;
	transition:all ease 0.5s;
}
.items__btn img{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 0 0 8px;
}
.items__btn:hover{
	background:#09c15d;
	color:#fff;
	border:1px solid transparent;
}
.items__btn:hover img{
	filter: brightness(0) invert(1);
}
.section-1 .item__outr{padding-bottom:0px;}

/*-----------------------
SECTION-2
------------------------*/
.section-2{
	float:left;
	width:100%;
	background:#eef8fb;
	padding:60px 0 65px;
}
.cat-wise{
	float:left;
	width:100%;
	margin-top:30px;
}
.cat-wise__box{
	float:left;
	width:100%;
}
.cat-wise__hdg{
	float:left;
	width:100%;
	position:relative;
	border-bottom:1px solid #c1c1c1;
	text-align:left;
	padding:20px 20px 20px 50px;
	cursor:pointer;
}
.cat-icn{
	position:absolute;
	left:0;
	top:20px;
	width:32px;
}
.cat-wise__hdg p{
	font-size:30px;
	line-height:36px;
	font-weight:bold;
}
.cat-wise__hdg:before{
	content:'';
	background:url(../images/cat-close-icn.png) right top no-repeat;
	position:absolute;
	right:0;
	top:27px;
	width:21px;
	height:12px;
}
.cat-wise__hdg.active{border-bottom:4px solid #09c15d;}
.cat-wise__hdg.active:before{
	transform:rotate(-180deg);
}
.cat-wise__content{
	float:left;
	width:100%;
	background:#fff;
}

/*-----------------------
SECTION-3
------------------------*/
.section-3{
	float:left;
	width:100%;
	padding:60px 0;
}
.strains__sec{
	display:flex;
	display:-webkit-flex;
	column-gap:3.5%;
}
.strains__box{
	width:31.5%;
	border:1px solid #61bc7d;
	border-radius:10px;
	background:#eef5f7;
	padding:70px 30px 40px;
	margin-top:40px;
	text-align:center;
	position:relative;
}
.strains__box__img{
	position:absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);
}
.strains__box__hd{
	font-size:30px;
	line-height:32px;
	font-weight:800;
	text-transform:uppercase;
}
.strains__box__tx{
	font-size:16px;
	line-height:22px;
	margin-top:15px;
}
ul.strains__ben-lst{
	display:flex;
	display:-webkit-flex;
	max-width:295px;
	width:100%;
	column-gap:2%;
	margin:20px auto 0;
}
ul.strains__ben-lst li{
	width:32%;
	font-size:12px;
	padding:10px;
	background:#fff;
	border:1px solid #d7d7d7;
	border-radius:5px;
}
ul.strains__lst{
	display:inline-block;
	vertical-align:top;
	margin-top:10px;
}
ul.strains__lst li{
	font-size:16px;
	line-height:20px;
	text-align:left;
	margin-top:12px;
	background:url(../images/green-round-tik.png) left top no-repeat;
	background-size:15px;
	padding-left:25px;
}

/*-----------------------
SECTION-4
------------------------*/
.section-4{
	float:left;
	width:100%;
	background:#eef8fb;
	padding:70px 0;
}
.reviews{
	float:left;
	width:100%;
	position:relative;
	overflow-x:clip;
	margin-top:40px;
	padding-bottom:50px;
}
.reviews__inner{
	display:inline-block;
	vertical-align:top;
	max-width:970px;
	width:100%;
}
.reviews__inner__box{
	float:left;
	width:100%;
	background:#fff;
	border-radius:15px;
	display:flex;
	display:-webkit-flex;
	padding:40px 20px;
}
.reviews__inner__lft{
	width:25%;
	padding:20px;
	border-right:2px solid #d7d7d7;
}
.rev-fc{
	border-radius:50%;
	display:block;
	margin:0 auto 20px;
}
.rev-star{
	width:70px;
	display:block;
	margin:0 auto 15px;
}
.rev-nm{
	font-size:22px;
	line-height:26px;
	font-weight:bold;
}
.rev-age{
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	color:#919191;
	margin:0 auto 15px;
}
.rev-verify{
	font-size:14px;
	line-height:18px;
}
.rev-verify img{
	width:10px;
	display:inline-block;
	vertical-align:top;
	margin:2px 3px 0 0;
}
.reviews__inner__rgt{
	width:75%;
	text-align:left;
	padding:0 20px 0 40px;
}
.rev-tx{
	font-size:20px;
	line-height:30px;
	margin-bottom:20px;
}
.rev-rgt-btm{
	float:left;
	width:100%;
	border-top:1px solid #d7d7d7;
	margin-top:10px;
	display:flex;
	display:-webkit-flex;
}
.rev-btm-prd-info, .rev-btm-btn{
	width:50%;
	position:relative;
}
.rev-btm-prd-info{
	padding:20px 0 0 120px;
}
.rev-prd{
	position:absolute;
	left:0;
	top:10px;
}
.rev-prd-nm, .rev-prd-prc{
	font-size:20px;
	line-height:22px;
	font-weight:bold;
}
.rev-prd-prc{
	color:#30a04a;
	margin-top:8px;
}
.rev-btm-btn{
	padding-top:20px;
}

/*-----------------------
SECTION-5
------------------------*/
.section-5{
	float:left;
	width:100%;
	padding:60px 0;
}
.sec5__inner{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
}
.sec5__inner__lft{
	width:48%;
	text-align:left;
	display:flex;
	display:-webkit-flex;
	align-items:center;
	-webkit-align-items:center;
}
.sec5__inner__rgt{
	width:48.71%;
	position:relative;
}
.sec5__inner__rgt:before{
	content:'';
	position:absolute;
	left:-30px;
	top:140px;
	border-top:1px solid #000;
	width:150px;
	height:1px;
}
.sec5__inner__rgt img{
	max-width:100%;
	display:inline-block;
	vertical-align:top;
}

/*-----------------------
SECTION-6
------------------------*/
.section-6{
	float:left;
	width:100%;
	background:#eef8fb;
	padding:60px 0;
}
.faq-container {
    display: inline-block;
    vertical-align: middle;
    max-width:970px;
    width: 100%;
    margin:20px 0 0;
	padding:15px;
	}
.up-slide-dwn {
    float: left;
    width: 100%;
	border-bottom:1px solid #ced3eb;
	}
.accordion{
	float: left;
    width: 100%;
    text-align: left;
    background: url(../images/cat-close-icn.png) no-repeat 100% center;
	background-size:16px;
    padding: 20px 40px 20px 0;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
	font-weight:700;
	letter-spacing:0.5px;
    cursor: pointer;
	border-bottom:none;
	}
.acdn-heading.accordion-open {
    background: url(../images/cat-open-icn.png) no-repeat 100% center;
	background-size:16px;
	border:none;
	border-bottom:none;
	}
	
.acdn-content {
    float: left;
    width: 100%;
    padding:0 30px 0 0;
	}
.acdn-hding{
	 font-size: 20px;
    line-height: 30px;
	font-weight:600;
	letter-spacing:0.3px;
    color: #000000;
    margin-bottom: 15px;
    text-align: left;
	}	
.acdn-para {
    font-size: 18px;
    line-height: 26px;
	letter-spacing:0.3px;
    color: #000000;
    margin-bottom: 20px;
    text-align: left;
	}
.acdn-para strong{ font-weight:600;}
.acdn-para a{
	color: #0692db;
	text-decoration:underline;
	word-break: break-all;
	}	
.accordion-body {
    border-radius: 15px;
    position: relative;
    padding: 0;
    margin: 0 0;
	float:left;
	width:100%;
	display:inline-block;
	}

/*-----------------------
INFO SECTION
------------------------*/
.info-sec{
	float:left;
	width:100%;
}
.info-sec-inr{
	float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
	padding:40px 0;
	}
	
.info-sec-links-col{
	text-align:left;
	}
.info-sec-links-col-1{
	width:32%;
	padding-right:60px;
	}
.info-sec-log{
	width:170px;
}
.info-sec-tx{
	font-size:16px;
	line-height:24px;
	font-weight:500;
	color:#000;
	margin-top:20px;
}
.info-sec-links-col-2{
	width:32%;
	padding-right:30px;
	}
.info-sec-links-col-2 .info-sec-links-list{
	display:flex;
	flex-wrap:wrap;
}
.info-sec-links-col-2 .info-sec-links-list li{
	width:50%;
}
.info-sec-links-col-4{
	width:22%;
	}
.info-sec-links-hd {
	float: left;
    width: 100%;
    font-size:20px;
    line-height: 28px;
    color: #000;
    margin:10px 0 5px;
	font-weight:700;
	}
.info-sec-links-list{
	float:left;
	width:100%;
	margin-top:0;
	}
.info-sec-links-list li{
	float:left;
	width:100%;
	margin:12px 0 0;
	font-size:16px;
	line-height:20px;
	font-weight:500;
	color:#000;
	text-align:left;
	letter-spacing:0.3px;
	position:relative;
	}
.info-sec-links-list li a{color:#000;}
.info-sec-links-col-4 li{
	padding-left:30px;
}
.phn-icn, .mail-icn, .time-icn{
	width:18px;
	position:absolute;
	left:0;
	top:3px;
}

/*-----------------------
FOOTER
------------------------*/
.footer{
	float:left;
	width:100%;
	padding:25px 0;
	border-top:2px solid #eef8fb;
}
.footer__text{
	font-size:16px;
	line-height:20px;
	margin:10px 0;
}
.footer__text a{margin:0 5px;}
.footer__text1{float:left;}
.footer__text2{float:right;}

/*-----------------------
INNER PAGE CSS
------------------------*/
/* SHOP PAGE */
.inner__pg__strip{
	float:left;
	width:100%;
	background:#f7f7f7;
	padding:12px 0;
}
.inner__pg__strip p{
	font-size:14px;
	line-height:14px;
	font-weight:600;
	text-align:left;
}
.inner__pg__strip p a{font-weight:500;}

.shop__sec{
	padding:50px 0;
	float:left;
	width:100%;
}
.shop__inr{
	float:left;
	width:100%;
	display:flex;
	display:-webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.shop__inr__lft{
	width:23%;
}
.shop-filter__box{
	float:left;
	width:100%;
	padding:15px 0;
	border-bottom:1px solid #ccc;
}
.shop-filter__box:first-child{padding-top:0;}
.shop-filter__box--last{border:none; padding-bottom:0px;}
.filter__box-hd{
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	position:relative;
	text-align:left;
	cursor:pointer;
}
.filter__box-hd:before{
	content:'';
	position:absolute;
	right:0;
	top:7px;
	background:url(../images/cat-open-icn.png) right top no-repeat;
	background-size:12px;
	width:11px;
	height:12px;
}
.filter__box-hd.active:before{
	transform:rotate(-180deg);
}
.filter__box-content{
	float:left;
	width:100%;
	padding:12px 0 0;
}
.filter__opt{
	float:left;
	width:100%;
	padding:8px 0;
}
.filter__cat-nm{
	float:left;
	width:80%;
	position:relative;
	text-align:left;
	padding-left:25px;
}
.filter__cat-nm input[type="checkbox"]{
	position:absolute;
	left:0;
	top:0;
	-webkit-appearance:none;
	outline:none;
	background:none;
	border:none;
}
.filter__cat-nm input[type="checkbox"] + span{
	width:15px;
	height:15px;
	border:1px solid #878787;
	border-radius:3px;
	background:#fff;
	position:absolute;
	top:2px;
	left:0;
	z-index:1;
}
.filter__cat-nm input[type="checkbox"]:checked + span{
	background:url(../images/tik-blk.svg) center center no-repeat #000;
	background-size:11px;
}
.filter__cat-nm small{
	font-size:14px;
	line-height:16px;
	cursor:pointer;
}
.filter__cat-nm input[type="checkbox"]:checked + span + small{font-weight:bold;}
.filter__qty{
	float:right;
	width:15%;
	text-align:right;
	font-size:14px;
	line-height:16px;
	color:#848484;
}

.rangeSliderbox{
    float: left;
    width: 100%;
    margin-top: 10px;
    margin: 10px 0 0;
	}
.range-row #stopvalue{
	float: left;
    width: 100%;
    font-size: 25px;
    line-height: 27px;
    color: #000;
    font-weight:600;
	}

.range__price{
	float:left;
	width:100%;
	display:flex;
	display:-webkit-flex;
	align-items:center;
	-webkit-align-items:center;
	margin-top:20px;
}
.range__price__bx{
	width:40%;
	border:1px solid #a3a2a3;
	border-radius:4px;
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items:center;
	-webkit-align-items:center;
	padding:10px 15px;
	font-size:14px;
	line-height:14px;
	background:#fff;
}
.range__price__bx small{
	font-size:14px;
	line-height:14px;
	color:#848484;
}
.txt-to{
	width:20%;
}

.shop__inr__rgt{
	width:72.64%;
}
.shop__prd{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	column-gap:2%;
	row-gap:40px;
}
.shop__prd__bx{
	width:23.5%;
}
.shop__prd__bx:hover{
	box-shadow:0px 0px 10px 1px rgba(0,0,0,0.1);
}
.shop__prd__img{
	background:#eef5f7;
	padding:35px 10px;
}
.shop__prd__img img{
	/*display:inline-block;
	vertical-align:top;
	max-width:100%;*/
	width: 100%;
    height: auto;
    max-width: 328px;
    max-height: 224px;
}
.shop__prd__info{
	float:left;
	width:100%;
	padding:20px;
	text-align:left;
}
.shop__prd__nm{
	font-size:18px;
	line-height:22px;
	font-weight:bold;
}
ul.shop__prd__lst{
	float:left;
	width:100%;
	margin-top:5px;
}
ul.shop__prd__lst li{
	display:flex;
	display:-webkit-flex;
	text-align:left;
	margin-top:10px;
	font-size:14px;
	line-height:14px;
}
ul.shop__prd__lst li p{
	width:55%;
	position:relative;
	padding-left:20px;
	color:#848484;
}
ul.shop__prd__lst li p img{
	position:absolute;
	left:0;
	top:0;
	width:13px;
}
ul.shop__prd__lst li span{
	width:40%;
	color:#000;
	font-weight:600;
}
.shop__prd__prc{
	float:left;
	width:100%;
	font-size:20px;
	line-height:24px;
	font-weight:600;
	margin-top:20px;
}

/*-----------------------
PRODUCT DETAILS PAGE
------------------------*/
.product_details{
	float:left;
	width:100%;
	background:#fff;
	padding:50px 0;
	}
.product_details_block{
	display:inline-block;
	vertical-align:top;
	width:100%;
	padding:0 20px;
	}	
.prodDtls1-left{
	float:left;
	width:47.5%;
	text-align:center;
	}
.prd-slide{
	margin:0 auto 0;
	}
.prod-dtls1-slide__outr{
	float: left;
	width: 100%;
	position: relative;
}
.prod-dtls1-slide{
	float:left;
	width:100%;
	position:relative;
	overflow:hidden;
	}
.slide_div_inr{
	display:inline-block;
	vertical-align:top;
	margin-bottom:10px;
	}	
.slider-nav-col{
	width:20% !important;
	}
.prd-slide{
	display:block;
	margin:0 auto;
	max-width:99%;
	}
.slider-nav-col .prd-slide{ 
	max-width:90%;
	cursor:pointer;
	border: 2px solid #ddd;
	}	
.swiper-slide-active.slider-nav-col .prd-slide{border: 2px solid #09c15d;}    	

ul.prod_left_points{
	float:left;
	width:100%;
	margin-top:50px;
	
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;	
	}
ul.prod_left_points li{
	text-align:center;
	width:25%;
	position:relative;
	}
ul.prod_left_points li:after{
	content:'';
	position:absolute;
	top:10px;
	bottom:10px;
	right:0;
	background:#dddddd;
	width:1px;
	}
ul.prod_left_points li:last-child:after{ display:none;}		
ul.prod_left_points li img{
	margin:0 auto 0;
	display:block;
	width:46px;
	}		
ul.prod_left_points li p{
	font-size:16px;
	line-height:22px;
	color:#000;
	margin-top:20px;
	}	
	
.det-pg-rev{
	display:inline-block;
	vertical-align:top;
	max-width:580px;
	width:100%;
	position:relative;
	background: #f2f4f8;
    border-radius: 5px;
    padding: 35px 30px 35px 90px;
	z-index:1;
	text-align:left;
	margin-top:50px;
	box-shadow:0px 3px 8px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 3px 8px rgba(0,0,0,0.1);
}
.det-pg-rev-img{
	position:absolute;
	left:30px;
	top:35px;
	border-radius:50%;
}
.det-pg-rev-star{
	display:inline-block;
	vertical-align:top;
	width:88px;
}
.det-pg-rev-tx{
	font-size:17px;
	line-height:25px;
	margin-top:3px;
}
.det-pg-rev-nm{
	font-size:14px;
	line-height:16px;
	display:inline-block;
	vertical-align:middle;
	margin-top:12px;
}
.det-pg-rev-nm span{
	font-size:16px;
	line-height:20px;
	font-weight:600;
	color:#008cbf;
}
.det-pg-rev-nm img{
	display:inline-block;
	vertical-align:middle;
	width:10px;
	margin:-3px 1px 0 5px;
}
	
.prod_details_right{
	float:right;
	width:48%;
	text-align:left;
	}
.prod_det_tag{
	display:inline-block;
	vertical-align:top;
	border:1px solid #dddddd;
	border-radius:5px;
	padding:3px 10px;
	position:relative;
	}	
.prod_det_tag p{
	display:inline-block;
	vertical-align:middle;
	font-size:12px;
	line-height:12px;
	color:#000;
	font-weight:600;
	text-transform:uppercase;		
	}	
.prod_det_tag img{
	display:inline-block;
	vertical-align:middle;
	width:13px;
	margin-right:7px;
	}	
.prod_det_text{
    font-size: 18px;
    line-height: 24px;
    color: #000;
    letter-spacing: 0.5px;
    margin-top: 16px;
	}	
.prod_det_heading{
	font-size:50px;
	line-height:56px;
	color:#000;
	font-weight:bold;
	margin-top:5px;
	}
.prod_det_review_strip{
	font-size:14px;
	line-height:16px;
	color:#848484;
	margin-top:7px;
	}
.prod_det_review_strip img{
	display:inline-block;
	vertical-align:middle;
	width:80px;
	margin:-4px 7px 0 0;
	}

ul.prod_det_list{
	width:100%;
	border-top:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	padding:10px 0;
	margin-top:20px;
	
	display: -webkit-flex;
    display: flex;
    justify-content: space-between;
	}
ul.prod_det_list li{
	width:33.33%;
	text-align:left;
	display: -webkit-flex;
    display: flex;
	align-items: center;
	}	
.prod_det_icns{ 
	width:40px;
	margin-right:10px;
	}	
.prod_det_dot{
	display:inline-block;
	vertical-align:top;
	margin-top:4px;
	}	
ul.prod_det_list li p{
	font-size:16px;
	line-height:22px;
	color:#000;
	}			
ul.prod_det_list li p span{ font-weight:600;}

ul.prod_det_point{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:14px;
	}
ul.prod_det_point li{
	float:left;
	width:100%;
	background:url(../images/prod-det-tike.png) no-repeat top 4px left;
	font-size:18px;
	line-height:22px;
	color:#000;
	background-size:15px;
	margin-top:8px;
	padding-left:26px;
	}
.select_block{
	width:100%;
	margin-top:35px;
	
 	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}	
.select_left, .select_right{
	text-align:left;
	}	
.select_text{
	font-size:18px;
	line-height:22px;
	color:#000;
	font-weight:bold;
	}
ul.slect_mg_opt{
	float:left;
	width:100%;
	margin-top:16px;
	}
ul.slect_mg_opt li{
	float:left;
	text-align:center;
	background:#fff;
	border:1px solid #dddddd;
	width:85px;
	height:56px;
	border-radius:5px;
	font-size:16px;
	line-height:56px;
	font-weight:bold;
	cursor:pointer;
	margin-right:12px;
	}
ul.slect_mg_opt li.active{ background:#09c15d;}	
ul.slect_mg_opt li.active a{ color:#fff;}

.cart-qty-div{
	display:inline-block;
	vertical-align:middle;
	margin-top:16px;
	}
.sub, .add {
    float: left;
    width: 50px;
    border: 1px solid #dddddd;
    height: 56px;
    padding: 2px 0px 0;
    text-align: center;
	background:#fff;
	font-family: 'Figtree';
    outline: none;
    cursor: pointer;
	}
.sub{ border-radius:5px 0 0 5px;}	
.add{ border-radius:0 5px 5px 0;}
.cart-qty-div input{
    float: left;
    border: none;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    background: none;
    width: 120px;
    text-align: center;
    height: 56px;
    font-size: 18px;
    color: #000;
	font-family: 'Figtree';
	font-weight:bold;
	-webkit-appearance:none;
	border-radius:0;
	outline:none;
	}	
.prod_det_price{
	font-size:40px;
	line-height:40px;
	color:#000;
	font-weight:bold;
	margin-top:25px;
	}	
	
.prod_det_btn_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	text-align:center;
	max-width:540px;
	margin-top:30px;
	}
.reseved_text{
	font-size:14px;
	line-height:16px;
	color:#000;
	font-weight:500;
	margin-bottom:8px;
	}
.reseved_text span{ color:#ed0000; font-weight:bold;}	
#stopwatch{
	display:inline-block;
	width:38px;
	}
.reseved_text img{
	display:inline-block;
	vertical-align:middle;
	width:15px;
	margin:-2px 8px 0 0;
	}	
.prod_det_btn_box a{
	display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 60px;
    line-height: 62px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Figtree';
    border-radius: 6px;
    background: #09c15d;
    text-align: center;
	text-transform:uppercase;
	}
.prod_det_btn img{
    display: inline-block;
    vertical-align: middle;
    margin: -4px 0 0 15px;
	width:24px;
	}	
ul.prod_btn_list{
	margin:8px auto 0;
	width:100%;
	display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;	
	}	
ul.prod_btn_list li{
	font-size:14px;
	line-height:16px;
	color:#000;
	font-weight:500;
	}	
ul.prod_btn_list li img{
	display: inline-block;
    vertical-align: middle;
    width: 20px;
    margin: -2px 3px 0 0;
	}	
ul.prod_btn_list li span{ margin:0 10px;}	
	
.guarantee_text{
	font-size:14px;
	line-height:16px;
	color:#7b7b7b;
	text-align:center;
	margin-top:30px;
	}	
.prod_det_cards{
	margin:20px auto 0;
	display:block;
	}	
	
.prod_det__faq-container{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:30px;
	}
.prod_det__up-slide-dwn{
	float:left;
	width:100%;
	border-bottom:1px solid #dddddd;
	}
.prod_det__faq-innr{
	float:left;
	width:100%;
	}
.prod_det__accordion{
	float:left;
	width:100%;
	text-align:left;
	background:url(../images/prod_det__close-btn.png) no-repeat right 5px center;
	padding:17px 15px 17px 0;
	font-size:18px;
	line-height:24px;
	font-weight:normal;
	color:#000;
	font-weight:bold;
	cursor:pointer;
	position:relative;
	}
.prod_det__acdn-heading.prod_det__accordion-open{
	background:url(../images/prod_det__open-btn.png) no-repeat right 5px center;
	}
.prod_det__acdn-content{
	float:left;
	width:100%;
	text-align:left;
	}
.prod_det__acdn-para{
	float:left;
	width:100%;
	font-size:17px;
	line-height:24px;
	color:#000;
	margin-bottom:15px;
	}

.prod_det__up-slide-dwn:last-child{border-bottom:none;}

.product_relate{
	float:left;
	width:100%;
	padding:60px 0;
	border-top: 2px solid #eef8fb;
}
.product_relate .shop__prd{
	column-gap:2.5%;
	margin-top:45px;
}
.product_relate .shop__prd__bx{
	width:18%;
}

/*-----------------------
LOGIN AND SIGNUP PAGE
------------------------*/
.register{
  min-height: 100vh;
  width: 100%;
  background: #eef8fb;
}
.register__box{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-width: 430px;
  width: 92%;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}

.login-pg .register__box .signup{
  display: none;
}
.login-pg #check:checked ~ .signup{
  display: block;
}
.login-pg #check:checked ~ .login{
  display: none;
}

.signup-pg .register__box .login{
  display: none;
}
.signup-pg #check:checked ~ .login{
  display: block;
}
.signup-pg #check:checked ~ .signup{
  display: none;
}

#check{
  display: none;
}
.register__box .form{
  padding: 2rem;
}
.form header{
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 1.5rem;
}
 .form input{
   height: 60px;
   width: 100%;
   padding: 0 15px;
   font-size: 17px;
   margin-bottom: 1.3rem;
   border: 1px solid #ddd;
   border-radius: 6px;
	-webkit-appearance:none;
	outline:none;
	font-family: 'Figtree';
 }
 .form input:focus{
   box-shadow: 0 1px 0 rgba(0,0,0,0.2);
 }
.form a{
  font-size: 16px;
  color: #008f41;
  text-decoration: none;
}
.form a:hover{
  text-decoration: underline;
}
.form input.button{
  color: #fff;
  background: #08bf33;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 1px;
  margin-top: 1.7rem;
  cursor: pointer;
  transition: 0.4s;
  -webkit-appearance:none;
  outline:none;
  border:none;
  font-family: 'Figtree';
}
.form input.button:hover{
  background: #08bf33;
}
.register__togle{
  font-size: 17px;
  text-align: center;
}
.register__togle label{
  color: #008f41;
  cursor: pointer;
  font-family: 'Figtree';
}
.register__togle label:hover{
  text-decoration: underline;
}


/*-----------------------
	BLOG PAGE
------------------------*/
.blog_banner_section{
	background:#eeede9;
    float: left;
    width: 100%;
    position: relative;
	padding:50px 0;	
	}
.blog_bnr_left{
	float:left;
	width:55%;
	text-align:left;
	}
.blog_bnr_heading{
  	font-size: 48px;
    line-height: 48px;
    color: #08bf33;
    font-weight: 700;
    text-transform: uppercase;
	}
.blog_bnr_heading span{
	display:block;
	font-size:40px;
	line-height:40px;
	color:#000;
	margin-bottom:10px;
	}		

.blog_section1{
	background:#eef8fb;
    float: left;
    width: 100%;
    padding: 20px 0 70px;
	}
.blog_wrap{
	margin: 0 auto 0;
    width: 100%;
    position: relative;
	
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;	
	}
.blog_col{
	float:left;
	width:31.5%;
	text-align:left;
	border-bottom:2px solid #e7e7e4;
	padding-bottom:35px;
	margin-top:50px;
	}	
.blog_tag{
	display: inline-block;
    vertical-align: top;
    background: #08bf33;
    padding: 5px 10px;
    font-size: 14px;
    color: #fff;
	}
.blog_heading{
    font-size: 26px;
    line-height: 30px;
    color: #000;
    font-weight: 700;
	margin-top:15px;	
	}
a.read_btn{
	display:inline-block;
	vertical-align:top;
	font-size:20px;
	line-height:22px;
	color:#00bd43;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:underline;
	margin-top:25px;
	}	

/*=====Blog Details=====*/
.blog_details_section{
    float: left;
    width: 100%;
    padding: 50px 0;
	border-top:1px solid #eeede9;	
	}
.blog_details_block{
	float:left;
	width:100%;
	text-align:left;
	}
.blog_det_tag{
    display: inline-block;
    vertical-align: top;
    background: #08bf33;
    padding: 3px 10px;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.5px;
	}	
.blog_det_main_heading{
	font-size: 42px;
    line-height: 44px;
    color: #000;
    font-weight: 700;
    margin-top: 15px;
	}
.blog_date{
    font-size: 16px;
    line-height: 17px;
    color: #707070;
    margin-top: 18px;
	}
.blog_date img{
    display: inline-block;
    vertical-align: middle;
    margin: -4px 7px 0 0;
	}
.blog-imgs {
    margin: 16px auto 0;
    display: block;
    width: 100%;
}	
.blog_details_main_sec{
    float: left;
    width: 100%;
    padding-bottom: 15px;
	border-bottom:1px solid #eeede9;
	}	
.blog-details-image1{
	margin:26px auto 0;
	display:block;
	border-radius: 10px;
	max-width:100%;
	}
.blog_details_left{
	float:left;
	width:68%;
	text-align:left;
	padding-right:30px;
	padding-bottom:55px;
	border-right:1px solid #e7e8e8;
	}
.blog_deatls_left_heading{
    margin-top: 50px;
    font-size: 30px;
    line-height: 36px;
    color: #000000;
    font-weight: 700;
    border-bottom: 3px solid #08bf33;
    padding-bottom: 15px;
    text-align: left;
	}
.blog-details-image{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	margin:30px auto 5px;
	border-radius:8px;
	}
ul.blog_det_left_point{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:15px;
	}
ul.blog_det_left_point li{
	display:inline-block;
	vertical-align:top;
	width:100%;
	text-align:left;
	margin-top:15px;
	padding-left:35px;
	font-size:20px;
	line-height:26px;
	color:#000000;
	font-weight:bold;
	background:url(../images/bnr_chk.png) no-repeat left 3px;
	background-size:20px;
	}
.blog_det_left_row{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin:40px auto 10px;
	}	
.blog-details-image3{
	float:left;
	border-radius:6px;
	width:41%;
	}
.blog_det_left_row_cont{
    float: right;
    width: calc(100% - 44%);
    text-align: left;
	}	
.mar_top0{ margin-top:0 !important;}

.blog_details_right{
    float: right;
    width: 32%;
    text-align: left;
    padding-left: 35px;
	}
.blog_right_heading{
    font-size: 22px;
    line-height: 28px;
    color: #1f1f1f;
    font-weight: 700;
	border-bottom: 1px solid #cdd2d2;
	padding-bottom:15px;
	}
.blog_details_row{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:10px;
	}	
.blog_details_col{
	border-bottom: 1px solid #cdd2d2;
	padding:15px 0;	
	
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}	
.blog_col_left{
	width: 100px;
    border: 1px solid #cdd2d2;
	}	
.blog_col_left img{
	margin:0 auto 0;
	display:block;
	max-width:100%;
	}	
.blog_col_right{
	width: calc(100% - 100px);
	padding-left:20px;
	text-align:left;
	}	
.blog_col_right img{
	display:inline-block;
	vertical-align:top;
	}	
.blog_col_right p{
	font-size: 20px;
    line-height: 22px;
    color: #000;
    font-weight: 700;
	margin-top:10px;
	}	
	
/*======Contact Page======*/	
.sub-nav {
	float:left;
	width:100%;
	background:#f4f4f4;
	padding:8px 0;
	}
.sub-nav ul{
	float:left;
	width:100%;
	text-align:left;
	}
.sub-nav ul li{
	float: left;
    font-size: 18px;
    color: #000;
	letter-spacing:0.5px;
    padding: 0 4px;
	}
.sub-nav ul li a{ color:#000;}
.sub-nav ul li span{ font-weight:bold;}	

.contact_section1{
	float:left;
	width:100%;
	padding:60px 0 70px;
	border-bottom:1px solid #eeede9;
	}	
.contact-lft{
	float:left;
	width:50%;
	text-align:left;	
	}
.contact_heading{
	font-size: 60px;
    line-height: 60px;
    color: #000;
    font-weight: 700;	
	}	
.contact_sub_heading{
	font-size: 25px;
    line-height: 30px;
    color: #333333;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:25px;
	}
.contact-lft .common_para{ margin-top:14px;}		
ul.contact-info{
	float:left;
	width:100%;
	margin-top:10px;
	}
ul.contact-info li{
	float:left;
	width:100%;
	position:relative;
	padding-left:50px;
	margin-top:20px;
	}
.contact-info-icn{
	position:absolute;
	left:0;
	top:0;
	}
ul.contact-info li h3{
	font-size: 22px;
    line-height: 26px;
    color: #1b1b1a;
    font-weight: bold;
    margin-bottom: 4px;
	}
ul.contact-info li p{
	font-size: 18px;
    line-height: 26px;
    color: #1b1b1a;
	}


.contact-rgt{
	width:38%;
	float:right;
	}
.contact-frm{
	float:left;
	width:100%;
	background:#eafaff;
	text-align:left;
	padding:20px 20px 30px;
	border-radius:12px;
	box-shadow:0px 0px 15px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 0px 15px 1px rgba(0,0,0,0.1);
	}
.frm_heading{
	font-size: 30px;
    line-height: 32px;
    color: #000;
    font-weight: 700;	
	}
.frm_para{
    font-size: 18px;
    line-height: 23px;
    color: #000;
    border-bottom: 1px solid #937e73;
    padding-bottom: 12px;
    margin-top: 12px;
	}	
.frm-inr{
	float:left;
	width:100%;
	}
.frm-fld-bx{
	float:left;
	width:100%;
	margin-top:20px;
	}
.inp-fld{
	float:left;
	width:100%;
	height:50px;
	border-radius:6px;
	border:1px solid #949494;
	outline:none;
	font-size:20px;
	color:#000;
	font-family: 'Figtree';
	padding:0 14px;
	-webkit-appearance:none;
	}
textarea.inp-fld{
	height:120px;
	resize:none;
	padding-top:10px;
	}
.frm-btn{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 220px;
    height: 58px;
    color: #fff;
	font-family: 'Figtree';
	font-weight:bold;
    font-size: 27px;
    line-height: 58px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 30px;
	border-radius:6px;
	
	-webkit-appearance:none;
	outline:none;
	border:none;
	
    text-shadow: 1px 1px #007e2e;
    -webkit-text-shadow: 1px 1px #007e2e;
	
    background:#08bf33;
	}

/*-----------------------
MEDIA CSS
------------------------*/
@media only screen and (max-width:1180px){
.container{width:1000px;}

ul.shop__opt__lst{overflow-x: scroll; -webkit-overflow-scrolling: touch; white-space: nowrap;}

.product_relate .shop__prd{column-gap:1.25%;}
.product_relate .shop__prd__bx{width:19%;}

/*-----------------------
PRODUCT DETAILS PAGE
------------------------*/
ul.slect_mg_opt li{ width:50px; height:50px; line-height:50px;}
.sub, .add{ height:50px;}
.cart-qty-div input{ width: 75px; height: 50px;}
}

@media only screen and (max-width:1010px){
.container{width:750px;}

.top-fix-bar{margin-bottom:64px;}
.top__sec{height:64px; margin-top:-64px; top:64px;}
.logo{width:150px;}

.call-btn{top:4px;}
.search__box{bottom:-110px;}

ul.shop__opt__lst li{width:10%;}

.banner__inr{padding:35px 0 40px; width:55%;}
.bnr-hd{font-size:40px; line-height:48px;}
.bnr-tx{font-size:17px; line-height:24px; margin-top:15px;}
ul.bnr-lst{column-gap:4%; margin-top:25px;}
ul.bnr-lst li p{font-size:15px; line-height:19px;}
.bnr-img{width:500px;}
.btn__box{margin-top:35px;}

.section-1{padding:35px 0 45px;}
.comn-hdg{font-size:36px; line-height:44px;}
.comn-txt{font-size:17px; line-height:24px; margin-top:15px;}
.cat-wise__hdg p{font-size:24px; line-height:34px;}
.items{margin:35px auto 0;}
.item__nm{font-size:24px; line-height:28px;}
.items__desc{font-size:17px; margin-top:10px;}

.section-2{padding:35px 0 45px;}

.section-3{padding:35px 0 40px;}
.strains__sec{column-gap: 2.8%;}
.strains__box{padding:50px 15px 30px;}

.section-4{padding:35px 0 40px;}

.section-5{padding:40px 0 40px;}

.section-6{padding:40px 0;}
.faq-container{margin:0;}

.info-sec-inr{padding:30px 0;}
.info-sec-links-col-1{width:32%; padding-right:25px;}
.info-sec-links-col-2{width:35%; padding-right:0;}
.info-sec-links-col-4{width:31%;}

.footer{padding:15px 0;}
.footer__text{font-size:15px;}

/*-----------------------
INNER PAGE CSS
------------------------*/
/* SHOP PAGE */
.shop__sec{padding:35px 0 25px;}
.shop__prd{column-gap:2%; row-gap:20px;}
.shop__prd__bx{width:32%;}
.shop__prd__info{padding:10px;}

/*-----------------------
PRODUCT DETAILS PAGE
------------------------*/
.product_details_block{ padding:0;}
.prodDtls1-left{ width:46%;}
.prod_mnybk_box{ padding:30px 20px;}
.prod_mnybk_seal{ width:70px;}
.prod_mnybk_cont{ width: calc(100% - 70px); padding-left: 20px;}
.prod_details_right{ width:50%;}
.prod_det_heading{ font-size: 45px; line-height: 50px;}
.prod_det_text{ font-size: 17px; line-height: 23px;}
.prod_det_dot{ width:62px;}
ul.prod_det_point li{ font-size:17px; line-height:22px;}
.select_block{ margin-top:0;}
.select_left, .select_right{ width:100%; margin-top:30px;}
.select_text{ font-size: 17px; line-height: 21px;}

.product_relate .shop__prd{column-gap:2%; row-gap:20px;}
.product_relate .shop__prd__bx{width:32%;}

/*-----------------------
BLOG PAGE
------------------------*/
.blog_section1{padding:20px 0 50px;}
.blog_col{margin-top:30px; width:32.3%;}
.blog_date{font-size:13px;}
.blog_heading{ font-size: 19px; line-height: 24px; min-height: auto;}
a.read_btn{ font-size: 18px; line-height: 20px;}

.blog_details_section{ padding:50px 0;}
.blog_det_main_heading{ font-size: 36px; line-height: 40px;}
.blog_details_left{ width: 66%; padding-right: 20px;}
.blog_details_right{ padding-left: 20px; width: 34%;}
.blog_col_left{ width: 75px;}
.blog_col_right{ width: calc(100% - 75px); padding-left: 15px;}

/*-----------------------
CONTACT US PAGE
------------------------*/
.contact_section1{ padding:50px 0 60px;}
.sub-nav ul li{ font-size:16px;}
.contact_heading{ font-size:60px; line-height:60px;}
.contact-rgt{ width:44%;}
.frm_heading{ font-size:26px; line-height:30px;}
}

@media only screen and (max-width:767px){
.hide-mob{display:none;}
.hide-desk{display:block;}
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}

.top-fix-bar{margin-bottom:53px;}
.top__sec{height:53px; margin-top:-53px; top:53px;}
.logo{width:120px;}
.login-btn{margin:10px 10px 0 0;}
.login-btn img{width:17px;}
.search__box{bottom:-98px;}
.serch-img{margin:13px 0 0 12px; padding-left:12px;}
.serch-img:before{top:-4px;}
.phone-sticky{font-size:15px; padding:5px;}
.phone-sticky img{width:20px;}
.cart__box{margin-top:9px;}
.cart-qty img{width:22px;}
.cart-qty span{font-size:12px; line-height:12px; left:9px;}

.call-btn{position:static; transform:none; float:left; max-width:100%; font-size:17px; line-height:35px; height:37px; background:#08bf33; color:#fff; border-radius:0px;}
.call-btn img{filter: brightness(0) invert(1); -webkit-filter: brightness(0) invert(1); width:20px;}

ul.shop__opt__lst{ column-gap:5%; width:calc(100% + 30px); margin-left:-15px; padding-left:10px;}
ul.shop__opt__lst li{width:45%;}

.banner__inr{width:100%; padding:20px 0 30px; text-align:center;}
.bnr-img{position:static; width:calc(100% + 30px); margin:-15px 0 -30px -15px;}
.bnr-hd{font-size:30px; line-height:38px; text-align:center; position:relative;}
ul.bnr-lst{justify-content:center; -webkit-justify-content:center;} 
ul.bnr-lst li{width:30%;}
.btn__box{margin-top:30px;}

.section-1{padding:25px 0 30px;}
.comn-hdg{font-size:28px; line-height:36px;}
.section-1 .item__outr{width: calc(100% + 30px); margin-left: -15px; padding: 0;}
.item__outr{padding: 0 0 35px;}
.items{margin:30px auto 0;}
.item__nm{font-size:20px; line-height:22px;}
.items__icn{max-width:30px; width:100%;}
.items__price{font-size:20px; line-height:22px; margin-top:15px;}
.items__btn{margin-top:20px; font-size:16px; line-height:50px; height:50px;}

.section-2{padding:25px 0 35px;}
.cat-wise{margin-top:20px;}
.cat-wise__hdg{padding:15px 15px 15px 45px;}
.cat-wise__hdg p{font-size:21px; line-height:28px;}
.cat-icn{top:15px; width:25px;}
.cat-wise__hdg:before{top:20px;}

.section-3{padding:25px 0 35px;}
.strains__sec{flex-wrap:wrap; -webkit-flex-wrap:wrap; margin-top:10px;}
.strains__box{width:100%; margin-top:20px;}

.section-4{padding:25px 0 35px;}
.reviews{margin-top:30px;}
.reviews__inner__box{flex-wrap:wrap; -webkit-flex-wrap:wrap; padding:30px 15px;}
.reviews__inner__lft, .reviews__inner__rgt{width:100%;}
.reviews__inner__lft{
	border-right:none; 
	padding:0 0 15px; 
	display:flex; 
	display:-webkit-flex; 
	align-items:center; 
	-webkit-align-items:center;
	justify-content:center;
	-webkit-justify-content:center;
}
.rev-fc{margin:0 30px 0 0; width:100px;}
.mob-rev-cont{text-align:left; border-left:1px solid #ddd; padding-left:30px;}
.rev-star, .rev-age{margin:0 0 10px;}
.rev-nm{font-size:19px; line-height:25px;}
.reviews__inner__rgt{padding:0 30px;}
.rev-tx{font-size:17px; line-height:26px;}
.rev-rgt-btm{margin-top:0;}
.rev-btm-prd-info{
	padding:10px 0 0;
	display:flex; 
	display:-webkit-flex; 
	width:100%; 
	justify-content:space-between; 
	-webkit-justify-content:space-between;
	align-items:center;
	-webkit-align-items:center;
}
.rev-prd{position:static;}

.section-5{padding:25px 0 35px;}
.sec5__inner__lft, .sec5__inner__rgt{width:100%;}
.sec5__inner__rgt{margin:25px auto 20px;}
.sec5__inner__rgt:before{display:none;}
.sec5__inner__rgt img{object-fit: cover; height:220px;}

.section-6{padding:25px 0 35px;}
.faq-container{padding:5px 0px;}
.accordion{padding:15px 25px 15px 0; font-size:19px;}
.acdn-para{font-size:17px; line-height:26px;}
.acdn-content{padding:0 25px 0 0;}

.info-sec-inr{flex-wrap:wrap; -webkit-flex-wrap:wrap; row-gap:25px;}
.info-sec-links-col-1, .info-sec-links-col-2, .info-sec-links-col-4{width:100%;}
.info-sec-log{width:130px;}

.footer{padding:0 0 10px;}
.footer__text{font-size:14px; line-height:16px;}
.footer__text1, .footer__text2{float:none;}
.footer__text1{margin-top:15px;}

#call-btn{
	background:#000;
	position: fixed;
	bottom:0%;
	left: auto;
	z-index: 99;
	transition: bottom 1s;
	display: table;
	width:100%;
	float:left;
	}
.cta_col{
	float:left;
	width:50%;
	}
.cta_col a.comn-btn{ border-radius:0; font-size:18px; padding:0 10px; height:60px; line-height:62px; border:none;}
.cta_col a.comn-btn img{ display:inline-block; vertical-align:middle; width:23px; margin:-8px 8px 0 0;}
.cta_col a.comn-btn.ctabtn1{ background:#000;}
.cta_col a.comn-btn.ctabtn2{}
.cta_col a.comn-btn.ctabtn2 img{ width:25px;}

/*-----------------------
INNER PAGE CSS
------------------------*/
/* SHOP PAGE */
.shop__sec{padding:30px 0 25px;}
.shop__inr{flex-wrap:wrap; -webkit-flex-wrap:wrap;}
.shop__inr__lft, .shop__inr__rgt{width:100%;}
.shop__inr__lft{position:fixed; z-index:1;background:rgba(255,255,255,0.9); top:0; left:0; bottom:0; right:0; padding:25px 15px; overflow-y:scroll;}
.mob-filter{
	font-size:20px; 
	line-height:24px; 
	font-weight:600; 
	padding:10px; 
	margin-bottom:20px;
	width:100%; 
	text-align:left;
	background:#eef5f7;
}
.mob-filter:before{
	content:'+';
	float:right;
}
.mob-filter.active:before{content:'-'}
.shop__prd{column-gap:4%; row-gap:20px;}
.shop__prd__bx{width:48%;}
.shop__prd__nm{font-size:17px;}
ul.shop__prd__lst li{font-size:13px;}
.shop__prd__prc{font-size:18px; line-height:22px;}
.apply-btn{margin:20px 0;}

/*-----------------------
PRODUCT DETAILS PAGE
------------------------*/
.product_details{ padding:20px 0 25px;}
.prodDtls1-left{ width:100%; margin-top:20px;}
.prod_top_cont{ text-align:left;}
.prod_det_review_strip{ font-size: 13px; line-height: 15px;}
.prod_det_heading{ font-size: 36px; line-height: 42px;}
.prod_details_right{ width:100%;}
.prod_det_text{ font-size: 16px; line-height: 22px;}
ul.prod_det_list{ padding:5px 0;}
.prod_det_icns{ width:35px; margin-right:5px;}
ul.prod_det_list li p{ font-size: 15px; line-height: 20px;}
.prod_det_dot{ width: 50px;}
ul.prod_det_point{ margin-top:10px;}
ul.prod_det_point li{ font-size: 16px; line-height: 20px;}
.select_left, .select_right{ margin-top:25px;}
ul.slect_mg_opt{ margin-top:12px;}
.cart-qty-div{ margin-top:12px;}
.prod_det_price{ font-size: 32px; line-height: 32px;}
.prod_det_btn_box{ margin-top:25px;}
.reseved_text{ font-size: 13px; line-height: 15px;}
ul.prod_btn_list li{ font-size: 13px; line-height: 15px;}
ul.prod_btn_list li span{ margin: 0 8px;}
.guarantee_text{ font-size: 13px; line-height: 15px;  margin-top: 25px;}
.prod_det_cards{ margin: 12px auto 0;}
.prod_det__faq-container{ margin-top:20px;}
.prod_det__accordion{ font-size: 17px; line-height: 23px;}
.prod_det__acdn-para{ font-size: 16px; line-height: 22px;}

.product_relate .shop__prd{column-gap:4%; row-gap:20px;}
.product_relate .shop__prd__bx{width:48%;}

/*-----------------------
BLOG PAGE
------------------------*/
.blog_banner_section{ padding:30px 0;}
.blog_bnr_left{ width:100%;}
.blog_bnr_heading{ font-size: 40px; line-height: 40px;}
.blog_bnr_heading span{ font-size: 34px; line-height: 34px; margin-bottom: 5px;}
.blog_section1{ padding:10px 0 35px;}
.blog_details_section{ padding:25px 0 25px;}
.blog_wrap{ margin: 5px auto 0;}
.blog_col{ width:100%; padding-bottom:25px; margin-top:25px;}
.blog_col:last-child{ border:none; padding-bottom:0;}
.blog_heading{ font-size: 20px; line-height: 26px;}
a.read_btn{ margin-top:20px;}

.blog_details_left{ width:100%; border:none; padding-right:0; padding-bottom:25px;}
.blog_det_main_heading{ font-size: 28px; line-height: 34px;}
.blog_details_right{ width: 100%; margin-top: 10px; padding-left: 0;}
.blog-details-image1{ margin: 25px auto 0; object-fit: cover; height: 230px;}
.blog_deatls_left_heading{ margin-top: 30px; font-size: 23px; line-height: 29px; padding-bottom: 10px;}
.blog-details-image{ margin:20px auto 5px;}
ul.blog_det_left_point{ margin-top:10px;}
ul.blog_det_left_point li { margin-top: 12px; padding-left: 32px; font-size: 18px; line-height: 24px;}
.blog_det_left_row{ margin:25px auto 5px;}
.blog-details-image3{ width:100%; height:230px;object-fit: cover;}
.blog_det_left_row_cont{ width:100%; margin-top:20px;}
.blog_details_main_sec{ padding-bottom:35px;}

/*-----------------------
CONTACT US PAGE
------------------------*/
.contact_section1{ padding:25px 0 35px;}
.contact-lft{ width:100%;}
.contact_heading{ font-size: 44px; line-height: 44px;}
.contact_sub_heading{ font-size: 22px; line-height: 24px; margin-top: 15px;}
ul.contact-info li{ padding-left:45px; margin-top:12px;}
.contact-info-icn{ width:25px;}
ul.contact-info li h3{ font-size:20px; line-height:24px;}
ul.contact-info li p{ font-size:16px; line-height:23px;}
.contact-rgt{ width:100%; margin-top:30px;}
.contact-frm{ padding:20px;}
.frm_para{ font-size:18px;}
}



/* aligning the brand names */
.filter__opt label {
  display: flex;
  align-items: center;
}

.filter__opt input[type="checkbox"] {
  flex-shrink: 0;
  margin-right: 5px;
}

.filter__opt span {
  flex-shrink: 0;
  margin-right: 5px;
}

.filter__opt small {
  flex-grow: 1;
  text-align: left;
  white-space: nowrap;
}







/* Mobile Filter Styles */
.mobile-filter-toggle {
    display: none;
    margin-bottom: 1px;
    width: 100%;
}

.mobile-filter-toggle button {
    background: #4CAF50;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filter-header-mobile {
    display: none;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.filter-header-mobile h3 {
    margin: 0;
    font-size: 18px;
}

.filter-header-mobile button {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

.mobile-filter-actions {
    display: none;
    padding: 15px;
    border-top: 1px solid #eee;
}

.mobile-filter-actions .reset-btn {
    display: block;
    text-align: center;
    margin-top: 10px;
    color: #666;
    text-decoration: underline;
}

/* Media Queries */
@media (max-width: 768px) {
    .mobile-filter-toggle {
        display: block;
    }
    
    .shop__inr__lft {
        position: fixed;
        top: 0;
        left: -100%;
        width: 85%;
        height: 100%;
        background: white;
        z-index: 1000;
        overflow-y: auto;
        transition: left 0.3s ease;
        box-shadow: 2px 0 10px rgba(0,0,0,0.2);
    }
    
    .shop__inr__lft.active {
        left: 0;
    }
    
    .filter-header-mobile,
    .mobile-filter-actions {
        display: flex;
    }
    
    .shop-filter__box {
        border-bottom: 1px solid #eee;
        margin-bottom: 0;
        padding: 15px;
    }
    
    .filter__box-content {
        max-height: 200px;
        overflow-y: auto;
    }
    
    body.filter-open {
        overflow: hidden;
    }
    
    .filter-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        z-index: 999;
    }
    
    .filter-overlay.active {
        display: block;
    }
}
