html, body {
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #fff;
    background: #182732;
 
		font-family: yekanbakhfanum;
}

body {
    -webkit-user-select: none;
    /* برای کروم و سافاری */
    -moz-user-select: none;
    /* برای فایرفاکس */
    -ms-user-select: none;
    /* برای IE */
    user-select: none;
    /* استاندارد جدید */
}
@font-face {
    font-family: yekanbakhfanum;
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/YekanBakhFaNum-Light.woff2") format("woff2");
}
@font-face {
    font-family: IRANYekanwebbold;
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/iranyekanwebbold.woff2") format("woff2");
}
@font-face {
    font-family: iranyekanwebregular;
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/iranyekanwebregular.woff2") format("woff2");
}
@font-face {
    font-family: iranyekanwebmedium;
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/iranyekanwebmedium.woff") format("woff");
}
@font-face {
    font-family: iranyekanwebextrabold;
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/iranyekanwebextrabold.woff") format("woff");
}
/* کل اسکرول بار */
::-webkit-scrollbar {
    width: 2px;  /* عرض اسکرول بار عمودی */
    height: 2px; /* ارتفاع اسکرول بار افقی */
}

/* بخش قابل کشیدن اسکرول (thumb) */
::-webkit-scrollbar-thumb {
    background-color: #abc;  /* رنگ */
    border-radius: 2px;      /* گرد شدن گوشه‌ها */
    border: 3px solid #abc; /* حاشیه */
}

/* پس‌زمینه اسکرول بار */
::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 2px;
}

/* وقتی روی اسکرول بار می‌روید */
::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

