@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=PT%20Sans:400,700);
@font-face{font-family:Yekan;src:url(../fonts/Yekan.eot?#) format("eot"),
url(../fonts/Yekan.woff) format("woff"),
url(../fonts/Yekan.ttf) format("truetype")
}
@font-face{font-family:BYekan;src:url(../fonts/BYekan.eot?#) format("eot"),
url(../fonts/BYekan.woff) format("woff"),
url(../fonts/BYekan.ttf) format("truetype")
}
a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
    border:0;
    font-family:inherit;
    font-size:100%;
    font-style:inherit;
    font-weight:inherit;
    margin:0;
    outline:0;
    padding:0;
    vertical-align:baseline;
line-height:25px;
}
a:-webkit-any-link {
     color: #414141;
    text-decoration:none;
    cursor:pointer;
}
:focus {
    outline:0
}
a {
    color:#FFF;
    text-decoration:none;
    cursor:pointer
}
body {
    line-height:1
}
table {
    border-collapse:separate;
    border-spacing:0
}
caption,
td,
th {
    font-weight:400;
    text-align:right
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content:""
}
a img {
    border:0
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
section {
    display:block
}
body {
    font-family:Yekan,
    "PT Sans",
    Tahoma
}
ol,
ul {
    list-style:none
}
blockquote,
q {
    quotes:none
}
html {
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    text-rendering:optimizelegibility
}
body {
    -webkit-animation:bugfix infinite 1s
}
.main {
    max-width:1000px;
    margin:0 auto
}
@-webkit-keyframes bugfix {
    from,
    to {
        padding: 0
    }
}
.header {
    position:relative
}
#toggle,
.toggle {
    display:none
}
.menu>li {
  list-style: none;
  float: right;
  padding: 5px 10px 6px 8px;
  margin-left: 10px;
  background-color: #FF6969;
  color: #FFF;
  transition:all 0.2s;
  -moz-transition:all 0.2s;
  -webkit-transition:all 0.2s;
  border-radius: 2px;
}
.clearfix:after,
.clearfix:before {
    display:table;
    content:""
}
.clearfix:after {
    clear:both
}
@media only screen and (max-width: 768px) {
    .menu {
        display:none;
        opacity:0;
        width:100%;
        position:absolute;
        right:0
    }
    .menu>li {
        display: block;
        width: 100%;
        margin: 0
    }
    .menu>li>a {
        display: block;
        width: 100%;
        text-decoration: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .toggle {
        display: inline-block;
        position: relative;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        user-select: none
    }
    #toggle:checked~.menu {
        display: block;
        opacity: 1;
        margin-top: 9px
    }
}
.header {
    min-height:20px;
    padding:0 20px;
    background:#2ECD71
}
.header>h1 {
    float:left;
    padding:0;
    font-style:italic;
    font-family:Georgia;
    font-size:23px;
    color:#DFDFDF
}

section::after,
section::before {
    position:absolute;
    content:'';
    pointer-events:none
}
.menu>li>a {
display: block;
  /* padding: 3px 0px 9px 35px; */
  margin-right: 30px;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  border-radius: 0;
  /* margin-top: 8px; */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
  color: #FFFFFF;
}
.menu>li>a:first-child {
    display:block;
    margin-right:0
}
.menu>li>a:focus,
.menu>li>a:hover {}
.menu>li:hover{
    background-color: #F06666;
}

}
.selected {
    border-radius:0!important;
    margin-left:5px
}
.toggle {
    z-index:2
}
@media only screen and (max-width: 768px) {
    .menu,
    .menu>li,
    .menu>li>a:first-child {
        margin-top:0
    }
    .menu,
    .menu>li,
    .menu>li>a {
        height: auto;
        background: #34495E;
        padding: 0;
        font-size: 15px;
        margin: 0;
        z-index: 999;
        text-align: center
    }
    .menu>li>a {
        padding: 15px 20px 18px 25px
    }
    .menu>li>a:focus,
    .menu>li>a:hover {
        background: #2C3E50;
        -webkit-border-radius: 0;
        padding: 15px 20px 18px 25px;
        border-radius: 0
    }
    .toggle:after {
        display: block;

        margin-top: 8px;
        padding: 10px;
        background: #FF696B;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        text-align: center;
        content: "\f0c9";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
        font-size: 30px;
        color: #FFF;
        -webkit-transition: all .5s linear;
        -moz-transition: all .5s linear;
        -o-transition: all .5s linear;
        transition: all .5s linear;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    a {
        text-decoration: none;
        color: #fff
    }
    .toggle:hover:after {
        opacity: .8
    }
    #toggle:checked+.toggle:after {
                content: "\f0c9";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
        font-size: 30px;
    }
}
@media only screen and (max-width: 479px) {
    .header>h1 {
        text-align:center
    }
    .header>h1,
    .toggle:after {
        float: right
    }
    .toggle:after {
        text-align: center
    }
    .menu,
    .menu>li,
    .menu>li>a:first-child {
        margin-top: 2px
    }
}
*,
:after,
:before {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
body {
    margin:0
}
[class*=col-] {
    float:right;
    padding-left:20px
}
.grid {
    width:100%;
    max-width:1140px;
    margin:0 auto;
    overflow:hidden
}
.grid:after {
    content:"";
    display:table;
    clear:both
}
.grid-pad {
    padding-top:5px;
    padding-right:10px;
    padding-left:10px
}
.push-right {
    float:right
}
.col-1-1 {
    width:100%
}
.col-2-3,
.col-8-12 {
    width:66.66%
}
.col-1-2,
.col-6-12 {
    width:50%
}
.col-1-3,
.col-4-12 {
    width:33.33%
}
.col-1-4,
.col-3-12 {
    width:25%
}
.col-1-5 {
    width:20%
}
.col-1-6,
.col-2-12 {
    width:16.667%
}
.col-1-7 {
    width:14.28%
}
.col-1-8 {
    width:12.5%
}
.col-1-9 {
    width:11.1%
}
.col-1-10 {
    width:10%
}
.col-1-11 {
    width:9.09%
}
.col-1-12 {
    width:8.33%
}
.col-11-12 {
    width:91.66%
}
.col-10-12 {
    width:83.333%
}
.col-9-12 {
    width:75%
}
.col-5-12 {
    width:41.66%
}
.col-7-12 {
    width:58.33%
}
.push-2-3,
.push-8-12 {
    margin-left:66.66%
}
.push-1-2,
.push-6-12 {
    margin-left:50%
}
.push-1-3,
.push-4-12 {
    margin-left:33.33%
}
.push-1-4,
.push-3-12 {
    margin-left:25%
}
.push-1-5 {
    margin-left:20%
}
.push-1-6,
.push-2-12 {
    margin-left:16.667%
}
.push-1-7 {
    margin-left:14.28%
}
.push-1-8 {
    margin-left:12.5%
}
.push-1-9 {
    margin-left:11.1%
}
.push-1-10 {
    margin-left:10%
}
.push-1-11 {
    margin-left:9.09%
}
.push-1-12 {
    margin-left:8.33%
}
@media handheld,
only screen and (max-width: 767px) {
    .grid {
        width:100%;
        min-width:0;
        margin-left:0;
        margin-right:0;
        padding-left:0;
        padding-right:0
    }
    .pl {
        padding-left: 10px!important
    }
    [class*=col-] {
        width: auto;
        float: none;
        padding-left: 10px;
        padding-right: 10px;
        margin: 10px 0
    }
    [class*=mobile-col-] {
        float: right;
        padding-left: 0;
        padding-right: 10px;
        padding-bottom: 0;
        margin: 0 0 10px
    }
    .mobile-col-1-1 {
        width: 100%
    }
    .mobile-col-2-3,
    .mobile-col-8-12 {
        width: 66.66%
    }
    .mobile-col-1-2,
    .mobile-col-6-12 {
        width: 50%
    }
    .mobile-col-1-3,
    .mobile-col-4-12 {
        width: 33.33%
    }
    .mobile-col-1-4,
    .mobile-col-3-12 {
        width: 25%
    }
    .mobile-col-1-5 {
        width: 20%
    }
    .mobile-col-1-6,
    .mobile-col-2-12 {
        width: 16.667%
    }
    .mobile-col-1-7 {
        width: 14.28%
    }
    .mobile-col-1-8 {
        width: 12.5%
    }
    .mobile-col-1-9 {
        width: 11.1%
    }
    .mobile-col-1-10 {
        width: 10%
    }
    .mobile-col-1-11 {
        width: 9.09%
    }
    .mobile-col-1-12 {
        width: 8.33%
    }
    .mobile-col-11-12 {
        width: 91.66%
    }
    .mobile-col-10-12 {
        width: 83.333%
    }
    .mobile-col-9-12 {
        width: 75%
    }
    .mobile-col-5-12 {
        width: 41.66%
    }
    .mobile-col-7-12 {
        width: 58.33%
    }
    .hide-on-mobile {
        display: none!important;
        width: 0;
        height: 0
    }
    .mobile-font {
        font-size: 15px;
        padding-bottom: 3px
    }
    .mobile-font .content {
        text-align: center!important
    }
}
.tel {
    float:left;
    color:#FFF;
    background:#27B061;
    line-height:40px;
    padding:0 20px;
    font-size:20px
}
.clashheader {
    background-size:cover;
    background-repeat:no-repeat;
    height:263px;
    background-image:url(../img/header.jpg)
}
.clashtitle {
  background: #F95151;
  color: #FFFFFF;
  font: 17px yekan;
  text-align: right;
  padding: 8px 10px;
}
.buyonline {
    background:url(../img/buyonline.png);
    background-repeat:no-repeat;
    width:124px;
    height:39px;
    margin-top:0
}
.logos {
    background:url(../img/logos.png);
    background-repeat:no-repeat;
    width:250px;
    height:300px;
    margin-top:15px
}
.gem-ussd {
    background:url(../img/gem-ussd.png);
    background-repeat:no-repeat;
    width:250px;
    height:380px;
    margin-top:0
}
.diamon-ussd {
    background:url(../img/diamon-ussd.png);
    background-repeat:no-repeat;
    width:250px;
    height:380px;
    margin-top:0
}
.right-content {
    font:15px yekan,
    PT Sans;
    text-align:justify;
    direction:rtl;
    color:#575757;
    margin-top:15px
}
.goldhead {
    background:url(../img/clash.png);
    background-repeat:no-repeat;
    width:250px;
    height:380px;
    margin-top:0
}
div,
li,
ul {
    margin:0;
    padding:0;
    list-style-type:none
}


.box-price-main{
  color: #fff;
  font-family: yekan, arial, Raleway;
  text-align: right;
  direction: rtl;
  left: 35px;
  position: relative;
  bottom: 0px;
  top: 180px;
  width: 172px;
  padding-right: 50px;
}

#white {
    z-index:101;
    background:#fff
}
.error {
     background-color: #FFE4C4 !important;
}
#Grid .placeholder {
    padding:0;
    border-top:10px solid #922d8d
}
@media (max-width: 800px) {

}


