<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Fars File Shop Theme
*/

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%;
    vertical-align: baseline;
}

:focus {
    outline: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

.ltr {
    direction: ltr;
}

nav ul, li, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix {
    zoom: 1;
}
/* IE7 */
h1, h2, h3, h4, h5, h6 {
    font-family: 'web-yekan',tahoma;
    font-weight: normal
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        color: #1F6AA3;
    }

h1 {
    font-size: 22px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 13px;
}

h4 {
    font-size: 12px;
}

h5 {
    font-size: 11px;
}

h6 {
    font-size: 11px;
}

.clear {
    clear: both;
    display: block;
    height: 0;
    font-size: 0px;
}

a, a:visited {
    color: #0093C4;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

    a:hover {
        color: #ff5500
    }

.divider {
    background: url(../images/divider.gif) #eee;
    height: 4px;
    margin: 5px 0px;
    clear: both
}

body {
    direction: rtl;
    color: #333;
    font-family: 'web-yekan', tahoma;
    background: #f5f5f5;
}

.center {
    text-align: center;
}

hr {
    height: 1px;
    border: none;
    border-bottom: 1px solid #ddd;
    margin: 10px 0;
}


/* layout */
@font-face {
    font-family: web-yekan;
    font-style: normal;
    font-weight: bold;
    src: url('font/iranyekanwebbold.woff') format('woff');
}

@font-face {
    font-family: web-yekan;
    font-style: normal;
    font-weight: normal;
    src: url('font/iranyekanwebregular.woff') format('woff');
}

/* layout */
#container {
    padding: 15px 0;
}

#container,
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}

@media (min-width: 576px) {
    #container,
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    #container,
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    #container,
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    #container,
    .container {
        max-width: 1140px;
    }
}


.header {
    margin-bottom: 15px;
    background: #132946;
}

.header_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .header_row:last-child {
        justify-content: center;
        padding-bottom: 30px;
    }

.header .nav ul{
    font: 13px 'web-yekan',tahoma;
    background: #fff;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 4px #2C2C2C;
    -webkit-box-shadow: 0px 0px 4px #2C2C2C;
    box-shadow: 0px 0px 4px #2C2C2C;
}

.get-mar {
    margin: 0px 28px 0px 0px
}

.header .nav ul {
    font: 13px 'web-yekan',tahoma;
    padding: 12px 0;
    display: flex;
}

    .header .nav ul li {
        margin: 0 10px;
    }

        .header .nav ul li a {
            font-size: 15px;
            color: #27B5EB;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px;
            padding: 4px 7px;
        }

            .header .nav ul li a:hover {
                background: #ED453D;
                padding: 4px 7px;
                color: white;
            }

.search {
    width: 270px;
    float: left;
    background: url(../images/search.gif) no-repeat;
    height: 36px;
    margin: 4px 0px 0px 4px
}

.searchtext {
    float: right;
    background: none;
    width: 185px;
    height: 25px;
    color: #999;
    margin: 4px 8px 0px 0px;
    text-align: right;
    border: 0;
    font: 11px tahoma, sans-serif;
}

.searchsubmit {
    border: 0;
    cursor: pointer;
    width: 65px;
    height: 25px;
    background: none;
    float: left
}