/* ===== هدر ===== */
header {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    color: #ed1944;
    padding: 15px;
    z-index: 1000;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.btn-login i {
    color: #abc; /* آیکون رنگش از a ارث‌بری می‌کنه */
    transition: color 0.3s ease;
}
.btn-login i:hover {
    color: #ed1944; /* آیکون رنگش از a ارث‌بری می‌کنه */
    transition: color 0.3s ease;
}
.btn-login:hover + i {
  color: #fff;
}
i.fas.fa-user-tie:hover{color:#ed1944}
.fa-shopping-cart{    color: #abc;
    font-size: 18px;margin-right:5px}
.fa-phone{    color: #abc;
    font-size: 18px;margin-right:5px}
/* دکمه ورود */
a.btn-login {
    padding: 7px 12px;
    text-decoration: none;
    color: #abc;
    font-size: 13px;
    font-weight: 400;
    font-family: iranyekanwebregular;
    border: 1px solid #abc;
    border-radius: 5px;
}

.btn-login {
  color: inherit; /* رنگ پیش‌فرض از والد بگیره */
  text-decoration: none;
  transition: color 0.3s ease;
}

.btn-login i {
  transition: color 0.3s ease;
}

/* تغییر رنگ هنگام هاور */

i.fas.fa-shopping-cart:hover{color:#ed1944}
i.fas.fa-phone:hover{color:#ed1944}
i.fas.fa-user-tie:hover{color:#fff}
a.btn-login:hover {
    padding: 7px 12px;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
	background:#ed1944;
    font-family: IRANYekanwebbold;
    border: 1px solid #ed1944;
    border-radius: 5px;
}
a.btn-login:hover i.fas.fa-user-tie {
    color: #fff;
}
a.btn-call:hover i.fas.fa-phone{color:#ed1944}
a.btn-call:hover {color:#ed1944}
a.btn-call {
    text-decoration: none;
    color: #abc;
    font-size: 13px;
    font-weight: 400;
    font-family: yekanbakhfanum;
    border-radius: 5px;
word-spacing: 20px;
	direction: rtl;
}
		a.btn-shop
	{
	padding: 7px 8px;
    text-decoration: none;
    color: #ed1944;
    font-size:0px;
    font-weight: 400;
    border-radius: 5px;
	border:0px;
	}
    .stat-label{
        color: #FFF;
    }
.product-title a:hover{color:#ed1944}

.logo
{
	width: 100px;
	height: 30px;
	float: right;
	background-image: url("../img/logo.png");
	background-size: contain;
	background-repeat: no-repeat
}
a{  color: #abc;}
/* ===== منوی اصلی ===== */
.header-nav {
    flex: 1;
    text-align: right;
}
.w-100
{
	width: 100%;
	float:right;
}
/* منو دسکتاپ */
.header-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 15px;
    direction: rtl;
}
.header-menu .menu-item {
    position: relative;
}
.header-menu .menu-item > a {
    text-decoration: none;
    font-family: IRANYekanwebbold;
    font-weight: 400;
    color: #fff;
    white-space: nowrap;
    padding: 0px 8px;
}
.header-menu .menu-item > a:hover,
.header-menu .menu-item.current-menu-item > a {
    color: #ed1944;
}

/* زیرمنو دسکتاپ */
.header-menu .sub-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    min-width: 180px;
    background: #182732;
    list-style: none;
    padding: 6px 0;
    border-radius: 6px;
    box-shadow: 0 3px 8px rgba(0,0,0,.1);
    z-index: 999;
}
.header-menu .sub-menu li a {
    display: block;
    padding: 8px 12px;
    color: #fff;
}
.float-left
{
	float: left
}
.header-menu .sub-menu li a:hover {
    background: #fff;
}
.header-menu .menu-item:hover > .sub-menu {
    display: block;
}

/* ===== دکمه همبرگری ===== */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 24px;float: left;
	cursor: pointer;
    color: #abc;
}
.fas.fa-user-tie:hover {
  color: #fff;
	background-color: transparent;
}
/* ===== موبایل ===== */
@media (max-width: 768px) {
    .menu-toggle {
        display: block;
    }
	a.btn-login {
    padding: 7px 8px;
    text-decoration: none;
    color: #abc;
    font-size:0px;
    font-weight: 400;
    font-family: IRANYekanwebbold;
    border-radius: 5px;
		border:0px;
}
	
	
	

.fas.fa-user-tie:hover {
  color: #ed1944;
	background-color: transparent;
}
    a.btn-login:hover {
        padding: 7px 8px;
        text-decoration: none;
        color: #ed1944;
        font-size: 0px;
        background-color: transparent;
        font-weight: 400;
        border: 0px;
    
}
	a.btn-login i:hover {
    	color: #ed1944;
}
		a.btn-shop
	{
	padding: 7px 8px;
    text-decoration: none;
    color: #abc;
    font-size:0px;
    font-weight: 400;
    border-radius: 5px;
	border:0px;
	}
	a.btn-call
	{
	padding: 7px 8px;
    text-decoration: none;
    color: #abc;
    font-size:0px;
    font-weight: 400;
    border-radius: 5px;
	border:0px;
	}
	.fa-user-tie
	{
		    color: inherit;
		font-size:19px;
	}
    .header-menu {
        flex-direction: column;
        display: none;
        background: #182732;
        position: absolute;
        top: 60px;
        right: 0;
        width: 100%;
        padding: 10px 0;
    }
    .header-menu.active {
        display: flex;
    }
    .header-menu li {
        width: 100%;
        text-align: right;
    }
    .header-menu li a {
        display: block;
        padding: 10px;
        font-size: 14px;
        color: #fff;
    }
    /* زیرمنو موبایل */
    .header-menu .sub-menu {
        display: none;
        position: static;
        background: #182732;
        box-shadow: none;
        border-radius: 0;
        padding: 0;
    }
    .header-menu .menu-item.open > .sub-menu {
        display: block;
    }
    .header-menu .sub-menu li a {
        padding: 8px 15px;
        font-size: 13px;
    }
}
     
        .container {
            width: 90%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }
        
        /* هدر */
        header {
            background-color: #182732;
            padding: 15px 10px;
            position: fixed;
            margin-top: 0;
            z-index: 1000;
         
        }
        
        .header-content {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .logo {
            display: flex;
            align-items: center;
        }
        
        .logo-text {
            font-size: 24px;
            font-weight: bold;
            color: #fff;
            margin-right: 10px;
        }
        
        .logo i {
            font-size: 28px;
            color: #fff;
        }
        
        nav ul {
            display: flex;
            list-style: none;
        }
        
        nav ul li {
            margin-left:0px;
        }
        
        nav ul li a {
            color: var(--text-light);
            text-decoration: none;
            font-weight: 500;
            transition: color 0.3s;
            position: relative;
        }
        
        nav ul li a::after {
            content: '';
            position: absolute;
            bottom: -5px;
            right: 0;
            width: 0;
            height: 2px;
            background-color: #182732;
            transition: width 0.3s;
        }
        
        nav ul li a:hover {
            color: #fff;
        }
        
        nav ul li a:hover::after {
            width: 100%;
        }
        
        /* بخش هیرو */
        .hero {
            min-height: 50vh;
            display: flex;
            align-items: center;
            background: linear-gradient(rgba(255, 255,255, 0.9), rgba(255, 255, 255, 0.9)), url('http://localhost/wp-content/uploads/2025/09/gff.jpg');
            background-size: cover;
            background-position: center;
            padding: 60px 0;
			margin-top: 60px;
			border-radius: 7px;
        }
        
        .hero-content {
            max-width: 700px;
        }
        
        .hero h1 {
            font-size: 3rem;
            margin-bottom: 20px;
            color: #fff;
        }
        
        .hero p {
            font-size: 1.2rem;
            margin-bottom: 10px;
            color: var(--text-light);
        }
        
  
.btn {
    padding: 7px 12px;
    text-decoration: none;
    color: #ed1944;
    font-size: 13px;
    font-weight: 400;
    font-family: iranyekanwebregular;
    border: 1px solid #ed1944;
    border-radius: 5px;
	background-color: transparent;
	cursor: pointer
	      }
        
        .btn:hover {
    padding: 7px 12px;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
	background:#ed1944;
    font-family: iranyekanwebregular;
    border: 1px solid #ed1944;
    border-radius: 5px;
        }
        
        /* خدمات */
        .services {
            padding: 10px 0;
        }
        
        .section-title {
            text-align: center;
            font-size: 2.5rem;
            margin-bottom: 50px;
            position: relative;
            padding-bottom: 15px;
			font-family: IRANYekanwebbold;
            color:#abc;
        }
        
        .section-title::after {
            content: '';
            position: absolute;
            bottom: 0;
            right: 50%;
            transform: translateX(50%);
            width: 100px;
            height: 3px;
            background-color: #182732;
        }
        
        .services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
        }
        
        .service-card {
            background: rgba(255, 255, 255, 0.05);
            border-radius: 15px;
            padding: 10px;
            text-align: center;
            transition: transform 0.3s, box-shadow 0.3s;
            position: relative;
            overflow: hidden;
            z-index: 1;
        }
        .service-card:hover i
{color:#ed1944}
        .service-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 0;
            background: linear-gradient(45deg, var(--primary-light), #fff);
            transition: height 0.5s;
            z-index: -1;
            opacity: 0.2;
        }
        
        .service-card:hover {
            transform: translateY(-10px);
        
        }
        
        .service-card:hover::before {
            height: 100%;
        }
        
        .service-icon {
            font-size: 50px;
            color: #abc;
            margin-bottom: 20px;
        }
        
        .service-card h3 {
            font-size: 1.2rem;
			font-family: IRANYekanwebbold;
            margin-bottom:5px;
            color: #abc;
            text-align:center;
        }
               /* نمونه کارها - کارت محصول */
        .portfolio {
         
            background-color: #182732;
        }
        
        .portfolio-grid {
            display: grid;
            
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 25px;
        }
        
        .portfolio-item {
            background: var(--card-bg);
            border-radius: 15px;
            background-color: #182732;
            overflow: hidden;
            transition: transform 0.3s, box-shadow 0.3s;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        }
        
        .portfolio-item:hover {
            transform: translateY(-10px);
     
        }
        
        .product-image {
            height: 250px;
            overflow: hidden;
            position: relative;
        }
        
        .product-image img {
            width: 100%;
            height: 250px;
            object-fit: contain;
            transition: transform 0.5s;
        }
        
        .portfolio-item:hover .product-image img {
            transform: scale(1.1);
        }
        
        .product-badge {
            position: absolute;
            top: 15px;
            left: 15px;
            background: #fff;
            color: var(--primary-dark);
            padding: 5px;
            border-radius: 20px;
            font-weight: bold;
            font-size: 12px;
        }
        
        .product-content {
            padding: 10px;
        }
        
        .product-title {
			font-family: IRANYekanwebbold;
            font-size: 1rem;
            margin-bottom:5px;
            color: #fff;
        }
        
        .product-description {
            color: var(--text-gray);
            margin-bottom: 5px;
            font-size: 0.9rem;
            line-height: 1.9;
			overflow: hidden;
        }
        
        .product-meta {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom:5px;
            padding-top:5px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
        }
        
        .product-price {
            font-weight: bold;
            font-size: 1.2rem;
            color: #fff;
        }
        
        .product-sales {
            display: flex;
            align-items: center;
            color: #ed1944;
            font-size: 0.9rem;
        }
        
        .product-sales i {
            margin-left: 5px;
            color: #fff;
        }
        
        .product-rating {
            color: #fff;
            margin-bottom: 15px;
        }
        
        .product-actions {
            display: flex;
            justify-content: space-between;
        }
        
        .product-btn {
            flex: 1;
            text-align: center;
			    font-family: 'IRANYekanwebbold';
            padding: 10px;
            border-radius: 5px;
            text-decoration: none;
            font-weight: 500;
            transition: all 0.3s;
        }
        
        .btn-primary {
        
            color: #abc;
			    font-family: 'IRANYekanwebbold';
            margin-left: 10px;
        }
        
        .btn-primary:hover {
            background: transparent;
            color:#ED1944;
    
        }
        
        .btn-secondary {
            background: transparent;
			    font-family: 'IRANYekanwebbold';
            color: #abc;
            outline: 1px solid var(--text-gray);
        }
        
        .btn-secondary:hover {
            background: var(--text-light);
            color: #ED1944;
        }

        /* تکنولوژی ها */
        .technologies {
            padding: 80px 0;
        }
        
        .tech-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
            margin-top: 50px;
        }
        
        .tech-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            background: rgba(255, 255, 255, 0.05);
            padding: 20px;
			color: #abc;
            border-radius: 10px;
            width: 120px;
            transition: transform 0.3s;
        }
.tech-item:hover {color:#ED1944}
        .tech-item span
{
	color: #fff;
	font-family: IRANYekanwebbold;
	font-size: 13px;
}
        .tech-item:hover {
            transform: translateY(-5px);
        }
        
        .tech-icon {
            font-size: 40px;
            color: #fff;
            margin-bottom: 10px;
        }
        
        /* درباره ما */
        .about {
            padding: 80px 0;
            background-color: #182732;
        }
        
        .about-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 50px;
            align-items: center;
        }
        
        .about-text h2 {
            font-size: 2.2rem;
            margin: 20px 0px;
            color: #fff;
        }
        
        .about-text p {
            margin-bottom: 20px;
            line-height: 1.8;
        }
        
        .about-stats {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
            margin-top: 30px;
        }
        
        .stat-item {
            text-align: center;
            padding: 20px;
            background: rgba(255, 255, 255, 0.05);
            border-radius: 10px;
        }
        
        .stat-number {
            font-size: 2.5rem;
            font-weight: bold;
            color: #fff;
            margin-bottom: 5px;
        }
        
        /* فرم تماس */
        .contact {
            padding: 80px 0;
        }
        
        .contact-container {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 50px;
        }
        
        .contact-info {
            display: flex;
            flex-direction: column;
            gap: 25px;
        }
        
        .contact-item {
            display: flex;
            align-items:center;
            gap: 5px;
        }
         .contact-item h3{
font-family: 	IRANYekanwebbold;		 
}
        .contact-icon {
            width: 50px;
            height: 50px;
            background-color: #182732;
            color: var(--primary-dark);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
        }
        .contact-icon i
{
	color: #ed1944
}
        .contact-form {
            background: rgba(255, 255, 255, 0.05);
            padding: 30px;
            border-radius: 15px;
        }
        .contact-form h3{
font-family: 	IRANYekanwebbold;		 
}
        .form-group {
            margin-bottom: 20px;
        }
        
        .form-group label {
            display: block;
            margin-bottom: 8px;
            font-weight: 500;
        }
        
        .form-control {
            width: 100%;
            padding: 12px 15px;
            background: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: 5px;
            color: var(--text-light);
            font-size: 16px;
        }
        
        .form-control:focus {
            outline: none;
            border-color: #fff;
        }
        
        textarea.form-control {
            min-height: 150px;
            resize: vertical;
        }
        
        /* فوتر */
        footer {
            background-color: #001d26;
            padding: 60px 0 20px;
        }
        
        .footer-content {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 40px;
            margin-bottom: 40px;
        }
        
        .footer-section h3 {
            font-size: 1rem;
            margin-bottom: 20px;
            color: #fff;
            position: relative;
            padding-bottom: 10px;
			font-family: IRANYekanwebbold;
        }
        
        .footer-section h3::after {
            content: '';
            position: absolute;
            bottom: 0;
            right: 0;
            width: 50px;
            height: 2px;
           
        }
        
        .footer-links {
            list-style: none;
        }
        
        .footer-links li {
            margin-bottom: 12px;
        }
        
        .footer-links a {
            color: var(--text-gray);
            text-decoration: none;
            transition: color 0.3s;
        }
        
        .footer-links a:hover {
            color: #fff;
        }
        
        .social-links {
            display: flex;
            gap: 15px;
            margin-top: 20px;
        }
        .social-links i
{
	font-size: 28px
}
        .social-links a {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background-color: var(--primary-dark);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            text-decoration: none;
            transition: all 0.3s;
        }
        .social-links a:hover {
            background-color: #182732;
            color: var(--primary-dark);
            transform: translateY(-5px);
        }

        .copyright {
            text-align: center;
            padding-top: 30px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            color: var(--text-gray);
        }
        
        /* رسپانسیو */
        @media (max-width: 992px) {
            .about-content,
            .contact-container {
                grid-template-columns: 1fr;
            }
            
            .hero h1 {
                font-size: 2.5rem;
				font-family: IRANYekanwebbold
            }
        }
        
        @media (max-width: 768px) {
            .header-content {
                flex-direction: column;
            }
            
            nav ul {
                margin-top: 20px;
                flex-wrap: wrap;
                justify-content: center;
            }
            
            nav ul li {
                margin: 0px 15px;
            }
            
            .hero h1 {
                font-size: 2rem;
            }
            
            .section-title {
                font-size: 2rem;
            }
        }





/* استایل‌های ووکامرس */
.woocommerce .products ul,
.woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -15px;
}

.woocommerce ul.products li.product {
    width: calc(33.fff% - 30px);
    margin: 0 15px 30px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.woocommerce ul.products li.product:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.woocommerce .star-rating {
    color: #ed1944;
}

.woocommerce .price {
    color: #ed1944;
    font-weight: bold;
}
.woocommerce-Price-amount{text-align: left}
.woocommerce .button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button {
    padding: 7px 12px;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    font-family: iranyekanwebregular;
    border: 1px solid #e6f1f9;
    border-radius: 5px;
}

.woocommerce .button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.button:hover {
    padding: 7px 12px;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
	background:#ed1944;
    font-family: iranyekanwebregular;
    border: 1px solid #e6f1f9;
    border-radius: 5px;
}

/* ===== WooCommerce Checkout — Dark teal theme =====
   Background: #182732
   Text color: white
   Place this in your theme's style.css or Appearance → Customize → Additional CSS
*/
ul {
    list-style: none;
}
/* پایه */
.woocommerce {
  background-color: #182732;
  color: #fff;
  direction: rtl; /* فارسی / راست به چپ */
  font-family: iranyekanwebregular;
  padding: 28px;
  box-sizing: border-box;
}

/* اعلان‌ها */
.woocommerce .woocommerce-notices-wrapper,
.woocommerce .woocommerce-info {
  color: #ed1944;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  padding: 12px 14px;
  border-radius: 6px;
  margin-bottom: 18px;
}
.woocommerce .woocommerce-notices-wrapper,
.woocommerce .woocommerce-info a{
  color: #ed1944;
}
span {
    color: #fff;
}
button.show-password-input {
    display: none;
}
label {
    width: 100%;
}
/* کوپن */
.woocommerce-form-coupon-toggle .woocommerce-info a.showcoupon {
  color: #ed1944;
  text-decoration: underline;
}
.woocommerce-form-coupon {
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.05);
  padding: 14px;
  margin-bottom: 18px;
  border-radius: 6px;
}

/* فرم‌ها و فیلدها */
.woocommerce .input-text,
.woocommerce input[type="email"],
.woocommerce input[type="tel"],
.woocommerce input[type="text"],
.woocommerce textarea {
    background: #fff;
    color: #fff;
    border: 1px solid #e6f1f9;
    padding: 8px 12px;
    border-radius: 6px;
    width: 93%;
    margin-bottom: 15px;
    box-shadow: none;
    font-family: 'iranyekanwebregular', sans-serif;
    transition: border-color .15s, box-shadow .15s;
}

.woocommerce .input-text::placeholder,
.woocommerce input::placeholder,
.woocommerce textarea::placeholder {
  color: rgba(255,255,255,0.65);
}

/* فیلدهای نام و نام خانوادگی کنار هم */
.woocommerce .form-row-first,
.woocommerce .form-row-last {
  box-sizing: border-box;
}

/* هنگام فوکوس */
.woocommerce .input-text:focus,
.woocommerce input:focus,
.woocommerce textarea:focus {
  outline: none;
  border-color: rgba(255,255,255,0.22);
  box-shadow: 0 0 0 4px rgba(10,47,64,0.25);
}

/* عناوین بخش‌ها */
.woocommerce h3,
.woocommerce #order_review_heading {
  color: #ed1944;
  margin: 18px 0;
  font-size: 20px;
  font-weight: 600;
}

/* جدول سفارش */
.woocommerce table.shop_table {
  width: 100%;
  border-collapse: collapse;
  background: transparent;
  margin-bottom: 18px;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  border-bottom: 1px dashed rgba(255,255,255,0.04);
  padding: 12px 10px;
  color: #fff;
  vertical-align: middle;
}

.woocommerce table.shop_table thead th {
  color: #fff;
  font-weight: 600;
  border-bottom: 2px solid rgba(255,255,255,0.06);
}

.woocommerce table.shop_table .product-name {
  font-weight: 500;color: #fff;
}

/* جمع کل و مجموع */
.woocommerce table.shop_table tfoot .cart-subtotal th,
.woocommerce table.shop_table tfoot .order-total th,
.woocommerce table.shop_table tfoot .cart-subtotal td,
.woocommerce table.shop_table tfoot .order-total td {
  font-size: 16px;
  color: #fff;
  padding: 12px 10px;
}

.woocommerce table.shop_table tfoot .order-total td strong,
.woocommerce table.shop_table tfoot .order-total th {
  font-size: 18px;
}

/* متدهای پرداخت */
.woocommerce-checkout-payment .wc_payment_methods .wc_payment_method {
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.04);
  padding: 12px;
  border-radius: 6px;
  margin-bottom: 10px;
}

.woocommerce-checkout-payment label {
  color: #fff;width: 100%;
  font-weight: 500;
}

/* جعبه توضیح پرداخت */
.woocommerce .payment_box {
  color: #fff	;
  background: rgba(255,255,255,0.01);
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 6px;
}

/* قوانین و تیک باکس */
.woocommerce .woocommerce-terms-and-conditions-wrapper {
  color: #ed1944;
  margin: 12px 0;
}
.woocommerce .woocommerce-form__label-for-checkbox .woocommerce-form__input {
  accent-color: #ed1944;
}

/* دکمه‌ها */
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce input.button {
  background-color: transparent;
  color: #ed1944;
  padding: 10px 18px !important;
  border-radius: 8px !important;
	border:1px solid #ed1944;
	font-family: IRANYekanwebbold;
	margin-bottom: 10px;
  font-weight: 100 !important;
  cursor: pointer;
}
.woocommerce button.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button {
    padding: 7px 12px;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
	cursor: pointer;
    font-family: IRANYekanwebbold;
    border: 1px solid #ed1944;
	background: #ed1944;
    border-radius: 5px;
}

/* دکمه‌های ثانویه (شفاف) */
.woocommerce a.button,
.woocommerce .button.secondary {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.12);
  color: #ffffff;
}

/* ریسپانسیو — موبایل */
@media (max-width: 780px) {
  .woocommerce {
    padding: 18px;
  }
  .col2-set#customer_details {
    display: block;
  }
  .col-1, .col-2 {
    width: 100%;
    display: block;
    margin-bottom: 12px;
  }
  .woocommerce table.shop_table thead {
    display: none; /* ساده‌سازی جدول در موبایل */
  }
  .woocommerce table.shop_table tbody tr td {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.03);
  }
  .woocommerce table.shop_table tbody tr td.product-name {
    font-weight: 600;
  }
}


