/**
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
*/


.scroll-section {
	overflow: hidden;
	white-space: nowrap;
}
.scroll-track {
	display: inline-block;
	animation: scrollLeft 10s linear infinite;
}
.scroll-track > div {
	display: inline-flex;
	align-items: center;
	position:relative;
}


.logged-in .header-btn .head-login{ display: none; }
.account-nologin .header-btn .head-myaccount{ display: none; }
/*-----------------------------*/

#primary {   margin: 5em 0 3em; }


body.archive,
body.woocommerce-cart,
body.woocommerce-checkout,
body.logged-in.woocommerce-account{
	position: relative;
}

body.archive::before,
body.woocommerce-cart::before,
body.woocommerce-checkout::before,
body.logged-in.woocommerce-account::before {
    content: '';
    background: url(images/title-bg.jpg);
    background-repeat: no-repeat;
    background-position: top right;
	background-size: cover;
    position: absolute;
    left: 0; right: 0;
    height: 350px;
}


.woocommerce .woocommerce-ordering {
    margin-bottom: 1em;
    border: solid 1px #ccc;
}

.woocommerce-js .variations select, 
.woocommerce-js .woocommerce-ordering select {
    padding: .5em 1em;
}
header.woocommerce-products-header {
    padding-bottom: 130px;
}

.page-title {
    margin-bottom: 15px;
}

.tax-product_cat ul.products li:last-child {
    margin-bottom: 0 !important;
}

.tax-product_cat ul.products li.product {
    margin-bottom: 0;
}

/*--Drop Down Width--------*/
.elementor-nav-menu--main .elementor-nav-menu ul {
    width: 15em !important;
}



/*--------Category Page--------------*/

.tax-product_cat #primary {
    margin-bottom: 0;
}


.arrow-down {
    left: 0;
    right: 0;
}

.woocommerce ul.products, 
.woocommerce-page ul.products,
.related ul.products {
    column-gap: 30px;
}


.astra-shop-summary-wrap {
    display: flex;
    flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px;
	position: relative;
}

.astra-shop-summary-wrap .ast-loop-product__link {
    flex: 0 0 50%;
    max-width: 50%;
}

.astra-shop-summary-wrap span.price {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: right;
}

.astra-shop-summary-wrap .add_to_cart_button {
    text-align: center;
    flex: 0 0 100%;
    max-width: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400 !important;
}
	
.related ul.products li.product {
    display: flex !important;
    flex-direction: column !important;
}
	
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
    row-gap: 15px;
}


.woocommerce-js ul.products li.product .woocommerce-loop-product__title, 
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    font-size: 27px;
    font-weight: 400;
	margin-bottom: 0;
}

.woocommerce-js ul.products li.product .price, 
.woocommerce-page ul.products li.product .price {
	font-weight: 300;
	font-size: 25px;
}


/*---Login Page--------*/
.account-nologin .account-bg-wrap {
    background-color: transparent !important;
    box-shadow: none !important;
	padding:0;
}
body.woocommerce-account.account-nologin .account-title{
	display: none;
}

/*---Register----------*/