.sidebar-normal-widget {
    background: #DDDDDD;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 15px;
    padding: 5px;
    overflow: hidden;
}

    .sidebar-normal-widget .main {
        display: block;
        padding: 6px 6px;
        background: #f5f5f5;
        margin: 4px 0px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        font: 14px 'web-yekan',tahoma;
        color: #333333;
        white-space: nowrap;
    }

        .sidebar-normal-widget .main:hover {
            background: #fff;
        }

    .sidebar-normal-widget .sub {
        display: block;
        padding: 1px 5px;
        border-right: 2px solid #2BB6EB;
        margin: 6px 12px 6px 0px;
        font: 13px 'web-yekan',tahoma;
    }

        .sidebar-normal-widget .sub:hover {
            border-right: 2px solid #fff;
            margin: 6px 15px 6px 0px;
        }

    .sidebar-normal-widget h3.cat {
        background: url(../images/cat-title.gif) no-repeat;
        width: 210px;
        height: 40px;
    }

    .sidebar-normal-widget h3.enam {
        background: url(../images/enam-title.gif) no-repeat right;
        width: 210px;
        height: 40px;
        margin-bottom: 10px;
    }

    .sidebar-normal-widget h3.latest-p {
        background: url(../images/latest-p.gif) no-repeat;
        width: 210px;
        margin-bottom: 10px;
        height: 40px;
    }

    .sidebar-normal-widget h3.rahgiri {
        background: url(../images/rahgiri.gif) no-repeat;
        width: 210px;
        height: 40px;
    }

    .sidebar-normal-widget h3 span {
        display: none;
        width: 210px;
        height: 40px;
    }

.input:focus {
    border: 1px solid #3DBDE2;
    background: #DAF5FE;
    -moz-box-shadow: 0px 0px 8px #1292C2;
    -webkit-box-shadow: 0px 0px 8px #1292C2;
    box-shadow: 0px 0px 8px #1292C2;
}