/* اصلاحات نهایی برای امکان خوانایی */
.woocommerce small,
.woocommerce .description,
.woocommerce .help {
  color: rgba(255,255,255,0.8);
}

/* اگر می‌خواهید border های واضح‌تری داشته باشید، می‌توانید این خط را از کامنت خارج کنید */
/* .woocommerce { box-shadow: inset 0 0 0 1px rgba(255,255,255,0.02); } */
/* ===== Radio Button Custom — WooCommerce Checkout ===== */
/* دکمه‌های رادیویی سفارشی ووکامرس */
.woocommerce input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #ed1944;
  border-radius: 50%;
  background-color: #182732;
  cursor: pointer;
  position: relative;color:#fff;
  margin-right: 8px;
  vertical-align: middle;
  transition: all 0.2s ease;
}

/* حالت انتخاب‌شده */
.woocommerce input[type="radio"]:checked::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background: #ed1944;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
/* هنگام هاور */
.woocommerce input[type="radio"]:hover {
  box-shadow: 0 0 0 3px rgba(255, 0, 0, 0.3);
}
label.required_field {
    float: right;
    width: 100%;
    overflow: hidden;
}
/* لِیبل کنار رادیو */
.woocommerce .wc_payment_methods label {
  color: #fff;  /* رنگ متن سفید */
  cursor: pointer;
}

