/**
Theme Name: astra child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* =================== Header Sections ====================== */
.header_sections .elementor-menu-cart__toggle_button {
    padding: 0px !important;
    background: #ffffff00 !important;
	
	
}

/* ============= Breadcrum Sections =================== */
.term-edibles .general_breadcrumb,
.edibles_breadcrumb,
.term-thca-flower .general_breadcrumb,
.thca_flower_breacrumb,
.term-vapes .general_breadcrumb,
.vapes_breadcrumb,
.term-topicals .general_breadcrumb,
.topicals_breadcrumb,
.term-thca-pre-rolls .general_breadcrumb,
.pre_rolls_breadcrumb{
	display:none !important;
}

.term-edibles .edibles_breadcrumb,
.term-thca-flower .thca_flower_breacrumb,
.term-vapes .vapes_breadcrumb,
.term-topicals .topicals_breadcrumb,
.term-thca-pre-rolls .pre_rolls_breadcrumb{
	display:block !important;
	height:338px !important;
}




/* =================== Category Sections ====================== */
.category_sections .pp-categories .pp-category .pp-category-inner{
	   overflow:hidden !important;
	   position:relative;
}

.category_sections .pp-categories .pp-category .pp-category-inner img{
	   transition:0.5s;
}

.category_sections .pp-categories .pp-category .pp-category-inner:hover img{
	    transform: scale(1.1);
		   transition:0.5s;
}

.category_sections .pp-categories  .pp-category-content{
	z-index: 2;
    position: relative;
    width: 100%;
} 

.category_sections .pp-categories .pp-category .pp-category-inner:before{
	content:' ';
	position:absolute;
	height:100%;
	width:100%;
	left:0px;
	top:0px;
	background: #00000033;
	transition:0.5s;
	opacity:0;
}
.category_sections .pp-categories .pp-category .pp-category-inner:hover:before{
	opacity:1;
	z-index: 1;
    transition:0.5s;
}


.category_sections .pp-categories .pp-category .pp-category-inner .pp-category-title {
  position: relative;
  display: inline-block;
}

.category_sections .pp-categories .pp-category .pp-category-inner .pp-category-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: #3A723A;
  transition: width 0.4s ease, left 0.4s ease;
}

.category_sections .pp-categories .pp-category .pp-category-inner:hover .pp-category-title::after {
  width: 100%;
  left: 0;
}

.category_sections .pp-categories .pp-category .pp-category-inner:not(:hover) .pp-category-title::after {
  width: 0;
  left: auto;
  right: 0;
}


/* ================ Easy Age Verify =================*/
#emav_not_confirm_age {
  background-color: #B1AE77 !important;
}

/* ================= Woocommerce ================== */
/* -------------------- Shop -------------------*/
 .archive .site-content .primary .ast-archive-description{
	display:none !important;
		
}
.archive .site-content #secondary .wc-block-product-categories-list li a{
	color:#000 !important;
}
.archive .site-content #secondary .wc-block-product-categories-list li a:hover{
	color: #3A723A !important;
    font-weight: 600 !important;
}
.archive .site-content #secondary .wc-block-product-categories-list li a{
	position:relative;
}
.archive .site-content #secondary .wc-block-product-categories-list li ul li a{
	font-size:14px !important;
}
.archive .site-content #secondary .wc-block-product-categories-list li ul li a:before{
    position: absolute;
    content: ' ';
    height: 2px;
    width: 10px;
    background: #000000ad;
    top: 11px;
    left: -15px;
}

.products .product {
	border:1px solid #E6ECEC !important;
}
.products .product .astra-shop-summary-wrap {
	padding: 15px 15px 8px 15px !important;
}
.products .product .astra-shop-summary-wrap .button {
	width:100% !important;
	text-align:center !important;
	padding-top: 13px;
    padding-bottom: 13px;
	border-radius: 30px;
}

.products .product .astra-shop-summary-wrap .woocommerce-loop-product__title{
	font-size:16px !important;
/*     overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 1; 
           line-clamp: 1; 
   -webkit-box-orient: vertical; */


}