.bottom {
    border: 1px solid #666;
    background: #777;
    padding: 5px;
    color: white;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

h3.offer {
    background: url(../images/offer.png) no-repeat;
    width: 180px;
    height: 35px;
    z-index: 99;
    position: absolute;
    margin: 0px 10px 0px 0px;
}

    h3.offer span {
        width: 180px;
        height: 35px;
        display: none
    }

.produces_head {
    height: 61px;
    border-radius: 5px;
    background: url(../images/latest-p-t.png) no-repeat right;
}

    .produces_head span {
        display: none;
        width: 670px;
        height: 61px;
    }

.produces {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px 0;
}

    .produces &gt; h5 {
        width: 100%;
        height: 61px;
        margin-top: -15px;
        margin-bottom: 15px;
        border-radius: 5px;
        background: url(../images/latest-p-l.png) no-repeat right;
    }

        .produces &gt; h5 span {
            display: none;
        }

    .produces &gt; h2 {
        width: 100%;
        margin-top: -15px;
        margin-bottom: 15px;
        padding: 14px 10px;
        border-radius: 5px;
        font-size: 14px;
        font-weight: 700;
        z-index: 0;
        background: #ebebeb;
        border-bottom: 1px solid #d6d6d6;
    }

.produce {
    width: calc((100% - 60px) / 3);
    background: white;
    margin-bottom: 20px;
    padding-bottom: 5px;
    text-align: justify;
    -moz-box-shadow: 0px 0px 4px #ccc;
    -webkit-box-shadow: 0px 0px 4px #ccc;
    box-shadow: 0px 0px 4px #ccc;
}

    .produce .price {
        background: url(../images/coin.gif) no-repeat right;
        padding: 0px 22px 2px 0px;
        color: #888;
        border-bottom: 1px solid #eee;
        margin: 0px 0px 12px 0px;
        font: 14px 'web-yekan',tahoma;
    }

.short-desc {
    margin: 5px 0px 10px 0px;
    font: 14px 'web-yekan',tahoma;
    text-align: justify;
    display: block;
    height: 114px;
    overflow: hidden;
}

.produce-head {
    background: url(../images/grad.jpg) top repeat-x;
    padding: 10px;
}

    .produce-head .img {
        text-align: center;
        height: 120px;
        overflow: hidden;
        border: 2px solid #aaa;
        -moz-box-shadow: 0px 0px 4px #ccc;
        -webkit-box-shadow: 0px 0px 4px #ccc;
        box-shadow: 0px 0px 4px #ccc;
        width: 190px;
        margin: 0 auto;
    }

        .produce-head .img img {
            width: 190px;
        }

.title-p {
    display: flex;
    align-items: center;
    padding: 0 5px;
    height: 60px;
    background: #f6f6f6;
    font: 12px/1.5 tahoma;
    margin: 8px -8px 8px -8px;
    text-align: center;
    overflow: hidden;
}

.more,
.buy {
    color: white !important;
    padding: 5px 8px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.more {
    background: #aaaaaa;
    text-shadow: 0px -1px 0px #999;
    border-bottom: 1px solid #797979;
    margin: 0px 0px 0 10px;
    font: 14px 'web-yekan',tahoma;
}

    .more:hover {
        background: #999;
        -moz-box-shadow: 0px 0px 5px #666;
        -webkit-box-shadow: 0px 0px 5px #666;
        box-shadow: 0px 0px 5px #666;
    }

.buy {
    background: #19B0EA;
    text-shadow: 0px -1px 0px #1292C2;
    border-bottom: 1px solid #0985B4;
    font: 14px 'web-yekan',tahoma;
}

    .buy:hover {
        background: #129ACD;
        -moz-box-shadow: 0px 0px 5px #1292C2;
        -webkit-box-shadow: 0px 0px 5px #1292C2;
        box-shadow: 0px 0px 5px #1292C2;
    }

.footer {
    background: #343232;
    margin-top: 15px;
    -moz-box-shadow: 0px 0px 4px #aaa;
    -webkit-box-shadow: 0px 0px 4px #aaa;
    box-shadow: 0px 0px 4px #aaa;
    padding: 15px 0;
    color: #ccc;
}

    .footer .container {
        display: flex;
        align-items: center;
    }

    .footer p {
        font: 13px/1.8 'web-yekan',tahoma;
        color: #7A7A7A;
        padding-top: 25px;
    }

        .footer p a {
            padding-top: 10px;
        }

.menu {
    margin-left: 30px;
}

    .menu a.link {
        background: #222;
        padding: 4px 6px;
        font: 13px 'web-yekan', ma;
        color: #999
    }

        .menu a.link:hover {
            background: #555;
            color: #fff
        }

.copyright p {
    background: #474545;
    color: #ccc;
    padding: 10px 0;
    border-radius: 10px;
}

.pager {
    width: 100%;
    background: #fff;
    border: 1px solid #DFDFDF;
    margin: 5px auto;
    color: #707070;
    padding: 5px 5px 0;
}

    .pager &gt; td {
        background: #fff;
        border: 1px solid #ddd;
        padding: 3px 10px;
        margin: 0;
        font: normal 12px "WYekan", "byekan", WIranSans, Tahoma;
    }

    .pager a,
    .pager b {
        background: #446cb3;
        padding: 6px 12px;
        border-radius: 3px;
        vertical-align: middle;
        margin: 0 2px 6px;
        border: 1px solid #355896;
        color: #fff;
        font: normal 12px "WYekan", "byekan", WIranSans, Tahoma !important;
        display: inline-block;
    }

    .pager b {
        background: #3faff9;
        border: 1px solid #0c87d9;
    }

    .pager span {
        padding: 0px 5px;
        margin: 0 2px;
        display: inline-block;
        font: normal 12px "WYekan", "byekan", WIranSans, Tahoma !important;
    }

    .pager span {
        display: none;
    }

        .pager span:nth-child(2) {
            display: block;
            text-align: center;
        }

.pages a:hover {
    background: #D6D6D6;
    color: #333333
}

.single {
    border: 1px solid #bbb;
    border-radius: 4px;
    background: white;
    padding: 15px;
}

    .single p {
        font-size: 15px;
        line-height: 2;
    }

.single_box {
    display: flex;
    justify-content: space-between;
}

.single_box_col:first-child {
    margin-left: 15px;
}

.single h2 {
    margin-top: 8px;
    margin-bottom: 12px;
    line-height: 2;
}

.single_cat {
    font-size: 14px;
}

.single .imginfo {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

    .single .imginfo a {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        text-align: center;
        border-radius: 0;
    }

.tags {
    background: #C6F1FF;
    padding: 8px;
    margin: 10px 0px 0 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 11px;
}

    .tags a {
        padding: 0 5px;
        background: #8acee4;
        color: #fff;
        margin: 2px;
        display: inline-block;
    }

        .tags a:hover {
            background: #64b2cb;
        }

.fileinformation {
    border-radius: 5px;
    margin: 15px 0;
    -moz-box-shadow: 2px 2px 5px #aaa;
    -webkit-box-shadow: 2px 2px 5px #aaa;
    box-shadow: 2px 2px 5px #aaa;
    padding: 10px;
    background: #FDFDFD;
    border-left: 1px solid #EBEBEB;
    color: #999;
    border-top: 2px solid #ED453D;
    border-bottom: 2px solid #ED453D;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .fileinformation .description {
        width: 50%;
        font-size: 13px;
        line-height: 2;
    }

        .fileinformation .description p {
            font-size: 13px;
        }

    .fileinformation .price {
        width: 45%;
    }

        .fileinformation .price p {
            font-size: 13px;
        }

.buy.dnl {
    width: 100%;
    margin-top: 3px;
    padding: 10px 0;
    display: block;
    text-align: center;
    font: normal 18px "web-yekan",arial;
}



.success, .warning, .attention, .information {
    padding: 10px 10px 10px 33px;
    margin-bottom: 15px;
    color: #555555;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.success {
    background: #E3EBC6;
    border: 4px solid #CDDB9B;
    color: #7F9533;
}

    .success a {
        color: #7F9533;
        font-weight: bold;
    }


.warning a {
    color: #fd4326;
    font-weight: bold;
}

.attention a {
    color: #C49C03;
    font-weight: bold;
}

.warning {
    background: #FFD1D1;
    border: 4px solid #F8ACAC;
    color: #fd4326;
}

.attention {
    background: #FFF5CC;
    border: 4px solid #F2DD8C;
    color: #C49C03;
}

.information {
    background: #CDE7FF;
    border: 4px solid #94CCFF;
    color: #1A86E7;
}



.empty {
    padding: 20px;
    text-align: center;
    background: #fff;
    border: 1px solid #ddd;
    margin: 2px 0;
    font: normal 18px "web-yekan", arial;
    color: #888;
}

input, textarea {
    font: normal 12px tahoma;
    border: 1px solid #E0E0E0;
    padding: 7px;
    border-radius: 3px;
    margin: 2px;
    background: #FDFDFD;
}

    input:focus, textarea:focus {
        outline: none
    }

label.title {
    display: inline-block;
    width: 100px;
    vertical-align: middle;
}

.buy.dnl span {
    font: normal 12px tahoma;
    display: block;
}

.pages h3 {
    margin: 0 0 15px;
}

    .pages h3 span {
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background: #777;
        padding: 3px 6px;
        color: white;
    }

.pages a {
    border-radius: 5px;
    background: #fff;
    color: #30A7D4;
    padding: 10px;
    margin: 2px;
    font-weight: 700;
}



img.logo {
    max-width: 300px;
    max-height: 150px;
}

.CapchaInput {
    width: 90px !important;
    -webkit-border-radius: 0 3px 3px 0 !important;
    border-radius: 0 3px 3px 0 !important;
    text-align: center;
    font: bold 18px arial !important;
    letter-spacing: 5px;
    margin: 0;
    height: 35px;
    border-left: none;
    direction: ltr
}

.captchalogin {
    display: inline-block;
    width: 110px;
    height: 35px;
    -webkit-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
    overflow: hidden;
    vertical-align: middle;
    margin-bottom: 6Px
}

.capcha {
    display: inline-block;
}





.subgrp {
    display: none;
}

.down {
    float: left;
    margin-top: -30px;
    display: inline-block;
    padding: 7px 5px 5px 7px;
    cursor: pointer;
}


.latest li {
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 6px;
    padding-bottom: 6px;
    font: 12px/1.8 'web-yekan',tahoma;
}

    .latest li:last-child {
        border: none;
    }

#namad {
    width: 150px;
    height: 136px;
    margin: 0 auto;
    overflow: hidden;
}

.trust {
    padding: 0 10px;
    font: 15px 'web-yekan',tahoma;
    font-weight: 700;
    display: block;
    margin-bottom: 4px;
    color: #3D67ED;
}

    .trust img {
        vertical-align: middle;
        width: 40px;
    }

.txt {
    font: normal 13px/25px tahoma;
    text-align: justify;
}

.nameofs {
    font: normal 22px "web-yekan";
    color: #fff !important;
    text-shadow: 1px 1px 2px #000;
}

.half {
    width: calc(50% - 8px);
    float: right;
    box-sizing: border-box;
    font-size: 14px;
}

    .half.first {
        margin-left: 16px;
    }

    .half .half {
        width: 100%;
        float: none;
        margin: 0;
    }

.file_info {
    font-size: 14px;
    line-height: 1.8;
    border-radius: 3px;
    overflow: hidden;
}

.file_info_row {
    display: flex;
    background: rgba(0, 0, 0, 0.1);
    font-weight: 700;
}

    .file_info_row:nth-child(even) {
        background: rgba(0, 0, 0, 0.15);
    }

    .file_info_row .label {
        display: flex;
        align-items: center;
        flex-shrink: 0;
        width: 88px;
        margin-left: 15px;
        padding: 5px;
        background: rgba(0, 0, 0, 0.15);
    }

    .file_info_row .value {
        padding: 5px 0 5px 5px;
    }

.single p {
    font-size: 12px;
    margin: 6px 0 20px;
}

.single .center p {
    font-size: 14px;
    margin: 10px 0;
}




@media (max-width: 991.99px) {
    .header_row {
        flex-direction: column;
    }

        .header_row:last-child {
            padding: 15px 0;
        }

    .nameofs {
        font-size: 16px;
    }

    .header .nav {
        margin-top: 10px;
    }

        .header .nav ul li a {
            font-size: 14px;
            font-weight: 700;
        }

    .produce {
        width: calc((100% - 20px) / 2);
        margin-bottom: 20px;
    }

        .produce .center {
            display: flex;
            flex-direction: column;
        }

            .produce .center .more {
                margin: 0 0 10px;
            }

    .single_box {
        flex-direction: column;
    }

    .single_box_col:first-child {
        margin: 0 0 15px 0;
    }

    .single h2,
    .single_cat {
        text-align: center;
    }

    .single .imginfo a {
        position: relative;
        width: 100%;
        margin-top: 15px;
    }

    .fileinformation {
        flex-direction: column;
    }

        .fileinformation .description,
        .fileinformation .price {
            width: 100%;
        }

        .fileinformation .description {
            margin-bottom: 25px;
        }

        .fileinformation .price {
            text-align: center;
        }

    .half {
        width: 100%;
        float: none;
    }

        .half.first {
            margin: 0 0 16px 0;
        }
}

@media (max-width: 767.99px) {
    img.logo {
        max-height: 125px;
    }

    .header .nav ul li {
        margin: 0 6px;
    }

        .header .nav ul li a {
            padding: 4px 5px;
            font-size: 12px;
        }

    .nameofs {
        font-size: 14px;
    }

    .pages h3 {
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #ccc;
    }

    .footer .container {
        flex-direction: column;
    }

    .menu {
        margin: 0 0 25px 0;
    }

    .copyright {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 575.99px) {
    img.logo {
        max-width: 100%;
    }

    .header .nav ul li {
        text-align: center;
    }

        .header .nav ul li:last-child {
            display: none;
        }

        .header .nav ul li a {
            display: block;
            font-size: 14px;
        }

    .nameofs {
        line-height: 2;
        text-align: center;
    }

    .produce {
        width: 100%;
    }

    .copyright img {
        max-width: 100%;
    }
}

.srch {
    padding: 8px 0 0 0;
}
 

h1.tlts {
    float: right;
    margin-top: 37px;
}

    h1.tlts a {
        color: #eee;
    }

.srch .btn {
    margin-right: -6px;
    border-radius: 3px 0 0 3px;
    background: #f3f3f3;
}

input#txtsech {
    border-radius: 0 3px 3px 0;
    width: 200px;
}


.w-100{
    width:100% !important
}</pre></body></html>