/*
Theme Name: فرزند هلو المنتور
template: hello-elementor
*/


:root {
	--mc: #6ec1e4;
	--sc: #ff7d21;
	--bc: #d1dde6;
	--lc: #f5f5f5;
	--tc: #1e1e1e;
	--br: 16px;
}
.not_in_stock_product {font-size: 14px;color: #700;background:#fff1f1;border: 1px solid #700;padding: 5px 15px;border-radius: 5px;display: flex;justify-content: center;align-items: center;}
.rb_flex_column_wrap{
	display: flex;
	flex-direction: column;
}
footer {
	background: #004162;
}
body{
	background: #fff !important;
}
a{
	text-decoration:none !important;
}
.woocommerce:has(#snapppay-payment-button) {
	padding: 30px;
}
.reset_variations::before {
	content: "پاک کردن متغیرها";
	font-size: 11px;
	display: inline-flex;
}
.reset_variations {
	font-size: 0 !important;
}
.rb_single_sale_product del {
	color: #999;
}
.rb_single_sale_product {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
}
.rb_single_sale_product.hide{display:none !important;}
.rb_single_sale_product ins {
	font-size: 20px;
	text-decoration: none;
}
.single_add_to_cart_button {
	background: #6ec1e4 !important;
	border-radius: 6px !important;
	font-size: 14px !important;
	padding: 14px !important;
}
.elementor-element-50f068eb{margin-right: auto;}
#search_box:focus-visible {
	outline: 0;
	border-color: #35a0ff;
}
table tbody > tr:nth-child(2n+1) > td, table tbody > tr:nth-child(2n+1) > th, table tbody tr:hover > td, table tbody tr:hover > th {
	background-color: transparent !important;
}
.woocommerce-MyAccount-navigation ul {
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	border: 1px solid #ddd;
	border-radius: 12px;
	padding: 15px;
	margin: 50px 0;
}
.size-swatch.swatch-item.disabled {
	background: #e1e1e1;
	pointer-events: none;
	color: #777;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price{
	margin: 15px auto;
	display: block;
	text-align: center;
	color: #222 !important;
	font-weight: 700;
}