.form-register .wpforms-submit {
    width: 100%;
    font-weight: 300 !important;
    letter-spacing: 1px;
    height: 46px !important;
    background-image: linear-gradient(45deg, #003A99, #0060FF);
}

.form-register .wpforms-submit:hover {
    background-image: linear-gradient(45deg, #003A99, #003A99);
}



/*calculator css starts here*/

.weight-calculator {
    max-width: 650px;
    margin: auto;
    padding: 30px;
    font-family: Arial, sans-serif;
}
input[type="range"]:focus {
    border: none;
    outline: none;
}


.results {
  display: flex;
  justify-content: space-between;
   align-items: center;
   gap: 30px;
   margin-bottom: 30px;
}

.result-box {
    flex: 1;
}

.left-box {
    text-align: left;
}

.right-box {
    text-align: right;
}

.results label {
 font-size: 18px;
 display: block;
 margin-bottom: 10px;
 color: #000000;
}

.results h3 {
    font-size: 30px;
    color: #0060FF;
    margin: 0;
    transition: 0.3s ease;
    font-weight: 400;
}
.results h3 span {
    font-weight: 800;
    font-family: Arial;
    font-size: 40px;
}


.graph-bars {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 4px;
    height: 80px;
    margin: 35px 0;
}

.bar {
    width: 8px;
    background: #d9d9d9;
    border-radius: 10px;
    transition: all 0.4s ease;
}


.slider-wrapper {
    margin-top: 30px;
}

input[type="range"] {
    width: 100%;
    appearance: none;
    height: 8px;
    border-radius: 20px;
    background: #dce6ff;
    outline: none;
}

input[type="range"]::-webkit-slider-thumb {
    appearance: none;
    width: 26px;
    height: 26px;
    background: #0060FF;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0,96,255,0.25);
}

/* Mobile Responsive */

@media (max-width: 767px) {
    .results {
        flex-direction: row;
        justify-content: space-between;
    }

    .results h3 {
        font-size: 30px;
    }

    .results label {
        font-size: 16px;
    }
	.weight-calculator { 
		padding: 30px 10px;
	}
}

/*calculator ends here*/


/*  Login/Signup */
body.page-id-250,
body.woocommerce-account.account-nologin {
    background: url(images/account-bg.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 100%;
}

body.woocommerce-account.account-nologin .account-outer {
    background-image: none !important;
}

/*------#WooCommerce New Css -----------*/

input:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="reset"]:focus, input[type="search"]:focus, input[type="number"]:focus, textarea:focus, .wp-block-search__input:focus, [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal:focus, .ast-mobile-popup-drawer.active .menu-toggle-close:focus, .woocommerce-ordering select.orderby:focus, #ast-scroll-top:focus, #coupon_code:focus, .woocommerce-page #comment:focus, .woocommerce #reviews #respond input#submit:focus, .woocommerce a.add_to_cart_button:focus, .woocommerce .button.single_add_to_cart_button:focus, .woocommerce .woocommerce-cart-form button:focus, .woocommerce .woocommerce-cart-form__cart-item .quantity .qty:focus, .woocommerce .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper > .input-text:focus, .woocommerce #order_comments:focus, .woocommerce #place_order:focus, .woocommerce .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .woocommerce-input-wrapper > .input-text:focus, .woocommerce .woocommerce-MyAccount-content form button:focus, .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row .woocommerce-Input.input-text:focus, .woocommerce .ast-woocommerce-container .woocommerce-pagination ul.page-numbers li a:focus, body #content .woocommerce form .form-row .select2-container--default .select2-selection--single:focus, #ast-coupon-code:focus, .woocommerce.woocommerce-js .quantity input[type=number]:focus, .woocommerce-js .woocommerce-mini-cart-item .quantity input[type=number]:focus, .woocommerce p#ast-coupon-trigger:focus {
    border-style: none;
    border-color: inherit;
    border-width: 0;
}

.woocommerce-message:focus, 
.woocommerce-info:focus {
    outline: none;
} 
.woocommerce-variation-add-to-cart {
    padding: 20px 0 0;
    display: inline-block;
    width: 100%;
}
.woocommerce-js div.product form.cart .button {
    float: right;
}

/*  Cart  */

.woocommerce-js table.shop_table thead, 
.woocommerce-page table.shop_table thead {
    background-color: #000000;
    color: #fff;
}
.woocommerce-cart table.shop_table tbody {
    background-color: #FFFFFF;
}
.cart_totals {
    background-color: #fff;
}
.cart_totals h2 {
    background-color: #000000 !important;
    color: #FFFFFF;
    font-size: 20px;
    padding: 13px 25px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.3em;
}
.woocommerce-js table.shop_table th {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.woocommerce-js table.shop_table .product-thumbnail img, 
.woocommerce-page table.shop_table .product-thumbnail img {
    width: auto;
    max-width: 150px;
}
.woocommerce-js form table.shop_table td,  
.woocommerce-page form table.shop_table td {
    border-bottom-width: 0;
    padding: 2em 1em;
}


table.shop_table .product-thumbnail a {
    display: inline-block;
    background: rgb(0 96 255 / 6%);
    border: solid 2px transparent;
    text-align: center;
    border-radius: 20px;
}

.woocommerce-cart table.shop_table td.product-name {
    font-weight: 400;
    line-height: 1.2em;
}
.woocommerce-js button.button:disabled, 
.woocommerce-js button.button:disabled[disabled] {
    padding: 1em 2em;
}
@media screen and (min-width: 1200px){
	table.shop_table .product-thumbnail a {
		min-width: 200px;
	}
	.woocommerce-cart table.shop_table td.product-name {
		font-size: 20px;
	}
	.shop_table td.product-thumbnail {
		max-width: 172px;
	}
	.shop_table td.product-name {
		max-width: 310px;
	}	
}

@media screen and (max-width: 1199px){
	table.shop_table .product-thumbnail a {
		min-width: 140px;
	}
}

/*  checkout  */

.woocommerce-checkout div#customer_details {
    background-color: rgb(0 96 255 / 4%);
    padding: 40px 40px;
    border: solid 1px rgb(4 49 104 / 20%);
}

.woocommerce-checkout h3#order_review_heading {
    padding: 50px 20px 20px !important;
    border: solid 1px rgb(4 49 104 / 20%) !important;
    background-color: rgb(0 96 255 / 4%);
}

.woocommerce-checkout div#order_review {
    background-color: rgb(0 96 255 / 4%);
    border-width: 0 1px 1px !important;
    border-top: 0;
    padding: 0 20px !important;
}

