/*!
Theme Name: Cannabis
Theme URI: http://underscores.me/
Author: Mohsin Ali
Author URI: https://multisitedev.com/
Description: A custom wp theme.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cannabis
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

cannabis is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.uppercase{
	text-transform: uppercase;
}
.capitalize{
	text-transform: capitalize;
}
.full-width-iframe iframe{
	width: 100%;
}
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}
.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
#lang-menu {
    transition: opacity 0.2s ease, transform 0.2s ease;
    opacity: 0;
    transform: translateY(-10px);
}
#lang-menu:not(.hidden) {
    opacity: 1;
    transform: translateY(0);
}
.lucide-chevron-down {
    transition: transform 0.2s ease;
}
.show-on-mobile{
	display: none;
}
.white-link a,
.white-link a:active,
.white-link a:visited,
.white-link a:focus{
	color: #d1d5db;
}
.white-link a:hover{
	color: #ffffff;
}
.wpgs-for img{
	padding: 0;
	border: 0;
	background: none;
	border-radius: 0;
}
.wpgs-nav img{
	padding: 0;
	border: 0;
	background: none;
	border-radius: 0;
}
.wpgs-nav .slick-current{
	border-color: transparent !important;
}
.wpgs-nav .slick-current img{
	border-color: transparent !important;
}
.slick-list .slick-slide{
	display: flex !important;
}
.slick-list .slick-slide img{
	width: 100% !important;
}
.variation-radios{
	display: flex;
	justify-content: space-between;
	gap: 12px;
}
.variation-radios .variation-block{
	position: relative;
	width: 100%;
	cursor: pointer;
	display: block;
	font-size: 14px;
}
.variation-radios label input{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	visibility: hidden;
}
.variation-radios label .variable-holder{
	width: 100%;
	padding: 8px 12px;
	background: #191f2e;
	border: 1px solid #1e293b;
	border-radius: 5px;
	z-index: 1;
	display: inline-block;
	text-align: center;
}
.variation-radios label:hover .variable-holder{
	border-color: #16a34a;
}
.variation-radios label input:checked + .variable-holder{
	background-color: #16a34a;
	border-color: #16a34a;
}
.variation-item,
.quantity.customized{
	margin-bottom: 20px;
}
.variation-item .variation-label{
	font-weight: 500;
	font-size: 15px;
	margin-bottom: 5px;
	display: block;
}
.reset_variations,
.woocommerce-variation.single_variation{
	display: none !important;
}
.add-btn-holder{
	display: flex;
	gap: 16px;
}
.woocommerce .star-rating{
	height: 18px;
}
.woocommerce .star-rating span::before,
.woocommerce .star-rating::before {
	color: #FACC32;
}
.comment-form-comment label,
.comment-form-comment input[type=tex],
.comment-form-comment textarea{
	display: block;
	width: 100%;
}
.comment-form-comment input[type=text],
.comment-form-comment textarea,
.comment-form-comment input[type=text]:focus,
.comment-form-comment textarea:focus{
	background: none;
	border: 1px solid #22c55e;
	resize: none;
	margin-bottom: 20px;
	margin-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 5px;
	outline: none;
}
.review-form-holder input[type=text],
.review-form-holder input[type=email],
.review-form-holder input[type=tel],
.review-form-holder input[type=number]{
	height: 38px;
	margin-bottom: 10px;
	width: 100%;
	outline: none;
	padding-left: 10px;
	padding-right: 10px;
}
.comment-form-comment input[type=text]:focus,
.comment-form-comment textarea:focus{
	outline: 0;
}
.comment-form .form-submit input[type=submit],
.comment-form .form-submit input[type=submit]:active,
.comment-form .form-submit input[type=submit]:visited,
.comment-form .form-submit input[type=submit]:focus{
	background-color: #22c55e;
	color: #ffffff;
	font-weight: 500 !important;
	margin-bottom: 30px !important;
	font-size: 14px !important;
    padding: 13px 35px !important;
	margin-top: 10px !important;
}
.comment-form .form-submit input[type=submit]:hover{
	background-color: #379a5b;
}
.post-content p{
	margin-bottom: 20px;
}
.post-content p:last-child{
	margin-bottom: 0;
}
.footer-logo img,
.header-logo img{
	max-height: 65px;
}
.footer-logo img{
	margin-bottom: 20px;
}
.card-inner-content{
	display: flex;
	align-items: center;
	gap: 24px;
	padding: 30px;
}
.card-inner-content-row{
	flex-direction: column;
}
.card-right-side{
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.card-top-side{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}
.card-right-side .card-heading{
	font-size: 22px;
	line-height: 26px;
}
.stemp-holder{
	display: flex;
	width: 100%;
	justify-content: end;
}
.card-top-side .stemp-holder{
	justify-content: center;
}
.stemp-holder-inner{
	margin: inherit !important;
	margin-bottom: 7px !important;
}
.hero-image img,
.brand-image img{
	width: auto;
	height: auto;
	max-width: 300px;
	margin-bottom: 25px;
}
.brand-image.brand-image1-holder img{
	margin-top: 20px;
	margin-bottom: 0;
}
.brand-image{
	display: flex;
	justify-content: center;
}
.strain-grid{
	grid-template-columns: repeat(6, 1fr);
	gap: 15px;
}
.strain-box.active{
	box-shadow: 0 0 7px 0px rgba(255, 255, 255, .5);
}
.site-main-header a.active-menu-item{
	padding: 8px 13px;
	border-radius: 30px;
}
.site-main-header #lang-menu a,
.site-main-header #lang-menu a:hover{
	background: none;
}
.info-icon-holder svg{
	height: 20px;
	width: 20px;
}
.icon-grid-4{
	grid-template-columns: repeat(4, 1fr);
}
.icon-grid-3{
	grid-template-columns: repeat(3, 1fr);
}
.icon-grid-2{
	grid-template-columns: repeat(2, 1fr);
}
.product-box-holder {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	min-height: 342px;
}
.poster-images{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin: 15px 0 10px;
}
.poster-image-holder{
	width: 148px;
	height: 148px;
	display: flex;
}
.poster-image-holder img{
	object-fit: cover;
	object-position: center;
	width: 118px;
	height: 118px;
}
.related-stran-image{
	display: flex;
	height: 148px;
	width: 148px;
	margin: 20px auto;
}
.related-stran-image img{
	height: 148px;
	width: 148px;
	object-fit: cover;
	object-position: center;
}
.title_image{
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
}
.title_image img{
	max-width: 300px;
}
.small-brand-image{
	display: flex;
	height: 48px;
	width: 48px;
}
.small-brand-image img{
	height: 48px;
	width: 48px;
	object-fit: cover;
	object-position: center;
}
.relative-link{
	position: relative;
}
.relative-link a.absolute{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.mt-30{
	margin-top: 30px;
}
.mb-30{
	margin-bottom: 30px;
}
.product-grid-link{
	gap: 30px;
}
.card-left-side{
	display: flex;
	width: 100%;
}
.card-left-side img{
	width: auto;
	height: auto;
	max-height: 185px;
}
.none-bg{
	background: none;
}
.archive-top-image{
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
.archive-top-image img{
	max-width: 300px;
}
.slider-wrapper {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}
.slider-wrapper .slick-list .slick-slide,
.slider-wrapper .slick-list .slick-slide img{
	border-radius: 30px;
	overflow: hidden;
	object-fit: cover;
}
.slider-wrapper .slick-list .slick-slide img{
	height: 286px;
}
.slider-wrapper.product-wrapper .slick-list .slick-slide img{
	height: auto;
	border-radius: 0;
}
.custom-arrow {
	background: #ffffff;
	color: #000000;
	border: none;
	border-radius: 100%;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1000;
}
.prev-arrow { left: -50px; }
.next-arrow { right: -50px; }
.slick-slide {
    padding: 15px;
    text-align: center;
}
.hide-button{
	display: none !important;
}
.font-40{
	font-size: 40px !important;
}
.strain-grid a img,
.strain-box span:hover img{
    transition: 1s;
}
.strain-grid a:hover img,
.strain-box span:hover img{
    transform: scale(1.1);
    transition: 1s;
}
#klaviyo-popup {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 9999;

    -ms-overflow-style: none;
    scrollbar-width: none;
}
#klaviyo-popup::-webkit-scrollbar {
    display: none;
}
#klaviyo-popup {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.links-bar-flex{
	gap: 50px;
}
.video_section{
    height: 80vh;
}
.hide-on-desktop{
	display: none;
}
.product-item-link{
	display: inline-block;
	height: auto;
	width: auto;
	padding: 4px 20px;
	border-radius: 3px;
	border: 1px solid transparent;
	font-size: 14px;
}
.product-svg-border .product-image-holder{
	background: url(framework/assets/images/border.png) no-repeat center center;
    padding: 12px;
    background-size: 100% 100%;
}
.product-svg-border .product-image-holder img{
	border-radius: 30px;
}
.product-item-gradient-holder{
	padding: 20px 40px;
	border-radius: 35px;
	text-align: center;
	height: 286px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.two_column_section{
	padding: 180px 0;
}
.two-column-justify{
	justify-content: space-between;
	align-items: center;
	gap: 600px;
}
.two-column-justify > div{
	width: 100%;
}
.image-box {
    position: relative;
    height: 400px;
    overflow: hidden;
}
.image-box .bg-cover {
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease;
}
.image-box:hover .bg-cover {
    transform: scale(1.1);
}
.grid-cols-5{
	grid-template-columns: repeat(5, 1fr);
}
.img-link-abs{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
}
.content-top h2{
	font-size: 35px;
	line-height: 36px;
}
.content-top p{
	font-size: 40px;
	line-height: 36px;
}
.product-style-2{
	gap: 40px;	
}
.info_banner_section .info-box-left {
    width: 45%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.info_banner_section .info-box-right {
    width: 55%;
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 30px 40px;
}
.info-box-right .inner-flex{
	display: flex;
	align-items: center;
	gap: 40px;
}
.info-banner-heading{
	font-size: 40px;
	line-height: 44px;
}
.info-banner-subheading{
	font-size: 45px;
	line-height: 36px;
}
.info-banner-content{
	font-size: 30px;
	line-height: 36px;
}
.deal-flex{
	display: flex;
	align-items: center;
	gap: 30px;
}
.deal-flex > div{
	width: 50%;
}
.deal-box-left{
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}
.deal-box-right{
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}
.deal-heading{
	font-size: 46px;
	line-height: 30px;
	margin-bottom: 34px;
}
.deal-content{
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 45px;
}
.deal-box-img-holder{
	position: relative;
    height: 400px;
    width: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 90px;
}
.deal-box-img-holder svg{
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.deal-box-img-holder img{
	position: relative;
    z-index: 2;
    width: auto;
}
.promotion-flex{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.promotion-box-left{
	width: 60%;
}
.promotion-box-right{
	width: 40%;
}
.promotion-heading{
	font-size: 50px;
	line-height: 50px;
}
.promotion-subheading{
	font-size: 30px;
	line-height: 40px;
}
.promotion-content{
	font-size: 30px;
	line-height: 40px;
}
.promotion-social{
	display: flex;
	gap: 30px;
}
.promotion-social svg{
	height: 26px;
	width: 26px;
}
.nz-flex{
	display: flex;
    justify-content: end;
    text-align: left;
}
.nzl-heading{
	font-size: 50px;
	line-height: 50px;
}
.nzl-content{
	font-size: 30px;
	line-height: 25px;
}
.nzl-form-wrap{
	justify-content: space-between;
	align-items: end;
}
.nzl-form-wrap img{
	height: 65px;
}
.nzl-form-holder{
	border: 1px solid red;
	border-radius: 6px;
	padding: 35px 44px;
	margin-top: 40px;
}
.pre-footer{
	width: 100%;
	display: flex;
	justify-content: center;
	text-align: center;
	padding: 40px 0 100px;
	border-top: 1px solid transparent;
}
.pre-footer img{
	max-width: 300px;
}
@media only screen and (max-width: 767px) {
	.hide-button{
		display: block !important;
	}
	.show-on-desktop{
		display: none;
	}
	.show-on-mobile{
		display: block;
	}
	.show-on-mobile.hero-image{
		display: flex;
		width: 100%;
		justify-content: center;
	}
	.strain-grid{
		grid-template-columns: repeat(3, 1fr);
		gap: 8px;
	}
	.icon-grid-4,
	.icon-grid-3,
	.icon-grid-2{
		grid-template-columns: repeat(1, 1fr);
	}
	.hero-image{
		display: flex;
		justify-content: center;
	}
	.m-font-20{
		font-size: 20px !important;;
	}
	.hide-on-mobile{
		display: none;
	}
	.links-bar-flex{
		flex-direction: column;
		gap: 10px;
	}
	.slider-wrapper.product-wrapper .slick-list .slick-slide {
		transition: transform 0.3s ease, opacity 0.3s ease;
		opacity: 0.8;
	}
	.slider-wrapper.product-wrapper .slick-list .slick-slide .not-show-on-mobile{
		visibility: hidden;
	}
	.slider-wrapper.product-wrapper .slick-list .slick-center .not-show-on-mobile{
		visibility: visible;
	}
	.slider-wrapper.product-wrapper .slick-list .slick-center {
		transform: scale(1.2);
		opacity: 1;
		z-index: 10;
	}
	.two_column_section{
		padding: 60px 0;
	}
	.two-column-justify{
		justify-content: space-between;
		align-items: center;
		gap: 200px;
		flex-direction: column;
	}
	.content-top h2{
		font-size: 20px;
	}
	.content-top p{
		font-size: 15px;
	}
	.two-col-link{
		text-align: center;
	}
	.slider-wrapper.product-wrapper .slick-list{
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}
	.image_link_section{
		padding: 30px 0;
	}
	.img-link-grid{
		justify-content: center;
		gap: 20px;
		grid-template-columns: repeat(3, 1fr);
		padding: 0 30px;
		place-items: center;
	}
	.image-link-btn{
		border-radius: 30px;
		padding: 5px 30px;
	}
	.info-flex{
		flex-direction: column;
	}
	.info_banner_section .info-box-left{
		width: 100%;
		order: 2;
		padding: 120px 30px;
	}
	.info_banner_section .info-box-right{
		width: 100%;
		order: 1;
	}
	.info-banner-heading{
		font-size: 20px;
		line-height: 25px;
	}
	.info-banner-subheading{
		font-size: 30px;
		line-height: 36px;	
	}
	.info-banner-content{
		font-size: 16px;
		line-height: 36px;	
	}
	.info-box-right-inner img{
		max-width: 150px;
	}
	.product-item-gradient-holder{
		height: 165px;
		padding: 10px 20px;
	}
	.nz-flex{
		display: block;
	}
	.nzl-heading{
		font-size: 25px !important;
		line-height: 30px !important;
	}
	.nzl-content{
		font-size: 16px !important;
		line-height: 25px !important;
	}
	.nzl-form-wrap{
		display: block !important;
	}
	.nzl-form-holder{
		padding: 10px;
	}
	.nzl-form-holder button{
		background-color: red !important;
	}
	.deal-flex,
	.promotion-flex{
		flex-direction: column;
	}
	.deal-flex > div,
	.promotion-flex > div{
		width: 100%;
	}
	.deal-heading{
		font-size: 25px;
		line-height: 30px;
		margin-bottom: 0 !important;
	}
	.deal-content{
		font-size: 16px;
		line-height: 30px;
	}
	.deal-box-img-holder{
		height: 250px;
		width: 250px;
		padding: 60px;
		margin: 0 auto;
	}
	.promotion-heading{
		font-size: 25px;
		line-height: 37px;
	}
	.promotion-subheading{
		font-size: 16px;
		line-height: 25px;
	}
	.promotion-content{
		font-size: 16px;
		line-height: 25px;
	}
	.promotion-box-right{
		margin-top: 30px;
	}
	.pre-footer img{
		max-width: 200px;
	}
	@media (max-width: 767px) {
		.mobile-bg-change {
			background-image: var(--mobile-bg-image) !important;
			background-size: cover;
			background-position: center;
			background-repeat: no-repeat;
		}
	}
}


.page.page-id-38 #section_1 a.button_style2:hover{
    background: #efe5be !important;
}