@media (max-width: 600px) {

}
@media (max-width: 400px) {

}
.plans ul li {
    float:right;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    color:#666;
    font:16px yekan;
    text-align:center;
    margin-left:16px;
    cursor:pointer;
    position:relative
}
.numbers {
    color:#737373;
    font:18px yekan;
    border:2px solid #737373;
    width:25px;
    display:inline-block;
    height:25px;
    line-height:20px;
    text-align:center;
    background:#FFF;
    border-radius:50px;
    margin-left:5px
}
.plans h2 {
  font-size: 20px;
  line-height: 56px;
  color: #FFF;
  margin-right: 8px;
  direction: rtl;
  display: inline-block;
  text-align: center;
}
.plans h2.format {
    margin-right: 24%;
}
.plans h3 {
    font-size:23px;
    line-height:29px;
    text-align:right;
    color:#957045;
    margin-right:55px;
    direction:rtl
}
.plans h2 span {
  font-size: 16px;
  position: relative;
  top: -3px;
  right: -3px;
}
.content {
  text-align: right;
  direction: rtl;

}
.amount {
  font: 15px Yekan;
  border-radius: 5px;
  padding-top: 0;
  padding-bottom: 9px;
  color: #616161;
}
.rules {
    max-width:100%;
    max-height:368px;
    min-width:100%;
    min-height:368px;
    height:368px;
    border:2px solid #F0F0F0;
    width:100%;
    direction:rtl;
    border-radius:5px;
    color:#444;
    font-size:11px;
    font-family:tahoma;
    padding:10px;
    line-height:16px;
    margin:0;
    margin-top:10px;
    text-align:justify;
    margin-bottom:10px
}
.ltr {
    direction:ltr
}
.pl {
    padding-left:0
}
.content h3 {
    margin-top:10px;
    font:15px yekan;
      color: #616161;
}
.content input {
    width:100%;
    height:40px;
    padding:0 10px 3px;
    background-color:#FFF;
    margin-top:10px;
    font:400 13px yekan,
    tahoma;
    outline:0;
    text-align:right;
    direction:rtl;
    border-radius:5px;
    color:#999;
    border:2px solid #CBCBCB;

}
.tik input {
    width:auto;
    height:auto;
    direction:ltr;
    text-align:left;
    border:none
}
.tik {
    text-align:left;
    direction:ltr;
    margin-top:10px
}
.mb {
    margin-bottom:15px
}
.pay {
    display:inline-table;
    background:#EE6060 !important;
    color:#FFF!important;
    text-decoration:none;
    margin-left:10px;
    outline:0!important;
    text-align:center!important;
    font:16px yekan!important;
    border:none!important;
    cursor:pointer;
    -webkit-transition:all .1s linear;
    -moz-transition:all .1s linear;
    -o-transition:all .1s linear;
    transition:all .1s linear
}
.accept {
    margin-top:-13px!important
}
.mob {
    text-align:center;
    font-size:18px;
    background:#45C55A;
    color:#FFF;
    padding:9px 10px 13px;
    border-radius:5px;
    text-decoration:none;
    -webkit-transition:all .1s linear;
    -moz-transition:all .1s linear;
    -o-transition:all .1s linear;
    transition:all .1s linear
}
.buyclash {
    font-size:18px;
    background: #CB4242;
    color:#FFF;
    height:40px;
    border-radius:5px;
    text-decoration:none;
    text-align:center;
    -webkit-transition:all .1s linear;
    -moz-transition:all .1s linear;
    -o-transition:all .1s linear;
    transition:all .1s linear
}
.buyclash:hover {
    background: #BA3B3B;
    }