.woocommerce-Button , .woocommerce-button {
	background: #6ec1e4 !important;
	color: #fff !important;
	margin-top: 20px !important;
}
.woocommerce-MyAccount-content input {
	border: 1px solid #c1c1c1 !important;
}
.woocommerce-OrderUpdates li {
	background: #eee;
	padding: 15px;
	border-radius: 12px;
	width: fit-content;
	font-size: 14px;
}
.woocommerce-OrderUpdates {
	display: flex;
	flex-direction: column;
	gap: 15px;
	list-style: none;
	padding: 0;
}
.woocommerce-MyAccount-content {
	display: flex;
	flex-direction: column;
	border: 1px solid #ddd;
	border-radius: 12px;
	padding: 15px;
	margin: 50px 0;
}
.woocommerce-MyAccount-navigation a {
	color: #000;
	padding: 5px 0;
	width: 100%;
	display: flex;
	transition:0.3s all; 
	border-radius: 5px;
}
.woocommerce-MyAccount-navigation a:hover {
	background: #6ec1e4;
	padding-right: 15px;
	color: #fff;
}
.woocommerce-MyAccount-content a {
	color: #0096d5;
}
.products .discount_badge{
	left:unset;
	right:0;
}
.discount_badge {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	background-color: #d32f2f;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	border-radius: 5px;
	padding: 2px 8px;
	display: flex;
	line-height: 20px;
	width: 35px;
	white-space: nowrap;
}
.outstock_badge {
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%,-50%);
	background: #6ec1e4;
	color: #fff;
	font-size: 17px;
	padding: 5px 10px;
	border-radius: 4px;
}
.header_gold_price {
	background: #eee;
	padding: 5px 10px;
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4px;
	font-size: 13px;
	border-radius: 10px;
	border: 1px solid #ddd;
	cursor: pointer;
}
h3.section_title.w-100 {
	font-size: 20px;
	margin-bottom: 20px;
}
.woocommerce form .form-row label{font-size: 14px;}
.quantity.rb_product_qty > span {
	border: 1px solid #E4E4E7;
	background: #f4f4f5;
	cursor: pointer;
	width: 38px;
	height: 34px;
	justify-content: center;
	align-items: center;
	display: inline-flex;
	border-radius: 8px;
}
.quantity.rb_product_qty > span:hover {
	background: #eaeaea;
}
.reset_variations {
	border-radius: 3px;
	padding: 13px 4px 8px;
	cursor: pointer;
	border: 1px solid red;
}
.reset_variations:hover { background: red; color: #fff; }
.product-thumbnail a {
	display: block;
}
.elementor-add-to-cart .variations table td, table th{padding: 0;}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
	margin-top: 10px;
	color: #444;
	text-align: center;
	background: #e4ffe066;
	border: 1px solid #38ca38;
	border-radius: 10px;
	padding: 10px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .out-of-stock{
	background: #f9e3e366;
	border: 1px solid #ca3838;
}
.quantity.rb_product_qty.d-flex {
	display: flex;
	align-items: center;
	gap: 5px;
}
.size-swatch-wrapper { margin-top: 10px; }
.size-swatch.swatch-item {
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	margin: 5px;
	text-align: center;
	border: 2px solid #ddd;
	border-radius: 6px;
	cursor: pointer;
	font-size: 15px;
	transition: 0.2s;
	background: #fff;
}
.size-swatch:hover { border-color: #000; }
.size-swatch.active {
	border-color: #000;
	background: #000;
	color: #fff;
}

/* رنگ */
.swatch-wrapper { margin-top: 10px; }
.swatch-item {
	display: inline-block;
	width: 35px;
	height: 35px;
	margin: 5px;
	border: 2px solid #ddd;
	border-radius: 6px;
	cursor: pointer;
	transition: 0.2s;
}
.swatch-item:hover { border-color: #000; }
.swatch-item.active {
	border-color: #000;
}
.quantity.rb_product_qty input {
	padding: 5px;
	height: 42px !important;
}
.quantity.rb_product_qty input:focus-visible {
	outline: 0;
	border-color: #aaa;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type=number] {
	-moz-appearance:textfield;
}
#shop_filter {
	background: #fff;
}
.rb_flex_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}
.rb_btn {
	background: var(--mc);
	padding: 12px 25px;
	border-radius: var(--br);
	border: 2px solid var(--mc);
	color: #fff !important;
	font-size: 14px;
	width: fit-content;
	font-weight: 600;
	text-align: center;
	cursor: pointer;
	transition: .2s linear;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.rb_btn:hover {
	box-shadow: inset 0 0 100px #0004;
	color: #fff !important;
}

.btn_loading {
	position: relative;
	font-size: 0 !important
}
.btn_loading::before {
	content: "";
	width: 20px;
	height: 20px;
	display: block;
	border-radius: 50%;
	border-style: solid;
	border-width: 2px;
	border-color: #ddd #ddd #ddd #000;
	animation: btn_loading .8s infinite linear;
	margin-top: 3px
}
@keyframes btn_loading {
	0% {
		transform: rotate(0deg)
	}
	100% {
		transform: rotate(360deg)
	}
}
#rb_header_search .btn_loading::before {
	top: 14px !important;
	left: 15px !important;
	right: auto !important;
	position: absolute;
}

#rb_header_search input {
	font-size: 14px;
	border: 1px solid #eee;
	border-radius: 12px;
	padding: 15px;
	font-weight: 500;
	width: 100%;
	background: #f5f5f5;
}

#rb_header_search:hover input,
#rb_header_search input:focus {
	box-shadow: unset;
	border: 1px solid var(--mc)
}

#rb_header_search:hover path,
#rb_header_search:focus path {
	fill: var(--mc)
}

#rb_header_search input::placeholder {
	font-size: 13px
}

#rb_header_search .rb_header_search_btn {
	position: absolute;
	left: 15px;
	top: 14px;
	z-index: 3;
	background: transparent;
	border: 0;
	padding: 0;
}

#header_search_box_close_btn {
	position: absolute;
	top: 8px;
	right: 12px;
	cursor: pointer
}

#header_search_box_close_btn:hover {
	color: var(--mc)
}

.product_search_box {
	position: relative
}

.header_search_box {
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	padding: 30px 20px;
	background: #fff;
	z-index: 99999;
	border: 1px solid #dee2e6;
	border-top: 0;
	border-radius: 0 0 10px 10px;
	box-shadow: 0 0 15px #0a0a0a0a
}

.header_search_title {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.header_search_title h4 {
	font-size: 13px;
	font-weight: 700
}

.header_search_title p {
	font-size: 12px
}

.header_search_box .search_box_cat {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 5px;
	padding: 10px 0;
	-ms-overflow-style: thin;
	scrollbar-width: thin;
	overflow-x: auto
}

.header_search_box .search_box_cat::-webkit-scrollbar,
.header_last_searched .row::-webkit-scrollbar {
	height: 6px
}

.header_search_box .search_box_cat::-webkit-scrollbar-track,
.header_last_searched .row::-webkit-scrollbar-track {
	background: #eee
}

.header_search_box .search_box_cat::-webkit-scrollbar-thumb,
.header_last_searched .row::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background-color: #ccc
}

.last_search_cat::-webkit-scrollbar {
	width: 6px
}

