@font-face {
    font-family: 'NasimBlod';
    src:    url('../fonts/NasimBold.eot') format('eot'),
            url('../fonts/NasimBold.woff') format('woff'),
            url('../fonts/NasimBold.ttf') format('truetype');
    font-style:normal;
    font-weight:normal;
}
@font-face {
    font-family: 'Yekan';
    src:    url('../fonts/Yekan.ttf') format('truetype');
    font-style:normal;
    font-weight:normal;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family:Tahoma;
}
h1,h2{
    font-family: 'Yekan';
}
.persian {
    direction: rtl;
}
.en {
    direction: ltr;
}
a{
    text-decoration:none;
    color: blue;
}
a:hover{
    color:chocolate;
}
.logo{
    height: 180px;
    width: 100%;
    color: rgba(0, 0, 0, 0.85);
    background-color: rgb(253, 209, 11);
}
.logo-grupe{
    display: flex;
    align-items: center;
}
.menu{
    background-color:rgb(44, 44, 44);
    color: rgba(255, 255, 255, 0.733);
}
.menu-links{
    font-size: 20;
    font-family:'Yekan';
    /*font-weight: bold;*/
}
.menu-box{
    float: right;
    padding-top: 5px;
    padding-bottom: 5px;
}
.logo-span{
    font-size: 70px;
    font-weight: bold;
}
.some-height{
    min-height: 500px;
}
.footer{
    color: rgba(255, 255, 255, 0.856);
    background-color: rgb(44, 44, 44);
}
.fimg{
    max-height: 60px;
    padding-left: 5px;
}
.flink-box{
    width: 100%;
    padding-top: 20px;
}
.one-page-text{
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 20px;
}
.left-button{
    float: left;
    padding-bottom: 10px;
}
.blog-img{
    height: 250px;
    width: 100%;
    object-fit: cover;
}
.blog-description{
    min-height: 80px;
}
.img-space{
    margin-top: 10px;
    margin-bottom: 10px;
}
.gray,.dir-text,.img-text,.ispan,.dir-text a,.tag-span a{
    color:gray;
}
.tag-span{
    border-radius: 5px;
    background-color: lightgray;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 4px;
    padding-top: 2px;
    color: gray;
}
.tag-span:hover,.tag-span a:hover{
    color: white;
    /* background-color: gray; */
}
.course-btn{
    height: 30px;
}
.course-content-header{
    padding-left: 40px;
    padding-top: 8px;
    width: 100%;
}
.course-content-box{
    margin-bottom: 30px;
    width: 100%;
}
.product-ex-img{
    height: 100;
    object-fit: cover;
    max-width: 88;
}
.clickable {
cursor: pointer;
}
.hide{
    visibility: hidden;
}
.main-menu,
.main-menu ul ,
.mobile-menu,
.mobile-menu ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-menu {
    display: flex;
    align-items: center;
}
.main-menu li {
    position: relative;
}
.main-menu li a,
.mobile-menu li a {
    display: block;
    transition: 0.3s;
}
.comment-box {
    border-radius:18px;
    box-shadow:0 4px 15px rgba(0,0,0,0.08);
    padding:18px;
    background:white;
    transition:.3s;
}
.comment-box:hover {
    box-shadow:0 6px 25px rgba(0,0,0,0.12);
}
.avatar {
    width:45px;
    height:45px;
    border-radius:50%;
    margin-left:10px;
    border:2px solid #eee;
}
.comment-header {
    display:flex;
    align-items:center;
    margin-bottom:8px;
}
.reply-box {
    margin-top:15px;
    margin-right:50px;
}
.reply-form textarea {
    border-radius:12px;
}
.btn-reply {
    border-radius:20px;
}
textarea, input {
    border-radius:12px !important;
}
.circle {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 2px;
}

.search-box {
    margin-right: 20px;
    display: inline-block;
}

.search-box input[type="search"] {
    border: none;
    outline: none;
    background: rgba(255, 255, 255, 0.15); /* حالت کمرنگ */
    color: rgba(255, 255, 255, 0.8); /* متن کمی کم‌رنگ */
    padding: 5px 10px;
    border-radius: 5px;
    transition: 0.3s ease; /* انیمیشن نرم تغییر رنگ و پس‌زمینه */
    width: 150px; /* می‌تونی بسته به فضا تغییر بدی */
    text-align: center;
}

.search-box button {
    display: none; /* دکمه جستجو رو مخفی می‌کنیم اگر میخوای فقط با Enter جستجو کنه */
}

.search-box input[type="search"]::placeholder {
    color: rgba(255, 255, 255, 0.7); /* متن placeholder کم‌رنگ */
}

.search-box input[type="search"]:focus {
    background: rgba(255, 255, 255, 0.9); /* پررنگ و خوانا */
    color: #000; /* متن سیاه برای خوانایی */
    /* border-bottom: 2px solid #444; */
    width: 328px; 
}
/* Some custom things */
.my-color{
    background-color:rgb(44, 44, 44);
    color: white;
}
.my-color a{
    color: white;
}
.my-color:hover{
    background-color:rgb(161, 161, 161);
}
.wc-block-checkout__login-prompt,.wc-block-cart__submit-button{
    background-color:rgb(228, 226, 226);
    color: black;
    padding: 10px;
    border-radius: 5px;
    border:1px solid black!important
}
.wc-block-checkout__login-prompt:hover,.wc-block-cart__submit-button:hover{
    background-color:rgb(172, 172, 172);
    color: black;
}
li img {
    padding-top: 5px;
    padding-left: 5px;
}
.wp-element-caption {
    text-align: center;
    color: gray;
}
