.elementor-kit-13{--e-global-color-primary:#2E328F;--e-global-color-secondary:#F78620;--e-global-color-text:#303030;--e-global-color-accent:#2E328F;--e-global-typography-primary-font-family:"Noto Kufi Arabic";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Noto Kufi Arabic";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Noto Kufi Arabic";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Noto Kufi Arabic";--e-global-typography-accent-font-weight:500;background-color:#FFFFFF;color:#000000;font-family:"Noto Kufi Arabic", Sans-serif;}.elementor-kit-13 e-page-transition{background-color:#FFFFFF;}.elementor-kit-13 a{color:var( --e-global-color-secondary );font-family:"Noto Kufi Arabic", Sans-serif;}.elementor-kit-13 a:hover{color:var( --e-global-color-primary );font-family:"Noto Kufi Arabic", Sans-serif;}.elementor-kit-13 h1{color:var( --e-global-color-primary );font-family:"Noto Kufi Arabic", Sans-serif;}.elementor-kit-13 h2{color:var( --e-global-color-text );font-family:"Noto Kufi Arabic", Sans-serif;font-size:22px;font-weight:500;}.elementor-kit-13 h3{color:var( --e-global-color-secondary );font-family:"Noto Kufi Arabic", Sans-serif;font-size:17px;font-weight:500;}.elementor-kit-13 h4{color:var( --e-global-color-text );font-size:20px;}.elementor-kit-13 h5{color:var( --e-global-color-text );}.elementor-kit-13 h6{color:var( --e-global-color-text );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.ltr-numbers{
    direction: ltr;
}
.elementor-widget-wc-categories .count,
.woocommerce .product-category .count {
  display: none !important;
}

.elementor-kit-13 .elementor-image-box-title a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.elementor-kit-13 .elementor-icon-box-title a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
h3, h4{
    margin-top: 20px;
    margin-bottom: 2px;
}
/* Custom Scrollbar Styles */
::-webkit-scrollbar {
    width: 13px; /* Width of the scrollbar */
}

::-webkit-scrollbar-thumb {
    background-color: #040764; /* Color of the scrollbar thumb */
    border-radius: 5px; /* Rounded corners */
}

::-webkit-scrollbar-track {
    background-color: #D2BA58; /* Color of the scrollbar track */
}

/* For Firefox (scrollbar-color property) */
html {
    scrollbar-color: #040764 #2E328F; /* Thumb color and track color */
    scrollbar-width: inherit; /* Scrollbar width */
}
/* End */

/* Ensure hover effect is applied only when secondary image exists */

.woocommerce ul.products li.product {
    position: relative;
}

.woocommerce ul.products li.product img:first-of-type {
    transition: opacity 0.3s ease;
}

.woocommerce ul.products li.product .secondary-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.woocommerce ul.products li.product:hover img:first-of-type {
    opacity: 1;
}

.woocommerce ul.products li.product:hover .secondary-image {
    opacity: 1; 
}

.woocommerce ul.products li.product .secondary-image:not([src]) {
    display: none;
}
/* End */

/* Printing Options section */
.printing-options {
    border: 1px solid #d5d8dc;
    padding: 55px 55px 15px 55px;
    margin-bottom: 20px; /* optional spacing */
}

/* Section title */
.printing-options h3 {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #2E328F;
    margin-bottom: 20px;
}

/* Radio button labels (checkbox style text) */
.printing-options label {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    /* each option on a new line */
    margin-bottom: 10px;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    display: inline-block;
    margin-right: 15px;
    margin-left: 15px;
    vertical-align: baseline;
}
#payment_method_cod {
    display: inline-block !important;
}
/* Hide wishlist price column for guests only */
body:not(.logged-in) .tinv-wishlist .product-price,
body:not(.logged-in) .tinv-wishlist th.product-price {
    display: none !important;
}
.tinv-wishlist .product-stock .stock:not(.out-of-stock) {
    color: #515151;
}
.woocommerce.tinv-wishlist a.button{
	font-weight: 600;
	line-height: 23px;
}
.woocommerce.tinv-wishlist button.button.alt{
	font-weight: 600;
	line-height: 23px;
}
.woocommerce.tinv-wishlist button.button{
    color: #515151;
	font-weight: 600;
	line-height: 23px;
	font-size: 16px;
	border: solid 1px #9f9f9f;
}
.tinv-wishlist table td{
    padding: 5px 12px;
}
.tinv-wishlist .tinv-header h2 {
    display: none;
}
.dashicons, .dashicons-before:before {
	font-size: 11px;
	margin-top: 5px;
	margin-left: 5px;
}
.sub-menu {
  width: 250px !important;
}