.buyclash:hover,
.mob:hover,
why:hover {
    -webkit-transition:all .1s linear;
    -moz-transition:all .1s linear;
    -o-transition:all .1s linear;
    transition:all .1s linear;
    opacity:.9
}
.mob2 {
    line-height:36px
}
.irancell {
    position:relative;
    z-index:101;
    margin-top:10px;
    background:#F2F2F2;
    padding-top:10px;
    padding-bottom:15px
}
.footer {
    position:relative;
    z-index:101;
    background-image: url(../img/footer-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top:10px;
    padding-bottom:10px
}
.footer h4 {
    margin-top:-8px;
    font:16px yekan;
    color:#fff
}
.footer p {
    font:13px yekan,
    tahoma;
    color:silver;
    line-height:25px;
    text-align:justify;
    padding-bottom:10px
}
.footer-design-pos a{
      color: #FF5151;

}
.footer-design-pos {
    color: #969696;
    font-size: 14px;
}
.footer-design-pos a:hover{
    opacity: 0.8;
    }
.copyright {
    background-color:#232323;
    position:relative;
    z-index:101;
    padding-top:10px;
    padding-bottom:10px
}
.copyright h5 {
  margin-top: -5px;
  font: 13px yekan,tahoma;
  color: #777;
}
.all {
    background:url(../img/all.png);
    background-repeat:no-repeat;
    width:700px;
    height:265px;
    margin-top:15px;
    margin-left:auto;
    margin-right:auto
}
.shoar {
    padding-top:0
}
.red {
    color:red
}
.cocen {
    font:20px pt sans;
    text-align:center
}
.cocfa {
    font-size:20px;
    text-align:center
}
.ussdcode {
    text-align:center;
    direction:ltr;
    font-size:19px
}
.tellnum {
    text-align:left;
    direction:ltr;
    font-size:19px
}
.ussdtitle {
    text-align:center;
    font-size:16px
}
.gems-ussd {
    border-bottom:2px solid #E2E2E2;
    padding-bottom:20px;
    padding-top:20px
}
.tozihat {
    text-align:justify;
    font-size:13px;
    line-height:25px
}
#commentsText {
    padding:10px 10px 3px;
    width:100%;
    margin:10px 0 0;
    font-style:normal;
    font-variant:normal;
    font-weight:400;
    font-stretch:normal;
    font-size:12px;
    line-height:normal;
    font-family:tahoma,
    arial;
    outline:0;
    text-align:right;
    direction:rtl;
    border-radius:5px;
    color:#999;
    border:2px solid #CBCBCB;
    height:157px;
    background-color:#FFF;
    max-width:470px;
    max-height:157px;
    min-width:100%;
    min-height:157px
}
.ttle {
    font-size:19px;
    padding-bottom:14px;
    border-bottom:2px solid #F0F0F0
}
.pb {
    padding-bottom:1px
}
.shomare {
    font:19px pt sans;
    text-align:left;
    direction:ltr
}
.contactt {
    text-align:right;
    font-size:16px
}
.padding-top {
    margin-top:15px
}
.contact-rules {
    max-width:100%;
    max-height:226px;
    min-width:100%;
    min-height:226px;
    height:226px;
    border:2px solid #F0F0F0;
    width:100%;
    direction:rtl;
    border-radius:5px;
    color:#444;
    font-size:11px;
    font-family:tahoma;
    padding:10px;
    line-height:16px;
    margin:0;
    margin-top:15px;
    text-align:justify
}
.introjs-tooltiptext {
    font:12px tahoma;
    text-align:justify
}
.why {
    margin-top:10px;
    font:15px yekan;
    width:100%;
    display:inline-block;
    color:#fff;
    text-align:center;
    padding:1px 2px 5px;
    border-radius:5px;
    background:#DB2A2A;
    background:#E7271C;
    -webkit-transition:all .1s linear;
    -moz-transition:all .1s linear;
    -o-transition:all .1s linear;
    transition:all .1s linear
}
.why:hover {
    opacity:.9
}
.howto {
    margin-top:10px;
    font:15px yekan;
    width:100%;
    display:inline-block;
    color:#fff;
    text-align:center;
    padding:1px 2px 5px;
    border-radius:5px;
    background:#35BE4D;
    -webkit-transition:all .1s linear;
    -moz-transition:all .1s linear;
    -o-transition:all .1s linear;
    transition:all .1s linear
}
.howto:hover {
    opacity:.9
}
.entekhab {
    padding-left:0px;
    position:relative;
    bottom:2px;
    padding-right:5px
}
#fullradios {
    display:none
}
.sh {
    line-height:22px;
    color:#737373;
    display:inline-block;
    text-align:center;
    border-left:1px dotted #B8B8B8;
    font-size:21px;
    font-family:byekan;
    margin-left:3px;
    padding-left:3px
}
.rule {
    font-size:13px;
    font-family:yekan;
    color:#626262;
    line-height:normal;
    margin-top:5px;
    text-align:justify
}
#example {
    height:300px;
    overflow:hidden
}
#example .mSButtons {
    height:80%
}
#example .frame {
    width:100%;
    height:100%
}
#example .frame .slide_element {
    height:100%
}
#example .frame .slide_element>div {
    float:left;
    height:100%;
    overflow:hidden
}
#example .frame .mSCover img {
    max-width:none
}
#example .credit {
    position:absolute;
    bottom:10px;
    left:10px;
    font-size:11px;
    line-height:normal;
    font-weight:300;
    text-shadow:rgba(0,
    0,
    0,
    .7)0 1px 0;
    color:#CCC;
    background:#000;
    background:rgba(0,
    0,
    0,
    .6);
    padding:0 4px;
    white-space:nowrap;
    z-index:1002;
    text-transform:uppercase
}
#example .credit a {
    color:#FFF;
    font-weight:400
}
.infoBlock {
    position:absolute;
    position:absolute;
    bottom:0;
    width:100%;
    background:#FFF;
    background:rgba(0,
    0,
    0,
    .7);
    overflow:hidden;
    padding:12px 5px 15px;
    color:#fff;
    z-index:1002
}
.mightyslider_modern_skin .mSPages {
    display:none
}
.infoBlockLeftBlack {
    color:#FFF;
    background:#000;
    background:rgba(0,
    0,
    0,
    .55);
    left:90px;
    right:auto;
    opacity:0
}
.infoBlock2 {
    top:90px;
    left:100px
}
.infoBlock h4 {
    font-size:18px;
    font-weight:100;
    line-height:1.2;
    margin:0;
    padding-bottom:3px;
    color:inherit;
    text-align:center
}
.infoBlock p {
    font-size:13px;
    font-weight:100;
    margin:4px 0 0;
    text-align:center
}
.infoBlock a {
    color:#FFF;
    text-decoration:underline
}
@media (max-width: 979px) {
    #example {
        height:200px;
        margin-top:0
    }
    .infoBlock {
        width: 100%
    }
}
@media (max-width: 768px) {
    #example {
        height:150px
    }
    .infoBlock {
        padding: 10px;
        height: auto;
        max-height: 100%;
        max-width: 100%;
        right: 0;
        left: 0;
        bottom: 0;
        border-radius: 0
    }
    .infoBlock h4 {
        font-size: 12px;
        line-height: 17px
    }
    .infoBlock p {
        font-size: 10px;
        display: none
    }
    #example .mSButtons,
    .mightyslider_modern_skin .mSPages {
        display: none
    }
}

