@font-face {
    font-family: 'iransans';
    src: url(../font/iransans.woff) format("woff");
    src: url(../font/iransans.woff2) format("woff");
    src: url('../font/iransans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'peyda';
    src: url(../font/peyda.woff) format("woff");
    src: url(../font/peyda.woff2) format("woff");
    src: url('../font/peyda.eot?#iefix') format('embedded-opentype'), url('../font/peyda.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bold';
    src: url(../font/bold.woff) format("woff");
    src: url(../font/bold.woff2) format("woff");
    font-weight: normal;
    font-style: normal;
}
a{
    text-decoration: none!important;
}
body{
    font-family: 'iransans';
}
h1,h2,h3,h4,h5,h6{
    font-family: 'bold';
}
.categoryItem .content{
    width: 100%;
    color: #555;
    padding: 4px 8px;
}
.categoryItem img{
    width: 100%!important;
}

a.more{
    color: #555;
    text-decoration: none;
}
.pointer{
cursor: pointer!important;
}