/* ===== Checkbox Custom — WooCommerce Checkout ===== */
.woocommerce input[type="checkbox"] {
  appearance: none;       /* حذف استایل پیش‌فرض */
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #ed1944;  /* حاشیه طلایی */
  border-radius: 4px;          /* گوشه‌های مربعی کمی گرد */
  background-color: #182732;   /* پس‌زمینه تیره */
  cursor: pointer;
  position: relative;
  margin-right: 8px;
  vertical-align: middle;
  transition: all 0.2s ease;
}

/* حالت انتخاب شده — تیک داخلی */
.woocommerce input[type="checkbox"]:checked::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  transform: translate(-50%, -50%) rotate(45deg);
  border-right: 2px solid #ed1944;
  border-bottom: 2px solid #ed1944;
  background: transparent;
}

/* هنگام هاور */
.woocommerce input[type="checkbox"]:hover {
  box-shadow: 0 0 0 3px rgba(255, 192, 0, 0.3);
}

/* لِیبل کنار checkbox */
.woocommerce .woocommerce-form__label-for-checkbox {
  color: #ffffff;  /* رنگ متن سفید */
  cursor: pointer;
}
.woocommerce-notices-wrapper {
    display: none;
}
input#billing_phone {
    text-align: left;
}
input#billing_email {
    text-align: left;
}

