@font-face {
    font-family: "WYekan";
    src: url("font/webyekan.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "WYekanNum";
    src: url("font/wyekannum.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "WIranSans";
    src: url("font/IRANSansWeb.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "WIranSans";
    src: url("font/IRANSansWeb_Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

* {
    outline: none;
}

.blink {
    animation-name: blinker;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
    /* Decimal not necessary, 0 and 1 is enough */
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.2;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.2;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.2;
    }

    100% {
        opacity: 1.0;
    }
}

.sp5,
.sp10,
.sp20,
.clear {
    height: 1px;
    margin: 5px 0;
    clear: both;
    display: block;
}

.sp10 {
    margin: 10px 0;
}

.sp20 {
    margin: 20px 0;
}

.clear {
    margin: 0;
}

.rounded {
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.transition {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

html {
    margin: 0;
    padding: 0;
}

body {
    background: #F3F3F3;
    color: #000000;
    font-family: 'WIranSans', Tahoma, Arial, Helvetica, sans-serif;
    direction: rtl;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}

    body.is-fixed {
        overflow: hidden;
    }

    body a {
        outline: 0;
        text-decoration: none;
    }

img {
    max-width: 100%;
    height: auto;
}

h1,
.welcome {
    color: #636E75;
    font: Verdana;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: normal;
    text-shadow: 0 0 1px rgba(0, 0, 0, .01);
}

h2 {
    color: #000000;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 5px;
}

p {
    margin-top: 0px;
    color: #666;
    font: 13px/20px 'WIranSans', Tahoma, Arial, sans-serif;
}

.fr_logo {
    width: 100px;
}

a,
a:visited,
a b {
    color: #38B0E3;
    text-decoration: underline;
    cursor: pointer;
}

    a:hover {
        text-decoration: none;
    }

    a img {
        border: none;
    }

form {
    padding: 0;
    margin: 0;
    display: inline;
}

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 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

    input[type='text']:focus,
    input[type='password']:focus,
    textarea:focus {
        border-color: #54ace7;
    }

.ltr {
    direction: ltr;
    text-align: left;
}

/* 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;
    }
}

.hidden-sm {
    display: none;
}

@media (min-width: 992px) {
    #column-left {
        padding-right: 0;
    }

    #column-right {
        padding-left: 0;
    }

    .hidden-sm {
        display: block;
    }
}

#column-left + #column-right + .content,
#column-left + .content {
    overflow: hidden;
}

#column-left.big,
#column-right.big {
    width: 400px;
}

#column-right.almostbig {
    width: 240px;
}

#column-left.big + #column-right.big + .content,
#column-left.big + .content {
    margin-left: 415px;
}

#column-right.almostbig + .content {
    margin-right: 245px;
}

#column-left.half,
#column-right.half {
    width: 470px;
}

    #column-left.half + #column-right.half + .content,
    #column-left.half + .content {
        margin-left: 480px;
    }

.half {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .half.first {
        margin-bottom: 15px;
    }

@media (min-width: 992px) {
    .half {
        float: right;
        width: 50%;
    }

        .half.first {
            margin-bottom: 0;
            padding-left: 25px;
        }
}

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

    .product_title h1 {
        padding: 0px;
        padding-bottom: 8px;
        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;
    }

        .product_title h1 span {
            padding-bottom: 2px;
        }

    .product_title h3,
    .product_title h2 {
        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;
    }

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

.product_content {
    color: #000 !important;
}

    .product_content p {
        color: #000 !important;
    }

    .product_content span {
        color: #000 !important;
    }

.price_circle {
    padding: 10px;
    display: inline-block;
    width: 70px;
    height: 70px;
    text-align: center;
    border-radius: 100%;
    margin-top: 10px;
    background: #7cbcff;
    border: solid 4px #d0e6ff;
}

/* header */

#header {
    position: relative;
    border-top: 1px solid #337db7;
    border-bottom: 1px solid #337db7;
    background: #00569e;
    z-index: 98;
    padding: 22px 0;
}

    #header #header_grid_container {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

.mainmenu {
    width: 172px;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 768px) {
    .mainmenu {
        width: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media (min-width: 992px) {
    .mainmenu {
        margin-right: 25px;
    }
}

.mainmenu li {
    width: 100%;
    display: inline-block;
}

    .mainmenu li a {
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        background: #004a84;
        border-radius: 5px;
        text-align: center;
        color: #ffffff;
        padding: 6px 11px;
        box-shadow: inset 0 0 2px 1px #01365e;
        font-size: 14px;
        position: relative;
        overflow: hidden;
    }

@media (min-width: 768px) {
    .mainmenu li,
    .mainmenu li a {
        width: auto;
    }

        .mainmenu li a {
            margin-right: 8px;
        }
}

.mainmenu li a:before,
.mainmenu li a:after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms linear;
}

.mainmenu li a:before {
    bottom: 0;
    width: 0;
    height: 2px;
    background: #fdb615;
}

.mainmenu li a:after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fdb615;
    bottom: -5px;
}

.mainmenu li a:hover:before {
    width: 100%;
}

.mainmenu li a:hover:after {
    bottom: 1px;
}

.user-menu {
    margin-top: 20px;
}

    .user-menu ul {
        margin: 0;
        padding: 0;
        display: flex;
    }

.btn-orange,
.btn-green {
    display: block;
    width: 80px;
    padding: 3px 0;
    color: #fff !important;
    text-shadow: -1px 1px 0px rgba(51, 51, 51, 0.4);
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

@media (min-width: 1200px) {
    .btn-orange,
    .btn-green {
        width: 100px;
    }
}

.btn-orange::after,
.btn-green::after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 0;
    z-index: -1;
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.btn-orange:hover::after,
.btn-green:hover::after {
    height: 100%;
}

.btn-orange {
    margin-left: 12px;
    background: rgb(249, 161, 21);
    background: -moz-linear-gradient(top, rgba(249, 161, 21, 1) 0%, rgba(241, 136, 14, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(249, 161, 21, 1) 0%, rgba(241, 136, 14, 1) 100%);
    background: linear-gradient(to bottom, rgba(249, 161, 21, 1) 0%, rgba(241, 136, 14, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f9a115', endColorstr='#f1880e', GradientType=0);
    /* border-bottom: 1px solid #f9a115; */
    box-shadow: 0 3px 0 0 #984d00;
}

    .btn-orange::after {
        background: #984d00;
    }

.btn-green {
    background: rgb(127, 159, 11);
    background: -moz-linear-gradient(top, rgba(127, 159, 11, 1) 1%, rgba(102, 140, 9, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(127, 159, 11, 1) 1%, rgba(102, 140, 9, 1) 100%);
    background: linear-gradient(to bottom, rgba(127, 159, 11, 1) 1%, rgba(102, 140, 9, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#7f9f0b', endColorstr='#668c09', GradientType=0);
    /* border-bottom: 1px solid #85a70c; */
    box-shadow: 0 3px 0 0 #415c00;
}

    .btn-green::after {
        background: #415c00;
    }

.user-menu ul.user-panel {
    display: none;
}

@media (min-width: 992px) {
    .user-menu ul.user-panel {
        width: 150px;
        display: block;
    }
}

.user-panel__btn {
    position: relative;
    width: 100%;
}

    .user-panel__btn > a {
        position: relative;
        display: block;
        padding: 5px 0;
        font-size: 14px;
        text-align: center;
        color: #fff;
        box-shadow: inset 0 0 2px 1px #01365e;
        border-radius: 5px;
        z-index: 1;
        background: #004a84;
        -webkit-transition: all .15s ease-in-out;
        -o-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
    }

.user-panel ul {
    position: absolute;
    top: 26px;
    right: 0;
    left: 0;
    display: block;
    padding-top: 4px;
    border-radius: 0 0 5px 5px;
    background: #004a84;
    box-shadow: inset 0 0 2px 1px #01365e;
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    z-index: 0;
    -webkit-transition: all .15s ease-in-out .05s;
    -o-transition: all .15s ease-in-out .05s;
    transition: all .15s ease-in-out .05s;
}

.user-panel:hover ul {
    top: 30px;
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
}

.user-panel ul li {
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

    .user-panel ul li:last-child {
        border-bottom: none;
    }

    .user-panel ul li:hover {
        background: #01365e;
    }

    .user-panel ul li a {
        position: relative;
        width: auto;
        display: block;
        padding: 6px 0;
        font-size: 13px;
        line-height: 24px;
        color: #fff;
    }




.c-hamburger {
    display: block;
    position: absolute;
    top: 26px;
    left: 15px;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (min-width: 992px) {
    .c-hamburger {
        position: unset;
        width: 100%;
    }
}

.c-hamburger__checkbox {
    display: block;
    width: 50px;
    height: 40px;
    position: absolute;
    top: -12px;
    left: -9px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none
}

@media (min-width: 992px) {
    .c-hamburger__checkbox {
        display: none
    }
}

.c-hamburger__icon {
    display: block;
    width: 33px;
    height: 2.11px;
    margin-bottom: 5px;
    position: relative;
    background: #fff;
    border-radius: 3px;
    z-index: 1;
    -webkit-transform-origin: 9px -4px;
    transform-origin: 9px -4px;
    transition: background .5s cubic-bezier(.77,.2,.05,1),opacity .55s ease,-webkit-transform .5s cubic-bezier(.77,.2,.05,1);
    transition: transform .5s cubic-bezier(.77,.2,.05,1),background .5s cubic-bezier(.77,.2,.05,1),opacity .55s ease;
    transition: transform .5s cubic-bezier(.77,.2,.05,1),background .5s cubic-bezier(.77,.2,.05,1),opacity .55s ease,-webkit-transform .5s cubic-bezier(.77,.2,.05,1)
}

    .c-hamburger__icon:first-child {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }

    .c-hamburger__icon:nth-last-child(2) {
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%
    }

@media (min-width: 992px) {
    .c-hamburger__icon {
        display: none
    }
}

.c-hamburger__checkbox:checked ~ .c-hamburger__icon {
    opacity: 1;
    -webkit-transform: rotate(45deg) translate(-2px,-1px);
    transform: rotate(45deg) translate(-2px,-1px);
}

    .c-hamburger__checkbox:checked ~ .c-hamburger__icon:nth-last-child(3) {
        opacity: 0;
        -webkit-transform: rotate(0deg) scale(.2);
        transform: rotate(0deg) scale(.2)
    }

    .c-hamburger__checkbox:checked ~ .c-hamburger__icon:nth-last-child(2) {
        -webkit-transform: rotate(-45deg) translateY(-1px);
        transform: rotate(-45deg) translateY(-1px)
    }

.c-hamburger__checkbox:checked ~ .c-nav {
    -webkit-transform: translate(0);
    transform: translate(0)
}

@media (min-width: 992px) {
    .c-hamburger__checkbox:checked ~ .c-nav {
        -webkit-transform: none;
        transform: none
    }
}

.c-nav {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    margin: 0;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translate(100%);
    transform: translate(100%);
    transition: -webkit-transform .5s cubic-bezier(.77,.2,.05,1);
    transition: transform .5s cubic-bezier(.77,.2,.05,1);
    transition: transform .5s cubic-bezier(.77,.2,.05,1),-webkit-transform .5s cubic-bezier(.77,.2,.05,1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    background: rgba(70, 70, 80, 0.98);
}

@media (min-width: 992px) {
    .c-nav {
        width: auto;
        min-height: auto;
        top: 0;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        position: relative;
        margin: 0;
        padding: 0;
        background: transparent;
        -webkit-transform: none;
        transform: none;
        box-shadow: none
    }

    .mainmenu {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .user-menu {
        margin-top: 1px;
        margin-right: auto;
    }
}


/* menu */

#menu {
    width: 978px;
    margin: 0 auto;
    background: #446cb3;
    border: solid 1px #355896;
    border-radius: 0 0 4px 4px;
    padding: 0 11px;
}

    #menu:hover {
        border-radius: 0 0;
    }

.menu_container {
    height: 40px;
}

#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu > ul {
    height: 40px;
    position: relative;
}

    #menu > ul > li {
        float: right;
        z-index: 20;
        height: 40px;
    }

        #menu > ul > li > a {
            background: #446cb3 url(../images/separator.png) repeat-y left;
            font-family: "WYekan", "2 yekan", WIranSans, Tahoma;
            font-size: 13px;
            color: #eee;
            text-shadow: 0 1px #2f518d;
            text-decoration: none;
            display: inline-block;
            padding: 6px 15px 6px 15px;
            z-index: 6;
            position: relative;
            height: 28px;
            white-space: nowrap;
            line-height: 30px;
        }

            #menu > ul > li > a i {
                font-size: 18px;
                line-height: 13px;
                color: #fff;
            }

        #menu > ul > li:hover > a,
        #menu > ul > li.active a {
            background-color: #3d61a0;
            text-shadow: none;
            color: #fff;
        }

            #menu > ul > li.active a div ul li a {
                background: orange;
            }

        #menu > ul > li > div {
            background: #3362B4 !important;
            display: none;
            position: absolute;
            z-index: 1000;
            right: -1px;
            padding: 10px 5px;
            border-radius: 0 0 4px 4px;
            border: 1px solid #2755A5;
            border-bottom: none;
            margin-right: -1px;
            width: 970px;
            box-shadow: 0px 3px 3px #2755A5 inset;
            padding: 10px 15px;
            margin-right: -11px;
        }

        #menu > ul > li ul + ul {
            padding-left: 20px;
        }

        #menu > ul > li ul > li {
            float: right;
            width: 157px;
            margin: 2px;
        }

            #menu > ul > li ul > li > a {
                text-decoration: none;
                padding: 10px;
                color: #555;
                display: block;
                font: 12px WYekan;
                background: #1E4C9C;
                text-align: center;
                border-radius: 4px;
            }

                #menu > ul > li ul > li > a:hover {
                    box-shadow: 0px 0px 5px #093072 inset;
                    color: #fafafa !important;
                }

        #menu > ul > li > div > ul > li > a {
            color: #fff !important;
        }

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

.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;
    width:76%;
}

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

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

    .success .close,
    .warning .close,
    .attention .close,
    .information .close {
        float: right;
        cursor: pointer;
    }

.required {
    color: #FF0000;
    font-weight: bold;
}

.error {
    display: block;
    color: #FF0000;
}

.help {
    color: #999;
    font-size: 10px;
    font-weight: normal;
    font-family: Verdana, Geneva, sans-serif;
    display: block;
}

/* button */

a.button,
input.button,
input[type="submit"],
input[type="button"] {
    cursor: pointer;
    margin: 0;
    color: #FFFFFF;
    line-height: 12px;
    font: normal 13px "WYekan", WIranSans, Tahoma;
    padding: 3px 15px;
    border-radius: 3px;
    color: #FFF;
    text-shadow: 0 -1px 0px #285990;
    background: #2a9ce5;
    background: -webkit-gradient(linear, left top, left bottom, from(#2a9ce5), to(#1d7ab6));
    background: -moz-linear-gradient(top, #2a9ce5, #1d7ab6);
    border: 1px solid #2064af;
    border-top-color: #1d67ba;
    border-bottom-color: #265e9c;
    -moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.6), inset 1px 0 1px 0px rgba(255, 255, 255, 0.2), inset -1px 0 1px 0px rgba(255, 255, 255, 0.2), inset 0px -1px 0px rgba(255, 255, 255, 0.1), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.6), inset 1px 0 1px 0px rgba(255, 255, 255, 0.2), inset -1px 0 1px 0px rgba(255, 255, 255, 0.2), inset 0px -1px 0px rgba(255, 255, 255, 0.1), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.6), inset 1px 0 1px 0px rgba(255, 255, 255, 0.2), inset -1px 0 1px 0px rgba(255, 255, 255, 0.2), inset 0px -1px 0px rgba(255, 255, 255, 0.1), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
}

    a.button i {
        vertical-align: sub
    }

    a.button:hover,
    input.button:hover,
    input[type="submit"]:hover,
    input[type="button"]:hover {
        background: #2a9ce5;
    }

    a.button:focus,
    input.button:focus,
    input[type="submit"]:focus,
    input[type="button"]:focus {
        box-shadow: none;
    }

.button_gray {
    border-radius: 2px;
    background: #eee;
    padding: 8px;
    margin: 0px;
    font-size: 12px;
    color: #666 !important;
    cursor: pointer;
    text-align: center;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
    background: #eee;
    background-clip: padding-box;
    border: 1px solid;
    border-color: #cfcfcf #ccc #c6c6c6;
    background-image: -webkit-linear-gradient(top, #fcfcfc, #e8e8e8);
    background-image: -moz-linear-gradient(top, #fcfcfc, #e8e8e8);
    background-image: -o-linear-gradient(top, #fcfcfc, #e8e8e8);
    background-image: linear-gradient(to bottom, #fcfcfc, #e8e8e8);
    -webkit-box-shadow: inset 0 1px #fff, inset 0 0 0 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px #fff, inset 0 0 0 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.05);
    display: inline-block;
}

input.button {
    margin: 0;
    border: 0;
    height: 34px;
    padding: 0px 12px 0px 12px;
}

    a.button:hover,
    input.button:hover {
        background: #2999e1;
    }

.buttons {
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    overflow: auto;
    padding: 6px;
    margin-bottom: 20px;
}

    .buttons .left {
        float: left;
        text-align: left;
    }

    .buttons .right {
        float: right;
        text-align: right;
    }

.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

/* footer */

#footer {
    clear: both;
    overflow: auto;
    min-height: 100px;
    padding: 20px;
    border-top: 1px solid #DBDEE1;
    border-bottom: 1px solid #DBDEE1;
    background: #F8F8F8;
}

    #footer h3 {
        color: #000000;
        font-size: 14px;
        margin-top: 0px;
        margin-bottom: 8px;
    }

    #footer .column {
        float: left;
        width: 25%;
        min-height: 100px;
    }

        #footer .column ul {
            margin-top: 0px;
            margin-left: 8px;
            padding-left: 12px;
        }

            #footer .column ul li {
                margin-bottom: 3px;
            }

        #footer .column a {
            text-decoration: none;
            color: #000;
        }

            #footer .column a:hover {
                text-decoration: underline;
            }

