/*!
Theme Name: darkoob
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>darkoob</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: darkoob
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

darkoob is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* @font-face {
    font-family: 'IRANSans';
    src: url('fonts/IRANSansWebFaNum.eot');
    src: url('fonts/IRANSansWebFaNum.eot?#iefix') format('embedded-opentype'),
        url('fonts/IRANSansWebFaNum.woff2') format('woff2'),
        url('fonts/IRANSansWebFaNum.woff') format('woff'),
        url('fonts/IRANSansWebFaNum.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 400;
    src: url("fonts-Awesome/fa-regular-400.woff2") format("woff2"),
        url("fonts-Awesome/fa-regular-400.woff") format("woff");
}

@font-face {
  font-family: "Vazirmatn";
  src: url('fonts-Vazir/webfonts/Vazirmatn-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Vazirmatn";
  src: url('fonts-Vazir/webfonts/Vazirmatn-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

/* Solid */
@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    src: url("fonts-Awesome/fa-solid-900.woff2") format("woff2"),
        url("fonts-Awesome/fa-solid-900.woff") format("woff");
}

/* Brands */
@font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    src: url("fonts-Awesome/fa-brands-400.woff2") format("woff2"),
        url("fonts-Awesome/fa-brands-400.woff") format("woff");
}

body {
  font-family: "Vazirmatn" !important;
}

/* ---------------------------------------------------------- */

/* منو */
#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
    line-height: 40px;
    height: 40px;
    padding: 0px 10px;
    width: auto;
    display: block;
    text-transform: none;
    text-decoration: none;
    text-align: left;
    background: transparent;
    border: 0;
    border-radius: 0px;
    font-family: inherit;
    font-weight: bold;
    outline: none;
    padding: 0px;
    padding-top: 20px;
}

.mega-sub-menu {
    background-color: rgb(253, 208, 7) !important;
    font-size: 14px;
    float: left;
    clear: none;
}

.mega-menu-item .mega-menu-link {
    color: #000000 !important;
    font-size: 15px !important;
    font-weight: 600;
    text-align: right;

}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    text-align: right;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(73, 73, 73);
    padding: 10px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link {
    text-align: right
}

.logo .widget_media_image {
    text-align: right;
}

@media (max-width: 768px) {

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
        height: auto;
        line-height: normal;
        padding: 10px;
        text-align: right;
    }

    .mega-menu-item .mega-menu-link {
        font-size: 14px !important;
        padding: 10px 5px;
        text-align: right;
    }

    .mega-sub-menu {
        float: none;
        width: 100%;
        font-size: 13px;
    }

    #mega-menu-wrap-menu-1 
    #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
        padding: 8px 5px;
        border-bottom: 1px solid #494949;
    }

    .logo .widget_media_image {
        text-align: center;
        margin-bottom: 10px;
    }
}


/* اسلایدر */
.seriousslider-caption-title {
    font-size: 40px !important;
    font-weight: 700 !important;
    text-transform: capitalize;
    line-height: 1.1em;
    letter-spacing: 0px;
    text-shadow: 0 5px 6px rgba(0, 10, 0, .9) !important;
}

.seriousslider-caption-text p {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.1em;
    letter-spacing: 0px;
    text-shadow: 0 5px 6px rgba(0, 10, 0, .9) !important;
}

.cryout-serious-slider .seriousslider-indicators-inside {
    display: none !important;
}

@media (max-width: 768px) {

    .seriousslider-caption-title {
        font-size: 24px !important;
        line-height: 1.2em;
        text-shadow: #000 !important;
    }

    .seriousslider-caption-text p {
        font-size: 14px !important;
        line-height: 1.3em;
        text-shadow: #000 !important;
    }

    .cryout-serious-slider .seriousslider-indicators-inside {
        display: none !important;
    }
}

/* باکس های */
.blog-box {
    flex-direction: column;
    overflow: hidden;
    margin-top: -190px;
    position: relative;
    z-index: 10;
}

.blog-title {
    padding: 60px;
}

.blog-1 {
    background-color: #f9f7f4;
}