/* ثبّت السهم بمكان واحد */
.sub-menu li.menu-item-has-children > a {
  position: relative;
  padding-left: 20px; /* مساحة للسهم على اليمين */
}

.sub-menu li.menu-item-has-children > a:before {
  content: "◀"; /* أو أيقونة مخصصة */
  font-size: 11px;
  color: #515151; /* لون السهم */
  position: absolute;
  left: 15px; /* ثبات مكان السهم */
  top: 50%;
  transform: translateY(-50%);
}
.sub-menu li.menu-item-has-children:hover > a:before {
  color: #F78620;
}
/* إخفاء الأسهم الافتراضية للـ sub menu */
.sub-menu li.menu-item-has-children > a > .sub-arrow,
.sub-menu li.menu-item-has-children > a:after {
  display: none !important;
}
.logout-link {
  color: #E9E9E9 !important;
}
.logout-link:hover {
  color: #ffffff !important;
}

@media (max-width: 767px) {
    
    .sub-menu {
  width: 100% !important;
}
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Noto Kufi Arabic';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://ca-ye.com/wp-content/uploads/2025/09/NotoKufiArabic-Black.woff2') format('woff2'),
		url('https://ca-ye.com/wp-content/uploads/2025/09/NotoKufiArabic-Black.woff') format('woff');
}
@font-face {
	font-family: 'Noto Kufi Arabic';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://ca-ye.com/wp-content/uploads/2025/09/NotoKufiArabic-Bold.woff2') format('woff2'),
		url('https://ca-ye.com/wp-content/uploads/2025/09/NotoKufiArabic-Bold.woff') format('woff');
}
@font-face {
	font-family: 'Noto Kufi Arabic';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://ca-ye.com/wp-content/uploads/2025/09/NotoKufiArabic-ExtraBold.woff2') format('woff2'),
		url('https://ca-ye.com/wp-content/uploads/2025/09/NotoKufiArabic-ExtraBold.woff') format('woff');
}
@font-face {
	font-family: 'Noto Kufi Arabic';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://ca-ye.com/wp-content/uploads/2025/09/NotoKufiArabic-ExtraLight.woff2') format('woff2'),
		url('https://ca-ye.com/wp-content/uploads/2025/09/NotoKufiArabic-ExtraLight.woff') format('woff');
}
@font-face {
	font-family: 'Noto Kufi Arabic';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://ca-ye.com/wp-content/uploads/2025/09/NotoKufiArabic-Light.woff2') format('woff2'),
		url('https://ca-ye.com/wp-content/uploads/2025/09/NotoKufiArabic-Light.woff') format('woff');
}
@font-face {
	font-family: 'Noto Kufi Arabic';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://ca-ye.com/wp-content/uploads/2025/09/NotoKufiArabic-Medium.woff2') format('woff2'),
		url('https://ca-ye.com/wp-content/uploads/2025/09/NotoKufiArabic-Medium.woff') format('woff');
}
@font-face {
	font-family: 'Noto Kufi Arabic';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://ca-ye.com/wp-content/uploads/2025/09/NotoKufiArabic-Regular.woff2') format('woff2'),
		url('https://ca-ye.com/wp-content/uploads/2025/09/NotoKufiArabic-Regular.woff') format('woff');
}
@font-face {
	font-family: 'Noto Kufi Arabic';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://ca-ye.com/wp-content/uploads/2025/09/NotoKufiArabic-SemiBold.woff2') format('woff2'),
		url('https://ca-ye.com/wp-content/uploads/2025/09/NotoKufiArabic-SemiBold.woff') format('woff');
}
@font-face {
	font-family: 'Noto Kufi Arabic';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://ca-ye.com/wp-content/uploads/2025/09/NotoKufiArabic-Thin.woff2') format('woff2'),
		url('https://ca-ye.com/wp-content/uploads/2025/09/NotoKufiArabic-Thin.woff') format('woff');
}
/* End Custom Fonts CSS */