.last_search_cat::-webkit-scrollbar-track {
	background: #eee
}

.last_search_cat::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background-color: #ccc
}

.header_search_box .search_box_cat .cat_item {
	border: 1px solid #eee;
	border-radius: 20px;
	padding: 5px 8px;
	white-space: nowrap;
	font-size: 11px;
	margin: 0 0 10px;
	display: flex;
	align-items: center;
	color: #000;
}

.header_last_searched {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.header_last_searched .row {
	-ms-overflow-style: thin;
	scrollbar-width: thin
}
.last_search_cat a {
	color: #444;
}
.header_search_box .searched_item {
	color: #333;
	border: 1px solid #eee;
	border-radius: 15px;
	overflow: hidden;
	font-size: 11px;
	font-weight: 700;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 5px
}
.searched_item span {
	white-space: nowrap;
	padding: 0 10px;
}
.header_search_box .searched_item img {
	width: 60px
}

.last_search_cat {
	display: flex;
	padding: 0 10px;
	flex-direction: column;
	max-height: 200px;
	overflow-x: auto;
	-ms-overflow-style: thin;
	scrollbar-width: thin
}

.last_search_cat a span:first-child {
	font-weight: 700;
	font-size: 12px
}

.last_search_cat a span:last-child {
	font-size: 12px
}

.last_search_cat a {
	display: flex;
	margin: 3px 0;
	justify-content: space-between;
	align-items: center
}

.header_search_box .clear_history p {
	cursor: pointer;
	margin: 0
}
.wd-event-hover:hover > .wd-dropdown, .wd-event-click.wd-opened > .wd-dropdown, .wd-dropdown.wd-opened{
	pointer-events: unset !important;
}
.snappay_box {
	width: fit-content;
	padding: 0;
	border-radius: 8px;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	margin: 5px auto 15px auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 4px;
	overflow: hidden;
	background: #fdfdfd;
}
.snappay_box strong {
	background: #008efa;
	padding: 11px;
	font-size: 11px;
	font-weight: 700;
}
.snappay_box span {
	font-size: 12px;
	font-weight: 700;
	color: #333;
	text-align: center;
	padding: 10px 5px;
}
.elementor-widget-image-carousel .slick-slide {
	opacity: 1 !important;
	visibility: visible !important;
}
@media(max-width: 565px){
	.snappay_box {
		border-radius: 5px;
		font-size: 10px;
		margin: 5px auto 10px auto;
	}
	.snappay_box strong {
		padding: 5px;
		font-size: 9px;
	}
	.snappay_box span {
		font-size: 11px;
		font-weight: 700;
		color: #333;
		text-align: center;
		padding: 3px;
	}
}

body {
	-moz-font-feature-settings: "ss02";
	-webkit-font-feature-settings: "ss02";
	font-feature-settings: "ss02";
}
.product_title {
	font-weight: 800;
}
.title-line-two .product-grid-item .wd-entities-title {
	max-height: 39px;
	min-height: 39px;
	font-weight: 800;
	font-size: 14px;
	line-height: 20px;
}
.woocommerce-Price-currencySymbol {
	font-weight: 800;
}
body.home {
	background-color: #000000; /* Black background */
}

/* OR if the ID is different, use this */
body.page-id-13 {
	background-color: #000000; /* Replace XX with the page ID */
}


/* Force the menu overlay container to the very top */
.myMenuContainerSelector {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	z-index: 9999999 !important;
	pointer-events: auto !important;
}

/* Ensure all child elements of the menu are clickable */
.myMenuContainerSelector * {
	pointer-events: auto !important;
}

/* Prevent clicks from falling through to the background page */
body.menu-open .wd-page-content,
body.menu-open .main-page-wrapper {
	pointer-events: none !important;
}

.wd-dropdown-menu.active  {
	opacity: 1;
	visibility: visible;
	transform: translateY(-20px) translateZ(0);
}

/* Matching existing WooCommerce badge style */
.woocommerce-badge.low-wage-badge {
	background-color: #21a675 !important; /* Green */
	color: #fff !important;
	padding: 6px 12px;
	font-size: 12px;
	font-weight: 600;
	border-radius: 4px;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 20;
	line-height: 1;
}



@media (max-width: 991px){
	.header_gold_price {
		position: absolute;
		left: 0;
		bottom: 10px;
		background: transparent;
		border: 0;
		font-size: 12px;
		white-space: nowrap;
		right: auto;
		margin-right: auto;
		width: fit-content;
		height: fit-content;
		padding: 0;
		top: auto;
		transform: translateY(24px);
	}
	.woocommerce-notices-wrapper {font-size: 13px;}
	.elementor-element-a707223 {margin-right: auto;}
}