.blog-text {
    background-color: rgb(21 45 79);
    padding: 10px;
    padding-top: 40px;
    margin: 0;
    color: #fff;
    text-align: center;
    font-weight: 100;
}

.blog-text h2 {
    font-size: 20px;
}


.blog-image {
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
}


.textwidget p {
    padding-top: 10px;
}

@media (max-width: 768px) {

    .blog-box {
        margin-top: 0;
        flex-direction: column;
    }

    .blog-title {
        padding: 0px;
        text-align: center;
    }

    .blog-text {
        padding: 15px;
        padding-top: 25px;
        font-size: 14px;
    }

    .blog-text h2 {
        font-size: 16px;
        line-height: 1.5;
    }

    .blog-image {
        width: 100%;
        height: 200px;
        background-position: center;
    }

    .textwidget p {
        padding-top: 5px;
        font-size: 14px;
    }
}


/* آیکون ها */
.icon {
    background-color: #f9f7f4;
    padding: 70px 0 40px 0;

}

.icon-title .widget_text h2 {
    color: #39464f;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

.icon-title .widget_text {
    font-weight: 600;
    text-align: right;
    font-size: 30px;
}

.icon-title .textwidget p {
    color: #39464f;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding: 20px;
}

.icon-text-1 {
    text-align: center;
}

.icon-text-1::before {
    font-family: "Font Awesome 6 Free"!important;
    font-weight: 900;
    content: "\f1fb";
    color: #ffba00;
    font-size: 70px;
}

.icon-text-2 {
    text-align: center;
}

.icon-text-2::before {
    font-family: "Font Awesome 6 Brands"!important;
    font-weight: 900;
    content: "\f265";
    color: #ffba00;
    font-size: 70px;
}

.icon-text-3 {
    text-align: center;
}

.icon-text-3::before {
    font-family: "Font Awesome 6 Brands"!important;
    font-weight: 900;
    content: "\f299";
    color: #ffba00;
    font-size: 70px;
}

.icon-text-4 {
    text-align: center;
}

.icon-text-4::before {
    font-family: "Font Awesome 6 Free"!important;
    font-weight: 900;
    content: "\f0c2";
    color: #ffba00;
    font-size: 70px;
}

.icon-text-1 .widget_text h2 {
    color: #3B3D42;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.icon-text-1 .textwidget {
    color: #3B3D42;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6em;
    text-align: center;
}

.icon-text-2 .widget_text h2 {
    color: #3B3D42;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.icon-text-2 .textwidget {
    color: #3B3D42;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6em;
    align-self: center;
    text-align: center;

}

.icon-text-3 .widget_text h2 {
    color: #3B3D42;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.icon-text-3 .textwidget {
    color: #3B3D42;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6em;
    text-align: center;
}

.icon-text-4 .widget_text h2 {
    color: #3B3D42;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.icon-text-4 .textwidget {
    color: #3B3D42;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6em;
    text-align: center;
}

.icon-text-1 .textwidget a {
    background-color: #ffba00;
    border-radius: 10px;
    padding: 12px 25px;
    color: #000000;
    text-decoration: none
}

.icon-text-2 .textwidget a {
    background-color: #ffba00;
    border-radius: 10px;
    padding: 12px 25px;
    color: #000000;
    text-decoration: none
}

.icon-text-3 .textwidget a {
    background-color: #ffba00;
    border-radius: 10px;
    padding: 12px 25px;
    color: #000000;
    text-decoration: none
}

.icon-text-4 .textwidget a {
    background-color: #ffba00;
    border-radius: 10px;
    padding: 12px 25px;
    color: #000000;
    text-decoration: none;
}
.icon-text-1 .textwidget a:hover,
.icon-text-2 .textwidget a:hover,
.icon-text-3 .textwidget a:hover,
.icon-text-4 .textwidget a:hover{
    background-color: #191970;
    color: #ffffff;
}
.sp-wcsp-slider-area.sp-wcsp-slider-area-1104 .sp-wcsp-section-title {
    margin: 0px 0px 30px 0px;
    color: #444444;
    font-size: 30px;
    line-height: 20px;
    letter-spacing: 0;
    text-transform: none;
    text-align: center;
    font-weight: 600;
    padding-top: 50px;
}

@media (max-width: 576px) {
    .icon-box {
        margin-bottom: 30px;
    }

    .icon-icon::before {
        font-size: 60px;
    }

    .icon-title-box .widget_text h2 {
        font-size: 18px;
    }

    .icon-desc .textwidget {
        font-size: 13px;
    }
}

/* محصولات */
.products .product-box {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
.product-box h2{text-align: center;}
.product-title #text-31 .widget-title{
    color: #39464f;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    padding: 60px 0px 0px 0px;
}
.rtl .wccg-category-grid {padding-top: 10px;}
@media (max-width: 576px) {
    .products .product-box {
        font-size: 18px;
        padding: 0px 35px 40px 0px;
    }
    .product-box h2{text-align: center;}
    
}


/* مقاله ها */
.cat-post-widget {
    color: #39464f;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding-top: 40px;
}
.blog-box .widget-title{padding: 60px 0px 0px 0px;}
.category-posts-internal {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
    margin: 0;
}

.category-posts-internal li {
    list-style: none;
    width: calc(33.33% - 20px);
    overflow: hidden;
    padding: 15px;
    transition: .3s ease;
}


.cat-post-item .cat-post-title {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 8px;
    line-height: 22px;
    text-align: r;
    padding-top: 20px;

}

#category-posts-2-internal .cat-post-item {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 16px;
    gap: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
}