.woocommerce-billing-fields h3, 
.woocommerce-checkout #order_review_heading {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 36px;
}
.woocommerce-checkout-payment .woocommerce-info span {
    font-size: 17px;
    line-height: 1.5em;
    display: inline-block;
}

.woocommerce-js form .form-row label {
    line-height: 2;
    font-weight: 400;
    font-size: 15px;
}


@media screen and (max-width: 767px){
	.woocommerce-checkout div#customer_details {
		padding: 40px 20px !important;
	}
}

/*  checkout End  */

/*---Login/Signup---*/
.box-liner {
    background: rgb(255 255 255 / 10%);
    border: solid 1px rgb(255 255 255 / 50%);
    border-radius: 40px;
    backdrop-filter: blur(54px);
    -webkit-backdrop-filter: blur(54px);
}
#page .wpforms-form input:focus {
    border: 1px solid rgb(255 255 255 / 70%);
    box-shadow: none;
}
.wpforms-container .wpforms-field-label, 
.wp-core-ui div.wpforms-container .wpforms-field-label {
    font-weight: 300;
    margin-bottom: 5px !important;
}
.form-register .elementor-shortcode .wpforms-container {
    margin: 10px auto;
}

/*-------WooCommerce Account------------*/

.woocommerce-MyAccount-navigation>ul { padding-left: 0; }
.woocommerce-account .woocommerce-MyAccount-navigation { 
	background-color: #000;
	padding:26px;
	border-radius: 22px;
}
body .woocommerce-MyAccount-navigation-link.is-active a {
   background-color: #FBFBFD;
   border-radius: 30px;
}

body .woocommerce-MyAccount-navigation-link {
    border: none;
    color: #fff;
    padding-bottom: 5px;
    padding-top: 5px;
}

body .woocommerce-MyAccount-navigation-link a {
    padding: .7em 1.5em;
    color: #fff;
}
/*--------Account Page Css-----------*/