.addthis_bar_logo {
    display:none!important
}
.addthis_bar_message {
    display:inline-block;
    zoom:1;
    margin:9px 0 0!important;
    line-height:17px;
    font:13px yekan!important
}
.welcome-inner-container .addthis_bar_p {
    direction:rtl
}
#at-wmb-goal-button-link {
    text-decoration:none;
    font:13px byekan
}
.addthis_bar_x {
    height:42px!important
}
#atstbx2 {
    position:relative;
    top:3px;
    margin-left:20%;
}
.lh {
    line-height:27px;
}
.product_1 input,
.product_2 input,
.product_3 input,
.product_4 input,
.product_5 input,
.product_6 input,
.product_7 input,
.product_9 input,
.product_10 input,
.product_11 input,
.product_12 input,
.product_13 input,
.product_14 input,
.product_15 input,
.product_16 input,
.product_17 input,
.product_18 input,
.product_19 input,
.product_20 input,
.product_21 input,
.product_22 input,
.product_23 input,
.product_24 input,
.product_25 input,
.product_26 input,
.product_27 input,
.product_28 input,
.product_29 input,
.product_30 input,
.product_31 input,
.product_32 input,
.product_33 input,
.product_34 input,
.product_35 input,
.product_36 input,
.product_37 input,
.product_38 input,
.product_39 input,
.product_40 input,
.product_41 input,
.product_42 input,
.product_43 input,
.product_44 input,
.product_45 input,
.product_8 input {
    width:100%;
    left:0px;
    height:85%;
    position:absolute;
    background:0;
    cursor:pointer;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity:0;
    opacity:0;
}
.box-main-header-ssuio{

}

