/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.3.1748411745
Updated: 2025-05-28 05:55:45

*/
/*.woocommerce-cart *{
	outline: 1px solid red;
} */
h1, h2, h3, h4, h5, h6,p,a,body{
	font-family: "Helvetica", Sans-serif !important;
}
.woocommerce-page main{
	padding-top: 60px;
	padding-bottom: 60px;
}
.woocommerce-info{
	border-top-color: var(--e-global-color-primary);
}
.woocommerce-info::before{
	color: var(--e-global-color-primary);
}
.wc-block-components-button{
	background-color: var(--e-global-color-primary);
	text-decoration: none !important;
	border-radius: 3px;
	color: #fff;
	border: none;
}
.wc-block-components-button:hover{
	color: #fff;
	background-color: #1c2b89;
}
a.wc-block-components-product-name{
	text-decoration: none;
    font-size: 1.1rem;
    font-weight: 600;
}
h3.wc-block-components-product-name{
    font-weight: 600 !important;
}
.woocommerce-Button{
	background-color: var(--e-global-color-primary) !important;
	color: #fff !important;
}
.woocommerce-shop .woocommerce-products-header__title{
	display: none;
}
.shop-banner{
	background-image: url("/wp-content/uploads/2025/05/shop.jpg");
	background-size: cover;
	min-height: 40vw;
	margin-top: -10px;
	display: flex;
    align-items: center;
}
.shop-banner h1{
	font-family: "Helvetica", Sans-serif;
    font-size: 3em;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFFFFF !important;
	text-align: center;
}
/*-----my account------*/
.woocommerce-MyAccount-navigation > ul{
	list-style-type: none;
    padding: 0;
	background: #ededed;
    border-radius: 5px;
	overflow: hidden;
}
li.woocommerce-MyAccount-navigation-link{
	padding: 10px 20px;
	border-bottom: 1px solid #b8c1f3;
}
li.woocommerce-MyAccount-navigation-link:last-child{
	border-bottom: none;
}
li.woocommerce-MyAccount-navigation-link.is-active{
	background-color: var(--e-global-color-primary);
	border-bottom: none;
}
li.woocommerce-MyAccount-navigation-link a{
	text-decoration: none;
}
li.woocommerce-MyAccount-navigation-link.is-active a{
	color: #fff;
}
/*---------filter open/close----------*/
.filter-m-title{
	background-color: var(--e-global-color-primary);
    color: #fff;
    border-radius: 4px;
    padding: 10px 20px;
    text-align: center;
    border: none;
    display: flex;
    justify-content: space-between;
	font-size: 1rem !important;
    font-weight: 600;
    width: 100%;
	cursor: pointer;
}
.filter-m-title:hover,.filter-m-title:focus{
	background-color: var(--e-global-color-primary);
}
.filter-m-title h3{
	margin: 0;
}
/* .filter-m-title .filter-oc{
	font-size: 2rem;
} */
table.variations th.label{
	display: flex;
    align-items: center;
    padding: 0;
	margin-top: 10px;
}
table.variations th.label label{
	margin-bottom: 5px !important;
}

@media(min-width: 481px){
	.filter-m-title{
		display: none;
	}
}
@media(max-width: 575px){
	.single-product.elementor-page .site-main{
		max-width: 90%;
	}
}
@media(max-width: 480px){
	.shop-sidebar > *:not(:first-child) {
		display: none;
	  }
}

.single-product.elementor-page .site-main  {
	margin-inline-start: auto;
		margin-inline-end: auto;
		width: 100%;
}
@media (min-width: 576px) {
	.single-product.elementor-page .site-main  {
        max-width: 500px;
    }
}
@media (min-width: 768px) {
	.single-product.elementor-page .site-main  {
        max-width: 600px;
    }
}
@media (min-width: 992px) {
	.single-product.elementor-page .site-main  {
        max-width: 800px;
    }
}
@media (min-width: 1200px) {
	.single-product.elementor-page .site-main {
        max-width: 1140px;
    }
}