﻿@font-face {
    font-family: "Yekan";
    src: url("/assets/fonts/BYekan.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Vazirmatn";
    src: url("/assets/Fonts/Vazirmatn.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}

.bYekan {
    font-family: 'Yekan', serif;
}

.bVazir {
    font-family: 'Vazirmatn', serif;
}

body {
    text-align: right;
    direction: rtl;
    font-family: 'Vazirmatn', serif !important;
}

.nav-link-fa {
    font-family: 'Yekan', serif;
    font-size: 17px !important;
}

.product-small-img {
    height: 100px;
    width: 100px;
    margin: 3px 1px !important;
    border: 2px solid midnightblue;
}

.product-small-img:hover {
    cursor: pointer;
    border: 2px solid cyan;
}

.small-image-box {
    overflow-x: scroll;
    overflow-y: hidden;
    text-align: center;
    background: #f6f5ed;
    margin-top: 5px;
    padding: 4px 0px;
}

@media (max-width: 991.98px) {
    .imgtM250 {
        top: -250px !important;
    }

    .txt250 {
        top: 100px !important;
    }

    .black250 {
        color: black !important;
    }

    .font18 {
        font-size: 18px !important;
    }
}

@media (min-width: 991.99px) and (max-width: 1199.98px) {
    .txt250 {
        background: #000c;
        padding: 10px 20px !important;
        border-radius: 0px 15px 15px 0px;
        margin-left: -1px;
    }

    .white250 {
        color: white !important;
    }
}

.font-22{
    font-size: 22px;
}
.font-36 {
    font-size: 36px;
}

.comment-box {
    padding: 8px 15px 0px 8px !important;
    background: #fffdf0;
    border: 2px solid gold;
    width: 100% !important;
}
.width100{
    width: 100% !important;
}
.comment-time {
    color: #2c00ff !important;
}
.comment-desc {
    color: black !important;
    margin-top: 8px;
    margin-bottom: 4px;
}

.comment-tag{
    text-align: left;
}
.comment-tag-btn {
    background: #dbfff5 !important;
    border-radius: 10px !important;
    border: 2px solid green !important;
    font-size: 14px !important;
}
.spntg{
    color: red;
    font-weight: bold;
}


.col-inside {
    background: #ffffff59;
    border-radius: 15px;
    padding-top: 15px;
    color: black;
    box-shadow: 5px 5px 10px #b6fcff;
}

.bottom-msg {
    font-size: 20px;
    padding-bottom: 15px;
}

.error-div {
    color: red;
}

.btn-lgn:hover {
    background: #009cac !important;
}

.btn-lgn {
    font-size: 21px;
    background: #005199;
    color: white;
    padding: 10px 30px;
    margin-top: 15px;
}

.a-lgn {
    color: darkblue;
}

    .a-lgn:hover {
        color: darkcyan !important;
    }

.col-center {
    float: none;
    margin: 0 auto;
}

.spad {
    direction: rtl;
    text-align: right;
    font-size: 18px;
    margin-top: 70px;
    text-align: center;
    padding: 50px;
    background: #dbcc8f;
    color: #eee; 
}
@media (max-width: 576) {
    .spad {
        padding: 40px 10px;
    }
}

    .login-title {
        border-bottom: 2px solid midnightblue;
        padding-bottom: 5px;
        margin-bottom: 20px;
    }
