/**
Theme Name: astra-child
Author: rashu.pro@gmail.com
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
*/

@font-face {
    font-family: "Nutritix Heading";
    src: url("./assets/fonts/font-heading/Nutritix-Heading.eot");
    src: url("./assets/fonts/font-heading/Nutritix-Heading.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/font-heading/Nutritix-Heading.woff2") format("woff2"), url("./assets/fonts/new/Nutritix-Heading.woff") format("woff"), url("./assets/fonts/new/Nutritix-Heading.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/*-------------------------------------------------------------
1.1 Typography
--------------------------------------------------------------*/
:root {
    --primary: #F65000;
    --primary_hover: #DD4800;
    --text: #464646;
    --text-light: #888888;
    --accent: #151515;
    --light: #F4F4F4;
    --border: #E8E8E8;
    --background: #ffffff;
    --e-global-typography-text-font-family: "Plus Jakarta Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    --e-global-custom-typography-accent-font-family: "Nutritix Heading", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    --container: 1290px;
}

body {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    background-color: var(--background);
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin: 0 0 0.5407911001em;
    color: var(--accent);
    font-weight: 500;
    font-family: var(--e-global-custom-typography-accent-font-family);
}
.menu-highlighted a.menu-link{
    position: relative;
}
.menu-highlighted a.menu-link{
    text-decoration: underline!important;
}
.menu-highlighted a.menu-link:after{
    position: absolute;
    top:50%;
    left: 0;
    right: 0;
    transform: translateY(-50%) skewX(-10deg);
    content: '';
    background-color: #286d9b;
    height: 68%;
    z-index: -1;
    border-radius: 8px;
}
li.menu-highlighted:hover a.menu-link{
    color: #fff!important;
}

.hfe-product-title h2{
    font-family: var(--e-global-typography-text-font-family);
    font-size: 16px;
}

.hfe-product-add-to-cart{
    margin: 0 -20px -20px;
}
.hfe-woo-products-wrapper .hfe-product-add-to-cart .button{
    display: block;
    border-radius: 0;
    padding: 20px 24px!important;
    background: #286d9b;
}
.hfe-woo-products-wrapper .hfe-product-add-to-cart .button:hover{
    background-color: #56a1d3;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp{
	background: transparent;
	padding: 0;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{
	padding: 8px 24px 8px 48px;
	border-radius: 8px;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{
	left: 15px;
	top: 6px;
}
.wpcf7 .subscriber-form-wrapper{
	display: flex;
	gap: 10px;
	margin-bottom: 0;
	flex-direction: column;
}
.wpcf7 .subscriber-form-wrapper p{
	margin-bottom: 0;
}
.subscriber-form-input{
	width: 100%;
}
.subscriber-form-input .wpcf7-form-control-wrap input.wpcf7-form-control{
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff;
	border-radius: 8px;
	padding: 14px 20px;
}
.subscriber-form-submit .wpcf7-submit{
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 8px;
    padding: 18px 35px;
    min-width: 188px;
    font-weight: 400;
	width: 100%;
}
.category-box .elementor-image-box-img{
	margin: 0;
}
.category-box .elementor-image-box-img img{
	width: 46px;
	height: 46px;
	background: #f4f4f4;
	object-fit: cover;
	border-radius: 50%;
}
.category-box p{
	margin-bottom: 0;
}
@media (min-width: 768px){
	.wpcf7 .subscriber-form-wrapper{
		flex-direction: row;
	}
	
.category-box .elementor-image-box-img img{
	width: 76px;
	height: 76px;
}
}
/* Hide ONLY the duplicate coupon - NOTHING ELSE */
.woocommerce-checkout-review-order .woocommerce-form-coupon-toggle,
.woocommerce-checkout-review-order p.form-row:has(input[name="coupon_code"]),
.woocommerce-checkout-review-order p.form-row:has(button[name="apply_coupon"]) {
    display: none !important;
}

/* Make sure payment section is visible */
#payment,
.place-order,
#place_order,
button#place_order,
.woocommerce-checkout-payment {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}