/*
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.3.0.1745474361
Updated: 2025-04-24 05:59:21

*/

/* Global */
p.price {
    margin: 0 !important;
}
.price del {
    text-decoration: line-through !important;
}

/* Header */
header.sticky-header {
	--header-height: 80px;
	--shrink-header-to: 0.6;
	--transition: all 0.2s ease-out;
	background-color: rgba(255, 255, 255, 1);
	transition: background-color var(--transition),
				backdrop-filter var(--transition),
				box-shadow var(--transition);
}
header.sticky-header.elementor-sticky--effects {
	background-color: rgba(255, 255, 255, .8) !important;
	box-shadow: 0px 4px 33px 1px rgba(0, 0, 0, .07);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
}
header.sticky-header > .e-con-inner {
	min-height: var(--header-height);
	transition: min-height var(--transition);
}
header.sticky-header.elementor-sticky--effects > .e-con-inner {
	min-height: calc( var(--header-height) * var(--shrink-header-to) );
}
header.sticky-header.sec-logo.elementor-sticky--effects {
	padding: 0 !important;
}

@media only screen and (max-width: 767px) {
	/*header.sticky-header {
		--header-height: 70px;
	}*/
	header.sticky-header.elementor-sticky--effects .logo img {
		max-width: 30px;
	}
}

header.sticky-header .logo img {
	transition: var(--transition);
}
header.sticky-header.elementor-sticky--effects .logo img {
	/*transform: scale(.8);*/
	max-width: 150px;
}

/* Shop Product */
.prod-title {
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
}

#single-product-meta .product_meta span.sku_wrapper.detail-container {
    display: none !important;
}
#single-product-meta .detail-label {
	display: none;
}
#left-menu-product a.elementor-item.elementor-item-active {
    text-decoration: underline;
}
/*.woocommerce ul.products li.product a img {
	margin: 0 !important;
}*/
a.button.product_type_variable.add_to_cart_button {
    margin: 0 !important;
	width: 100%;
	text-align: center;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    margin: 0 !important;
	width: 100%;
	text-align: center;
}
.custom-product-card {
    background: #fff;
    /*border: 1px solid #eee;*/
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    position: relative;
}

.product-image-wrapper {
    position: relative;
    overflow: hidden;
}

.product-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}

.woocommerce-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: black;
    color: white;
    font-size: 12px;
    padding: 5px 8px;
    z-index: 2;
}

#product-loop .woocommerce-loop-product__title {
	padding: 0 20px;
}
#product-loop span.price {
	padding: 0 20px;
}

/*.add-to-cart-button {
    background-color: black;
    text-align: center;
}

.add-to-cart-button a.button {
    background: transparent !important;
    border: none;
    color: white;
    padding: 10px 20px;
    width: 100%;
    display: block;
}*/

/*.add-to-cart-button a.button:hover {
    background: #FFB8B8 !important;
	color: #fff;
}*/

.product-details {
    padding: 15px;
    text-align: left;
    position: relative;
}

.product-title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 8px;
	color: #000 !important;
}

.product-stock {
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
}

.product-price {
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: 16px;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    .elementor-widget-wc-archive-products .products {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}
@media only screen and (max-width: 1024px) and  (min-width: 768px) {
    .elementor-widget-wc-archive-products .products {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

/* Variation */
th.label {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}
td.value.woo-variation-items-wrapper {
	margin: 0 !important;
    margin-bottom: 20px !important;
    background: transparent !important;
}
li.variable-item.button-variable-item {
    margin-right: 15px !important;
    border-radius: 0 !important;
    padding: 20px !important;
}