.woocommerce-js table.my_account_orders {
    font-size: 1em;
}
.woocommerce-js table.my_account_orders td, 
.woocommerce-js table.my_account_orders th {
    padding: 12px 15px;
    vertical-align: top;
}
.woocommerce-js table.my_account_orders .button {
    font-size: 12px !important;
}

.order-filters {
    display: flex;
    flex-direction: column;
    align-items: flex-end; 
    gap: 20px;
    margin-bottom: 20px;
}
 

.search-box {
    width: 275px;
}
 
#order_search {
    width: 100%;
    padding: 6px 30px;
    border: 1px solid #ddd;
    border-radius: 30px;
    font-size: 14px;
    height: 44px;
}
 

.filter-box {
    width: 200px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
 

#order_filter {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #ddd;
    border-radius: 40px 40px;
    font-size: 14px;
}
 

.custom-date {
    display: none;
    gap: 10px;
}
 
.custom-date.active {
    display: flex;
}
 
.custom-date input {
    flex: 1;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 6px;
}
 

#filter_btn {
    padding: 10px;
    background: #0073aa;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}
 
#filter_btn:hover {
    background: #005f8d;
}
 
h2.woocommerce-column__title {
    font-size: 30px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0 !important;
}
.woocommerce-order-details__title {
    text-transform: capitalize;
}
.woocommerce-MyAccount-content p {
    margin-bottom: 5px;
} 

@media (max-width: 768px) {
    .order-filters {
        align-items: stretch;
    }
 
    .search-box,
    .filter-box {
        width: 100%;
    }
}


h1.product_title {
    font-weight: 500 !important;
}

.custom-qty-wrapper {
	display: flex !important;
	align-items: center;
	gap: 0;
	justify-content: center;
}

.woocommerce-cart-form .quantity .qty {
    border-color: #fff !important;
    text-align: center !important;
    font-weight: 500;
    color: #000;
}

#page .custom-qty-wrapper button {
    width: 40px;
    height: 40px;
    cursor: pointer;
    padding: 0;
    border-radius: 0;
}

@media screen and (min-width: 1200px){
	.woocommerce-account .woocommerce-MyAccount-navigation { 
		width: 22%; 
	}
	.woocommerce-account .woocommerce-MyAccount-content { width: 75%; }	
}

.woocommerce-Address-title h2 {
    font-weight: 500;
    font-size: 30px;
}
.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message {
    padding: .5em 2em .5em 3.5em;
    margin: 0 0 1em;
    border-top: 3px solid #FFFFFF;
}
.product-desc .elementor-heading-title {
    margin-bottom: 10px;
}
.thum-gallery .woocommerce-product-gallery__trigger {
    display: none;
}
.ast-article-single figure, 
.ast-article-single img:not(figure img) {
    box-shadow: none !important;
    -webkit-box-shadow: !important;
    -moz-box-shadow: !important;
}
.woocommerce-js h2 {
    margin-bottom: 10px;
}


/*------------------------------------*/

@keyframes scrollLeft {
	from {
	  transform: translateX(0);
	}
	to {
	  transform: translateX(-50%);
	}
}



/*----------Category Page-----------*/
.woocommerce-js .woocommerce-breadcrumb a {
    color: #ffffff;
}
.woocommerce-js .woocommerce-breadcrumb {
    margin: 0 0 .5em;
    color: #fff;
}
body.archive .page-title {
    color: #fff;
    font-weight: 300;
    font-size: 60px;
}


/*-----------------------------------------*/

.navbg {
	border: solid 1px rgb(139 187 241 / 80%);
	transition: border-color 0.4s ease;
}