#header-box-ssuio{
text-align: right;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 35px;
  padding-top: 10px;

}
#header-box-ssuio a h1{
  color: #FF5656;
  text-align: right;
  font-size: 30px;
}
#header-box-ssuio h2{
  margin-top: 15px;
  font-size: 15px;
}
#header-box-ssuio h1{
  margin-top: 15px;
}
.img-logo-header{
    background-image: url(../img/logo-site.png);
    width: 99px;
    height: 101px;
    float: right;
    margin-left: 10px;
}
.left-header-grid{
  margin-top: 30px;
  max-width: 690px;

}
.right-header-grid{
      float: right;
  width: 300px;
}

.contact-header-box{
  background: none repeat scroll 0 0 #2ECC71;
  border-radius: 38px;
  height: 62px;
  position: relative;
  width: 250px;
  top: -17px;
  /* padding-bottom: 50px; */
  float: left;
  margin-right: 10px;
}

.contact-header-box i{
  border: 4px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 25px;
  height: 50px;
  line-height: 45px;
  position: absolute;
  right: 8px;
  text-align: center;
  top: 6px;
  width: 50px;
}
.contact-header-box p{
  display: block;
  font-family: Yekan;
  font-size: 12px;
  line-height: 20px;
  padding: 10px 44px 0 0;
  text-align: center;
  color: #FFFFFF;
    margin-top: -4px;
}
.contact-header-box h3{
    font-family: Yekan;
  font-size: 25px;
  line-height: 30px;
  padding: 0 54px 0 0;
  text-align: center;
  color: #FFFFFF;
}
.lin-hei-headero{
  height: 70px;
  width: 1px;
  float: right;
  background: #F2F2F2;
  margin-top: -15px;
  /* padding-right: 10px; */
  /* box-sizing: border-box; */
  margin-left: 20px;
}
.message-intro {
  display: table-row;
  line-height: 1.5em;
  font-size: 1.2em;
  margin-bottom: 2em;
  text-align: center;
}
.message-intro span.message-line:first-child {
  padding: 0 30px 30px 0;
}
.message-intro span.message-line {
  padding: 0 10px;
}
.message-intro span.message-line {
  display: table-cell;
  width: 20%;
}
.message-intro span.message-line:after {
  display: inline-block;
  width: 100%;
  content: ".";
  font-size: 0;
  color: rgba(208, 28, 28, 1);
  height: 4px;
  background: #EC4E4E;
  vertical-align: middle;
  position: relative;
  top: 0;
}

