/**
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: 2.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
*/

/*----------------------------
		>>> TABLE OF CONTENTS
------------------------------
		1.0 General CSS
			1.1 Header
			1.2 Gravity Forms
		2.0 Home
			2.1 Testimonials
		3.0 Woocommerce
			3.1 Shop
			3.2 Login
			3.3 Single Product
			3.4 Basket
			3.5 Checkout
			3.5 My Account
		4.0 Responsiveness
----------------------------*/

/*----------------------------
		1.0 General CSS
----------------------------*/
/*----------------------------
		1.1 Header
----------------------------*/
.bm-my-account-icon {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.bm-my-account-icon .elementor-icon-box-content {
	padding-top: 4px;
}

.bm-cart-icon .elementor-button-icon:after {
	content: 'Basket';
	font-family: 'Avenir', 'Sans-serif';
	font-size: 20px;
}

.bm-cart-icon .variation {
	display: none;
}

.bm-product-search .woocommerce-product-search {
	border: 1px solid #ffffff;
	border-radius: 25px;
	padding: 3px;
}

.bm-product-search input.search-field {
	background-color: transparent !important;
	border: 0;
	color: #ffffff;
	font-family: 'Avenir', 'Sans-serif';
	height: 40px;
}

.bm-product-search input.search-field::-webkit-input-placeholder {
	color: #ffffff;
}

.bm-product-search input.search-field::-moz-placeholder {
	color: #ffffff;
}

.bm-product-search input.search-field:-ms-input-placeholder {
	color: #ffffff;
}

.bm-product-search input.search-field::-ms-input-placeholder {
	color: #ffffff;
}

.bm-product-search input.search-field::placeholder {
	color: #ffffff;
}

.bm-product-search input.search-field:focus {
	outline: none;
}

.bm-product-search button {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #ffffff;
	border-radius: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	height: 40px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 0;
	width: 40px
}

.bm-product-search button:hover {
	background-color: #ffffff;
}

.bm-product-search button:before {
	content: '\f002';
	color: #4d2f8a;
	font-family: "Font Awesome 5 Free";
	font-size: 18px;
}

.woocommerce-variation-add-to-cart.variations_button {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
}

/*----------------------------
		1.2 Gravity Forms
----------------------------*/
.gform_heading {
	display: none;
}

.gform_confirmation_message  {
	text-align: center;
}

/*----------------------------
		2.0 Home
----------------------------*/
/*----------------------------
		2.1 Testimonials
----------------------------*/
.bm-testimonials .swiper-wrapper {
	padding-top: 30px;
}

.bm-testimonials .swiper-slide {
	overflow: unset;
}

.bm-testimonials .elementor-testimonial__footer {
	margin-top: -25px;
}

.bm-testimonials .elementor-testimonial__image img {
	-webkit-box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 50%);
	        box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 50%);
}

.bm-testimonials .elementor-swiper-button {
	background-color: #4D2F8A;
	border-radius: 100%;
	padding: 3px;
}

/*----------------------------
		3.0 Woocommerce
----------------------------*/
.woocommerce {
	font-family: 'Avenir', 'Sans-serif';
}

.woocommerce a {
	color: #4D2F8A;
}

/*----------------------------
		3.1 Shop
----------------------------*/
/* Products */
.woocommerce nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul li {
	text-align: center;
}

/* Filter */
.bapf_ckbox_sqchck input[type=checkbox] {
	border-color: #4D2F8A;
}

.bapf_ckbox_sqchck input[type=checkbox]:checked {
	background-color: #4D2F8A !important;
	border-color: #4D2F8A !important;
}

.bapf_ckbox_sqchck input[type=checkbox]:checked:after {
	border-bottom-color: #ffffff;
	border-right-color: #ffffff;
}

/*----------------------------
		3.2 Login
----------------------------*/
.woocommerce h2, .woocommerce-account h2 {
	font-family: 'Avenir', 'Sans-serif';
	font-size: 30px;
	text-transform: uppercase;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
	border-color: #4D2F8A;
}

/*----------------------------
		3.3 Single Product
----------------------------*/
.woocommerce div.product form.cart .variations select {
	background-color: #ffffff;
	border-color: #4D2F8A;
	font-family: 'Avenir', 'Sans-serif';
}

.woocommerce div.product form.cart .reset_variations {
	color: #4D2F8A;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	border-top: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
	display: none;
}