/* ===== WooCommerce Order Review — Dark Teal & Gold Theme ===== */
.woocommerce-checkout-review-order {
    background-color: #182732;
    padding: 20px;
    border-radius: 10px;
   
    color: #fff;
    margin-bottom: 30px;
    font-family: iranyekanwebregular;
}

/* عنوان جدول سفارش */
#order_review_heading {
    color: #ed1944;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 18px;
}

/* جدول سفارش */
.woocommerce-checkout-review-order-table {
    width: 100%;
	color: #fff;
    border-collapse: separate;
    border-spacing: 0 8px; /* فاصله بین ردیف‌ها */
}

/* سطرهای محصولات */
.woocommerce-checkout-review-order-table tbody tr.cart_item {
    background-color: rgba(255,255,255,0.05);
    border-radius: 8px;color: #fff;
    display: table-row; /* برای سازگاری با وردپرس */
}

/* سلول‌ها */
.woocommerce-checkout-review-order-table td,
.woocommerce-checkout-review-order-table th {
    padding: 12px 10px;
    vertical-align: middle;
    color: #fff;
}

/* عنوان ستون‌ها */
.woocommerce-checkout-review-order-table thead th {
    color: #ed1944;
    font-weight: 600;
    border-bottom: 2px solid rgba(255,255,255,0.08);
}

/* محصول و تعداد */
.woocommerce-checkout-review-order-table .product-name {
    font-weight: 500;
	color: #fff;
}

/* جمع کل و مجموع */
.woocommerce-checkout-review-order-table tfoot .cart-subtotal th,
.woocommerce-checkout-review-order-table tfoot .order-total th {
    color: #ed1944;
    font-size: 16px;
}

