/*
@font-face {
    font-family:yekan;
    src: url('../yekan/yekan.eot');
    src: url('../yekan/yekan.eot?#iefix') format('yekan-opentype'),
    url('../yekan/Yekan.woff') format('woff'),
    url('../yekan/Yekan.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



html, body, div,  applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,  abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u,  center, dl, dt, dd, ol,  fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article,  canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby,  summary, time, mark, audio, video{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: yekan !important;}



html {
    font-family: yekan !important;

    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
*/



@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    font-display: fallback;
    src: url('../fonts/IRANSansWeb(FaNum)_Bold.eot');
    src: url('../fonts/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'),
    url('../fonts/IRANSansWeb(FaNum)_Bold.woff') format('woff'),
    url('../fonts/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}


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

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    font-display: fallback;
    src: url('../fonts/IRANSansWeb(FaNum)_Light.eot');
    src: url('../fonts/IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/IRANSansWeb(FaNum)_Light.woff2') format('woff2'),
    url('../fonts/IRANSansWeb(FaNum)_Light.woff') format('woff'),
    url('../fonts/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
}





html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block; }

body {

    line-height: 1em; }
ol, ul {
    list-style: none; }
.special-quote {
    quotes: none; }
.special-quote:before, .special-quote:after {
    content: '';
    content: none; }
table {
    border-collapse: collapse;
    border-spacing: 0; }

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: IRANSans !important;
}


/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: white;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: dimgray;
}


.modal-header
{
    /*background-color: #434242!important;*/
    /*background-color: #0c84ff!important;*/
    background-color: #f58b1e!important;
    border: none!important;
}
.modal-body
{
    margin: 1rem!important;
    /*background-color: #0c84ff!important;*/
    background-color: #f58b1e!important;
}

.modal-content
{
    /*background-color: #0c84ff!important;*/
    background-color: #f58b1e!important;
}

.modal-footer
{
    /*background-color: #0c84ff!important;*/
    background-color: #f58b1e!important;
    border: none!important;
}

.btn-close
{
    color: white!important;
}

hr
{
    margin: auto !important;
    border-width: 3px;
}


.product-item {
    text-align: center;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    max-width: 300px;
    margin: 0 auto;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.product-item img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: auto;
}

.product-title {
    /*background-color: #007bff;*/
    background-color: #f58b1e!important;
    color: white;
    position: relative;
    width: 100%;
    height: 100px; /* ارتفاع ثابت */
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding:10px;
}

.product-link {
    text-decoration: none;
    display: block;
    height: 100%;
}


/* عکس تکرار شونده */

body {
    background-color: #f8f9fa; /* رنگ پس‌زمینه */
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><rect width="100" height="100" fill="%23f8f9fa"/><g opacity="0.2"><text x="10" y="30" font-size="20" fill="%23e74c3c">🍕</text><text x="50" y="70" font-size="20" fill="%23f39c12">🥪</text></g></svg>');
    background-repeat: repeat; /* تکرار الگو */
}




.footer {
    height: 10vh;
    /* background-color: lightcoral;*/
    position: sticky;
    bottom: 0;
    text-align: center;
    width: 100%;
    font-size: 12px;
    /*color: #a2a2a2;*/
    padding-bottom: 20px;
    padding-top: 20px;
}

.footer .f-menu {
    display: block;
    width: 100%;
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
    margin-top: 8px;
    margin-bottom: 0;
}

.footer .f-menu > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

.footer .f-menu > li > a {
    color: black;
    text-decoration:none;
}

.footer .f-menu > li > a:hover {
    color: #777;
}