.products .product .astra-shop-summary-wrap .price {
    font-size: 14px !important;
    color: #B1AE77 !important;
} 

.woocommerce-page ul.products {
    column-gap: 33px !important;
}

.products .product .view-lab-results{
	font-size:12px !important;
	color:#3A723A !important;
	margin-top:5px;
	text-decoration:underline;
}

.products .product .view-lab-results:hover{
	color:#B1AE77 !important;
	transition:0.5s;
}

.archive .products .product .view-lab-results{
	padding-bottom:30px !important;
}


.woocommerce-account form label{
	font-size:16px !important;
}

/*--- Vaiable single page-- */
.wcpa_form_outer .wcpa_price_summary{
	display:none !important;
}

.wcpa_form_outer label{
	color:#000 !important;
	font-weight: 700 !important;
}


.wcpa_form_outer .wcpa_wrap .wcpa_field_bottom {
    flex-direction: column !important;
	margin: 15px 0 0 0px !important;
    font-size: 24px !important;
	font-weight: 700 !important;
} 

.wcpa_form_outer .wcpa_field ul{
	margin-left:18px !important;
}

.wcpa_form_outer .wcpa_field ul {
	margin-bottom:0px !important;
}


/* ================ Blog Sections  ================ */
 .elementor-posts .elementor-post .elementor-post__read-more {
  position: relative;
  display: inline-block;
}

.elementor-posts .elementor-post .elementor-post__read-more:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: #000;
  transition: width 0.5s ease;
}

.elementor-posts .elementor-post .elementor-post__read-more:hover:after {
  width: 0;
  left: auto;
  right: 0;
} 


/* ======================= Age Gate Popup Styles ================= */

#age-gate-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.age-gate-box {
    background: white;
   max-width: 600px;
	width:100%;
    padding: 40px 30px;
    text-align: center;
    border-radius: 10px;
}

.age-gate-box h2 {
    font-size: 24px;
    margin-bottom: 10px;
    font-family: sans-serif;
    color: #3A723A;
}

.age-gate-instruction {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
}

.age-gate-dob-group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-bottom: 20px;
}

.dob-input {
    width: 60px;
    font-size: 18px;
    padding: 10px;
    text-align: center;
    border: none;
    background: transparent;
    color: #333;
    outline: none;
    box-shadow: none;
    border-bottom: none;
}

.dob-input::placeholder {
    color: #aaa;
}

.dob-divider {
    font-size: 18px;
    color: #555;
}

#dob-submit {
    background-color: #3A723A;
    color: #fff;
    padding: 10px 25px;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease;
}

#dob-submit:hover {
    background-color: #2d5d2d;
}

#age-error-message {
    color: red;
    font-size: 14px;
    margin-top: 10px;
}


/* ===================== Lab Reports =================== */
/* .common_lab_report_sections .pp-info-box-container .pp-info-box-content{
	display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.common_lab_report_sections .pp-info-box-container .pp-info-box-content .pp-info-box-button svg{
	overflow:unset !important;
	width:15px !important;
	margin-right: 5px !important;
	fill:#000 !important;
}
 */

.common_lab_report_sections .lab_col .pp-modal-popup-wrap .pp-modal-popup-button{
	text-align:left !important;
}




.lab-report-custom-section thead{
	display: none !important;
}


/* ===================== Single parouct  ===================*/
/* ---------------THCa Flower ------------------------*/
.single-product.postid-1607 .woocommerce-product-gallery .flex-control-thumbs{
	display: none !important;
}









@media only screen and (min-width: 1024px) {
/* =================== Header Sections ====================== */
  .header_sections .elementskit-navbar-nav .elementskit-dropdown li i{
	   transform: rotate(-90deg) !important;
  }
}


@media screen and (min-width: 921px) {
	.archive .site-content #secondary {
		width: 25% !important;
		padding-right: 45px !important;
	}

	.archive .site-content #primary {
		width: 75% !important;
		padding-left: 45px !important;
	}
}
@media (max-width: 921px) {
    .archive .ast-left-sidebar #content > .ast-container {
        flex-direction: column !important;
    }
	.sidebar-main{
		padding-right:50px !important;
	}
}