.woocommerce div.product.elementor .woocommerce-tabs .panel {
	border: 1px solid
}

.woocommerce div.product form.cart div.quantity {
	margin: 0 auto;
	margin-bottom: 10px;
}

/* Woocommerce Product Addon */
.pewc-product-extra-groups-wrap * {
	font-family: 'Avenir', 'Sans-serif';
}

.pewc-group-heading-wrapper h3 {
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.pewc-field-label {
	display: block;
	font-weight: bold;
	margin-bottom: 8px;
	padding-left: 8px;
}

.pewc-form-field {
	background-color: #ffffff;
	border-color: #4D2F8A !important;
    padding-bottom: 0.5em !important;
	padding-top: 0.5em !important;
	width: 100%;
}

#pewc-per-product-label,
#pewc-options-total-label,
#pewc-grand-total-label {
	font-weight: bold !important;
}

/*----------------------------
		3.4 Basket 
----------------------------*/
.woocommerce table.shop_table thead, .woocommerce-page table.shop_table thead {
	background-color: #4D2F8A;
	color: #ffffff;
}

.woocommerce table.shop_table, .woocommerce-page table.shop_table {
	border-color: #4D2F8A;
}

.woocommerce table.shop_table td, .woocommerce-page table.shop_table td {
	border-color: #4D2F8A;
	text-transform: uppercase;
}

.woocommerce a.remove {
	border-color: #4D2F8A;
	color: #4D2F8A;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
	border-color: #4D2F8A;
}

.woocommerce form .quantity .minus, .woocommerce form .quantity .plus {
	border-color: #4D2F8A;
}

.woocommerce form .quantity .qty {
	border-color: #4D2F8A;
}

.woocommerce a.button, .woocommerce button.button.alt, .woocommerce-page table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button, .woocommerce a.button.alt, .woocommerce .woocommerce-message a.button, .ast-site-header-cart .widget_shopping_cart .buttons .button.checkout, .woocommerce button.button.alt.disabled, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link {
	background-color:  #4D2F8A;
}

.woocommerce a.button:hover, .woocommerce button.button.alt:hover, .woocommerce-page table.cart td.actions .button:hover, .woocommerce-page #content table.cart td.actions .button:hover, .woocommerce a.button.alt:hover, .woocommerce .woocommerce-message a.button:hover, .ast-site-header-cart .widget_shopping_cart .buttons .button.checkout:hover, .woocommerce button.button.alt.disabled:hover, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link:hover {
	background-color: #4F4D90;
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
	color: #ffffff;
}

.woocommerce-cart .cart-collaterals .cart_totals, .woocommerce-cart .cart-collaterals .cross-sells {
	border-color: #4D2F8A;
}

.woocommerce-cart .cart-collaterals .cart_totals>h2, .woocommerce-cart .cart-collaterals .cross-sells>h2 {
	background-color: #4D2F8A;
	color: #ffffff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

/*----------------------------
		3.5 My Account
----------------------------*/
.woocommerce-message, .woocommerce-info {
	border-color: #4D2F8A
}

.woocommerce-message::before, .woocommerce-info::before {
	color: #4D2F8A
}

#customer_details h3:not(.elementor-widget-woocommerce-checkout-page h3) {
	border-color: #4D2F8A;
}

form #order_review_heading:not(.elementor-widget-woocommerce-checkout-page #order_review_heading) {
	border-color: #4D2F8A;
}

form #order_review:not(.elementor-widget-woocommerce-checkout-page #order_review) {
	border-color: #4D2F8A;
}

.woocommerce form .form-row textarea, .woocommerce input[type=email], .woocommerce input[type=number], .woocommerce input[type=password], .woocommerce input[type=reset], .woocommerce input[type=search], .woocommerce input[type=tel], .woocommerce input[type=text], .woocommerce input[type=url], .woocommerce textarea, .woocommerce-page form .form-row textarea, .woocommerce-page input[type=email], .woocommerce-page input[type=number], .woocommerce-page input[type=password], .woocommerce-page input[type=reset], .woocommerce-page input[type=search], .woocommerce-page input[type=tel], .woocommerce-page input[type=text], .woocommerce-page input[type=url], .woocommerce-page textarea {
	border-color: #4D2F8A;
}

