﻿/* my css :  */
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  
  .no-gutters {
    margin-right: 0;
    margin-left: 0;
  }
  
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
  
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  
  .row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  
  .row-cols-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  
  .row-cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  
  .row-cols-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  
  .row-cols-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  
  .col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  
  .col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  
  .col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  
  .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  
  .col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  
  .col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  
  .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  
  .col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  
  .col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  
  .col-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  
  .col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  
  .col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  
  .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .offset-1 {
    margin-left: 8.333333%;
  }
  
  .offset-2 {
    margin-left: 16.666667%;
  }
  
  .offset-3 {
    margin-left: 25%;
  }
  
  .offset-4 {
    margin-left: 33.333333%;
  }
  
  .offset-5 {
    margin-left: 41.666667%;
  }
  
  .offset-6 {
    margin-left: 50%;
  }
  
  .offset-7 {
    margin-left: 58.333333%;
  }
  
  .offset-8 {
    margin-left: 66.666667%;
  }
  
  .offset-9 {
    margin-left: 75%;
  }
  
  .offset-10 {
    margin-left: 83.333333%;
  }
  
  .offset-11 {
    margin-left: 91.666667%;
  }
  
  @media (min-width: 576px) {
    .col-sm {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
    }
    .row-cols-sm-1 > * {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .row-cols-sm-2 > * {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .row-cols-sm-3 > * {
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .row-cols-sm-4 > * {
      flex: 0 0 25%;
      max-width: 25%;
    }
    .row-cols-sm-5 > * {
      flex: 0 0 20%;
      max-width: 20%;
    }
    .row-cols-sm-6 > * {
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .col-sm-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
    .col-sm-1 {
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
    .col-sm-2 {
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .col-sm-3 {
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-sm-4 {
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .col-sm-5 {
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
    .col-sm-6 {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-sm-7 {
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
    .col-sm-8 {
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    .col-sm-9 {
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-sm-10 {
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
    .col-sm-11 {
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
    .col-sm-12 {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .offset-sm-0 {
      margin-left: 0;
    }
    .offset-sm-1 {
      margin-left: 8.333333%;
    }
    .offset-sm-2 {
      margin-left: 16.666667%;
    }
    .offset-sm-3 {
      margin-left: 25%;
    }
    .offset-sm-4 {
      margin-left: 33.333333%;
    }
    .offset-sm-5 {
      margin-left: 41.666667%;
    }
    .offset-sm-6 {
      margin-left: 50%;
    }
    .offset-sm-7 {
      margin-left: 58.333333%;
    }
    .offset-sm-8 {
      margin-left: 66.666667%;
    }
    .offset-sm-9 {
      margin-left: 75%;
    }
    .offset-sm-10 {
      margin-left: 83.333333%;
    }
    .offset-sm-11 {
      margin-left: 91.666667%;
    }
  }
  
  @media (min-width: 768px) {
    .col-md {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
    }
    .row-cols-md-1 > * {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .row-cols-md-2 > * {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .row-cols-md-3 > * {
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .row-cols-md-4 > * {
      flex: 0 0 25%;
      max-width: 25%;
    }
    .row-cols-md-5 > * {
      flex: 0 0 20%;
      max-width: 20%;
    }
    .row-cols-md-6 > * {
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .col-md-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
    .col-md-1 {
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
    .col-md-2 {
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .col-md-3 {
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-md-4 {
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .col-md-5 {
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
    .col-md-6 {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-md-7 {
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
    .col-md-8 {
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    .col-md-9 {
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-md-10 {
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
    .col-md-11 {
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
    .col-md-12 {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .offset-md-0 {
      margin-left: 0;
    }
    .offset-md-1 {
      margin-left: 8.333333%;
    }
    .offset-md-2 {
      margin-left: 16.666667%;
    }
    .offset-md-3 {
      margin-left: 25%;
    }
    .offset-md-4 {
      margin-left: 33.333333%;
    }
    .offset-md-5 {
      margin-left: 41.666667%;
    }
    .offset-md-6 {
      margin-left: 50%;
    }
    .offset-md-7 {
      margin-left: 58.333333%;
    }
    .offset-md-8 {
      margin-left: 66.666667%;
    }
    .offset-md-9 {
      margin-left: 75%;
    }
    .offset-md-10 {
      margin-left: 83.333333%;
    }
    .offset-md-11 {
      margin-left: 91.666667%;
    }
  }
  
  @media (min-width: 992px) {
    .col-lg {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
    }
    .row-cols-lg-1 > * {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .row-cols-lg-2 > * {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .row-cols-lg-3 > * {
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .row-cols-lg-4 > * {
      flex: 0 0 25%;
      max-width: 25%;
    }
    .row-cols-lg-5 > * {
      flex: 0 0 20%;
      max-width: 20%;
    }
    .row-cols-lg-6 > * {
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .col-lg-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
    .col-lg-1 {
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
    .col-lg-2 {
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .col-lg-3 {
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-lg-4 {
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .col-lg-5 {
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
    .col-lg-6 {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-lg-7 {
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
    .col-lg-8 {
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    .col-lg-9 {
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-lg-10 {
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
    .col-lg-11 {
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
    .col-lg-12 {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .offset-lg-0 {
      margin-left: 0;
    }
    .offset-lg-1 {
      margin-left: 8.333333%;
    }
    .offset-lg-2 {
      margin-left: 16.666667%;
    }
    .offset-lg-3 {
      margin-left: 25%;
    }
    .offset-lg-4 {
      margin-left: 33.333333%;
    }
    .offset-lg-5 {
      margin-left: 41.666667%;
    }
    .offset-lg-6 {
      margin-left: 50%;
    }
    .offset-lg-7 {
      margin-left: 58.333333%;
    }
    .offset-lg-8 {
      margin-left: 66.666667%;
    }
    .offset-lg-9 {
      margin-left: 75%;
    }
    .offset-lg-10 {
      margin-left: 83.333333%;
    }
    .offset-lg-11 {
      margin-left: 91.666667%;
    }
  }
  
  @media (min-width: 1200px) {
    .col-xl {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
    }
    .row-cols-xl-1 > * {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .row-cols-xl-2 > * {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .row-cols-xl-3 > * {
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .row-cols-xl-4 > * {
      flex: 0 0 25%;
      max-width: 25%;
    }
    .row-cols-xl-5 > * {
      flex: 0 0 20%;
      max-width: 20%;
    }
    .row-cols-xl-6 > * {
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .col-xl-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
    .col-xl-1 {
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
    .col-xl-2 {
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .col-xl-3 {
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-xl-4 {
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .col-xl-5 {
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
    .col-xl-6 {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-xl-7 {
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
    .col-xl-8 {
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    .col-xl-9 {
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-xl-10 {
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
    .col-xl-11 {
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
    .col-xl-12 {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .offset-xl-0 {
      margin-left: 0;
    }
    .offset-xl-1 {
      margin-left: 8.333333%;
    }
    .offset-xl-2 {
      margin-left: 16.666667%;
    }
    .offset-xl-3 {
      margin-left: 25%;
    }
    .offset-xl-4 {
      margin-left: 33.333333%;
    }
    .offset-xl-5 {
      margin-left: 41.666667%;
    }
    .offset-xl-6 {
      margin-left: 50%;
    }
    .offset-xl-7 {
      margin-left: 58.333333%;
    }
    .offset-xl-8 {
      margin-left: 66.666667%;
    }
    .offset-xl-9 {
      margin-left: 75%;
    }
    .offset-xl-10 {
      margin-left: 83.333333%;
    }
    .offset-xl-11 {
      margin-left: 91.666667%;
    }
  }
/* end of my css */
/* style css file  */

/* 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 > 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 > h5 span {
            display: none;
        }

    .produces > 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 > 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
}
/* end of style css file  */
body{
    background: rgb(243, 243, 243)   ;
     
    background: url(../images/backgroundgreen.jpg) #EBEBEB repeat-x;
  }
  .header .nav ul li a:hover {
      background: #3E8E0F;
  } 
  .buy { 
  
    background: #1F8940;
    border-top: 1px solid #006620;
    border-bottom: 1px solid #0E4F22;
    border-right: 1px solid #207B3C;
    border-left: 1px solid #146B2F;
  }
      .buy:hover {
          background: #0F662A;
          -moz-box-shadow: 0px 0px 5px #1292C2;
          -webkit-box-shadow: 0px 0px 5px #156E0F;
          box-shadow: 0px 0px 5px #156E0F;
      }
  
  .tags {
  background:#CCFFC6;
  }
  a, a:visited {
      color: #407B1E;
  }
      .tags a,.tags a:visited {
          padding: 0 5px;
          background: #3C941E;
          border-radius:3px;color:#fff;
  
      }
  .header .nav ul li a {
      color: #407B1E;
  }
  
  .produce-head {
      background: url(../images/gradgrean.gif) top no-repeat;
  }
  .sidebar-normal-widget .sub {
      border-right: 2px solid #66A335;
  }
  .sidebar-normal-widget {
      text-shadow: none;
  }
  
  
  
   




  .innercontent {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #FDFDFD;
    font: normal 13px / 21px WIranSans, Tahoma;
  }


  .innercontent .product_title{
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
    text-align: right;
  }

  .innercontent .product_title h3{
    padding: 0px;
    padding-bottom: 2px;
    margin: 0px;
    border-bottom: solid 2px #E7E7E7;
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
    color: #555;
    line-height: 10px;
    font: normal 18px "WYekan", arial;
  }

  .innercontent .product_title h3 span, .product_title h2 span {
    padding-bottom: 2px;
    border-bottom: solid 2px #54ace7;
}

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

.innercontent input.req, textarea.req {
  padding-left: 7px;
  border-left: 2px solid #F78125 !important;
}

.innercontent input[type='text'], input[type='password'], textarea {
  background: #FAFAFA;
  border: 1px solid #CCCCCC;
  padding: 8px;
  margin: 5px;
  margin-left: 0px;
  margin-right: 0px;
  color: #404040;
  border: 1px solid;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  border-radius: 3px;
  font: normal 13px / 16px WIranSans, Tahoma;
  -webkit-transition: all 200msease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200msease;
  width: 200px;
}

.innercontent p.help, .phelp {
  vertical-align: middle;
  padding: 3px 5px 5px 5px;
  display: inline-block;
  margin: 0 0 5px 0;
  background: #e5ecf2 url(../../images/info.png) right center no-repeat;
  border-radius: 3px;
  border: 1px solid #96b6d4;
  height: 25px;
  width: 12px;
  vertical-align: top;
  margin-top: 5px;
}

.innercontent .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;
}
.innercontent .CapchaInput {
  background-image: none !important;
  width: 90px !important;
  padding: 0 8px !important;
  -webkit-border-radius: 0 3px 3px 0 !important;
  border-radius: 0 3px 3px 0 !important;
  text-align: center;
  vertical-align: middle;
  height: 33px;
  font: bold 18px arial !important;
  letter-spacing: 5px;
  border-right: none;
}
.innercontent .dlbtn {
  display: block;
  background: #51D638;
  padding: 15px;
  text-align: center;
  border: 2px solid #52B93E;
  font: normal 21px "WYekan", arial;
  margin: 20px 0;
  line-height: 20px;
  color: #fff !important;
  text-shadow: 1px 1px 1px #6F6F6F;
}
.innercontent .transition {
  -webkit-transition: all 200msease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200msease;
}
.innercontent .rounded {
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.innercontent .dlbtn img {
  vertical-align: middle;
  margin-bottom: -12px;
  margin-left: 5px;
}
.innercontent .dlbtn span {
  display: block;
  font: normal 12px WIranSans, Tahoma !important;
  margin-top: 13px;
}
.innercontent img {
  max-width: 100%;
  height: auto;
}
.download_col{
  max-width: 100% !important;
}

.breadcrumb{
  margin-bottom: 40px;
}