.powered {
    margin-top: 5px;
    text-align: right;
    font-size: 12px;
    color: #666666;
    padding-top: 3px;
    display: none;
    text-align: center;
}

    .powered.right {
        display: block;
    }

@media (min-width: 992px) {
    .powered {
        float: left;
        width: 40%;
        display: block;
        text-align: left;
    }

        .powered.right {
            float: right;
            text-align: right;
        }
}

.powered > span {
    color: #000;
    display: inline-block;
    margin: 0 10px;
}

.powered a {
    text-decoration: none;
    color: #999999;
    margin-right: 3px;
}

#carousel_inner {
    overflow: hidden;
    margin-top: 4px;
    position: relative;
}

#carousel_ul {
    position: relative;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    padding-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    #carousel_ul li {
        width: 100%;
        margin-bottom: 10px;
        position: relative;
        background: #FAFAFA;
        padding: 4px 10px 10px;
        border: 1px solid #E4E4E4;
        border-radius: 4px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #carousel_ul.prflist li {
        height: 240px;
    }

@media (min-width: 480px) {
    #carousel_ul.prflist li {
        width: calc((100% - 20px) / 2);
        height: 240px;
    }
}

@media (min-width: 768px) {
    #carousel_ul li {
        width: calc(50% - 5px);
    }

    #carousel_ul.prflist li {
        width: calc((100% - 20px) / 3);
        height: 240px;
    }
}

.product_options {
    position: absolute;
    right: 10px;
    left: 10px;
    bottom: 10px;
}

#carousel_ul li p {
    display: none;
}

#carousel_ul.grouplist li .product_box {
    width: 100%
}

#carousel_ul li h6 {
    display: block;
    overflow: hidden;
    margin: 8px 0;
    padding: 0;
    font: normal 12px WIranSans, Tahoma;
    text-align: justify;
}

.product_box_container {
    overflow: hidden;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 15px;
}

    .product_box_container a {
        font: 14px/20px WYekan;
        text-decoration: none;
    }

.sale {
    background: url(../images/sale_tag.png) no-repeat;
    height: 79px;
    width: 38px;
    position: absolute;
}

.sale_2,
.newTag {
    background: url(../images/sale_tag_2.png) no-repeat;
    height: 77px;
    width: 77px;
    position: absolute;
    left: -4px;
    top: -3px;
    z-index: 1;
    left: 0;
}

.newTag {
    background: url(../images/newTag.png) no-repeat;
}

.new_tag {
    background: url(../images/new_tag.png) no-repeat;
    height: 51px;
    width: 50px;
    position: absolute;
    right: 0px;
    margin-right: 10px;
    margin-top: 4px;
}

.product_box {
    background: #fff;
    border: solid 1px #E0E0E0;
    height: 143px;
    overflow: hidden;
    width: 486px;
    float: right;
    display: block;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px 3px 0 0;
}

    .product_box h6 {
        font: bold 15px WIranSans, Tahoma;
        padding: 6px 4px;
        margin: 0;
    }

.product_options {
    text-decoration: none;
    background: #4d9ffe;
    height: 31px;
    overflow: hidden;
}

    .product_options p {
        padding: 5px;
    }

.purchase:hover {
    background-color: #478AF8;
}

p.description {
    color: #666;
    padding: 5px;
    font: 11px/21px WIranSans, Tahoma, Arial, sans-serif;
    border-top: solid 1px #ebebeb;
}

.product_name a {
    color: #999;
    font: normal 12px WIranSans, Tahoma;
    text-shadow: 0 1px #fff;
    padding: 6px 0 0 0;
    padding-right: 8px;
    float: left;
}

.purchase {
    background-color: #376DC5;
    color: #fff !important;
    padding: 6px 0 7px 0;
    font: 14px/16px WYekan !important;
    border-radius: 3px 0 0 3px;
    display: inline-block;
    width: 75px;
    float: left;
    text-align: center;
    -webkit-transition: all .200s ease-in-out;
    -o-transition: all .200s ease-in-out;
    transition: all .200s ease-in-out;
}

.product_price {
    font: 14px/12px WYekanNum, WYekan;
    font-weight: normal;
    border: solid 1px #ccc;
    box-shadow: 0 1px #fff inset;
    border-radius: 2px;
    padding: 5px;
    color: #666;
    margin-right: 5px;
    float: right;
    margin-top: 3px;
    border: solid 1px #d3d3d3;
    display: inline-block;
    border: none;
    box-shadow: none;
    color: #fff;
    text-shadow: none;
}

    .product_price span.price_old {
        color: #eee;
        text-decoration: line-through;
        background: none;
        border: none;
        box-shadow: none;
        font-size: 13px;
        text-shadow: none;
        padding: 0px;
    }

    .product_price span.price_new {
        border-right: none;
        font-size: 15px;
    }

.product_box_image {
    margin: 5px 0px;
}

    .product_box_image img {
        width: 100%;
        height: 120px;
    }

.rating img {
    position: relative;
    height: auto;
    width: auto;
    right: 0px;
    padding-right: 10px;
    padding-top: 24px;
}