/*----------------------------
		3.6 My Account
----------------------------*/
.woocommerce-MyAccount-navigation-link {
	border-color: #4D2F8A;
}

.woocommerce-MyAccount-navigation-link.is-active a {
	background-color: #4D2F8A;
}

.woocommerce-MyAccount-navigation-link.is-active a {
	color: #ffffff;
}

.woocommerce .woocommerce-Addresses .woocommerce-Address-title, .woocommerce .woocommerce-Addresses .woocommerce-column__title, .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title, .woocommerce .woocommerce-MyAccount-content .woocommerce-column__title, .woocommerce .woocommerce-customer-details .woocommerce-Address-title, .woocommerce .woocommerce-customer-details .woocommerce-column__title, .woocommerce-account .woocommerce-Addresses .woocommerce-Address-title, .woocommerce-account .woocommerce-Addresses .woocommerce-column__title, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-column__title, .woocommerce-account .woocommerce-customer-details .woocommerce-Address-title, .woocommerce-account .woocommerce-customer-details .woocommerce-column__title {
	background-color: #4D2F8A;
	border-color: #4D2F8A;
}

.woocommerce .woocommerce-Addresses .woocommerce-Address-title h3, .woocommerce .woocommerce-Addresses .woocommerce-column__title h3, .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title h3, .woocommerce .woocommerce-MyAccount-content .woocommerce-column__title h3, .woocommerce .woocommerce-customer-details .woocommerce-Address-title h3, .woocommerce .woocommerce-customer-details .woocommerce-column__title h3, .woocommerce-account .woocommerce-Addresses .woocommerce-Address-title h3, .woocommerce-account .woocommerce-Addresses .woocommerce-column__title h3, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title h3, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-column__title h3, .woocommerce-account .woocommerce-customer-details .woocommerce-Address-title h3, .woocommerce-account .woocommerce-customer-details .woocommerce-column__title h3 {
	color: #ffffff;
}

.woocommerce .woocommerce-Addresses address, .woocommerce .woocommerce-MyAccount-content address, .woocommerce .woocommerce-customer-details address, .woocommerce-account .woocommerce-Addresses address, .woocommerce-account .woocommerce-MyAccount-content address, .woocommerce-account .woocommerce-customer-details address {
	border-color: #4D2F8A;
}

merce-message.woocommerce a.button, .woocommerce button.button, .woocommerce .woocom a.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce input.button, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled], .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover, .woocommerce #respond input#submit, .woocommerce button.button.alt.disabled, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link, .wc-block-grid__product-onsale {
	background-color: #4D2F8A;
}

.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce .woocommerce-message a.button:hover, .woocommerce #respond input#submit:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce input.button:hover, .woocommerce button.button.alt.disabled:hover, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link:hover {
	background-color: #4F4D90;
}

/*----------------------------
		4.0 Responsiveness
----------------------------*/
@media all and (max-width: 1032px) {
	.bm-footer .bm-my-account-icon, .bm-footer .bm-cart-icon {
		margin-bottom: 20px !important;
	}

	.bm-footer .bm-my-account-icon .elementor-icon-box-icon	{
		margin-right: 0 !important;
	}

	.bm-footer .bm-my-account-icon .elementor-icon-box-content {	
		display: none;
		margin-right: 0;
	}
	.bm-my-account-icon .elementor-icon-box-content {	
		display: none;
	}
	.bm-cart-icon .elementor-button-icon:after {
		display: none;
	}
	.bm-footer .bm-cart-icon .elementor-menu-cart__toggle_button {
		padding-bottom: 0px;
		padding-right: 0;
		padding-top: 0px;
	}
	
	.bm-footer .bm-cart-icon .elementor-button-icon {
		display: inherit;
	}
	
	.bm-footer .bm-cart-icon .elementor-button-icon:after {
		display: none;
	}
}

@media all and (max-width: 767px) {
	/* Header */
	.bm-my-account-icon .elementor-icon-box-content {	
		display: none;
	}

	.bm-cart-icon .elementor-menu-cart__toggle_button {
		padding-bottom: 0px;
		padding-right: 0;
		padding-top: 0px;
	}
	
	.bm-cart-icon .elementor-button-icon:after {
		display: none;
	}
	
	/* My Account */
	.woocommerce-message, .woocommerce-info {
	text-align: center;
}
	
	
	/* Footer */
	.bm-footer .footer-menu ul li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}