.message-intro span.message-line:last-child {
  padding: 0 0 30px 30px;
}

.box-select-sopmja{
  max-width: 490px;
  margin: auto;
  margin-top: 20px;
  text-align: center;
}
.box-select-space .col-7-12{
    width: 100%;
}
.custom-cols-oiqw{
    width: 58% !important
}

.pe-7s-cart{
background: #6B737C;
  color: #FFF;
  font-size: 22px;
  position: relative;
  top: 40px;
  right: -2px;
  padding: 9px 8px;
  border-radius: 0 5px 5px 0;
  height: 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 40px;
  line-height: 1;
  position: relative;
  }

  .pay {
  display: inline-table;
  border-radius: 5px 0 0 5px;
  color: #F9F9F9;
  line-height: 28px;
  text-decoration: none;
  outline: none;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
}

.i-form-ersal-infokha{
  display: inline-block;
  color: #888;
  right: 7px;
  top: -29px;
  position: relative;
  font-size: 19px;
}
.box-select-space input{
  background: #f3f3f3;
  border: none;
  min-width: 90%;
  margin-top: 0px;
  padding-right: 34px;
  margin-bottom: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  color: #888;
}
.box-select-space input{
    min-width: 0;
}
.box-select-space{
  box-shadow: 0 0 10px #CCC;
  margin-bottom: 15px;
  padding: 15px;
}
.so-ghvala45{
      width: 45% !important;
}
.so-ghvala46{
      width: 55% !important;
}
.information-pardakht-pay{
    font-size: 15px;
    color: #616161;
}
.display-blocksa{
    display: inline-block !important;
}
.pay-button{
    width: 65%;
    margin-right: 15%;
    margin-bottom: 20px;
}
.is-consu-lo-sele{
  color: #696969;
  font-size: 21px;
  position: relative;
  top: 2px;
}
.message-intro h3{
  font-size: 18px;
  color: #5F5F5F;
}