.showme {
    display: none;
}

.contenta {
    max-width: 1200px;
    overflow: hidden;
}

/*Top Navigation bar */

.top_nav_bar {
    background: #f4f4f4 url(../images/top_bar.png) repeat-x;
    height: 3px;
}

.top_nav {
    margin: 0 auto;
    height: 37px;
    background: #333;
    box-shadow: 0px -2px 8px 2px #272727 inset;
}

    .top_nav i {
        opacity: 0.4;
    }

.top_nav_container {
    height: 35px;
}

.top_nav ul {
    float: right;
    height: 35px;
    margin: 0 auto;
    padding: 0px;
}

    .top_nav ul li {
        pointer-events: none
    }

        .top_nav ul li a {
            font-size: 12px;
            padding: 7px 10px 10px 10px;
            display: inline-block;
            display: inline-flex;
            color: #999999;
            text-decoration: none;
            -webkit-transition: all .200s ease-in-out;
            -o-transition: all .200s ease-in-out;
            transition: all .200s ease-in-out;
        }

        .top_nav ul li ul a {
            display: block
        }

        .top_nav ul li a:hover {
            background-color: #444;
        }

.sep {
    display: inline-block;
    border-left: 1px solid #000;
    border-right: 1px solid #494949;
    height: 16px;
    vertical-align: middle;
}

#search {
    float: left;
    position: relative;
    margin-top: 5px;
}

    #search input {
        width: 180px;
        margin: 0;
        padding: 5px;
        border: none;
        font-size: 12px;
        border-radius: 5px;
        background: rgba(0, 0, 0, 0.4);
    }

    #search .button-search {
        position: absolute;
        top: 3px;
        left: 5px;
    }


/*Dropdown menu starts*/

.top_nav ul.sub-menu,
.top_nav ul.sub-menu_categories {
    background: #3f4344;
    height: auto;
    position: absolute;
    z-index: 99;
    width: 155px;
    display: none;
}

.top_nav_container li:hover ul.sub-menu {
    display: block
}

.top_nav ul.sub-menu li {
    clear: both;
    border-top: solid 1px #4c5051;
    width: 100%;
    display: block;
}

    .top_nav ul.sub-menu li:first-child {
        border-top: none;
    }

.top_nav ul.sub-menu_categories li {
    float: none;
    border-top: solid 1px #4c5051;
    border-bottom: solid 1px #353839;
}

    .top_nav ul.sub-menu_categories li a {
        padding-left: 8px;
        background-image: none;
    }

.top_nav ul.sub-menu li a:hover {
    color: #eee;
    background: #3C3C3C;
}

/*Dropdown menu ends*/

.top_nav ul li {
    float: right;
    list-style: none;
    margin-right: 3px;
}

    .top_nav ul li:first-child {
        margin-right: 0px;
    }

/*Top Navigation bar ends*/

.sidebar {
    padding: 0px;
    margin: 0px;
}

    .sidebar ul {
        background: #ccc;
        padding: 0px;
        margin: 0px;
        border-radius: 5px 5px;
    }

    .sidebar > ul li {
        list-style: none;
        position: relative;
    }

    .sidebar ul li h3 {
        display: inline-block;
    }

    .sidebar ul li ul {
        z-index: 100;
        /*    right:170px; 
                top:-1px; */
        display: none;
    }

    .sidebar ul li a i {
        margin-right: 3px;
    }

    .sidebar ul li a.sub_active i {
        font-size: 10px;
    }

    .sidebar ul li a {
        background: #fff;
        border: solid 1px #bbbbbb;
        border-bottom: solid 1px #d4d4d4;
        color: #777;
        display: block;
        text-decoration: none;
        padding: 10px 10px 10px 7px;
    }

    .sidebar > ul li a {
        border-top: none;
    }

    .sidebar ul li ul li a {
        background: #EBEBEB;
    }

    .sidebar ul li a:hover {
        background: #f5f5f5;
    }

    .sidebar ul li.title {
        border-radius: 5px 5px 0 0;
        font: bold 15px WIranSans, Tahoma;
        padding: 10px 10px 10px 7px;
        color: #fff;
        text-shadow: 0 -1px #1b5377;
        line-height: 15px;
        background: #446cb3;
        border: solid 1px #264C8F;
        box-shadow: 0 1px #7195D6 inset;
        text-shadow: 1px 1px 0 #264C8F;
    }

    .sidebar > ul > li:last-child,
    .sidebar > ul > li:last-child a {
        background: #FFEFF0;
        border-radius: 0px 0px 5px 5px;
    }

        .sidebar > ul > li:last-child a:hover {
            background: #FFD3D6;
        }

.myFooter_top,
.myFooter_content,
.myFooter_bottom {
    color: white;
}

.myFooter_top {
    background: #302f2f;
    border-top: solid 1px #f6f6f6;
    border-bottom: solid 1px #111;
    overflow: hidden;
}

.myFooter_top_container {
    max-width: 1200px;
    margin: 0 auto;
}