.cat-post-item .cat-post-title:hover {
    color: #0c7cff;
}

.cat-post-format .cat-post-format-standard img {
    width: 300px;
    height: 400px;
    font-weight: 600px;
}

#category-posts-2-internal .cat-post-thumbnail .cat-post-crop img {
    padding-left: 10px;
}
.wccg-category-grid .wccg-category-item{
    width: 90%;
    height: 100%;
}
.wccg-category-grid .wccg-category-item:hover{
    
    border-right-color: rgb(21 45 79);
    border-left-color: rgb(21 45 79);}

.wccg-category-image img{
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
@media (max-width: 576px) {
    .category-posts-internal {
        padding: 10px;
    }

    .category-posts-internal li {
        width: 100%;
        padding: 10px;
    }

    .cat-post-item .cat-post-title {
        font-size: 14px;
        padding: 5px;
    }
    .cat-post-widget{padding-top: 0px;}
    .blog-box .widget-title{padding: 0px 0px 0px 0px;}
}

/* پکیج ها */
.package {
    padding: 70px 0 60px;
    background-color: #f3f9f6;
}

.package .widget-title {
    color: #3d3c3c;
    font-size: 20px;
    font-weight: 600;
    text-align: right;
    border-bottom: 1px dashed #b4b4b4;
    padding-bottom: 20px;
    margin-bottom: 15px;
}


.package #text-25 .textwidget p,
.package #text-26 .textwidget p,
.package #text-27 .textwidget p,
.package #text-30 .textwidget p
{
    color: #0c7cff;
    font-size: 40px;
    font-weight: 600;
    text-align: right;
}


.package .textwidget p {
    margin: 0;
    color: #8d8d8d;
    text-align: right;
    line-height: 1.6;
}

.package .textwidget {
    font-size: 20px;
}

.package .textwidget a {
    text-decoration: none;
    color: #8d8d8d;
    font-size: 15px;
    transition: color .3s;
    align-items: center;
}

.package #text-12 .textwidget a:hover,
.package #text-13 .textwidget a:hover,
.package #text-14 .textwidget a:hover,
.package #text-15 .textwidget a:hover{
    color: #ffba00;
}


