/**
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
*/
.overflow-x-hidden {
	overflow-x:hidden;
}
a:focus{
	outline:none;
}
.ast-menu-toggle:focus,.ast-button-wrap .menu-toggle:focus {
    outline: none;
}
.ast-header-break-point .main-navigation ul .menu-item .menu-link .icon-arrow:first-of-type svg{
	display:none;
}

[data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal:focus,
.ast-mobile-popup-drawer.active .menu-toggle-close:focus{
	border:none;
}
.ast-site-identity {
    padding: .75em 0;
}
.main-header-bar.ast-sticky-active{
	box-shadow:none;
}
.shop-by-cat-box{
	aspect-ratio:3/4;
}
.shop-by-cat-box-btn {
    height:100%;
}
.shop-by-cat-box-btn .elementor-button{
    width:100%;
    height: 100%;
    align-content: flex-end;
}
.shop-by-cat-box-btn .elementor-button-content-wrapper{
    justify-content: space-between;
}
.shop-by-cat-box-btn a .elementor-button-text{
	position:relative;
}
.shop-by-cat-box-btn a .elementor-button-text::before{
	content:"";
	width:0%;
	height:2px;
	position:absolute;
	left:0;
	bottom:-2px;
	transition:.3s all;
	background:#fff;
}
.shop-by-cat-box a:hover .elementor-button-text::before{
    width:100%;
}
.activity-card-img{
	width:100%;
}
.activity-card-img img {
	aspect-ratio:1/1.2;
	object-fit:cover;
	object-position:center;
	width:380px;
}
.activity-card-img,
.activity-card-title .elementor-button-icon{
	transition:.3s all;
}
.activity-card-img{
	z-index:1;
	position:absolute!important;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
/* 1st, 4th, 7th, 10th... */
.activity-card-img:nth-child(3n + 1) {
  transform: rotate(1.5deg) translate(-50%, -50%);
}
/* 2nd, 5th, 8th, 11th... */
.activity-card-img:nth-child(3n + 2) {
  transform:translate(-50%,-50%);
}
/* 3rd, 6th, 9th, 12th... */
.activity-card-img:nth-child(3n) {
  transform: rotate(-1.5deg) translate(-50%, -50%);
}
.activity-card-title .elementor-button-icon{
	opacity:0;
}
.activity-card-title:hover .elementor-button-icon{
	opacity:1;
}
.activity-card-title .elementor-button-icon .e-font-icon-svg {
    height: .7em;
}
.activity-card-title .elementor-button-text {
    text-align: left;
}
.home-carousel-slider .elementor-video{
	border-radius:5px;
}
/*footer*/
ul#menu-tnc-menu {
    display: flex;
    gap: 20px;
}
/*woo*/
.shop-product-listing a.woocommerce-LoopProduct-link.woocommerce-loop-product__link img {
    background: #F4F5F6;
	border:2px solid #F4F5F6;
}
.ast-shop-load-more {
    border: 2px solid #2E3C8C;
    color: #fff;
	font-weight: 600;
    border-radius: 999px;
    background: #2E3C8C;
}
.ast-shop-load-more:hover {
	color: #2E3C8C;
	background:transparent;
}
.shop-product-listing .astra-shop-thumbnail-wrap{
	margin-bottom: 0px!important;
}
.shop-product-listing li.product .woocommerce-loop-product__title {
	margin-top:10px!important;
}
.shop-product-listing .woo-variation-swatches .variable-items-wrapper,
.shop-product-listing li.product .woocommerce-loop-product__title, 
.shop-product-listing li.product .price{
    padding: 0 10px !important;
}
.shop-product-listing li.product .astra-shop-summary-wrap{
    padding: 0px !important;
}
.shop-product-listing .variable-items-wrapper{
	margin-bottom:0!important;
}
.shop-product-listing li.product .wvs-archive-variations-wrapper{
	padding:0 5px!important;
}
.shop-product-listing .add_to_cart_button{
	margin:.5em 10px!important;
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item),
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover{
    border-radius: 0;
    box-shadow: none;
	border: 1px solid rgba(0, 0, 0, 0.15);
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected{
	border: 1px solid #000;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item.selected:not(.no-stock) .variable-item-contents:before{
	opacity:0;
}
.shop-product-listing .review-rating{
	display:none!important;
}
.woocommerce-store-notice.demo_store{
	font-size: 13px;
    font-weight: 500;
    letter-spacing: .2px;
	padding:7px 0;
	box-shadow:none;
	position:relative!important;
	margin-bottom:0!important;
}
.woocommerce-store-notice.demo_store a{
	display:none!important;
}
.woocommerce .ast-shop-toolbar-container{
	justify-content: flex-end!important;
	margin-bottom: 0em!important;
}
.woocommerce-js .woocommerce-result-count {
    text-align: right !important;
    margin-bottom: 2em !important;
    font-size: 15px !important;
    width: 100% !important;
}
.shop-product-listing ul.products li.product{
	margin-right:0!important;
}
.single-product-gallery .wvg-single-gallery-image-container {
	height:450px!important;
}
.single-product-gallery .wvg-single-gallery-image-container img{
	background:#F4F5F6!important;
	border:2px solid #F4F5F6!important;
	box-shadow:none!important;
	height:100%!important;
	object-fit:contain!important;
}
.single-product-gallery .woo-variation-gallery-wrapper{
	min-height:0!important;
}
.single-product-gallery .wvg-gallery-thumbnail-image{
	width: calc(var(--thumb-wrapper-margin-remove) / 10)!important;
}
.single-product-gallery .wvg-gallery-thumbnail-image img{
	box-shadow:none!important;
	background:#F4F5F6!important;
	border:2px solid #F4F5F6!important;
}
.single-product-gallery .wvg-single-gallery-video-container{
	padding-bottom:0!important;
	height:450px!important;
}
.single-product-gallery .wvg-single-gallery-video-container video{
	height: 100%!important;
    object-fit: contain!important;
    object-position: center!important;
}
.woocommerce-js div.product p.ast-stock-detail{
	display:none!important;
}
.woocommerce-MyAccount-content h2 {
    font-size: 20px!important;
}
.woocommerce-js form .form-row input.input-text, .woocommerce-js form .form-row textarea {
    background: #F4F5F6;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 22px 15px;
}
form #order_review_heading:not(.elementor-widget-woocommerce-checkout-page #order_review_heading){
	padding: .5em .8em;
}
.woocommerce-account .woocommerce-MyAccount-content, .woocommerce-account .woocommerce-MyAccount-navigation{
	margin-bottom:60px!important;
}
.woocommerce-MyAccount-navigation ul{
		padding:0!important;
	}
/**/
.tech-img {
    padding: 8px;
    background: #F5F4EF;
	border-radius: 5px;
}
.tech-img img {
    width: 40px;
    box-shadow: none !important;
}
.tech_features_repeater {
    display: flex;
    align-items: center;
    gap: 15px;
}
.tech-text h5{
	margin-bottom:0;
	font-weight:500;
}
/*gform*/
.gform-theme--foundation .gfield input.large
{
	background: #F4F5F6;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: none;
    border-radius: 0;
    padding: 25px 15px;
}
.gform-theme--foundation .gfield select.large{
	background: #F4F5F6;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: none;
    border-radius: 0;
}
.gfield textarea.large
{
	background: #F4F5F6;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: none;
    border-radius: 0;
}
.gfield textarea.large:focus,
.gform-theme--foundation .gfield select.large:focus,
.gform-theme--foundation .gfield input.large{
	border: 1px solid rgba(0, 0, 0, 0.1);
	outline:none;
}
input[type="submit"].gform_button.button{
	border-radius:999px!important;
	background-color:#2e3c8c!important;
}
input[type="submit"].gform_button.button:hover{
	opacity:.85!important;
}
/**/
/*photo reviews*/
.shop-product-reviews .shortcode-wcpr-overall-rating-and-rating-count h2{
	display:none!important;
}
.shop-product-reviews .shortcode-wcpr-filter-container .shortcode-wcpr-filter-button.shortcode-wcpr-active {
    background-color: #2e3c8c !important;
	color:#fff!important;
}
.shop-submit-reviews .woocommerce-photo-reviews-form-button-add-review{
	background-color: #2e3c8c !important;
	border-color:#2e3c8c !important;
	color:#fff!important;
	border-radius:999px!important;
	padding: 10px 20px !important;
}
.shop-product-reviews .woocommerce-photo-reviews-form-button-add-review:hover,
.shop-submit-reviews input[type="submit"]:hover{
	opacity:.85!important;
}
.shop-submit-reviews .wcpr-comment-form-title {
    margin-bottom: 15px!important;
}
.shop-submit-reviews input[type="submit"]{
	background-color: #2e3c8c !important;
	border-color:#2e3c8c !important;
	color:#fff!important;
	border-radius:999px!important;
	padding: 10px 20px !important;
}
.woocommerce-photo-reviews-form input, .woocommerce-photo-reviews-form textarea {
    background: #F4F5F6 !important;
    border: 1px solid rgba(0, 0, 0, 0.1)!important;
    border-radius: 0 !important;
}
/**/
@media (max-width: 980px) {
	.activity-card-img img {
		width:280px;
	}
	.single-product-gallery .wvg-gallery-thumbnail-image {
		width: calc(var(--thumb-wrapper-margin-remove) / 8) !important;
	}
	.single-product-gallery .wvg-single-gallery-image-container {
		height: 350px !important;
	}
	.single-product-gallery .wvg-single-gallery-video-container{
		height:350px!important;
	}
}
@media (max-width: 921px){
	.woocommerce-account .woocommerce-MyAccount-content, .woocommerce-account .woocommerce-MyAccount-navigation{
		margin-bottom:40px!important;
	}
}
@media (max-width: 767px) {
	.home-carousel-slider .e-n-carousel{
		margin-right: -30%;
	}
	.activity-card-img {
		display:none;
	}
	.activity-card-title .elementor-button-icon{
		opacity:1;
	}
	.woocommerce-js .woocommerce-result-count {
		margin: 0 0 2em!important;
	}
	.single-product-gallery .woo-variation-product-gallery {
        width: 100% !important;
    }
	.single-product-gallery .wvg-gallery-thumbnail-image {
		width: calc(var(--thumb-wrapper-margin-remove) / 6) !important;
	}
	.how-it-works-product .astra-shop-thumbnail-wrap .woocommerce-LoopProduct-link,
	.how-it-works-product .add_to_cart_button{
		display:none!important;
	}
}