.woocommerce-checkout-review-order-table tfoot .cart-subtotal td,
.woocommerce-checkout-review-order-table tfoot .order-total td {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

/* سطر مجموع کل */
.woocommerce-checkout-review-order-table tfoot .order-total td {
    font-size: 18px;
    font-weight: 700;color: #fff;
}

/* محصول + تعداد */
.woocommerce-checkout-review-order-table .product-quantity {
    color: #ed1944;
    font-weight: 600;
    margin-left: 6px;
}

/* ریسپانسیو موبایل */
@media (max-width: 780px) {
    .woocommerce-checkout-review-order-table thead {
        display: none; /* مخفی کردن هدر جدول */
    }
    .woocommerce-checkout-review-order-table tbody tr.cart_item {
        display: block;
        margin-bottom: 12px;
        background-color: rgba(255,255,255,0.05);
        padding: 12px;
        border-radius: 8px;
    }
    .woocommerce-checkout-review-order-table tbody tr.cart_item td {
        display: flex;
        justify-content: space-between;
        padding: 6px 0;
    }
    .woocommerce-checkout-review-order-table tfoot tr {
        display: flex;
        justify-content: space-between;
        padding: 8px 0;
    }
}
/* قیمت‌ها سمت چپ در جدول سفارش */
.woocommerce-checkout-review-order-table .product-total,
.woocommerce-checkout-review-order-table tfoot .cart-subtotal td,
.woocommerce-checkout-review-order-table tfoot .order-total td {
    text-align: left;       /* قرار گرفتن متن قیمت سمت چپ */
    direction: ltr;          /* اعداد و تومان به درستی نمایش داده شوند */
}

/* اگر میخوای فقط اعداد طلایی باشند */
.woocommerce-checkout-review-order-table .product-total span.woocommerce-Price-amount {
    color: #ed1944;
    font-weight: 600;
}
span.cart-count {
    display: none;
}
/* پس‌زمینه و جدول سبد خرید */
.woocommerce-cart-form {
    background-color: #182732;
    padding: 20px;
    border-radius: 10px;
    color: #ffffff;
    font-family:iranyekanwebregular ;
}

.shop_table thead th {
    color: #ed1944;
    font-weight: 600;
    padding: 12px;
    text-align: center;
}

.shop_table tbody tr {
 
    border-radius: 8px;
    display: table-row;
}

.shop_table tbody td {
    padding: 12px;
    vertical-align: middle;
    color: #ffffff;
}

.shop_table .product-name a {
    color: #fff;
    text-decoration: none;
}
.shop_table .product-name a:hover {
    color: #ed1944;
    text-decoration: none;
}
.shop_table .product-name a:hover {
    text-decoration: underline;
}

.shop_table .product-price,
.shop_table .product-subtotal,
.shop_table .product-sales {
    color: #ed1944;
    font-weight: 600;
    text-align: center;
    direction: ltr;
}

.shop_table .product-quantity input.qty {
    width: 60px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #e6f1f9;
    background-color: #182732;
    color: #ed1944;
    padding: 5px;
}

.shop_table .remove a {
    color: #ed1944;
    font-weight: bold;
    font-size: 18px;
}

.shop_table .remove a:hover {
    color: #ffffff;
}





.woocommerce-cart-form .button {
	    padding: 7px 12px;
    text-decoration: none;
    color: #ed1944;
    font-size: 13px;
	float: right;
	margin: 10px;
    font-weight: 400;
    font-family: IRANYekanwebbold;
	text-align: center;
    border: 1px solid #ed1944;
    border-radius: 5px;
}

.woocommerce-cart-form .button:hover {
    padding: 7px 12px;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
	background:#ed1944;
    font-family: IRANYekanwebbold;
    border: 1px solid #ed1944;
    border-radius: 5px;
}

.woocommerce-cart-form .coupon input.input-text {
    padding: 6px 10px;
    border-radius: 5px;
    border: 1px solid #e6f1f9;
    background-color: #182732;
    color: #ed1944;
    margin-right: 10px;
}

.woocommerce-cart-form .coupon button.button {
    margin-top: 0;
}
@media (max-width: 780px) {
    .woocommerce-cart-form__cart-item {
        display: block; /* هر ردیف جدا و تمام عرض */
        width: 100% !important;
        margin-bottom: 12px;
        padding: 12px;
        background-color: rgba(255,255,255,0.05);
        border-radius: 8px;
    }
}
thead{width: 100%;}
/* ریسپانسیو موبایل */
@media (max-width: 780px) {


    .shop_table tbody td {
        display: flex;
        justify-content: space-between;
        padding: 6px 0;
    }
}
.shop_table .product-thumbnail img {
    width: 80px;   /* عرض تصویر */
    height: auto;  /* ارتفاع خودکار برای حفظ نسبت تصویر */
    border-radius: 5px; /* اختیاری: گوشه‌های گرد */
}

/* باکس جزئیات پرداخت */
.woocommerce #customer_details,
.woocommerce .col2-set {
    display: block;       /* کنار هم نباشند */
    width: 100% !important; /* عرض کامل */
    margin: 0;            /* حذف فاصله‌های اضافی */
}

.woocommerce .col-1,
.woocommerce .col-2 {
    width: 100% !important;
    float: none;
    padding: 0;
    box-sizing: border-box;
}
/* هر ردیف محصول در سبد خرید */
.woocommerce-cart-form__cart-item {
    width: 100% !important;
    display: table-row; /* مطمئن می‌شویم جدول درست نمایش داده شود */
}

.shop_table_responsive
{
	width: 100%;
	border-radius: 5px;
	 background-color: rgba(255,255,255,0.05);
}

/* دکمه بروزرسانی سبد خرید */
.woocommerce-cart-form .button[name="update_cart"] {
    padding: 7px 12px;
    text-decoration: none;
    color: #ed1944;
    font-size: 13px;
    float: right;
    margin: 10px;
    font-weight: 400;
    font-family: IRANYekanwebbold;
    border: 1px solid #ed1944;
    border-radius: 5px;
    background-color: transparent; /* رنگ پس‌زمینه مطابق با بقیه عناصر */
    cursor: pointer;
}
.wpyar-ticket
{
	    font-weight: 400;
    font-family: IRANYekanwebbold;
	 font-size: 13px;
}
.billing_phone
{
	    font-family: iranyekanwebregular;

}

.woocommerce-cart-form .button[name="update_cart"]:hover {
    background-color: #ed1944;
    color: #182732;
}
/* ستون حذف محصول (X) */
.shop_table th.product-remove,
.shop_table td.product-remove {
    width: 40px;       /* عرض ستون */
    text-align: center;
}

/* ستون نام محصول */
.shop_table th.product-name,
.shop_table td.product-name {
    width: auto;       /* عرض متناسب با محتوا */
    min-width: 250px;  /* حداقل عرض */
}

/* ستون قیمت (اختیاری برای تنظیم بهتر) */
.shop_table th.product-price,
.shop_table td.product-price {
    width: 100px;
}

/* ستون تعداد (اختیاری) */
.shop_table th.product-quantity,
.shop_table td.product-quantity {
    width: 80px;
}

/* layout */
.product-main-wrapper {
  display: grid;
  grid-template-columns: minmax(220px,50%) minmax(220px,50%);
  gap: 24px;
  align-items: start;
  margin-bottom: 26px;
}

.woocommerce.single-product-page
{
	margin-top: 50px;
}
.woocommerce.single-product-page h1
{
	font-size: 15px;
}
/* اگر تم یا افزونه دیگری استایل‌ها را اورراید می‌کند، از selector دقیق‌تر استفاده می‌کنیم */
.woocommerce.single-product-page .product-image img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.35);
}

/* product-details */
.product-details {
  background: #182732;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
font-size: 15px;
}
.product-details .product-title {
  color: #ed1944;
  margin: 0 0 10px;
}
.product-details .product-price {
  color: #ed1944;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 12px;
}