.package #text-12 .textwidget a::before,
.package #text-13 .textwidget a::before,
.package #text-14 .textwidget a::before,
.package #text-15 .textwidget a::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f060";
    color: rgb(255, 203, 112);
    font-size: 18px;
    padding-left: 2px;
    vertical-align: middle;
}
.package #text-35 .textwidget a,
.package #text-34 .textwidget a,
.package #text-33 .textwidget a,
.package #text-32 .textwidget a{
    font-size: 15px;
    color: #242323;
}
.package #text-35 .textwidget a:hover,
.package #text-34 .textwidget a:hover,
.package #text-33 .textwidget a:hover,
.package #text-32 .textwidget a:hover{
    color: rgb(255, 203, 112);
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
    text-decoration: none;
    color: #aaa8a8;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a:hover{
    color: #ffba00;
}
@media (max-width: 768px) {

    .package .widget_text .textwidget {
        font-size: 32px;
    }

    .package .widget-title {
        font-size: 18px;
        text-align: center;
    }

    .package .textwidget p,
    .package .textwidget a {
        text-align: center;
    }

    .package .textwidget a {
        justify-content: center;
    }
}

@media (max-width: 576px) {

    .package .widget_text .textwidget {
        font-size: 28px;
    }

    .package {
        padding: 50px 0;
    }
    .package #text-30 .textwidget p,
    .package #text-27 .textwidget p,
    .package #text-26 .textwidget p,
    .package #text-25 .textwidget p
    {
        text-align: center;
    }
}

/* برندها */
/* .brand-box {
    padding: 30px 0px 30px 0px;
    text-align: center;
}

.brand-box .textwidget {
    color: #39464f;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding-top: 20px;
}

.wpls-logo-showcase .slick-dots {
    padding: 10px !important;
}

.wpls-logo-showcase .slick-arrow {
    padding: 1px !important;
}

@media (max-width: 768px) {
    .brand-box .textwidget {
        font-size: 18px;
    }

    .wpls-logo-showcase.slick-initialized {
        padding: 20px 0;
    }
}

@media (max-width: 576px) {
    .brand-box {
        padding-top: 25px;
    }

    .brand-box .textwidget {
        font-size: 16px;
    }
} */

/* فوترها */
.footer1 {
    background:url(https://www.zohalshimi.com/wp-content/uploads/2025/12/blog8.jpg);;
    padding: 80px 0;
    color: #d7dade;
    clear: both;
}
.footer-2 .widget-title,
.footer-3 .widget-title,
.footer-4 .widget-title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: 0px;
    padding-top: 20px;
}

.footer-3 .widget-title {
    padding-right: 60px;
}

.footer-4 .widget-title {
    padding-right: 5px;
}

.footer-3 .textwidget li a {
    color: #ffffff;
    text-decoration: none;
}

.footer-3 .textwidget ul {
    padding-top: 10px;
}

.footer-3 .textwidget li a:hover {
    color: rgb(253, 208, 7);
}

.footer5 {
    background: #000 !important;
    color: #b6bbcc;
    font-size: 20px;
    padding: 5px;
    text-align: center;
    font-size: 12px;
}
.textwidget p{padding-top: 10px;
    margin-bottom: 0;
    padding-bottom: 10px;}
.footer-2 .textwidget a{color: rgb(255, 203, 112);}

@media (max-width: 768px) {

    .footer-2,
    .footer-3,
    .footer-4,
    .footer1 {
        width: 100% !important;
        display: block !important;
        float: none !important;
        text-align: center;
        margin-bottom: 20px;
    }

    .footer-2 .widget-title,
    .footer-3 .widget-title,
    .footer-4 .widget-title {
        font-size: 16px !important;
        padding-top: 10px !important;
        padding-right: 0 !important;
        text-align: center;
    }

    .footer-3 .textwidget ul {
        padding: 0;
        margin: 10px 0;
        text-align: center;
    }

    .footer-3 .textwidget li {
        list-style: none;
        margin: 5px 0;
    }

    .footer-3 .textwidget li a {
        display: inline-block;
        font-size: 14px;
    }

    .footer5 {
        text-align: center !important;
        font-size: 16px !important;
        padding: 10px 0;
    }

    .footer1 {
        padding: 40px 15px;
    }
}


/* دسته بندی های  کتگوری پست*/
.category .page-title {
    padding: 30px;
    color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 30px;
    background-color: rgb(54, 79, 114);
}