.myFooter_content {
    background: rgb(0, 82, 155);
    background: -moz-linear-gradient(top, rgba(0, 82, 155, 1) 0%, rgba(0, 93, 165, 1) 50%, rgba(0, 82, 155, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 82, 155, 1) 0%, rgba(0, 93, 165, 1) 50%, rgba(0, 82, 155, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 82, 155, 1) 0%, rgba(0, 93, 165, 1) 50%, rgba(0, 82, 155, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00529b', endColorstr='#00529b', GradientType=0);
    border-top: 4px solid #004c86;
    box-shadow: 0px 0 0px 1px #3375ae inset;
    padding-top: 30px;
    min-height: 200px;
    overflow: hidden;
    color: #b5d7f2;
    text-shadow: 1px 1px 0px #003b69;
}

.myFooter_content_container p {
    color: #b5d7f2;
    text-shadow: 1px 1px 0px #003b69;
    text-shadow: 1px 1px 1px #004c86;
    line-height: 25px;
    margin-bottom: 8px;
    text-align: justify
}

.myFooter_content_container h3 {
    border-bottom: solid 1px #00477e;
    padding-bottom: 10.1px;
    font-weight: normal;
    font-size: 16px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 25px;
}

    .myFooter_content_container h3 span {
        border-bottom: solid 2px #fdb615;
        padding-bottom: 10.1px;
        margin-top: -2px;
        display: inline;
    }

.myFooter_content_container ul {
    padding: 0px;
}

    .myFooter_content_container ul li {
        list-style: none;
    }

.myFooter_content .row > div {
    display: none;
    margin-bottom: 30px;
}

.myFooter_content .row > .visible {
    display: block;
}

@media (min-width: 992px) {
    .myFooter_content .row > div {
        display: block;
    }
}

.myFooter_bottom {
    background: rgb(51, 51, 51);
    background: -moz-linear-gradient(top, rgba(51, 51, 51, 1) 0%, rgba(43, 43, 43, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(51, 51, 51, 1) 0%, rgba(43, 43, 43, 1) 100%);
    background: linear-gradient(to bottom, rgba(51, 51, 51, 1) 0%, rgba(43, 43, 43, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#2b2b2b', GradientType=0);
    padding: 8px 0 15px 0;
    border-top: 1px solid #000
}

.payment ul {
    height: 40px;
    overflow: hidden;
    padding: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin: 0px;
}

    .payment ul li {
        list-style: none;
        float: left;
    }

        .payment ul li a {
            margin-right: 2px;
            padding: 15px;
            padding-left: 25px;
            padding-right: 25px;
            line-height: 35px;
            background: url(../images/cards_sprites.png) no-repeat;
            text-decoration: none;
            color: #555;
        }

            .payment ul li a:hover {
                background: url(../images/cards_sprites_hover.png) no-repeat;
            }

            .payment ul li a.visa {
                background-position: 2px 12px;
            }

            .payment ul li a.visa_electron {
                background-position: -65px 12px;
            }

            .payment ul li a.discover {
                background-position: -130px 12px;
            }

            .payment ul li a.paypal {
                background-position: 2px -29px;
            }

            .payment ul li a.solo {
                background-position: -65px -29px;
            }

            .payment ul li a.mastercard {
                background-position: 2px -70px;
            }

            .payment ul li a.switch {
                background-position: -65px -70px;
            }

            .payment ul li a.cirrus {
                background-position: 2px -112px;
            }

            .payment ul li a.american_express {
                background-position: -65px -112px;
            }

            .payment ul li a.apple {
                background-position: -130px -112px;
            }

            .payment ul li a.delta {
                background-position: 2px -155px;
            }

            .payment ul li a.amazon {
                background-position: -65px -155px;
            }

            .payment ul li a.google_checkout {
                background-position: -130px -155px;
            }

.hide_m {
    display: inline-block;
}

.hide_m_381 {
    display: inline-block;
}

.up_arrow {
    background: url(../images/cart_arrow.png) no-repeat bottom right;
    width: 270px;
    height: 15px;
    margin-top: -27px;
    float: right;
    padding-top: 5px;
}

.select {
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    height: 27px;
    min-width: 50px;
    border: 1px solid #ccc;
    border-bottom-color: #c4c4c4;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: -webkit-linear-gradient(top, #fcfcfc, #eee);
    background-image: -moz-linear-gradient(top, #fcfcfc, #eee);
    background-image: -o-linear-gradient(top, #fcfcfc, #eee);
    background-image: linear-gradient(to bottom, #fcfcfc, #eee);
    -webkit-box-shadow: inset 0 1px #fff, inset 0 0 0 1px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px #fff, inset 0 0 0 1px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.05);
}

    .select:before,
    .select:after {
        content: '';
        position: absolute;
        z-index: 2;
        top: 8px;
        right: 10px;
        width: 0;
        height: 0;
        border: 4px dashed;
        border-color: #888 transparent;
        pointer-events: none;
    }

    .select:after {
        margin-top: 7px;
        border-top-style: solid;
        border-bottom: none;
    }

    .select:before {
        border-bottom-style: solid;
        border-top: none;
    }

    .select select {
        display: block;
        position: relative;
        width: 152%;
        height: 25px;
        line-height: 17px;
        margin: 0;
        padding: 4px;
        color: #62717a;
        text-shadow: 0 1px white;
        background: transparent;
        background: rgba(0, 0, 0, 0);
        border: 0;
        -webkit-appearance: none;
    }

.hide_cart {
    display: inline-block;
}

.breadcrumb {
    color: #777;
    background: #F8F8F8;
    font: 12px WIranSans, Tahoma, Arial, Sans-Serif;
    margin-bottom: 10px;
    padding: 7px 12px 10px;
    border: 1px solid #E4E4E4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 480px) {
    .breadcrumb {
        padding-top: 10px;
    }
}

@media (min-width: 768px) {
    .breadcrumb {
        padding: 7px 12px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .breadcrumb_list {
        margin-bottom: 0;
    }
}

.breadcrumb_list a:first-child::before {
    content: '';
    width: 10px;
    height: 10px;
    margin-left: 5px;
    display: inline-block;
    background: #F8F8F8 url('../images/home.png');
}

.breadcrumb a,
.breadcrumb span {
    display: inline-block;
    padding: 0 2px;
    margin: 0 2px;
    padding-top: 2px;
}

#scroll-top {
    position: fixed;
    right: 10px;
    bottom: 40px;
}

    #scroll-top a,
    #scroll-top a {
        color: #666;
    }

        #scroll-top a,
        #scroll-top a span {
            display: block;
            line-height: 30px;
            z-index: 99;
            border-radius: 25px;
            width: 35px;
            height: 35px;
            background: #999;
            background: rgba(153, 153, 153, .5);
            color: #fff;
            text-align: center;
        }

            #scroll-top a,
            #scroll-top a i {
                margin: 0;
            }

                #scroll-top a:hover,
                #scroll-top a span:hover {
                    background: #777;
                    background: rgba(119, 119, 119, .5);
                }

                #scroll-top a span {
                    position: absolute;
                    top: 0px;
                    z-index: 1000;
                }

    #scroll-top span {
        text-decoration: none;
        text-transform: uppercase;
        color: #999;
    }

.box_seleccionar .sub-menu {
    display: none;
}

.box_seleccionar:hover .sub-menu {
    display: block;
}

.intro {
    background: #ff3019;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3019), color-stop(100%, #cf0404));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ff3019 0%, #cf0404 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ff3019 0%, #cf0404 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0);
    /* IE6-9 */
    color: #fff !important;
    text-shadow: 1px 1px 1px #444;
    font: normal 13px "WYekan", arial;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 6px 5px;
    border: 1px solid #A5262E;
    display: inline-block;
    margin-bottom: 2px;
    display: block;
    box-sizing: border-box;
}

    .intro span {
        font: normal 13px "WYekan", WIranSans, Tahoma;
        color: #FFFF03 !important;
        margin-right: 3px;
    }

    .intro.buy {
        background: #a4b357;
        /* Old browsers */
        background: -moz-linear-gradient(top, #a4b357 0%, #75890c 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a4b357), color-stop(100%, #75890c));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #a4b357 0%, #75890c 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #a4b357 0%, #75890c 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #a4b357 0%, #75890c 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, #a4b357 0%, #75890c 100%);
        /* W3C */
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a4b357', endColorstr='#75890c', GradientType=0);
        /* IE6-9 */
        border: 1px solid #5D6F00;
    }

    .intro.aff {
        background: #db51af;
        /* Old browsers */
        background: -moz-linear-gradient(top, #db51af 1%, #c6017b 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #db51af), color-stop(100%, #c6017b));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #db51af 1%, #c6017b 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #db51af 1%, #c6017b 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #db51af 1%, #c6017b 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, #db51af 1%, #c6017b 100%);
        /* W3C */
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#db51af', endColorstr='#c6017b', GradientType=0);
        /* IE6-9 */
        border: 1px solid #94005C;
    }

    .intro.help {
        background: #499bea;
        /* Old browsers */
        background: -moz-linear-gradient(top, #499bea 0%, #207ce5 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #499bea), color-stop(100%, #207ce5));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #499bea 0%, #207ce5 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #499bea 0%, #207ce5 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #499bea 0%, #207ce5 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, #499bea 0%, #207ce5 100%);
        /* W3C */
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#499bea', endColorstr='#207ce5', GradientType=0);
        /* IE6-9 */
        border: 1px solid #0E68CE;
        box-shadow: 0 1px 0px #77B4FA inset, -2px 2px 4px #8B8B8B;
        margin-left: 0;
        width: 195px;
    }

    .intro:hover {
        box-shadow: -1px 1px 2px #3C3C3C;
    }

    .intro:active {
        box-shadow: -1px 1px 2px #8B8B8B inset;
    }

.mostsale {
    float: right;
    width: 490px;
    text-align: center;
}

.mostdl {
    float: left;
    width: 260px;
}

.mostsale .con {
    background: #FFF7F7;
    padding: 10px;
    border: 1px solid #F1E2E2;
}

.filebox {
    padding: 5px;
    border: 1px solid #eee;
    margin-bottom: 5px;
    background: #f9f9f9;
    max-height: 65px;
    overflow: hidden;
}

    .filebox .pic {
        float: right;
        margin-left: 10px;
        width: 60px;
        height: 60px;
        border: 3px solid #eee;
        display: inline-block;
        overflow: hidden;
    }

        .filebox .pic img {
            min-height: 60px;
            min-width: 60px;
            max-height: 100px;
            max-width: 100px;
        }

    .filebox:after {
        content: '';
        clear: both;
        display: block;
    }

    .filebox a.name {
        font: normal 18px "WYekan", WIranSans, Tahoma;
        line-height: 18px;
        margin-bottom: 10px;
        display: block;
    }

    .filebox p {
        overflow: hidden;
        text-shadow: 1px 1px 0 #FFF;
        color: #424242;
    }

.bestusers ul {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

    .bestusers ul li {
        float: right;
        width: 80px;
        margin-right: 10px;
    }

        .bestusers ul li:last-child {
            margin-left: 0;
        }

        .bestusers ul li img {
            max-width: 80px;
            border: 1px solid #ccc;
            border-radius: 4px;
            background: #E7E7E7;
        }

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

.product-info_row {
    margin-bottom: 8px;
}

.payment_form input {
    width: calc(100% - 122px);
}

    .payment_form input.ltr {
        width: calc(100% - 150px);
    }

    .payment_form input.CapchaInput {
        width: calc(100% - 232px) !important;
    }

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

.lft {
    text-align: left;
}

span.req {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #FF4F5B;
    border: 1px solid #DB000F;
    color: #fff;
    text-shadow: 1px 1px 1px #444;
    text-align: center;
    vertical-align: baseline;
    margin: 0 3px;
    display: inline-block;
}

    span.req i {
        margin: 0;
        margin-top: -2px;
    }

.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;
}

.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;
}

/* Product */

.product-info .image {
    margin-bottom: 10px;
    position: relative;
    background: #fff;
    display: none;
}

@media (min-width: 992px) {


    .product-info .image {
        display: block;
    }
}

.product-info .image img {
    width: 100%;
    height: auto;
}

.product-info .image .sale_2 {
    margin-left: 2px;
}

.product-info .image-additional {
    width: 250px;
    margin-right: -10px;
    clear: both;
    overflow: hidden;
}

    .product-info .image-additional img {
        border: 1px solid #E7E7E7;
        width: 75px;
    }

    .product-info .image-additional a {
        float: left;
        display: block;
        margin-right: 4px;
        margin-bottom: 10px;
    }

.product-info .description {
    padding: 5px 5px 10px 5px;
    margin-bottom: 20px;
    line-height: 20px;
    color: #4D4D4D;
}

    .product-info .description span {
        color: #446cb3;
        display: inline-block;
        margin-left: 7px;
        margin-bottom: 10px;
    }

    .product-info .description a {
        text-decoration: none;
    }

.product-info .price {
    overflow: hidden;
    border-bottom: 1px solid #E7E7E7;
    padding-bottom: 2rem;
    color: #555;
    text-align: center;
    display: block;
    border-top: 1px solid #E7E7E7;
    padding-top: 2rem;
}

.price_row {
    display: block;
    display: block;
    display: block;
}

    .price_row .dnl {
        margin-right: auto;
    }

    .price_row:first-child {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 8px;
        font-size: 14px;
    }

.price_value {
    margin-right: 5px;
    font-weight: 700;
}

.price_text {
    margin: 0;
}

@media (max-width: 480px) {
    .price_row:first-child {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .price_row .icon-shopping-cart {
        display: none;
    }

    .price_row .dnl {
        width: 100%;
        height: auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
    }

    .price_text {
        text-align: center;
    }
}

.product-info .price span.price {
    color: #4d90fe;
}

.product-info .price-old {
    color: #F00;
    font-size: 11px;
    text-decoration: line-through;
}

.product-info .price-new {
    color: #4d90fe;
}

.product-info .price-tax {
    font-size: 12px;
    font-weight: normal;
    color: #999;
}

.product-info .price .reward {
    font-size: 12px;
    font-weight: normal;
    color: #999;
}

.product-info .price .discount {
    font-weight: normal;
    font-size: 12px;
    color: #4D4D4D;
}

.product-info .options {
    border-bottom: 1px solid #E7E7E7;
    padding: 0px 5px 10px 5px;
    margin-bottom: 10px;
    color: #000000;
}

.product-info .option-image {
    margin-top: 3px;
    margin-bottom: 10px;
}

    .product-info .option-image label {
        display: block;
        width: 100%;
        height: 100%;
    }

    .product-info .option-image img {
        margin-right: 5px;
        border: 1px solid #CCCCCC;
        cursor: pointer;
    }

.product-info .cart {
    padding: 0px 0px 10px 0px;
    color: #4D4D4D;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .product-info .cart div > span {
        color: #999;
    }

@media (max-width: 480px) {
    .product-info .cart {
        flex-direction: column
    }

        .product-info .cart .social > span {
            display: none;
        }

    .cart_col {
        margin-bottom: 8px;
    }
}

.product-info .cart .links {
    display: inline-block;
    vertical-align: middle;
}

.product-info .cart .minimum {
    padding-top: 5px;
    font-size: 11px;
    color: #999;
}

.product-info .review {
    color: #4D4D4D;
    border-top: 1px solid #E7E7E7;
    border-left: 1px solid #E7E7E7;
    border-right: 1px solid #E7E7E7;
    margin-bottom: 10px;
}

    .product-info .review > div {
        padding: 8px;
        border-bottom: 1px solid #E7E7E7;
        line-height: 20px;
    }

        .product-info .review > div a {
            color: #666;
            font-weight: bold;
        }

        .product-info .review > div img {
            margin-bottom: -4px;
        }

        .product-info .review > div > span {
            color: #38B0E3;
        }

    .product-info .review .share {
        overflow: auto;
        line-height: normal;
    }

        .product-info .review .share a {
            text-decoration: none;
        }

.review-list {
    padding: 10px;
    overflow: auto;
    margin-bottom: 20px;
    border: 1px solid #EEEEEE;
}

    .review-list .author {
        float: left;
        margin-bottom: 20px;
    }

    .review-list .rating {
        float: right;
        margin-bottom: 20px;
    }

    .review-list .text {
        clear: both;
    }

.tabContainer {
    width: 100%;
    height: 40px;
}

    .tabContainer li {
        float: right;
        border-top: 1px solid #DDDDDD;
        border-left: 1px solid #DDDDDD;
        background: #F7F7F7;
        font-family: WIranSans, Tahoma, Arial, sans-serif;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        color: #666;
        border-radius: 6px 6px 0 0;
        margin-left: 2px;
        border-right: 1px solid #DDDDDD;
    }

        .tabContainer li a {
            display: block !important;
            display: inline-block;
            padding: 10px 20px 8px 20px;
            margin-bottom: 1px;
        }

        .tabContainer li:first-child {
            border-right: solid 1px #ddd;
        }

        .tabContainer li.currentBtn {
            background: #FFFFFF;
            border-top: solid 2px #54ace7
        }

            .tabContainer li.currentBtn a {
                padding-top: 10px;
            }

.webwidget_tab .tabHead {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.webwidget_tab .tabBody {
    border: #dbdbdb solid 1px;
    background-color: white;
}

    .webwidget_tab .tabBody ul,
    li {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

blockquote {
    margin: 0;
    padding: 0;
}

.tab-content {
    float: right;
    width: 100%;
    padding: 15px;
    z-index: 2;
    font: 15px/34px WIranSans !important;
    overflow: hidden !important;
    color: #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .tab-content p,
    .tab-content span {
        font: 15px/34px WIranSans !important;
        color: #000 !important;
    }

.social {
    float: left;
    vertical-align: middle;
    padding-top: 5px;
    opacity: 0.6;
}

    .social span {
        display: inline-block;
        margin-left: 10px;
    }

    .social img {
        vertical-align: middle;
    }

.userdetail {
    clear: both;
}

    .userdetail img.userpic {
        max-height: 80px;
        max-width: 80px;
        float: left;
        margin-right: 5px;
    }

    .userdetail h6 {
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        font: normal 11px WIranSans, Tahoma, arial;
        color: #777
    }

    .userdetail a.userlink {
        font: normal 14px WIranSans, Tahoma, arial;
        line-height: 18px;
        display: block;
        margin-bottom: 7px;
    }

.keywords {
    padding: 3px 6px !important;
    background: #eee !important;
    margin: 2px 0px;
    white-space: wrap;
}

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

a.green {
    background: #fcfcfc;
    color: #FFF;
    text-shadow: 0 1px rgba(54, 54, 54, 0.5);
    border: 1px solid;
    border-color: #33E757 #23CA44 #088621;
    background-image: -webkit-linear-gradient(top, #57D857, #0FAA2E);
    background-image: -moz-linear-gradient(top, #57D857, #0FAA2E);
    background-image: -o-linear-gradient(top, #57D857, #0FAA2E);
    background-image: linear-gradient(to bottom, #57D857, #0FAA2E);
    -webkit-box-shadow: inset 0 1px #B4EB94, inset 0 0 0 1px rgba(26, 192, 19, 1), 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px #B4EB94, inset 0 0 0 1px rgba(26, 192, 19, 1), 0 1px 1px rgba(0, 0, 0, 0.05);
}

.sidefilelist a {
    font: bold 12px/18px WYekan, arial;
    display: block;
    margin-bottom: 5px;
}

.sidefilelist:after {
    content: '';
    display: block;
    clear: both;
}

.sidefilelist img {
    width: 50px;
    height: 50px;
    float: right;
    margin-left: 5px;
    margin-bottom: 4px;
}

.sidefilelist span {
    font: normal 11px WIranSans, Tahoma;
    color: #888;
}

.sidefilelist hr {
    clear: both;
    display: block;
    border-bottom: 1px dashed #EBEBEB;
}



.innercontent {
    margin-bottom: 5px;
}

    .innercontent.no-pb {
        padding-bottom: 0;
    }

a.dn2 {
    padding: 8px 20px;
    vertical-align: middle;
    font: 14px/20px WIranSans, WIranSans, Tahoma, sans-serif;
    line-height: 30px;
    float: none;
    background-color: #5cb85c;
    border: 1px solid #478c47;
    display: block;
    color: #FFF;
}

    a.dn2:hover {
        background-color: #448a44;
        border-color: #265a26;
    }

a.dnl {
    padding: 2px 14px 2px 14px;
    vertical-align: middle;
    font: 12px/20px WIranSans, WIranSans, Tahoma, sans-serif;
    line-height: 30px;
    float: left;
    height: 30px;
}

.cart a.button_gray:first-child {
    margin-left: 5px;
}

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;
}

.phelp {
    width: 100%;
    box-sizing: border-box;
    height: 32px;
    padding-right: 25px;
}

select {
    background: #FAFAFA;
    box-sizing: content-box;
    display: inline-block;
    padding: 8px;
    margin: 5px 0;
    font-size: 13px !important;
    font-family: WIranSans, Tahoma, arial;
    line-height: 18px;
    color: #525252;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/*====================================================
CSS Tooltips by Adam Whitcroft
https://github.com/AdamWhitcroft/CSS.Tooltips
====================================================*/
/*==================================================*/
/*  $Tooltips                                       */
/*==================================================*/

[data-tip] {
    position: relative;
    cursor: help;
}

    [data-tip]:before {
        content: '';
        /* hides the tooltip when not hovered */
        display: none;
        border: 5px solid #1a1a1a;
        /* 4 border technique to create the arrow */
        border-top-color: transparent;
        border-right-color: #1a1a1a;
        border-bottom-color: transparent;
        border-left-color: transparent;
        position: absolute;
        left: 20px;
        z-index: 8;
        font-size: 0;
        line-height: 0;
        width: 0;
        height: 0;
    }

    [data-tip]:after {
        display: none;
        content: attr(data-tip);
        position: absolute;
        top: 0px;
        left: 30px;
        padding: 5px 8px;
        background: #1a1a1a;
        font: normal 11px WIranSans, Tahoma;
        color: #fff;
        z-index: 999999999999999999999999999999999;
        font-size: 11px;
        line-height: 18px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        width: 300px;
    }

    [data-tip]:hover:before,
    [data-tip]:hover:after {
        display: block;
    }

.top {
    vertical-align: top !important;
    margin-top: 10px !important;
}

.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;
}

    .dlbtn span {
        display: block;
        font: normal 12px WIranSans, Tahoma !important;
        margin-top: 13px;
    }

    .dlbtn:hover {
        background: #599BFF;
        border: 2px solid #4C82F5;
    }

    .dlbtn img {
        vertical-align: middle;
        margin-bottom: -12px;
        margin-left: 5px;
    }

.mostsalepic {
    width: 100px;
    height: 100px;
    display: inline-block;
    padding: 5px;
    background: #eee;
    border: 1px solid #ddd;
    position: relative;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

    .mostsalepic img {
        width: 100px;
        height: 100px;
    }

    .mostsalepic .mostsaledetail {
        position: absolute;
        display: none;
        width: 279px;
        padding: 10px;
        z-index: 111;
        top: -1px;
        right: 110px;
        background: #F2F7FA;
        border: 1px solid #CADBE6;
        border-radius: 3px 0 3px 3px;
        -webkit-border-radius: 3px 0 3px 3px;
        text-align: right;
    }

.mostdl .mostsalepic .mostsaledetail {
    right: -301px;
    border-radius: 0 3px 3px 3px;
    -webkit-border-radius: 0 3px 3px 3px;
    background: #E6FAD7;
    border: 1px solid #AED8A8;
}

.mostsalepic .mostsaledetail h6 {
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
    font: normal 18px "WYekan", WIranSans, Tahoma;
    color: #444;
}

.mostsalepic .mostsaledetail p {
    font: normal 13px/20px WIranSans, Tahoma;
    overflow: hidden;
}

.mostsalepic:hover {
    background: #F2F7FA;
    border: 1px solid #CADBE6;
    border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
}

.mostdl .mostsalepic:hover {
    background: #E6FAD7;
    border: 1px solid #AED8A8;
}

.mostdl .mostsalepic:hover {
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
}

.social a {
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/social_icons.png);
    height: 25px;
    width: 25px;
    margin-right: 2px
}

.social .twitter {
    background-position: -25px 0px
}

.social .facebook {
    background-position: -75px 0px
}

.social .google {
    background-position: 0px 0px
}

.social .linkedin {
    background-position: -50px 0px
}

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

#plus,
#minus {
    width: 17px;
    position: relative;
    z-index: 12;
}

    #plus i,
    #minus i {
        margin: 0
    }

    /*  #plus{background: #35B317;
background-image: -webkit-linear-gradient(top, #83E96C,#35B317);
box-shadow: inset 0 1px #8FF884,inset 0 0 0 1px rgba(255,255,255,0.3),0 1px 1px rgba(0,0,0,0.05);
border-color: #5BDA60 #4DCC5D #52A73D
}#minus{background: #CC3636;
background-image: -webkit-linear-gradient(top, #EC6A6A,#CC3636);
box-shadow: inset 0 1px #F1A0A0,inset 0 0 0 1px rgba(255,255,255,0.3),0 1px 1px rgba(0,0,0,0.05);
border-color: #FA606C #E95858 #BD3232;
}*/

    #plus span,
    #minus span {
        position: absolute;
        top: 0;
        background: #FCFCFC;
        border: 1px solid #ccc;
        border-bottom: none;
        border-radius: 3px 3px 0 0;
        right: -1px;
        width: 33px;
        height: 20px;
        font: normal 11px WIranSans, Tahoma;
        padding-top: 5px;
        z-index: 11;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        visibility: hidden;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }

    #plus:hover span,
    #minus:hover span {
        top: -25px;
        visibility: visible;
        filter: alpha(opacity=1);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }

.hlf {
    padding: 0;
    margin: 0;
}

.sidegroups1 {
    margin: 0 -10px;
    padding: 0;
    display: block;
    border-bottom: 0px;
}

    .sidegroups1 li {
        display: block;
        overflow: hidden;
        background-color: #D1D1D1;
    }

        .sidegroups1 li a {
            display: block;
            height: 20px;
            padding: 10px 5px 10px 15px;
            border-bottom: 1px solid #E9E9E9;
            font-family: "WYekan", WIranSans, Tahoma, Helvetica, sans-serif;
            font-size: 14px;
            font-weight: normal;
            padding-right: 15px;
            -webkit-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease;
        }

    .sidegroups1.lefted li a {
        padding-right: 25px;
    }

    .sidegroups1 > li:last-child > a {
        border-bottom: 1px solid #fff;
    }

    /* Vertical menu on hover */

    .sidegroups1 li:hover {
        background-color: #eee;
    }

        .sidegroups1 li:hover a {
        }

    .sidegroups1 li a:hover {
        color: #2872B8;
    }

    /* Sub menu */

    .sidegroups1 .groupsubmenu {
        background: url(../images/arrow.png) no-repeat 10px center;
    }

    .sidegroups1.lefted .groupsubmenu {
        background: url(../images/arrow-right.png) no-repeat right 5px center;
    }

.sidegroups1 {
    position: relative;
    z-index: 11
}

    .sidegroups1 li .groupsub {
        position: absolute;
        margin: -42px 10px 0 0;
        margin-top: -42px\9;
        padding: 0;
        border-bottom: 0px;
        z-index: -1;
        display: none;
        width: 385px;
        right: 188px;
    }

    .sidegroups1.lefted li .groupsub {
        right: -390px;
    }

    .sidegroups1 li .groupsub li {
        display: inline-block;
        width: 190px;
        float: right;
    }

        .sidegroups1 li .groupsub li a {
            border: 1px solid #D6D6D6;
        }

    .sidegroups1 li:hover .groupsub {
        display: block;
    }

    .sidegroups1 .groupsub a {
        background-color: #eee;
        border-bottom: 1px solid #D6D6D6;
        overflow: hidden;
    }

        .sidegroups1 .groupsub a:hover {
            background-color: #E0E0E0;
        }

@media (max-width: 991.99px) {
    .sidegroups1.lefted .groupsubmenu {
        background: none;
    }

        .sidegroups1.lefted .groupsubmenu > a::before {
            content: '';
            width: 9px;
            height: 9px;
            position: absolute;
            top: 4px;
            right: 12px;
            bottom: 0;
            margin: auto 0;
            background: url('../images/arrow-right.png') no-repeat;
            -webkit-transition: -webkit-transform 300ms ease-in-out;
            transition: -webkit-transform 300ms ease-in-out;
            -o-transition: transform 300ms ease-in-out;
            transition: transform 300ms ease-in-out;
            transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
        }

        .sidegroups1.lefted .groupsubmenu.is-active > a::before {
            top: -2px;
            width: 9px;
            -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
        }

    .sidegroups1.lefted li .groupsub {
        position: relative;
        width: 100%;
        display: none;
        right: 0;
        margin: 0;
        padding-right: 30px;
        z-index: 1;
        background: #eee;
        box-sizing: border-box;
    }

        .sidegroups1.lefted li .groupsub::before {
            content: '';
            position: absolute;
            top: 0;
            right: 15px;
            bottom: 0;
            width: 2px;
            background: #55a9aa;
        }

    .sidegroups1.lefted li a {
        position: relative;
        height: auto;
        color: #55a9aa;
        padding: 10px 35px 10px 0;
    }

    .sidegroups1 li .groupsub li {
        width: 100%;
        float: none;
        background: transparent;
    }

        .sidegroups1 li .groupsub li a {
            border: none;
            padding: 1px 5px;
            color: #38B0E3;
            background: transparent;
        }
}

.profileuserdetail img.pic {
    margin: 0 auto;
    border-radius: 5px;
    max-width: 220px;
    max-height: 220px;
    display: block;
    margin-bottom: 10px;
}

.profileuserdetail h4 {
    font: normal 18px "WYekan", arial;
    padding: 0;
    margin: 0 0 10px 0;
    text-align: center;
}

.profileuserdetail p {
    background: #EAF4FF;
    margin: 4px -10px;
    padding: 0px;
    border: 1px solid #C9DEF8;
    border-right: none;
    border-left: none;
}

.profileuserdetail span {
    display: inline-block;
    width: 55px;
    padding: 8px 5px;
    color: #fff;
    margin: -1px;
    background: #3882DD url('/images/mobile.png') 62px center;
    padding-right: 25px;
    background-repeat: no-repeat;
}

.profileuserdetail b {
    padding: 5px;
}

.profileuserdetail .ptel span {
    background: #3882DD url('/images/telephone.png') 65px center;
    background-repeat: no-repeat;
}

.profileuserdetail .pmail span {
    background: #3882DD url('/images/mail.png') 220px center;
    background-repeat: no-repeat;
    width: 210px;
    float: none;
}

.profileuserdetail .pmail b {
    padding: 5px 5px;
    display: block;
}

    .profileuserdetail .pmail b img {
        vertical-align: middle;
        background: #fff;
        display: block;
        margin: 0 auto;
    }

.profileuserdetail .pid span {
    background: #3882DD url('/images/chat.png') 65px center;
    background-repeat: no-repeat;
}

.pager {
    background: #fff;
    border: 1px solid #DFDFDF;
    margin: 5px 0;
    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: 3px 9px;
        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;
        }

img.searchicon {
    position: absolute;
    bottom: 0;
    left: 0;
}

.search_form .row {
    align-items: center;
    margin-bottom: 5px;
}

@media (min-width: 992px) {
    .search_form .col-lg-5 {
        padding-left: 0;
    }

        .search_form .col-lg-5:last-child {
            padding-left: 15px;
        }
}

.search_form input {
    padding: 12px;
}

.search_form input,
.search_form select {
    width: 100%;
    box-sizing: border-box;
}

.search_form .searchbtn {
    width: 100%;
    margin-top: 5px;
    padding: 5px 0;
}

.headcontact {
    width: 130px;
    float: left;
}

.topad {
    position: absolute;
    right: 230px;
    top: 30px;
}

.sliderpics img {
    display: block;
    max-width: 730px;
    max-height: 500px;
    padding: 5px;
    ;
    background: #f1f1f1;
    border: 1px solid #eee;
    border-radius: 4px;
    margin: 4px auto;
    margin-bottom: 10px;
}

a.resume {
    display: block;
    padding: 10px;
    background-color: #4d90fe;
    border: 1px solid #3079ed;
    color: #fff;
    text-shadow: 1px 1px 1px #195ECC;
    border-radius: 4px;
    margin: 5px 0;
    text-align: center;
    font: normal 18px "WYekan", arial;
}

    a.resume:hover {
        background-color: #3079ed;
        border: 1px solid #195ECC;
    }

.enamad {
    padding: 5px;
    text-align: right;
    border-radius: 5px;
    z-index: 1000;
    transition-delay: .5s;
    -moz-transition-delay: .5s;
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s
}

    .enamad iframe {
        width: 150px;
        margin: 0 auto;
        height: 150px;
        overflow: hidden;
    }

    .enamad h6 {
        font: normal 18px "WYekan";
        padding: 0;
        margin: 0;
        margin-bottom: 10px;
        text-align: center;
        color: #666;
    }

.loginbox .title {
    width: 50px
}

.loginbox .lft {
    margin-top: 10px;
}

    .loginbox .lft span {
        float: right;
        text-align: right;
        width: 121px;
    }

.loginbox a {
    display: block;
    margin-top: 5px;
}

.loginbox ul {
    padding: 0;
}

.lastPaid .innercontent {
    font: normal 10px/20px WIranSans, Tahoma;
}

.lastPaid .lst {
    max-height: 170px;
    overflow-y: auto;
    overflow-x: hidden;
}

.lastPaid b {
    font-weight: bold;
    color: #f01;
}

.fixed {
    width: 200px;
    position: fixed;
}

li.product_box3 .product_box_image img {
    width: 100% !important;
    max-height: 80px !important;
}

.product_box2 {
    position: relative;
    overflow: hidden;
}

li.product_box3 p {
    display: block !important;
    height: 130px;
    overflow: hidden;
    margin-bottom: 0;
}

li.product_box3 .product_box_image {
    margin: 0 10px 0 0 !important;
    float: left !important;
    width: 80px;
}

li.product_box3 h6 {
    height: auto !important;
    font: bold 12px WIranSans, Tahoma !important;
}

li.product_box3 .product_options {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
}

.showtype {
    margin: 0;
    margin-top: -10px;
    float: left;
    width: 50px;
    background: #eee;
    padding: 0 10px 0 0;
}

    .showtype img {
        width: 20px;
        height: 15px;
        cursor: pointer;
    }

.powered p {
    display: inline;
    opacity: 0.5;
    margin-bottom: -7px;
}

.statfrst label.title {
    width: 70px;
    font: normal 12px WIranSans, Tahoma;
    color: #007e9b
}

.mostsaleslider {
    height: 134px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    padding: 10px;
    width: 360px;
    float: right;
}

.rgttlt {
    width: 360px;
    float: right;
}

.lfltlt {
    width: 360px;
    float: left
}

.mostsaleslider .mostsaledetail {
    float: right;
    width: 360px;
    height: 140px;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}

.mostsaleslider.left {
    float: left;
}

.mostsaleslider .mostsalepicslider {
    max-width: 80px;
    max-height: 80px;
    float: right;
    margin-left: 10px;
}

.mostsaleslider h6 {
    font: bold 11px WIranSans, Tahoma;
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
}

.mostsaleslider p {
    line-height: 16px;
}

.mostsaleslider .product_options {
    position: absolute;
    width: 360px;
    bottom: 0;
}

.ads460 img {
    vertical-align: middle;
}

.headcontact2 p {
    display: block;
    background: url('../images/mobile.png') 0px center no-repeat;
    border-radius: 3px;
    text-align: left;
    direction: ltr;
    padding: 3px 5px;
    line-height: 19px;
    margin: 0;
    padding-left: 20px;
    margin-bottom: 3px;
    font-weight: bold;
    color: #FFFFFF
}

    .headcontact2 p.mail {
        background: url('../images/mail.png') 0px center no-repeat;
    }

.third {
    width: 326px;
    float: right;
}

    .third .boxcontent {
        margin-bottom: 25px;
    }

.twothird {
    width: 490px;
    margin-right: 12px;
}

.halfthird {
    float: left;
    margin-left: -25px;
    width: 170px;
}

.boxcontent {
    background: #fff;
    border: 1px solid #D0D0D0;
    border-radius: 4px;
    padding: 0px;
    height: 230px;
    margin: 0 0px;
    box-shadow: 0 0 5px #C7C7C7;
    margin-bottom: 25px;
}

    .boxcontent.sl {
        background: #F4FFFB;
        border: 1px solid #3CC34F;
        box-shadow: 0 0 5px #7AE589;
        border-top: 1px solid #007E12;
    }

    .boxcontent.baz {
        background: #F4F8FF;
        border: 1px solid #82A0D5;
        box-shadow: 0 0 5px #A4C0F0;
        border-top: 1px solid #144294;
    }

    .boxcontent.buy {
        background: #FFEEF1;
        border: 1px solid #E73959;
        box-shadow: 0 0 5px #EA798E;
        border-top: 1px solid #D71639;
    }

.last .boxcontent {
    margin-left: -13px;
    margin-right: 13px;
}

.first .boxcontent {
    margin-right: -12px;
    margin-left: 12px;
}

.boxcontent h4 {
    margin: -1px;
    padding: 5px 0;
    border-radius: 4px 4px 0 0;
    margin-bottom: 5px;
    background: #009b16;
    text-align: center;
    font: normal 18px "WYekan", "byekan", "2 yekan", arial;
}

    .boxcontent h4 a {
        text-shadow: 0 0 1px #131313;
        color: #fff;
    }

.boxcontent .txt {
    font: 13px/23px "WYekanNum", "WYekan", "byekan", "2 yekan", WIranSans, Tahoma;
    text-align: justify;
    padding: 10px;
    line-height: 23px;
    color: #000;
}

.with-pad {
    height: 223px;
}

.boxcontent.baz h4 {
    background: #446cb3
}

.boxcontent.buy h4 {
    background: #DD1E41
}

.secondline {
    height: auto;
}

    .secondline .CapchaInput {
        width: 80px !important;
    }

    .secondline .captchalogin {
        width: 90px;
    }

        .secondline .captchalogin img {
            width: 100%;
        }

.srch {
    position: relative;
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .srch {
        width: 195px;
        margin-right: auto;
        display: block;
    }
}

.srch input {
    margin: 0;
}

.srch .button-search {
    top: 0;
}

.srch.bread input[type='text'] {
    width: 100%;
    padding: 4px 4px 4px 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.srch.bread .button-search {
    position: absolute;
    top: 0;
    left: -2px;
    margin: 0;
}

.readmore {
    background-color: #F4FFFB;
    border: 1px solid #3CC34F;
    color: #009B16;
    display: block;
    padding: 6px 15px;
    margin: 0 auto;
    border-bottom-width: 2px;
    border-radius: 8px;
    text-align: center;
    width: 80px;
    font: normal 13px/15px "WYekan", "yekan", arial;
    margin-top: 10px;
}

.baz .readmore {
    background-color: #F4F8FF;
    border: 1px solid #82A0D5;
    border-bottom-width: 2px;
    color: #446CB3;
}

.sl .readmore {
    margin-top: -2px;
}

.buy .readmore {
    background-color: #FFEEF1;
    border: 1px solid #E73959;
    border-bottom-width: 2px;
    color: #DD1E41;
}

.rightbull {
    float: right;
    width: 325px;
    margin-left: 0;
}

.lst {
    height: 235px;
    overflow-y: auto;
    font-size: 12px;
    line-height: 25px;
    margin-left: -8px;
}

    .lst::-webkit-scrollbar {
        width: 10px;
    }

    .lst::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        border-radius: 10px;
    }

    .lst::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    }


.forums-module .topic {
    display: block;
    position: relative;
    margin-bottom: 5px;
    box-sizing: border-box;
}

    .forums-module .topic .cont {
        display: block;
        background-color: #FBFBFB;
        padding: 5px 10px;
        margin: 5px;
        margin-bottom: 5px;
        border-radius: 4px;
        border: 1px solid #ddd;
        box-sizing: border-box;
    }

    .forums-module .topic:last-child {
        margin-bottom: 0
    }

    .forums-module .topic .details .title {
        font-size: 15px;
        font-family: "WYekan", thoma;
        height: 23px;
        overflow: hidden;
    }

    .forums-module .topic .details .submeta {
        position: relative;
        padding-right: 60px;
        min-height: 50px;
        margin: 5px 0;
        font-size: 12px;
        color: #666;
        text-align: justify;
    }

        .forums-module .topic .details .submeta a {
            color: #999;
        }

            .forums-module .topic .details .submeta a:hover {
                color: #198392;
            }

        .forums-module .topic .details .submeta .author-avatar {
            display: block;
            width: 50px;
            height: 50px;
            position: absolute;
            top: 0;
            right: 0;
        }

            .forums-module .topic .details .submeta .author-avatar img {
                margin: 0;
                padding: 0;
                width: 50px;
                max-height: 50px;
            }

.topic-meta {
    font-size: 13px;
}

    .topic-meta .label {
        display: inline-block;
        padding: 5px 10px;
        white-space: nowrap;
        font-family: "b yekan", WIranSans, Tahoma;
        margin: 7px 0 0px 4px;
        background: #eee;
        color: #777;
        border-radius: 3px;
    }

.forums-module .topic .meta {
    text-align: center;
}

    .forums-module .topic .meta .users a {
        display: inline-block;
        margin: 0 0 7px 4px;
    }

        .forums-module .topic .meta .users a img {
            margin: 0;
            padding: 0;
            width: 30px;
            height: 30px;
            border-radius: 2px;
        }

.btnshop {
    display: block;
    margin: 0 auto;
    width: 90%;
    color: #fff !important;
    background: #F01A1A;
    text-shadow: 1px 1px 0px #2D2D2D;
    opacity: 0.9;
    box-shadow: 1px 1px 1px #424242;
    text-align: center;
    padding: 20px 0;
    font-weight: bold;
    border: 1px solid #A00909;
    border-radius: 5px;
    margin: 15px auto;
}

    .btnshop:hover {
        background: #DC1616;
    }

.lnks {
    text-align: center;
}

    .lnks a {
        color: #fff !important;
        font-weight: bold;
    }

.floatleft {
    float: left !important
}

.floatright {
    float: right !important
}

.logoh1 {
    width: 194px;
    height: 71px;
    background: url('../images/logo.png') no-repeat center center;
    text-indent: -9999px;
    margin: 0;
    padding: 0;
}

.homeintro {
    text-align: center;
    padding: 60px 0;
    background: #443a35 url(../images/homepage.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
    border-top: 3px solid #00396b;
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.32);
}

    .homeintro h2,
    .homeintro h3,
    .homeintro p {
        color: #fff;
        font-weight: normal;
        text-shadow: -1px 1px 1px #272727;
    }

    .homeintro h2 {
        font-size: 31px;
        margin: 0;
    }

    .homeintro h3 {
        font-size: 19px;
        margin: 0;
    }

    .homeintro p {
        font-size: 14px;
        line-height: 35px;
        margin: 0px 0 20px 0
    }

.search-box {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 50px auto 20px;
}

    .search-box .search-box__input {
        width: 100%;
        margin: 0;
        padding: 18px 15px 18px 56px;
        outline: none;
        border: none;
        border-radius: 8px;
        font-size: 14px;
        color: #000;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
        background: rgba(255, 255, 255, 0.8);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }

        .search-box .search-box__input::-webkit-input-placeholder {
            color: rgba(0, 0, 0, 0.7);
        }

        .search-box .search-box__input::-moz-placeholder {
            color: rgba(0, 0, 0, 0.7);
        }

        .search-box .search-box__input:-ms-input-placeholder {
            color: rgba(0, 0, 0, 0.7);
        }

        .search-box .search-box__input::-ms-input-placeholder {
            color: rgba(0, 0, 0, 0.7);
        }

        .search-box .search-box__input::placeholder {
            color: rgba(0, 0, 0, 0.7);
        }

        .search-box .search-box__input:focus {
            outline: none;
            border: none;
            background: rgba(255, 255, 255, 0.9);
        }

    .search-box .search-box__btn {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        margin: auto 0;
        padding: 0 10px;
        border: none;
        outline: none;
        cursor: pointer;
        opacity: 0.6;
        background: transparent;
        -webkit-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }

    .search-box .search-box__input:focus ~ .search-box__btn {
        opacity: 0.7;
    }

        .search-box .search-box__input:focus ~ .search-box__btn:hover {
            opacity: 1;
        }

    .search-box .search-icon {
        width: 22px;
        height: 22px;
        display: block;
        background: url('../images/search-icon.png') no-repeat;
    }

.sep_line {
    max-width: 100%;
    height: auto;
}

.homeoptions {
    padding: 30px 0;
    text-align: center;
    background: #fff;
}

.colorblue {
    color: #005da5 !important
}

.colorgrey1 {
    color: #aaaaaa !important
}

.colorgrey2 {
    color: #666666 !important
}

.colorwhite {
    color: #ffffff !important
}

.colorlightblue {
    color: #b5d7f2 !important
}

.homeoptions h3,
.howtoearn h3 {
    font-size: 23px;
    margin: 10px 0 10px 0;
}

.homeoptions h4 {
    font-size: 16px;
}

.homeoptions p,
.howtoearn p {
    text-align: center;
    line-height: 30px;
    margin-bottom: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-md-4,
.col-md-6,
.col-md-3 {
    min-height: 1px;
    padding-left: 10px;
    float: right;
    padding-right: 10px;
    box-sizing: border-box;
}

.col-md-3 {
    width: 25%;
}

.col-md-6 {
    width: 50%
}

.col-md-4 {
    width: 33.33333333%;
}

.op-icon {
    padding: 30px;
    border: 1px solid #e4e4e4;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    position: relative;
    margin: 30px auto
}

    .op-icon:after {
        content: '';
        width: 68px;
        height: 68px;
        padding: 30px;
        border: 1px solid #efefef;
        display: block;
        border-radius: 50%;
        position: absolute;
        top: -11px;
        left: -11px;
    }

    .op-icon:before {
        content: '';
        width: 88px;
        height: 88px;
        padding: 30px;
        border: 1px solid #f5f5f5;
        display: block;
        border-radius: 50%;
        position: absolute;
        top: -22px;
        left: -22px;
    }

    .op-icon span {
        background-image: url(../images/optionsprit.png);
        background-repeat: no-repeat;
        display: block;
        height: 48px;
        width: 48px;
        margin: 0 auto;
    }

.sprite-icon1 span {
    background-position: -5px -5px;
}

.sprite-icon2 span {
    background-position: -63px -5px;
}

.sprite-icon3 span {
    background-position: -5px -63px;
}

.sprite-icon4 span {
    background-position: -63px -63px;
}

.sprite-icon5 span {
    background-position: -121px -5px;
}

.sprite-icon6 span {
    background-position: -121px -63px;
}

.sprite-icon7 span {
    background-position: -5px -121px;
}

.sprite-icon8 span {
    background-position: -63px -121px;
}

.howtoearn {
    background: #005da5;
    padding: 40px 0 5px 0;
    text-align: center;
    overflow: hidden;
}

.text-right {
    text-align: right !important;
}

.helpoptions {
    background: #00589b;
    box-shadow: 0 0 2px 2px #024b83 inset;
    padding: 20px;
    border-radius: 15px;
}

    .helpoptions .hlfp {
        width: 60%;
        font-size: 14px;
        line-height: 30px;
        text-align: justify;
    }

    .helpoptions img {
        max-width: 100%
    }

.mb0 {
    margin-bottom: 0 !important
}

.helpoptions h5,
.filess h5 {
    font-size: 18px;
    margin: 0;
}

.helpoptions p {
    font-size: 14px;
    text-align: right;
    ;
}

.how1,
.how2 {
    background-image: url(../images/how1.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    margin-bottom: 20px;
}

.how2 {
    background-image: url(../images/how2.png);
}

@media (min-width: 992px) {
    .how1 {
        margin-bottom: 0;
    }
}

.pull-left {
    float: left !important
}

.btn-o {
    border: 1px solid #2973ab;
    padding: 0px 15px;
    border-radius: 5px;
    color: #fff;
    margin-top: 10px;
    background: rgba(255, 255, 255, 0.05);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

    .btn-o:hover {
        background: #2973ab;
    }

.benefits ul {
    margin: 0;
    padding: 0;
}

    .benefits ul::after {
        content: '';
        display: block;
        clear: both;
    }

@media (min-width: 992px) {
    .benefits {
        background: url(../images/benefit.png) no-repeat left bottom;
        min-height: 270px;
    }

        .benefits ul {
            padding: 50px 30px 0 0;
        }
}

.benefits ul li {
    background: url(../images/check.png) no-repeat right center;
    padding-right: 25px;
    color: #666666;
    font-size: 14px;
    line-height: 40px;
    width: 100%;
    float: right;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .benefits ul li {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .benefits ul li {
        width: 38%;
        padding-right: 30px;
    }
}

.filess h6 {
    font-size: 16px;
    margin: 0 0 15px 0;
    padding: 0;
}

.filess ul {
    background: #004a84;
    margin-bottom: 35px;
    padding: 0;
    text-align: right;
    border-radius: 5px;
}

    .filess ul li a {
        text-align: right;
        font-size: 14px;
        padding: 5px;
        display: block;
        padding-left: 15px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        box-sizing: border-box;
        padding-right: 40px;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }

    .filess ul li {
        counter-increment: rowNumber;
        position: relative;
    }

        .filess ul li:before {
            content: counter(rowNumber);
            width: 31px;
            display: inline-block;
            text-align: center;
            background: #003b6a;
            position: absolute;
            top: 0;
            bottom: 0;
            padding-top: 5px;
            color: #8fc0e6;
        }

        .filess ul li:first-child:before {
            border-radius: 0 5px 0 0;
        }

        .filess ul li:last-child:before {
            border-radius: 0 0 5px 0;
        }


        .filess ul li:nth-child(2n):before {
            background: #00355f;
        }

        .filess ul li:nth-child(2n) a {
            background: #004277;
        }

        .filess ul li:nth-child(2n):last-child a {
            border-radius: 0 0 5px 5px
        }

        .filess ul li a:hover {
            color: #fff !important
        }

.shops {
    border-bottom: 3px solid #e1e1e1;
    overflow: hidden;
}

.footercontact span {
    color: #b5d7f2;
    background: #004a84;
    /* padding: 5px 0; */
    display: block;
    text-align: center;
    margin-bottom: 7px;
    border-radius: 5px;
    line-height: 35px;
}

.footercontact i {
    background: #004173;
    float: left;
    font-style: normal;
    width: 100px;
    border-radius: 5px 0 0 5px;
    display: inline-block
}

.myFooter_content_container a {
    color: #b5d7f2;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

    .myFooter_content_container a:hover {
        color: #e1effb;
    }

.footermenu li {
    float: right;
    width: 50%;
}

    .footermenu li a {
        font-size: 14px;
        line-height: 30px;
    }


.footercontact a {
    display: block;
    color: #b5d7f2;
    text-align: center;
    background: #004781;
    padding: 8px 0;
    margin: 12px 0;
    border-radius: 5px;
    font-size: 15px;
    box-shadow: 0 0 8px 0px rgba(0, 53, 96, 0.65) inset;
}

.myFooter_content_container .stat_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.myFooter_content_container .stat {
    width: 33.333333%;
    margin-bottom: 15px;
    text-align: center;
}

    .myFooter_content_container .stat span {
        display: block;
        color: #fff;
        font-size: 16px;
    }

.myFooter_content_container .social_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.myFooter_content_container .social {
    background: #004680;
    padding: 8px 0;
    border-radius: 5px;
    width: 50%;
    text-align: center;
    opacity: 1;
    font-size: 11px;
    color: #b5d7f2;
}

    .myFooter_content_container .social:first-child {
        margin-left: 5px;
    }

    .myFooter_content_container .social:last-child {
        margin-right: 5px;
    }

    .myFooter_content_container .social i {
        background-image: url(../images/social.png);
        background-repeat: no-repeat;
        width: 18px;
        height: 18px;
        display: inline-block;
        vertical-align: middle
    }

.sprite-instagram {
    background-position: -5px -5px;
}

.sprite-telegram {
    background-position: -33px -5px;
}

.c-bestshops {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .c-bestshops li {
        width: 100%;
        height: 90px;
        margin-bottom: 30px;
        border-radius: 10px;
        background: #fff;
        box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.07);
        -webkit-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
    }

        .c-bestshops li:hover {
            background: #1d4a9c;
            box-shadow: 0px 3px 20px 0px rgba(4, 81, 140, 0.4);
        }

    .c-bestshops a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
    }

    .c-bestshops h5 {
        margin: 0 0 5px;
        font-size: 14px;
        font-weight: 700;
        color: #666;
        -webkit-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
    }

    .c-bestshops li:hover h5 {
        color: #fff;
    }

    .c-bestshops p {
        margin: 0;
        font-size: 12px;
        line-height: 2;
        color: #aaa;
        -webkit-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
    }

    .c-bestshops li:hover p {
        color: rgba(255, 255, 255, 0.5);
    }


@media (min-width: 768px) {
    .c-bestshops {
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: wrap;
    }

        .c-bestshops li {
            width: calc((100% - 30px) / 2);
        }
}

@media (min-width: 1200px) {
    .c-bestshops li {
        width: calc((100% - 75px) / 4);
    }
}

.sprite-back {
    width: 14px;
    height: 22px;
    background-position: -5px -5px;
}

.sprite-next {
    width: 14px;
    height: 22px;
    background-position: -29px -5px;
}



/******************sweet alert***********************/
/*http://codepen.io/ahallicks/pen/MaLRoe*/

.f-modal-alert .f-modal-icon {
    border-radius: 50%;
    border: 4px solid gray;
    box-sizing: content-box;
    height: 80px;
    margin: 20px auto;
    padding: 0;
    position: relative;
    width: 80px;
    margin-bottom: 25px;
}

    .f-modal-alert .f-modal-icon.f-modal-success, .f-modal-alert .f-modal-icon.f-modal-error {
        border-color: #A5DC86;
    }

        .f-modal-alert .f-modal-icon.f-modal-success:after, .f-modal-alert .f-modal-icon.f-modal-success:before, .f-modal-alert .f-modal-icon.f-modal-error:after, .f-modal-alert .f-modal-icon.f-modal-error:before {
            background: #fff;
            content: '';
            height: 120px;
            position: absolute;
            transform: rotate(45deg);
            width: 60px;
        }

        .f-modal-alert .f-modal-icon.f-modal-success:before, .f-modal-alert .f-modal-icon.f-modal-error:before {
            border-radius: 120px 0 0 120px;
            left: -33px;
            top: -7px;
            transform-origin: 60px 60px;
            transform: rotate(-45deg);
        }

        .f-modal-alert .f-modal-icon.f-modal-success:after, .f-modal-alert .f-modal-icon.f-modal-error:after {
            border-radius: 0 120px 120px 0;
            left: 30px;
            top: -11px;
            transform-origin: 0 60px;
            transform: rotate(-45deg);
        }

        .f-modal-alert .f-modal-icon.f-modal-success .f-modal-placeholder, .f-modal-alert .f-modal-icon.f-modal-error .f-modal-placeholder {
            border-radius: 50%;
            border: 4px solid rgba(165, 220, 134, 0.2);
            box-sizing: content-box;
            height: 80px;
            left: -4px;
            position: absolute;
            top: -4px;
            width: 80px;
            z-index: 2;
        }

        .f-modal-alert .f-modal-icon.f-modal-success .f-modal-fix, .f-modal-alert .f-modal-icon.f-modal-error .f-modal-fix {
            background-color: #fff;
            height: 90px;
            left: 28px;
            position: absolute;
            top: 8px;
            transform: rotate(-45deg);
            width: 5px;
            z-index: 1;
        }

        .f-modal-alert .f-modal-icon.f-modal-success .f-modal-line, .f-modal-alert .f-modal-icon.f-modal-error .f-modal-line {
            background-color: #A5DC86;
            border-radius: 2px;
            display: block;
            height: 5px;
            position: absolute;
            z-index: 2;
        }

            .f-modal-alert .f-modal-icon.f-modal-success .f-modal-line.f-modal-tip, .f-modal-alert .f-modal-icon.f-modal-error .f-modal-line.f-modal-tip {
                left: 14px;
                top: 46px;
                transform: rotate(45deg);
                width: 25px;
            }

            .f-modal-alert .f-modal-icon.f-modal-success .f-modal-line.f-modal-long, .f-modal-alert .f-modal-icon.f-modal-error .f-modal-line.f-modal-long {
                right: 8px;
                top: 38px;
                transform: rotate(-45deg);
                width: 47px;
            }

    .f-modal-alert .f-modal-icon.f-modal-error {
        border-color: #F27474;
    }

        .f-modal-alert .f-modal-icon.f-modal-error .f-modal-x-mark {
            display: block;
            position: relative;
            z-index: 2;
        }

        .f-modal-alert .f-modal-icon.f-modal-error .f-modal-placeholder {
            border: 4px solid rgba(200, 0, 0, 0.2);
        }

        .f-modal-alert .f-modal-icon.f-modal-error .f-modal-line {
            background-color: #F27474;
            top: 37px;
            width: 47px;
        }

            .f-modal-alert .f-modal-icon.f-modal-error .f-modal-line.f-modal-left {
                left: 17px;
                transform: rotate(45deg);
            }

            .f-modal-alert .f-modal-icon.f-modal-error .f-modal-line.f-modal-right {
                right: 16px;
                transform: rotate(-45deg);
            }

    .f-modal-alert .f-modal-icon.f-modal-warning {
        border-color: #F8BB86;
    }

        .f-modal-alert .f-modal-icon.f-modal-warning:before {
            animation: pulseWarning 2s linear infinite;
            background-color: #fff;
            border-radius: 50%;
            content: "";
            display: inline-block;
            height: 100%;
            opacity: 0;
            position: absolute;
            width: 100%;
        }

        .f-modal-alert .f-modal-icon.f-modal-warning:after {
            background-color: #fff;
            border-radius: 50%;
            content: '';
            display: block;
            height: 100%;
            position: absolute;
            width: 100%;
            z-index: 1;
        }

        .f-modal-alert .f-modal-icon.f-modal-warning .f-modal-body {
            background-color: #F8BB86;
            border-radius: 2px;
            height: 47px;
            left: 50%;
            margin-left: -2px;
            position: absolute;
            top: 10px;
            width: 5px;
            z-index: 2;
        }

        .f-modal-alert .f-modal-icon.f-modal-warning .f-modal-dot {
            background-color: #F8BB86;
            border-radius: 50%;
            bottom: 10px;
            height: 7px;
            left: 50%;
            margin-left: -3px;
            position: absolute;
            width: 7px;
            z-index: 2;
        }

    .f-modal-alert .f-modal-icon + .f-modal-icon {
        margin-top: 50px;
    }

.animateSuccessTip {
    animation: animateSuccessTip .75s;
}

.animateSuccessLong {
    animation: animateSuccessLong .75s;
}

.f-modal-icon.f-modal-success.animate:after {
    animation: rotatePlaceholder 4.25s ease-in;
}

.f-modal-icon.f-modal-error.animate:after {
    animation: rotatePlaceholder 4.25s ease-in;
}

.animateErrorIcon {
    animation: animateErrorIcon .5s;
}

.animateXLeft {
    animation: animateXLeft .75s;
}

.animateXRight {
    animation: animateXRight .75s;
}

.scaleWarning {
    animation: scaleWarning 0.75s infinite alternate;
}

.pulseWarningIns {
    animation: pulseWarningIns 0.75s infinite alternate;
}

@keyframes animateSuccessTip {
    0%,54% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes animateSuccessLong {
    0%,65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0;
        top: 35px;
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

@keyframes rotatePlaceholder {
    0%,5% {
        transform: rotate(-45deg);
    }

    100%,12% {
        transform: rotate(-405deg);
    }
}

@keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        opacity: 0;
    }

    100% {
        transform: rotateX(0deg);
        opacity: 1;
    }
}

@keyframes animateXLeft {
    0%, 65% {
        left: 82px;
        top: 95px;
        width: 0;
    }

    84% {
        left: 14px;
        top: 33px;
        width: 47px;
    }

    100% {
        left: 17px;
        top: 37px;
        width: 47px;
    }
}

@keyframes animateXRight {
    0%, 65% {
        right: 82px;
        top: 95px;
        width: 0;
    }

    84% {
        right: 14px;
        top: 33px;
        width: 47px;
    }

    100% {
        right: 16px;
        top: 37px;
        width: 47px;
    }
}

@keyframes scaleWarning {
    0% {
        transform: scale(1);
    }

    30% {
        transform: scale(1.02);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes pulseWarning {
    0% {
        background-color: #fff;
        transform: scale(1);
        opacity: 0.5;
    }

    30% {
        background-color: #fff;
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        background-color: #F8BB86;
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes pulseWarningIns {
    0% {
        background-color: #F8D486;
    }

    100% {
        background-color: #F8BB86;
    }
}


/******************sweet alert end***********************/

.htitlesmall {
    font-size: 17px;
    font-weight: bold;
}

.text-success {
    color: #018514
}

input[type='text'].sms-code {
    font-weight: bold;
    font-size: 21px;
    letter-spacing: 15px;
    line-height: 10px;
    padding: 4px 10px 0 10px;
    height: 35px;
    box-sizing: border-box;
    vertical-align: middle;
}


.white-box {
    background: #fff;
    padding: 10px;
    border: 1px solid #DADADA;
}

.pl-0 {
    padding-left: 0 !important
}

.relative {
    position: relative !important
}

.m-auto {
    margin: 0 auto !important
}

.btn-signup {
    white-space: nowrap;
    width: auto;
    display: inline-block;
    padding: 10px 20px;
}



.archive-search .form-control {
    box-sizing: border-box
}

.inline {
    display: inline-block !important
}

ul.checkbox {
    padding: 0;
}

.clear {
    clear: both;
}

.mt-20 {
    margin-top: 20px !important
}





.user-panel__btn > a {
    color: #fff;
}

@media (max-width: 991.99px) {
    .user-menu {
        width: 172px;
        margin-top: 10px;
        margin-right: 8px;
    }

        .user-menu ul.user-panel {
            display: block;
        }

    .user-panel__btn > a {
        padding: 6px 11px;
        color: #fff;
    }

    .user-panel ul {
        visibility: visible;
        opacity: 1;
        position: relative;
        top: 0;
        margin: 3px 0 0 0;
        border-radius: 0;
        background: none;
        border: none;
        box-shadow: none;
    }

        .user-panel ul li {
            border: none;
        }

            .user-panel ul li a {
                width: 100%;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                display: inline-block;
                background: #004a84;
                border-radius: 5px;
                text-align: center;
                color: #ffffff;
                padding: 4px 11px;
                box-shadow: inset 0 0 2px 1px #01365e;
                font-size: 14px;
                position: relative;
                overflow: hidden;
            }
}

@media (max-width: 767.99px) {
    .user-menu {
        margin-right: 0;
    }
}



.couponcontainer {
    width: 300px;
    margin: 30px auto;
    padding: 20px;
    box-sizing: border-box;
    border: 1px dashed #daa2a5;
    background: #ffebed;
    border-radius: 10px;
    text-align: center;
    max-width: 100%
}


    .couponcontainer h3 {
        margin: 0 0 20px 0;
        padding: 0;
        font: normal 18px "WIranSans", tahoma;
    }

    .couponcontainer input {
        direction: ltr;
        box-sizing: border-box;
        letter-spacing: 2px;
        font-size: 15px;
        width: 100%;
        text-align:center;
    }

.col-center{
    margin:0 auto
}

.text-left{
    text-align:left
}


.v-middle{vertical-align:middle; padding-top:5px; padding-right:5px;}

.content-text, .content-text * {
    font-family: 'WIranSans', Tahoma !important;
    word-break: break-word !important;
}