.tos-clash-li ul li{
  font-size: 14px;
  color: #5F5F5F;
  padding-bottom: 12px;
}
.tos-clash-li ul li:before{
    content: "\f14a";
    position: relative;
    top:3px;
    padding-left: 8px;
      display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
    color: #2ECC71;
  font-size: 17px;

}
.box-footer-warning5{
    margin-bottom: 15px;
}
.clash-imag-reop{
    background-image: url(../img/clash.png);
    width: 220px;
    height: 290px;
    margin-top: -15px;
}

/* vahab css */

.entekhab-social {
	max-width:289px;
	margin-left:auto;
	margin-right:auto;
}
.entekhab-social .dropdown-toggle {
	background:#fff;
	color:#5F5F5F;
	border:solid 1px #DDDDDD;
}
.entekhab-social .dropdown.active .dropdown-toggle {
	border:solid 1px #DDDDDD;
}
.entekhab-social .dropdown li{
	max-width:400px;
	min-width:286px;
}

.entekhab-asli {
	max-width:289px;
	min-width:289px;
	margin-left:auto;
	margin-right:auto;
	z-index:999;
}
.entekhab-asli .btn {
	max-width:289px;
	min-width:289px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}
.entekhab-asli .dropdown-toggle {
	background:#fff;
	color:#5F5F5F;
	border:solid 1px #DDDDDD;
	padding:10px;
}
.entekhab-asli .dropdown li{
	max-width:400px;
	min-width:286px;
}

.gems {
    position:relative;
    z-index:101;
    background:#F2F2F2;
    padding-top:10px;
    padding-bottom:100px;
	margin-left:0px;
	margin-right:0px;
}
.tab-pane{position:absolute}
.tab-pane.active{z-index:99;}