@media screen and (min-width: 768px){
	
	/* Header on scroll */
	.main-header > .e-con-inner {
		transition: padding 0.4s ease, box-shadow 0.4s ease;
	}
	
	.elementor-sticky--effects {
		background: url(images/nav-full-bg.png);
		background-repeat:no-repeat;
		background-position: top center;
		background-size: cover;
		box-shadow: 0 4px 20px rgb(0 0 0 / 8%);
	}
	
	.elementor-sticky--effects .navbg {
		background-image: none !important;
		border-color: transparent !important;
	}
	
	.elementor-sticky--effects > .e-con-inner { 
		padding-top: 10px; 
	}
	
	
	/*-----Inner Header----------*/
	
	/*.inner-header .elementor-sticky--effects {
		position: relative;
		transition: padding 0.4s ease, box-shadow 0.4s ease;
		overflow: hidden;
	}
	.inner-header .elementor-sticky--effects::before {
		content: "";
		position: absolute;
		inset: 0;
		background: url("images/nav-full-bg.png") no-repeat top center;
		background-size: cover;
		opacity: 0;
		transition: opacity 0.4s ease;
		z-index: -1;
	}

	.inner-header .elementor-sticky--effects {
		box-shadow: 0 4px 20px rgb(0 0 0 / 8%);
		padding-top: 10px;
	}

	.inner-header .elementor-sticky--effects.elementor-sticky--active::before {
		opacity: 1;
	}

	.inner-header .elementor-sticky--effects .navbg {
		border-color: transparent !important;
	}*/
}



@media (min-width: 768px) and (max-width: 1200px){
	.mob-dark-text .product_title,
	.mob-dark-text .price{
		color: #000 !important;
	}	
}	


@media (min-width: 768px) and (max-width: 1024px){
	
	.ast-container .woocommerce ul.products:not(.elementor-grid), 
	.woocommerce-page ul.products:not(.elementor-grid), 
	.woocommerce.tablet-columns-3 ul.products:not(.elementor-grid) {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	
}

@media screen and (max-width: 991px){
	body.page-id-250,
	body.woocommerce-account.account-nologin {
		background-size: cover;
	}
}

@media screen and (max-width: 767px){
	 .main-header{
		background: url(images/nav-full-bg.png);
		background-repeat:no-repeat;
		background-position: top center;
		background-size: cover;
		box-shadow: 0 4px 20px rgb(0 0 0 / 8%);
	}
	
	.navbg {
		background-image: none !important;
		border-color: transparent !important;
	}
	
	.ast-container .woocommerce ul.products:not(.elementor-grid), 
	.woocommerce-page ul.products:not(.elementor-grid), 
	.woocommerce.tablet-columns-3 ul.products:not(.elementor-grid) {
		grid-template-columns: 1fr;
	}
	
	.elementor-nav-menu a {
		justify-content: space-between;
	}
	.current-menu-item .sub-arrow svg path{
		fill:#FFFFFF !important;
		color:#FFFFFF !important;
	}
	
	body.archive .page-title {
		font-size: 45px;
	}
	.mob-dark-text .product_title,
	.mob-dark-text .price{
		color: #000 !important;
	}
	.newsletter label input[type="email"] {
		border-radius: 0 !important;
		margin-bottom: 10px;
	}
	.newsletter input[type="submit"] {
		border-radius: 0 !important;
	}

	/*.inner-header .elementor-sticky--effects {
		position: relative;
		transition: padding 0.4s ease, box-shadow 0.4s ease;
		overflow: hidden;
	}
	.inner-header .elementor-sticky--effects::before {
		content: "";
		position: absolute;
		inset: 0;
		background: url("images/nav-full-bg.png") no-repeat top center;
		background-size: cover;
		opacity: 0;
		transition: opacity 0.4s ease;
		z-index: -1;
	}
	.inner-header .elementor-sticky--effects.elementor-sticky--active::before {
		opacity: 1;
	}
	.inner-header .elementor-sticky--effects .navbg {
		border-color: transparent !important;
	}*/
	
	
}


@media screen and (max-width: 544px){
	
	.woocommerce .woocommerce-result-count, 
	.woocommerce-page .woocommerce-result-count {
		width: 100%;
	}
	.woocommerce .woocommerce-ordering, 
	.woocommerce-page .woocommerce-ordering {
		float: left;
	}
	
}