/**
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-widget-area{
	padding: 0px;
}

.custom_header_icons{
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 16px;
}

.custom_header_icons img{
	width: 40px;
	height: 24px;
	object-fit: contain;
	object-position: center center;
}

/* .elementor-pagination{
	display: flex;
	align-items: center;     
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
}

.page-numbers:not(.prev):not(.next) {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--ast-global-color-0);
    width: 20px; 
    height: 20px;
    border-radius: 50%;
    color: white!important;
    font-size: 14px;
    text-align: center;
} */




.remove{
	background-color: #A0C421;
}

	.woocommerce-checkout .product-quantity{
		display: none!important;
	}


@media only screen and (max-width: 1200px) {
  .woocommerce-checkout .ast-container {
	  margin-top:24px!important;;
	  margin-bottom: 24px!important;
  }
	

	
	.woocommerce-cart .ast-container {
	  margin-top:24px!important;
  }
}

.woocommerce-cart .cart_totals {
	border-collapse: separate!important;
    border-spacing: 0!important;
    border-radius: 10px!important;
    overflow: hidden!important;
	border: 1px solid #B0B0B0!important;
}


.woocommerce-cart .cart_totals h2{
	border-color: #B0B0B0!important;
	font-size: 32px;
	padding: 32px 20px;
	line-height: 1.2em;
}

#order_review_heading{
	border: unset!important;
	font-size: 32px!important;
	padding: unset!important;
	margin-bottom: 24px!important;
	line-height: 1.2em!important;
}

#order_review{
	padding: 22px 20px 0px 20px!important;
}

#place_order{
	transition: 0.35s all;
}

#place_order:hover{
	background-color: #a0c421;
}

.woocommerce-checkout-review-order{
	border-collapse: separate!important;
    border-spacing: 0!important;
    border-radius: 10px!important;
    overflow: hidden!important;
	border: 1px solid #B0B0B0!important;
}

.woocommerce-cart .cart_totals .wc-proceed-to-checkout a{
	transition: 0.35s all;
}

.woocommerce-cart .cart_totals .wc-proceed-to-checkout:hover a{
	background-color: #a0c421;
}

.woocommerce-cart .shop_table td, .woocommerce-cart .cart_totals th{
	border-color: #B0B0B0!important;
}

.woocommerce-cart .shop_table{
	border-collapse: separate!important;
    border-spacing: 0!important;
    border-radius: 10px!important;
    overflow: hidden!important;
	border: 1px solid #B0B0B0!important;
}

.e-filter-item{
	width: 100%!important;
    justify-content: start!important;
	box-shadow: unset!important;
}


.woocommerce-breadcrumb{
	margin-bottom: 0px!important;
}

/* .ast-container{
	background-color: white;
} */

.ast-scroll-to-top-right {
    right: 43px;
    bottom: 100px;
}


@media only screen and (max-width: 480px) {
	.ast-scroll-to-top-right {
		right: 27px;
		bottom: 90px;
	}
}

.mc-cart-quantity {
	position: absolute;
	right: -8px;
	top: -8px;
	background-color: var(--ast-global-color-0);
	min-width: 20px;
	height: 20px;
	padding: 0 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 999px; /* ensures it's always rounded */
	font-size: 12px;
	color: white;
	font-weight: bold;
	line-height: 1;
}


.mc-custom-cart{
	margin-bottom: 2px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}


.woocommerce-MyAccount-navigation ul{
	padding: 0px!important;
}

[data-section="sidebar-widgets-header-widget-2"]{
	width: 350px;
}
/* 
.main-header-bar {
	top: 0;
	position: sticky;
	width: 100%!important;
} */

.site-header-section .site-branding {
	padding: 0px!important;
}

[data-section="sidebar-widgets-header-widget-2"]{
	padding: 0px;
}

html, body{
    overflow-x: hidden;
}

/**
 * Section padding utility classes
 **/
.p-md{
    padding-top: 28px;
    padding-bottom: 28px;
}
.p-lg{
    padding-top: 40px;
    padding-bottom: 40px;
}
.p-xl{
    padding-top: 56px;
    padding-bottom: 56px;
}

@media screen and (min-width: 767px) {
    .p-md{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .p-lg{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .p-xl{
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
@media screen and (min-width: 1024px) {
    .p-md{
        padding-top: 56px;
        padding-bottom: 56px;
    }
    .p-lg{
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .p-xl{
        padding-top: 112px;
        padding-bottom: 112px;
    }
}


.m-md{
    margin-top: 28px;
    margin-bottom: 28px;

}
.m-lg{
    margin-top: 40px;
    margin-bottom: 40px;
}
.m-xl{
    margin-top: 56px;
    margin-bottom: 56px;
}

@media screen and (min-width: 767px) {
    .m-md{
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .mc-lg{
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .mc-xl{
        margin-top: 80px;
        margin-bottom: 80px;
    }
}
@media screen and (min-width: 1024px) {
    .m-md{
        margin-top: 56px;
        margin-bottom: 56px;
    }
    .m-lg{
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .m-xl{
        margin-top: 112px;
        margin-bottom: 112px;
    }
}

/**
 *  Styling for text-editor widget. Heading spacing & OL/UL spacing fixes.
 **/
.elementor-widget-text-editor ul, .elementor-widget-text-editor ol, .elementor-widget-theme-post-content ul, .elementor-widget-theme-post-content ol {
    margin-bottom: 2rem;
}
.elementor-widget-text-editor h1, .elementor-widget-text-editor h2, .elementor-widget-text-editor h3, .elementor-widget-text-editor h4, .elementor-widget-text-editor h5, .elementor-widget-text-editor h6{
    margin-top: 1rem;
}
.elementor-widget-text-editor .elementor-widget-container :is(h1, h2, h3, h4, h5, h6, p, img):first-of-type {
    margin-top: 0 !important;
}

.elementor-widget-text-editor ul, .elementor-widget-text-editor ol, .elementor-widget-theme-post-content ul, .elementor-widget-theme-post-content ol{
    padding-left: 20px;
    margin-bottom: 2rem;
}

ul li::marker{
    color: var( --e-global-color-primary );
}
ol li::marker{
    color: var( --e-global-color-primary );
    font-weight: 700;
}

.elementor-widget-text-editor p:last-of-type:is(:last-child){
    margin-bottom: 0!important;
}