/* add to cart button (قابل هدف قرار گرفتن با کلاس ووکامرس) */
.single_add_to_cart_button,
.product-details .single_add_to_cart_button,
.add-to-cart-button button {
  background-color: transparent;
  color: #ed1944;
  padding: 10px 18px !important;
  border-radius: 8px !important;
	border:1px solid #ed1944;
	font-family: IRANYekanwebbold;
	margin-bottom: 10px;
  font-weight: 100 !important;
  cursor: pointer;
}
.single_add_to_cart_button,
.product-details .single_add_to_cart_button,
.add-to-cart-button button:hover {
  background-color: #ed1944;
  color: #fff;
  padding: 10px 18px !important;
  border-radius: 8px !important;
	border:1px solid #ed1944;
	margin-top: 10px;
  font-weight: 100 !important;
  cursor: pointer;
}
/* کوچک کردن input تعداد */
.product-details .quantity input.qty,
.product-details .quantity input {
  width: 60px !important;
  padding: 6px !important;
  text-align: center;
  border-radius: 6px;
	font-weight: 900;
	font-family:yekanbakhfanum; 
  background: #FFF;
	border:1px solid #f5f5f5;
  color: #fff;
  font-size:20px;
}

/* توضیحات */
.product-description {
  margin-top: 18px;
  padding: 5px;
overflow: hidden;
  border-radius: 8px;
	text-align:justify
}
.product-description h2 { color: #abc; margin-top: 0;overflow: hidden;font-size: 15px; }
.product-description h3 { color: #fff; margin-top: 0;overflow: hidden;font-size: 13px;font-weight: 100; }
::marker {
    color: #ed1944;
	font-size: 13px;
}

.product-short-description h2{ color: #fff;  font-size: 13px; font-weight: 100;line-height: 24px }
.product-description h4 { color: #abc;  font-size: 15px; }
.product-description li{color: #fff;font-size: 13px;list-style:persian;line-height: 24px}
/* ویدئو: قرارگیری در ستون سوم */
.product-video {
  background: #182732;
  padding: 16px;
  border-radius: 10px;
  color: #fff;
}
.product-video h2 { color: #abc; margin: 0 0 10px; font-size: 15px; }

/* responsive video wrapper (16:9) */
.product-video .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #000;
}
.product-video .video-wrapper iframe,
.product-video .video-wrapper video {
  position: absolute;
  top:0; left:0; width:100%; height:100%;
  border:0;
}

/* موبایل: ستون‌ها زیر هم */
@media (max-width: 992px) {
  .product-main-wrapper {
    grid-template-columns: 1fr;
  }
  .product-video { order: 3; } /* مطمئن می‌شویم ویدئو بعد از جزئیات قرار گیرد */
}

a.remove {
    color: #F00;
    font-size: 30px;
    text-decoration: none;
    padding: 5px;
}
ul li a {
    color: #fff;
    text-decoration: none;
    font-size: small;
}
ul.woocommerce-error {
    background: #f00;
    border: 1px dashed #f00;
    padding: 10px;
    border-radius: 5px;
}
.woocommerce-Price-amount {
    text-align: left;
    font-size: 17px;
    color: #ed1944;
	font-family: IRANYekanwebbold
}


table .woocommerce-Price-amount
{
	color: #fff
}

.shop_table .product-name a:hover {
    text-decoration: none;
	color: #ed1944
}

.features-card {
  max-width: 1000px;
  margin: 12px auto;
  padding:5px;
  border-radius:5px;
  font-family: iranyekanwebregular;
}
/* کانتینر ستون‌ها */
.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  align-items: stretch;
  text-align: center;
}

/* هر ویژگی */
.feature {
  padding:5px;
  border-radius: 10px;
  transition: transform .18s ease, box-shadow .18s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: default;
}

/* افکت هاور */
.feature:hover {
  transform: translateY(-6px);
}
.eitaa
{
	background-image:url("../img/eita.png");
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	background-size:contain;
}
/* آیکن */
.icon {
  font-size: 34px;
  width:35px;
  height: 35px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(0,0,0,0.04);
}

/* اگر خواستی آیکن رنگی باشه */
.icon i {
  font-size:20px; color: #abc;
}

/* متن عنوان */
.title {
  font-size: 12px;
  color: #abc;
  line-height: 1.2;
}

.anarsoft-form input,
.anarsoft-form textarea {
background: #182732;
    color: #fff;
    border: 1px solid #001d26;
    padding: 8px 12px;
    border-radius: 6px;
    width: 93%;
    margin-bottom: 15px;
    box-shadow: none;
    font-family: 'iranyekanwebregular', sans-serif;
    transition: border-color .15s, box-shadow .15s;
}

/* فوکوس زیباتر */
.anarsoft-form input:focus,
.anarsoft-form textarea:focus {
  border: 1px solid #e6f1f9;
  outline: none;
  box-shadow: 0 0 0 3px rgba(255,255,255,0.1);
}

.txtleft
{
	text-align: left
}

.btnenter {
    padding: 7px 25px;
    text-decoration: none;
    color: #ed1944;
    font-size: 13px;
    font-weight: 400;
    font-family: iranyekanwebregular;
    border: 1px solid #ed1944;
		background-color: transparent;
    border-radius: 5px;
	cursor: pointer;
}



.btnenter:hover {
    padding: 7px 25px;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
	background:#ed1944;
    font-family: iranyekanwebregular;
    border: 1px solid #ed1944;
    border-radius: 5px;
}
   .anarsoft-form .anarsoft-row { margin-bottom: 12px; }

    /* استایل پیام موفقیت/خطا سراسری */
    .anarsoft-message {
      display:block;
      padding:10px;
      margin-bottom:10px;
      border-radius:6px;
      font-weight:500;
    }
    .anarsoft-message.success {
      background: rgba(0,128,0,0.08);
      border: 1px solid rgba(0,128,0,0.18);
      color: #888;
    }
    .anarsoft-message.error {
      background: rgba(255,0,0,0.06);
      border: 1px solid rgba(255,0,0,0.16);
      color: #888;
    }

    /* استایل label خطای فیلد */
    .anarsoft-error {
      display:block;
      margin-top:6px;
      font-size:13px;
      color:#ffb3b3;
      background: rgba(255,0,0,0.04);
      border:1px solid rgba(255,0,0,0.06);
      padding:6px 8px;
      border-radius:6px;
    }
/* میتوانید این استایل‌ها را به فایل CSS اصلی اضافه کنید */
.ticket-replies {
    margin-top: 20px;
}

.admin-reply {
    background: #e8f5e8;
    border-right: 4px solid #28a745;
}

.user-reply {
    background: #f8f9fa;
    border-right: 4px solid #007bff;
}

.admin-badge, .user-badge {
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 11px;
    color: white;
}

.admin-badge { background: #28a745; }
.user-badge { background: #007bff; }
.social-links i {
    color: #abc;
}
.somenu
{
	display: none;
}
@media (max-width: 768px) {
	.somenu
	{
		display: block
	}
  table.shop_table {
  
    width: 100%;
    overflow-x: auto;
  }

  table.shop_table thead {
    display: none;
  }

  table.shop_table tbody tr {
    display: block;
    margin-bottom: 1em;
	      border: 1px solid #ddd;
direction:ltr;
    padding: 10px;
  }

  table.shop_table tbody tr td {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
	          direction: rtl;
    border: none;
	      border-bottom: 1px solid #eee;

  }

  table.shop_table tbody tr td:last-child {
    border-bottom: none;
  }

  /* عنوان هر ستون قبل از مقدارش */
  table.shop_table tbody tr td.product-remove::before {

    flex-basis:100%;
    font-weight: bold;
  }

  table.shop_table tbody tr td.product-thumbnail::before {
    
    flex-basis:100%;
    font-weight: bold;
  }

  table.shop_table tbody tr td.product-name::before {

    flex-basis: 40%;
    font-weight: bold;
  }

  table.shop_table tbody tr td.product-price::before {
 
    flex-basis:100%;
    font-weight: bold;
  }

  table.shop_table tbody tr td.product-subtotal::before {
  
    flex-basis:100%;
    font-weight: bold;
  }

  /* بهتر کردن نمایش دکمه‌ها و لینک‌ها */
  .woocommerce-cart-form .button,
  .wc-proceed-to-checkout {
    width: 100%;
    box-sizing: border-box;
  }
}

.marquee-container {
  overflow: hidden;
  width: 100%;
  background: #182732;
  border-radius: 12px;
  padding: 10px 0;
  position: relative;
}

.marquee-content {
  display: flex;
  gap: 30px;
  animation: scroll-left 5s linear infinite;
}

.marquee-item {
  min-width: 200px;
  padding: 10px 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  font-weight: 600;
  color: #fff;
  text-align: center;
  flex-shrink: 0;
  transition: transform 0.3s, background 0.3s, color 0.3s;
}
.marquee-item:hover {
  transform: scale(1.08);
  background: #0073aa;
  color: #fff;
}

@keyframes scroll-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* توقف هنگام هاور */
.marquee-container:hover .marquee-content {
  animation-play-state: paused;
}







/* استایل اسلایدر عرض کامل */
.software-slider {
    width:96%;
 margin-top: 70px;
    position: relative;
    height: 500px; /* ارتفاع دلخواه */
    overflow: hidden;
}

.slider-container {
    width: 100%;
    height: 500px;
    position: relative;

}

.slide {
    width: 96%;
    height: 500px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.slide.active {
    opacity: 1;
}


/* رسپانسیو */
@media (max-width: 768px) {
    .software-slider {
        height: 370px;
    }
		.software-slider {
    width:96%;
 margin-top: -30px;
    position: relative;
    height: 370px; /* ارتفاع دلخواه */
    overflow: hidden;
}
}

@media (max-width: 480px) {
    .software-slider {
        height: 370px;
    }
		.somenu
	{
		display: block
	}
	.software-slider {
    width:96%;
 margin-top: -30px;
    position: relative;
    height: 370px; /* ارتفاع دلخواه */
    overflow: hidden;
}
}
#scroll-progress {
  position: fixed;
  top:1px;
  left: 0;
  width: 0%;             /* در ابتدا صفر درصد */
  height:3px;            /* ضخامت نوار */
  background: #ed1944;
  z-index: 9999999999999999999999999999999999999999999;          /* همیشه بالاتر از بقیه */
  transition: width 0.1s linear;
}
#social-float {
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 9999;
}

#social-float a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #25d366; /* پیش‌فرض واتس‌اپ */
    color: #fff;
    font-size: 24px;
    transition: all 0.3s ease;
    text-decoration: none;
}

#social-float a:hover {
    transform: scale(1.2);
}


/* در دسکتاپ پنهان باشه */
.header-menu .social-menu-item {
    display: none;
}

/* در موبایل داخل منوی باز نمایش داده بشه */
@media (max-width: 768px) {
    .header-menu.active .social-menu-item {
        display: block;
        margin-top: 15px;
        text-align: center;
    }

    .header-menu .social-links {
        display: flex;
        justify-content: center;
        gap: 15px;
        margin-top: 10px;
    }

    .header-menu .social-links a {
        font-size: 22px;
        color: #555;
        transition: all 0.3s ease;
    }

    .header-menu .social-links a:hover {
        color: #ed1944;
        transform: scale(1.2);
    }

    .header-menu .social-links .eitaa-icon {
        width: 30px;
        height: 30px;
        border-radius: 50%;
    }
}

.header-nav h3
{
	margin-top: -10px;
    text-align: right;
    font-size: 16px;
    color: #abc;
	font-family: IRANYekanwebbold	
}


          
                .video-header {
                    position: relative;
                    width: 100%;
                    height: 100vh;
                    /* می‌تونی مثلاً 70vh یا 600px هم بذاری */
                    overflow: hidden;
                }
        
                .video-header video {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }
        
                .video-overlay {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background-color: #182732;
                    opacity: 0.8;
                    /* میزان تیرگی: 0.3 تا 0.8 قابل تنظیم */
                    pointer-events: none;
                    /* تا کلیک روی لایه تاثیری نذاره */
                }



                .boxmenu-right
                {
                    width: 50px;
                right: 0px;
                padding:5px;
                top: 0px;
                position: fixed;
                    z-index: 99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
                    height:100%;
                    background: #182732;
                    overflow: hidden;
                }