.archive.category .post {
    width: 32%;
    display: inline-block;
    text-align: center;
    height: 400px;
    padding: 10px;
    margin-top: 10px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    padding: 0px;
    margin: 5px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
    transition: .25s 
ease;
    background-color: rgb(54, 79, 114);
}

.archive.category .post:hover {
    transform: translateY(-6px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.archive.category .post h2 a {
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    padding: 0px;
}

.archive.category .post h2 {
    height: 90px;
    padding: 10px;
}

.entry-content a {
    text-decoration: none;
    color: #fff;
}

.entry-content a:hover {
    background: rgb(253, 208, 7);
    display: inline-block;
    margin: 0 16px 16px;
    padding: 8px 14px;
    font-size: .85rem;
    font-weight: 600;
    color: #080808;
    border-radius: 6px;
    transition: .2s;
}

.page .entry-header .entry-title {
    padding: 30px;
    background-color: rgb(54, 79, 114);
    color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 30px;
}

.category .entry-header .page-title,
.page .entry-title {
    padding: 30px;
    background-color: rgb(54, 79, 114);
    color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 30px;
}

.archive.category .post:hover {
    transform: translateY(-6px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.archive.category .post h2 {
    height: 90px;
}

.archive.category .post h2 a {
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    padding: 0px;
}

.archive.category .post .entry-content p a {
    display: none;
}

.entry-content a {
    text-decoration: none;
    color: #fff;
}

.post .type-post .status-publish .format-standard .has-post-thumbnail {
    color: rgb(64, 64, 64);
    font-size: 17px;
    line-height: 1.5;
}

.category-4 .wp-post-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.post.type-post {
    border-top: 2px solid #fcca0a;
}
.page-content, .entry-content, .entry-summary {
    margin: 00 0;
    text-align: justify;
    line-height: 2;
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 30px;
    font-size: 15px;
}
@media (max-width: 600px) {
    .archive.category .post {
        width: 100%;
        height: auto;
        margin: 10px 0;
    }

    .archive.category .post h2 {
        font-size: 16px;
        padding: 15px;
    }

    .category .page-title,
    .page .entry-title {
        font-size: 24px;
        padding: 20px;
        background-color: rgb(54, 79, 114);
        color: #ffffff;
    }

    .entry-content a {
        margin: 0 8px 8px;
        padding: 6px 10px;
        font-size: .8rem;
    }
}

.wp-post-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* محصولات */
.wccg-category-info{background-color: #f3f9f6;}
.woocommerce-product-gallery__image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.woocommerce-product-details__short-description p {
    text-align: right !important;
    color: #5c5c5c;
    font-size: 15px;
}

.woocommerce ul.products li.product a img {
    border-radius: 10px;
}

.products .columns-4 {
    text-align: center;
}

.woocommerce .products ul,
.woocommerce ul.products {
    /* width: 80%; */
    text-align: center;
}

.woocommerce-product-gallery__image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.woocommerce-product-details__short-description p {
    text-align: right;
    color: #5c5c5c;
    font-size: 15px;
}

.woocommerce div.product .woocommerce-tabs .panel {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.woocommerce div.product {
    padding-top: 10px;
}

.woocommerce ul.products li.product a img {
    border-radius: 10px;
}

.products .columns-4 {
    text-align: center;
}

.woocommerce .products ul,
.woocommerce ul.products {
    padding-right: 30px;
}

.button.product_type_simple {
    background-color: rgb(253, 208, 7) !important;
    color: #020202 !important;
}

.button.product_type_simple:hover {
    background-color: rgb(102, 101, 101) !important;
    color: #0c0c0c !important;
}

.woocommerce-loop-product__title {
    text-align: center;
}

.button .product_type_simple {
    text-align: center;
}

.products .columns-4 li {
    border: 2px solid #ddd;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: 0.3s;
    padding-left: 50px;
    padding-right: 50px;
    padding: 30px;
}

.woocommerce-page ul.products li.product {
    padding: 10px;
}

.product-item:hover {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
    transform: translateY(-4px);
}

.content-area {
    padding-left: 30px;
    padding-right: 30px;
}

.product-item img {
    width: 100%;
    border-radius: 10px;
}

.related.products h2 {
    padding: 10px;
    padding-right: 30px;
}

.woocommerce ul.products {
    text-align: center;
}

.woocommerce-page ul.products.columns-5 li.product {
    border: 2px solid #ddd;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: 0.3s;
}

.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    width: 36%;
}

.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    width: 60%;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
    padding: 30px;
    background-color: rgb(54, 79, 114);
    color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 20px;
    margin: 0.67em 0;
}

.woocommerce-products-header h1 {
    padding: 30px;
}


@media (max-width: 768px) {

    .woocommerce div.product div.images,
    .woocommerce div.product div.summary {
        width: 100% !important;
        float: none !important;
    }

    .woocommerce div.product {
        padding: 10px;
    }

   
    .woocommerce-product-details__short-description p {
        font-size: 14px;
        text-align: right;
    }

  
    .woocommerce-product-gallery__image {
        border-radius: 8px;
    }

   
    .woocommerce ul.products {
        padding-right: 0;
        margin: 0;
    }

    .woocommerce ul.products li.product {
        width: 100% !important;
        margin: 0 0 20px 0;
        padding: 15px;
    }

 
    .products .columns-4 li,
    .woocommerce-page ul.products.columns-5 li.product {
        padding: 15px;
        box-shadow: 0 3px 8px rgba(0,0,0,0.1);
    }

  
    .woocommerce-loop-product__title {
        font-size: 16px;
        line-height: 1.6;
    }

    
    .button.product_type_simple {
        width: 100%;
        font-size: 15px;
        padding: 12px;
    }

    .woocommerce-breadcrumb {
        font-size: 14px !important;
        padding: 15px !important;
        text-align: center;
    }


    .content-area {
        padding-left: 10px;
        padding-right: 10px;
    }
}


/* درباره ما */
.entry-content {
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 30px;
    font-size: 15px;
}

.entry-header {
    padding-right: 50px;
    padding-left: 50px;
}

/* فرم تماس با ما */
.row .wpcf7-response-output {
    direction: rtl;
    text-align: right;
    background: #ffffff;
    padding: 10px;
    border-radius: 14px;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.08);
    margin-top: 10px;
}

.row .DK {
    margin-bottom: 5px;
}

.row {
    padding-right: 10px;
}

.row input[type="text"],
.row input[type="email"],
.row input[type="tel"],
.row textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #fafafa;
}

.row input:focus,
.row textarea:focus {
    border-color: #0d6efd;
    background: #fff;
    box-shadow: 0 0 8px rgba(13, 110, 253, 0.25);
}

.row textarea {
    height: 150px;
    resize: vertical;
}

.DKcaptcha {
    margin-top: 20px;
    text-align: right;
}

.DK-submit .wpcf7-submit {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    background: #0258fa;
    color: #fff;
    border-color: #10155a !important;
    width: 18%;
    border-radius: 3px;
    padding: 12px 30px 12px 30px;
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
    text-align: center;
}

.contact-container {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.form-section {
    flex: 1;
    min-width: 300px;
}

.map-section {
    flex: 1;
    min-width: 300px;
}

.tamas1 h4 {
    margin-bottom: 5px;
}

.tamas1 a {
    display: block;
    margin-bottom: 5px;
}

.tamas1 a {
    display: none;
}

.tamas1 {
    padding-right: 10px;
    padding-top: 30px;
    font-size: 15px;
}

/* کنترل کیفی */
.post-158 .post-thumbnail {
    padding-top: 10px;
    text-align: center;
}

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
    background: #fff;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 3em 1.5em 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-right: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Links
--------------------------------------------- */
a {
    color: #4169e1;
}

a:visited {
    color: #800080;
}

a:hover,
a:focus,
a:active {
    color: #191970;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-right: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: right;
    position: absolute;
    top: 100%;
    right: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    right: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    display: block;
    right: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    right: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {

    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}

.post,
.page {
    margin: 0;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 00 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
/* .widget {
	margin: 0 0 1.5em;
} */

.widget select {
    max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 0em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    right: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1.5em;
}