@charset "UTF-8";
::-moz-selection {
    /* Code for Firefox */
    color: white;
    background: #5fb82b;
}

::selection {
    color: white;
    background: #5fb82b;
}

@font-face {
    font-family: "yekan";
    src: url(../fonts/Yekan.eot), url(../fonts/Yekan.eot?#iefix) format("embedded-opentype"), url(../fonts/Yekan.woff) format("woff"), url(../fonts/Yekan.ttf) format("truetype"), url(../fonts/Yekan.svg#BYekan) format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'yekannumbers';
    src: url('../fonts/yekannumbers-regular.eot');
    src: url('../fonts/yekannumbers-regular.eot#iefix') format('embedded-opentype'),
    url('../fonts/yekannumbers-regular.woff') format('woff'),
    url('../fonts/yekannumbers-regular.ttf') format('truetype'),
    url('../fonts/yekannumbers-regular.svg#CartoGothicStdBook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "b_yekan-webfont";
    src: url(../fonts/b_yekan-webfont.eot), url(../fonts/b_yekan-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/b_yekan-webfont.woff) format("woff"), url(../fonts/b_yekan-webfont.ttf) format("truetype"), url(../fonts/b_yekan-webfont.svg#BYekan) format("svg");
    font-weight: normal;
    font-style: normal;
}

body {
    background: #f4f3f1;
}

#lookup ul {
    -webkit-padding-start: 0px;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}

p {
    font-size: 15px;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
a,
span,
body,
html {
    font-family: "yekan";
}

.form-group select {
    padding: 0;
}

.form-group select:focus,
.form-group select:hover {
    border-color: #5fb82b;
    box-shadow: 0 0 0;
}

input.form-control,
textarea.form-control {
    border-radius: 2px;
}

input.form-control[type="number"] {
    padding: 0 5px;
}

a {
    text-decoration: none;
    color: #5fb82b;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

a:hover,
a:focus,
a:active,
a:visited {
    color: #5fb82b;
    text-decoration: none;
}

time {
    font-family: "b_yekan-webfont";
}

input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus {
    text-align: left;
}

input[type="email"]::-webkit-input-placeholder {
    text-align: right;
}

input[type="email"]:-ms-input-placeholder,
input[type="email"]:-moz-placeholder {
    text-align: right;
}

form input[type="checkbox"] {
    padding-top: 2px;
}

article,
aside {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
}

span.badge {
    font-family: "b_yekan-webfont";
}

.form-control {
    padding-right: 3px;
    padding-left: 3px;
}

.form-control:focus {
    border: 1px solid #5fb82b;
    box-shadow: 0 0 0;
}

.no-padding {
    padding: 0;
}

.low-right-padding {
    padding-right: 5px;
}

.low-left-padding {
    padding-left: 5px;
}

td.success {
    color: forestgreen;
}

.toman-unit {
    font-family: "b_yekan-webfont";
}

.toman-unit:after {
    content: "تومان";
    font-family: "yekan";
    font-size: 14px;
    margin-right: 4px;
}

.rial-unit {
    font-family: "b_yekan-webfont";
}

.rial-unit:after {
    content: "ریال";
    font-family: "yekan";
    font-size: 14px;
    margin-right: 4px;
}


/*
 * Buttons
 */

.btn {
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .15);
}

.btn-lg {
    -webkit-border-radius: 2px;
}

.btn-group .btn {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
}

.btn-group span {
    cursor: default;
    padding-left: 5px;
    padding-right: 5px;
}

.btn-group > span:hover {
    background: white;
}

.btn .fa {
    margin-left: 5px;
}

.btn-primary {
    background-color: #71c92b;
    border-color: #5fb82b;
    color: white;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-color: #5fb82b;
    border-color: #5fb82b;
}

.btn-success {
    background-color: #1AC95D;
    border-color: #00B067;
    color: white;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: black;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    background-color: #00B067;
    border-color: #009155;
}

.btn-danger {
    background-color: #F22727;
    border-color: #DB1F1F;
    color: white;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    background-color: #DB1F1F;
    border-color: #BF1B1B;
}

.btn-default:visited {
    color: black;
}

.btn-info:visited,
.btn-danger:visited,
.btn-success:visited,
.btn-primary:visited {
    color: white;
}


/*
 * End Buttons
 */


/*
 * Social Media
 */

.gp-stuff {
    background-color: #dc4e41;
    color: white;
}

.gp-stuff:hover,
.gp-stuff:focus,
.gp-stuff:active {
    color: white;
}

.twitter-stuff {
    background-color: #55acee;
    color: white;
    border-color: #73C2FF;
}

.twitter-stuff:hover,
.twitter-stuff:focus,
.twitter-stuff:active {
    color: white;
}

.fb-stuff {
    background-color: #3b5998;
    color: white;
    border-color: #4D71BD;
}

.fb-stuff:hover,
.fb-stuff:focus,
.fb-stuff:active {
    color: white;
}

.social-logo-fa,
.social-logo-fa:visited {
    color: #3b5998;
}

.social-logo-tw,
.social-logo-tw:visited {
    color: #55acee;
}

.social-logo-insta,
.social-logo-insta:visited {
    color: #3f729b;
}

.social-links>li>a img {
    -webkit-filter: blur(1px) grayscale(90%);
    filter: blur(1px) grayscale(90%);
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.social-links>li>a:hover img {
    -webkit-filter: blur(0px);
    filter: blur(0px);
}

.social-links>li {
    padding: 0;
}


/*
 * End Social Media
 */


/*
 * Top Ribbon
 */

.top-ribbon {
    height: 4px;
    background-color: #0a0a0a;
    margin-bottom: 8px;
}


/*
 * End Top Ribbon
 */


/*
 * Top Bar
 */

.top-bar {
    margin-bottom: 8px;
}

.top-bar ul li {
    border-left: 1px dashed lightgray;
}

.top-bar ul li:last-child {
    border: 0;
}

.top-bar ul li a {
    color: #2c3693;
}


/*
 * End Top Bar
 */


/*
 * Header
 */

header {
    background: white;
}

.cart-btn a>button>.badge {
    background: #3b761f;
    border: 2px solid #70cf2b;
    color: white;
}

.cart-btn a > button {
    width: 100%;
    -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.2);
}

.search-form .search-input {
    line-height: 34px;
    -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.2);
}

.header .logo a {
    margin-bottom: 10px;
    width: 100%;
    height: 115px;
    display: block;
}


/*
 * End Header
 */


/*
 * Navigation 
 */

.navigation-affix.affix {
    position: fixed !important;
    width: 100%;
    top: 0;
    z-index: 1000;
}

.nav-plcholder {
    min-height: 43px;
}

.navbar {
    border-radius: 0;
    margin-bottom: 0;
    min-height: 43px;
}

.navbar-nav {
    margin: 0;
}

.navbar-default {
    box-shadow: inset 0px 0px 10px 1px rgba(171, 171, 171, 0.3);
    border-top: 1px solid #b6b6b6;
    border-bottom: 1px solid #b6b6b6;
}

.navbar-toggle {
    padding: 2px 10px;
    margin: 8px 15px;
}

.navbar-default .navbar-nav.navbar-right {
    position: relative;
}

.navbar-default .navbar-nav.navbar-right > .dropdown {
    position: static;
}

.navbar-default .navbar-nav.navbar-right > .dropdown > a {
    color: #2c3693;
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 13px;
}

.navbar-default .navbar-nav.navbar-right .dropdown .dropdown-menu {
    left: 0;
    right: -30px;
    padding: 0;
    font-size: 20px;
    box-shadow: 0 0 0;
    background: #fcfcfc;
    height: 315px;
    text-align: right;
}

.navbar-default .navbar-nav .dropdown .dropdown-menu>li {
    float: right;
    width: 25%;
    border-left: 1px solid #e9e9e9;
    height: 100%;
}

.navbar-default .navbar-nav .dropdown .dropdown-menu>li:last-child {
    border: 0px solid black;
}

.navbar-default .navbar-nav .dropdown .dropdown-menu>li>ul {
    list-style: none;
    margin: 0;
    padding: 0px 14px 10px 0px;
}

.navbar-default .navbar-nav.navbar-right .dropdown .dropdown-menu>li>ul>li:last-child a {
    font-family: "yekan";
    color: #034694;
}

.navbar-default .navbar-nav.navbar-right .dropdown .dropdown-menu>li>ul>li:last-child a:hover {
    color: #5fb82b;
}

.navbar-default .navbar-nav.navbar-right .dropdown .dropdown-menu>li>ul>li:last-child a:before {
    content: "\003E";
}

.navbar-default .navbar-nav .dropdown .dropdown-menu>li>ul>li>a {
    font-size: 12px;
    font-weight: 700;
    color: #6f6f6f;
}

.navbar-default .navbar-nav .dropdown .dropdown-menu>li>ul>li>a:hover {
    color: #5fb82b;
}

.navbar-default .navbar-nav .dropdown .dropdown-menu>li>a {
    border-bottom: 1px solid #ececec;
    font-size: 14px;
    padding: 0;
    padding: 11px 11px 16px 0px;
    color: #5fb82b;
    text-shadow: 0px 1px 0px rgba(113, 201, 43, 0.2);
}

.navbar-default .navbar-nav .dropdown .dropdown-menu>li>a:hover {
    background: inherit;
    text-shadow: 0px 0px 0px;
    transform: translateY(1px);
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.3);
}

nav .navbar-brand {
    padding: 0 13px;
    margin: 0;
}

nav .navbar-brand h1 {
    text-transform: capitalize;
    font-variant: small-caps;
    margin: 0;
    line-height: 60px;
}


/*
 * End Navigation 
 */


/*
 * Breadcrumbs
 */

.breadcrumb {
    background-color: #f9f9f9;
    border-radius: 2px;
    border: 1px solid #eaeaea;
}


/*
 * End Breadcrumbs
 */


/*
 * Pagination
 */

.pagination {
    margin: 0;
    width: 100%;
}

.pagination > li:first-child a {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.pagination > li:last-child a {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.pagination > li > a,
.pagination > li > span {
    color: #5fb82b;
    font-family: "b_yekan-webfont";
    width: 10%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #4d9a27;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #5fb82b;
    border: 1px solid #4d9a27;
}


/*
 * End Pagination
 */


/*
 * Filters
 */

.filters form label {
    font-size: 13px;
    font-weight: normal;
}

.filters form .form-group {
    margin-left: 13px;
}

.filters select {
    padding: 0;
    font-size: 12px;
    border-radius: 2px;
}


/*
     * Filters Column
     */

.filters-col > div {
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
    background: grey;
    padding: 12px 9px;
    margin-bottom: 8px;
    border-radius: 3px;
}

.filters-col > div h3 {
    color: white;
    font-size: 14px;
    margin: 0;
}

.filters-col .form {
    padding: 1px 10px;
    padding-bottom: 15px;
    border-radius: 3px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
    background: white;
}

.filters-col .form .checkbox {
    margin-bottom: 15px;
    font-size: 13px;
}

.filters-col .form .division {
    overflow: hidden;
    position: relative;
    max-height: 210px;
    padding-bottom: 10px;
    -o-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    -webkit-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}

.filters-col .form .division.opened {
    max-height: 385px;
    -o-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    -webkit-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}

.filters-col .form .division .show-more {
    position: absolute;
    bottom: 0;
    background: white;
}

.filters-col .form .division .show-more:before {
    content: "+";
    font-size: 18px;
}

.filters-col .form .division.opened .show-more:before {
    content: "-";
    font-size: 18px;
}

.filters-col .form .division h4 {
    font-size: 15px;
    margin-bottom: 14px;
}


/*
     * End Filters Column
     */


/*
 * End Filters
 */


/*
 * Item rendered
 */

.items-rendered p {
    font-family: "b_yekan-webfont";
}


/*
 * End Item rendered
 */


/*
 * Product Grid
 */

.product-grid {
    background: white;
    -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
    padding: 8px 5px;
    margin-top: 10px;
    border-radius: 2px;
    min-height: 360px;
}

.product-grid .product-grid-img {
    margin: 0px auto 8px;
    border: 1px solid #dddcdb;
    display: block;
    overflow: hidden;
}

.product-grid .product-info {
    margin: 0 auto;
}

.product-grid .broken-price,
.product-grid .old-price {
    display: block;
}

.product-grid .broken-price {
    font-size: 15px;
    color: seagreen;
}

.product-grid .old-price {
    font-size: 13px;
    color: gray;
}

.product-grid .product-buttons > div > a:hover {
    color: white;
    background: #FF7200;
    border-color: #D96100;
}

.product-grid .product-title {
    min-height: 63px;
}

.product-grid .product-title h3 {
    font-size: 13px;
    margin: 2px 5px;
    line-height: 21px;
}

.product-grid .product-price {
    min-height: 53px;
}

.product-grid hr {
    margin-top: 4px;
    margin-bottom: 4px;
}


/*
 * End product grid
 */


/*
 * Footer
 */

footer {
    color: white;
}

footer .footer-info {
    min-height: 87px;
    background: #353535;
    line-height: 87px;
}

footer .footer-info .fa {
    margin-right: 4px;
}

footer .footer-info p {
    margin: 0;
}

footer .footer-links {
    background-color: #262626;
    min-height: 208px;
    border-top: 1px solid #646464;
    -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.3);
}

footer .footer-links hr {
    margin-top: 6px;
    margin-bottom: 6px;
    border-color: #676767;
}

footer .footer-links h3 {
    font-size: 15px;
}

footer .footer-links a {
    color: white;
}

footer .footer-links a:hover {
    color: #D96100;
}

footer .footer-links div:last-child > a:first-child {
    margin-top: 20px;
    display: block;
}

footer .footer-links .list-unstyled {
    min-height: 88px;
}

footer .footer-links .list-unstyled > li {}

footer .footer-links .list-unstyled.no-min-height {
    min-height: 0;
}

footer .social-links {
    margin-top: 8px;
}

footer .social-links li {
    padding-left: 5px;
}

footer .copyright {
    background: #353535;
    min-height: 136px;
}

footer .copyright .copyright-links {
    margin-top: 8px;
    margin-bottom: 8px;
}

footer .copyright .copyright-text {
    font-size: 12px;
}

footer .copyright .copyright-links li {
    padding-left: 30px;
}

footer .copyright .copyright-links li a {
    color: white;
}

footer .copyright .copyright-links li a:hover {
    color: #D96100;
}


/*
 * End Footer
 */


/*
 * Shopping Cart
 */

.cart-page {
    background-color: white;
    border-radius: 2px;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
}

.cart-page .cart-title {
    font-size: 16px;
    margin-top: 7px;
}

.cart-table {
    border: 1px solid #f0f1f2;
    border-radius: 3px;
    margin-top: 30px;
}

.cart-table td {
    vertical-align: middle;
    min-height: 133px;
}

.cart-table > tbody > tr> th {
    text-align: center;
    background-color: #f7f9fa;
    text-shadow: 0;
    padding-top: 14px;
    padding-bottom: 14px;
    color: #565656;
    vertical-align: middle;
}

.cart-table .product-count input[type="number"] {
    width: 60px;
    padding: 0 5px;
}

.cart-table .product-desc .product-title {
    font-size: 13px;
}

.cart-table .product-unit-price p,
.cart-table .product-total-price p {
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 117px;
    font-size: 17px;
}

.cart-page .cart-sum p {
    vertical-align: middle;
    margin-top: 5px;
    margin-right: 15px;
}

.cart-page .cart-sum .total-payout p {
    font-size: 20px;
}

.cart-page .cart-sum .total-buyout p {
    font-size: 17px;
}


/*
 * End Shopping Cart
 */


/*
 * Single Product
 */

.single-product {
    border-radius: 2px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
    padding-top: 15px;
    padding-bottom: 15px;
}

.single-product .product-top {
    max-height: 1000px
}

.single-product .rating {
    unicode-bidi: bidi-override;
}

.single-product .rating a:before {
    color: black;
    display: inline-block;
    padding: 0px 4px;
    margin: 0 -2.5px;
}

.single-product .rating a:hover:before,
.single-product .rating a:hover ~ a:before,
.single-product .rating a.filled-star:before,
.single-product .rating a.half-star:hover:before {
    content: "\f005";
    color: #ffbe23;
}

.single-product .rating a.half-star:before {
    content: "\f123";
    color: #ffbe23;
}

.single-product .wish-cal-btn {
    margin-bottom: 14px;
}

.single-product .product-img-wrapper {
    -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
}

.single-product .product-img {
    -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
    padding: 8px;
    text-align: center;
}

.single-product .product-img img {
    margin: 0 auto;
    text-align: center;
}

.single-product .product-img .owl-carousel a,
.single-product .product-img .owl-carousel a img {
    width: 100%;
}

.single-product .product-info .product-title {
    font-size: 20px;
}

.single-product .product-info .product-title small {
    font-size: 16px;
    font-family: sans-serif;
}

.single-product .product-info .status .available {
    color: green;
}

.single-product .product-info .status .unavailable {
    color: firebrick;
}

.single-product .product-info .status .no-production {
    color: darkgoldenrod;
}

.single-product .price {
    font-size: 17px;
}

.single-product .price > p > span {
    color: #5fb82b;
}

.product-img-wrapper,
.prod-gallery-carou {
    max-height: 50px;
}

.single-product .related-products #related-prod-carou .item {
    text-align: center;
    margin: 0 12px;
}

.single-product .related-products #related-prod-carou .item .related-title {
    font-size: 14px;
}

.single-product .related-products #related-prod-carou .item .related-title small {
    font-size: 0.8em;
    margin-top: 6px;
}

.single-product .product-details .nav-pills>li {
    margin: 0;
}

.single-product .product-details .nav-pills>li>a {
    background-color: #F5F6F7;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: #707580;
    border-top: 1px solid #EDEDED;
    border-right: 1px solid #EDEDED;
    border-left: 1px solid #EDEDED;
    padding-top: 20px;
    padding-bottom: 20px;
}

.single-product .product-details .nav-pills>li:last-child a {
    border-bottom: 1px solid #EDEDED;
}

.single-product .product-details .nav-pills.affix {
    top: 60px;
    width: 14%;
    position: fixed !important;
}

.single-product .product-details .nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.single-product .product-details .nav-pills>li.active>a:focus {
    background-color: white;
    color: #5fb82b;
}

.single-product .product-details .tab-content {
    margin-top: 10px;
}

.single-product .product-details .tab-content .tab-pane p {
    text-align: justify;
}

.single-product .product-details .tab-content .tab-pane p img,
.single-product .product-details .tab-content .tab-pane img {
    margin: 8px 10px;
}

.single-product .product-details .spec-table td,
.single-product .product-details .spec-table th {
    border: none;
}

.single-product .product-details .spec-table th {
    background: white;
    text-shadow: 0;
    font-size: 18px;
    border-bottom: 3px dashed #d3d3d3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 6px;
}

.single-product .product-details .spec-table td {
    border-radius: 2px;
    padding: 10px 15px;
}

.single-product .product-details .spec-table td:first-child {
    border-left: 5px dashed white;
    width: 20%;
}

.single-product .product-details .spec-table td:last-child {
    width: 80%;
}

.single-product .product-details .spec-table th > .fa {
    color: #5fb82b;
    margin-left: 5px;
}

.single-product .product-details .spec-table .success td {
    color: forestgreen;
}

.single-product .product-details .spec-table .danger td {
    color: indianred;
}


/*
 * End Single Product
 */

/*
 * Change Pass
 */

.change-pass-cont {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin: 8px 0;
    background: white;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.2);
}

.change-pass-cont .change-pass-title {
    color: #808080;
}

.change-pass-cont .change-pass-title h1 {
    font-size: 20px;
}

/*
 * End Change Pass
 */

/*
 * Contact
 */

.contact-cont {
    background-color: white;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.2);
    padding-top: 15px;
    padding-bottom: 15px;
}

.contact-cont h2 {
    font-size: 20px;
}

.contact-cont h2 i:before {
    content: "\f104";
    color: #ef3f3e;
    margin-left: 4px;
}

.contact-cont .contact-list li {
    line-height: 38px;
}

.contact-cont .contact-list li .fa {
    margin-left: 8px;
}

.contact-cont .g-map {
    width: 100%;
    max-height: 300px;
}

/*
 * End Contact
 */

/*
 * Payout Progress
 */

.payout-progress {
    margin-top: 10px;
    background: #fafcfc;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    padding: 30px 20px 50px;
    -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.2);
}

.payout-progress > div > div {
    display: inline-block;
}

.payout-progress .ending-bars {
    border-top: 3px dashed #D1D1D1;
    padding: 4px 0;
    width: 10%;
    margin-left: 2%;
    height: 0;
}

.payout-progress .middle-bars {
    border-top: 3px solid #D1D1D1;
    width: 18%;
    margin-right: 2%;
    margin-left: 2%;
    height: 0;
    padding: 4px 0;
}

.payout-progress .green-bar {
    border-color: #62b965;
}

.payout-progress .icon-bars {
    width: 2%;
    position: relative;
    text-align: center;
}

.payout-progress .icon-bars .icon-title {
    font-size: 15px;
    position: absolute;
    text-align: center;
    width: 250px;
    right: -110px;
    top: 45px;
    color: #909090;
}

.payout-progress .green-icon,
.payout-progress .icon-bars a,
.payout-progress .icon-bars span {
    color: #D6D6D6;
}

.payout-progress .green-icon,
.payout-progress .green-icon a,
.payout-progress .green-icon span,
.payout-progress .green-icon .icon-title {
    color: #62b965;
}

.payout-progress .ending-bars:last-child {
    margin-right: 2%;
    margin-left: 0;
}

/*
 * End Payout Progress
 */

/*
 * Check Address
 */

.check-address-page {
    background-color: white;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.2);
    padding: 20px;
}

.check-address-page .title-check-address {
    font-size: 20px;
    margin-top: 6px;
}

.check-address-page .title-check-address .fa {
    color: indianred;
    margin-left: 8px;
}

.check-address-page .address-selector {
    margin-bottom: 10px;
}

.check-address-page .address-table tr td {
    padding: 20px 15px;
}

.check-address-page .address-table tr:first-child td:first-child {
    background-color: #f5f5f5;
}

/*
 * End Check Address
 */

/*
 * Add and Remove address
 */

.address-add-edit-cont {
    background-color: white;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.2);
    padding-top: 15px;
    padding-bottom: 15px;
}

.address-add-edit-cont .change-add-title {
    color: #808080;
}

.address-add-edit-cont .change-add-title h1 {
    font-size: 20px;
}

/*
 * End Add and Remove address
 */

/*
 * Review Order
 */

.review-page {
    background-color: white;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.2);
    padding-top: 15px;
    padding-bottom: 15px;
}

.review-page .order-review-title .fa {
    color: indianred;
    margin-left: 5px;
}

.review-table {
    border: 1px solid #f0f1f2;
    border-radius: 3px;
    margin-top: 30px;
}

.review-table td {
    vertical-align: middle;
    min-height: 133px;
}

.review-table > tbody > tr > th {
    text-align: center;
    background-color: #f7f9fa;
    text-shadow: 0;
    padding-top: 14px;
    padding-bottom: 14px;
    color: #565656;
    vertical-align: middle;
}

.review-table .product-count {
    line-height: 117px;
    font-family: "b_yekan-webfont";
    font-size: 19px;
}

.review-table .product-count input[type="number"] {
    width: 60px;
    padding: 0 5px;
}

.review-table .product-desc .product-title {
    font-size: 14px;
}

.review-table .product-unit-price p,
.review-table .product-total-price p {
    margin: 0;
    padding: 0;
    line-height: 117px;
    font-size: 20px;
}

.review-table .fa-refresh {
    line-height: 117px;
    color: #2c3693;
}

.review-page .order-sum td {
    padding: 17px 10px;
    border-color: #f0f0f0;
}

.review-page .order-sum td:first-child {
    border-left: 0;
}

.review-page .order-sum td:last-child {
    border-right: 0;
}

.review-page .order-sum tr.danger td {
    color: indianred;
    font-size: 17px;
    border-top: 0;
}

.review-page .order-sum tr.success td {
    color: #00B067;
    font-size: 19px;
    border-bottom: 0;
}

/*
 * End Review Order
 */

/*
 * Payment
 */

.payment-page {
    background-color: white;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.2);
    padding-top: 15px;
    padding-bottom: 15px;
}

.payment-page .payment-title .fa {
    color: indianred;
    margin-left: 5px;
}

.payment-page .payable-table tr.success td,
.payment-page .payable-table tr.success p {
    font-size: 18px;
    color: #00B067;
}

.payment-page .payment-methods-table label,
.payment-page .payment-methods-table label input {
    cursor: pointer;
}

.payment-page .payment-methods-table .payment-method label input {
    text-align: center;
    margin-right: -10px;
}

/*
 * End Payment
 */
.owl-wrapper-outer {
    direction: ltr !important;
}
.popular-package .item {
	margin: 0 auto;
	position: relative;
}
.owl-buttons {
    display: none !important;
}
.namad-etemad img {
	background: #fff;
	border-radius: 5px;
	margin: 0;
	margin-left: 0 !important;
	margin-top: 0 !important;
	height: 144px;
}

.namad-etemad img {
	margin: 0 auto !important;
}
/*owl-slider*/
.slider{
    background: url(../img/back-slider.png) center center;
    background-repeat: repeat-y;
    width: 100%;
    padding-top: 15px;
    -webkit-box-shadow:inset 0 26px 20px -30px rgba(0,0,0,0.3);
    box-shadow:inset 0 26px 20px -30px rgba(0,0,0,0.3);
}
.owl-slider{
    width: 100%;
   /*margin-top: 25px;*/
   position: relative;
}
#hero-slider .item img{
    display: block;
    width: 100%;
    height: auto;
}

/*owl-slider*/


/*promo-link*/
.promo-link{
    margin-top:50px;
    text-align: center;
}
/*End-promo-link*/


/*owl-slider*/
/*news-box -indesktop*/

.left{
    width: 100%;
    height:241px;
}
.title{
    width: 100%;
}
.title p{
    color: #5fb82b;
}
.bottom-line{
    width:166px;
        margin-bottom: 12px;
    border:1px solid  #5fb82b;
}
.news1{
    width: 100%;
    min-height: 80px;
    margin-bottom:8px;
}

.news1>div:first-child {
    border-radius: 3px;
}

.news1 img{
    width: 120px;
    height: 72px;
    -webkit-box-shadow: 0 2px 1px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 1px 0 rgba(0,0,0,0.2);

}
.news-title{
color: #4a4a4a;
 cursor: pointer;
}
.news-title:hover{
 color: #bbbab8;
}
.news-time{
    color: #bbbab8;
 cursor: pointer;

}
/*end-news-box -indesktop*/
.namad-etemad{
    width:329px;
    height: 160px;
    margin-top: 11px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 1px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 1px 0 rgba(0,0,0,0.2);
}
.ax-sabet1, .ax-sabet2{
    width:329px;
    height:251px;
    margin-top: 11px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 1px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 1px 0 rgba(0,0,0,0.2);
}
.res-el-namad{
margin:0 auto;
margin-bottom: 16px;
}

/*video-newsbox*/
.video-title{
    width:100%;
    margin-top: 11px;
}
.video-title p{
    color: #5fb82b;
}
.video-bottom-line{
    width:166px;
    margin-bottom: 12px;
    border:1px solid #5fb82b;
}
.video-news1{
    width: 100%;
    min-height: 80px;
}
.video-news1 img{
/*    width: 120px;
    height: 72px;*/
    box-shadow: 2px 2px 16px #888888;

}
.video-news-title{
color: #4a4a4a;
 cursor: pointer;
 /*font-size: 11px;*/
}
.video-news-time{
color: #bbbab8;
 cursor: pointer;
 font-size: 11px;
}
.video-news-time span{
color: #bbbab8;
 font-size: 11px;
 font-family: "b_yekan-webfont";
}
/*End video-newsbox*/

/*tab-slider in desktop*/
.right{
    width: 100%;
}
#slideshow{
    width: 767px;
    border: 1px solid #e5e4e1;
    border-bottom: none !important;
    padding: 5px 4px;
    background: white;
}
.left .nav-tabs {
    position: absolute;
    top: 200px;
    border-bottom:0px; 
}
.left .nav-tabs li{
    border:1px solid #e0e0df;
    background: #f4f3f1;
    margin-left: 2px;
}
.left .nav-tabs li.active a{
    color: #555;
    cursor: pointer;
    background-color: #fff !important;
    border: 1px solid #ddd !important;
    border-top: 0px !important;
}
.left .nav-tabs li.active a
{
        margin-left: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent !important;
    border-radius: 0px 0px 4px 4px !important;
}
.left .nav-tabs > li > a
{
    color: #adacac;
position: relative;
display: block;
font-size: 11.4px;
padding: 10px 15px !important;
}
.left .nav-tabs > li > a:hover,
.left .nav-tabs > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.left .nav-tabs > li.disabled > a {
  color: #999;
}
.left .nav-tabs > li.disabled > a:hover,
.left .nav-tabs > li.disabled > a:focus {
  color: #999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.left .nav-tabs > li > a:hover {
    border: 1px solid transparent !important;
    border-radius: 0px 0px 4px 4px !important;
}
.left .nav-tabs > li.active > a,
.left .nav-tabs > li.active > a:hover,
.left .nav-tabs > li.active > a:focus {
  color: #5fb82b;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
ul#number li.active{
    border-top: none;
}
ul#number li.active a{
    width: 100%;
}
.kharid{
    position: absolute;
    z-index: 1;
    right: 598px;
    top: 155px;
}
.digit{
        font-family: "b_yekan-webfont";
}
/*tab-slider in desktop*/

/*tab-slider-responsive*/
.tab-slider-res{
    width:100%;
    min-height:195px;
    /*background: pink;*/
}
.tab-slider-box{
    border:1px solid silver;
}
#tabresponsive .item{
  margin: 3px;
    height: 89px;

}
#tabresponsive .item img{
  display: block;
width: 100%;
    height: 90px;
}
.item-bottom{
    text-align: center;
     min-height: 89px;
    padding: 5px;
}
.tab-slider-res button{
    background: #5fb82b;
    border: none;
    width: 100%;
    height: 45px;
    margin-top: 37px;
    color: white;
    border-radius:5px;
}
/*End-tab-slider-responsive*/


/*package-list-desktop&tablet*/
.package-title{
    width: 100%;
    height:15px;
    margin-top:20px; 
}
.package-title h5{
    color: #2762a8;
}
.package-title-border{
    border: 1px solid #2762a8;
}
.package-list{
    width: 100%;
    min-height:400px;
    margin-top:26px;
    /*background: blue;*/
}
.package-list .item-img{
    margin-left: 9px;
    width: 177px;
    position: relative;
    height: 190px;
    border: 1px solid #2762a8;
    margin-bottom: 18px;
}
.item-img img{
    margin-top:6px;
    width: 177px;
    height: auto;
}
.package-list-name{
    width: 100%;
    height: 32px;
    background: #2762a8;
    position: absolute;
    top: 156px;
}
.package-list-name h5{
    color: white;
    font-family: "Dinar";
    text-align: center;
}
.trans{
      -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.item-img:hover .package-list-hover{
    opacity: 1;
}
.package-list-hover{
    position: absolute;
    top:0px;
    width: 176px;
    height:156px;
    background: rgba(0,0,0,0.9);
    opacity: 0;
}
.package-list-hover i{
    position:absolute;
    top:31%;
    right: 39%;
color: white;
}
.package-list-hover p{
    position:absolute;
    top:61%;
    right:10%;
color: white;
}
/*End-package-list-desktop&tablet*/

/*package-list in-moblie*/
.package-list-mobile{
    min-height: 400px;
}
.package-title-mobile{
    width: 100%;
    height:15px;
    margin-bottom: 20px;
}
.package-title-mobile h5{
    color: #2762a8;
}
.package-title-border-mobile{
    border: 1px solid #2762a8;
}
.package-list-name-moblie{
    width: 100%;
    height: 42px;
    background: #2762a8;
    padding-top: 1px;
    margin-bottom: 10px;
}
.package-list-name-moblie h5{
    color: white;
    font-family: "Dinar";
    text-align: center;
}
/*end- package-list-inmobile*/

/*popular-package1&2*/
.popular-package-title{
    width: 178px;
    height:36px;
    background: #5fb82b;
    float: right;
    margin-top: 9px;
}
.popular-package-title h5{
    padding-right: 9px;
    color: #fef0ea;
    display: inline-block;

}
.popular-package-title1{
    float: left;
    color: #b5b5b5;
    display: inline-block;
    margin-top: 12px;
}
.popular-package-title-border{
    width: 100%;
    border: 1px solid  #5fb82b;
    float: right;
}
.popular-package{
    margin-top: 20px;
}
.popular-package .item{
    border: 1px solid #dddcdb;
    width: 190px;
    height: 355px;
    padding-top: 8px;
    background: white;
    text-align: center;
}
.package1-item-hover{
      width: 189px;
    height: 355px;
    position: absolute;
    top:0px;
    background: rgba(0,0,0,0.1); 
    opacity: 0; 
}
.effect img{
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
      -webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
      transition: all 0.5s ease;
}
.effect img:hover {
    opacity:0.5;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}
.popular-package-img{
    width: 170px;
    height:167px;
    margin:0 auto;
    border: 1px solid #dddcdb;

}
.popular-package-img img{
    width: 160px;
    height:160px;
    margin-top: 5px;
}
.popular-package-name{
    color: #b8b8b8;
    text-align: center;
}
.popular-package-name1{
    margin-top: -11px;
    text-align: center;
}
.popular-package-name1 h6{
    color: #b8b8b8;
    display: inline-block;
}
.popular-package-name1 h5{
    color: #4d9a27;
    display: inline-block;
}
.gheymat{
    color:  #4d9a27;
    font-family: "b_yekan-webfont";
}
.takhfif{
    color:  #4d9a27;
    font-family: "b_yekan-webfont";
    text-decoration: line-through;
}
.popular-like i{
    margin-right: 9px;
    margin-left: 5px;
}
.popular-like {
    margin-top:-5px;
}
.popular-like p{
float: right;
font-size: 11px; 
 color: black;   
}
.popular-like p:hover{
    color: #4d9a27;
}
.popular-view{
    float: right;
}
.popular-view i{
    margin-right: 9px;
    margin-left: 5px;
}
.popular-view p{
float: right;    
font-size: 11px;
 color: black;
}
.popular-view p:hover{
    color: #4d9a27;
}
.key-box{
    position: absolute;
    top: 266px;
    right: 10px;
}
.sabad-hover{
    display: none;
    position: absolute;
}
.item-main:hover .sabad-hover{
display: block;
}
/*End-popular-package*/

/*back-parallax*/
.back-parallax {
    text-align: center;
    height: 292px;
    border-top: 1px solid darkgray;
    border-bottom: 1px solid darkgray;
}
.first-title{
    margin-top: 70px;
    font-family: "Dinar";
    font-size: 18px;
    color: #4d9a27;
}
.sabt-email{
    position: absolute;
    left:0;
    right:0;
    margin-top: 15px;
}
.input{
    background: rgba(115,131,143,0.5);
    border-left: 0px solid white;
    font-size:  13px;
    line-height: 34px;
    border-top-right-radius:  2px;
    border-bottom-right-radius:  2px;
}
.box-button{
    width: 100%;
    font-family: "yekan";
    background: #4d9a27 !important;
    border-radius:0px !important;
    border:1px solid #4d9a27 !important;
}
/*End-back-parallax*/

/*logo*/
.end-logo{
    width: 100%;
    height: 100px;
    background: #F5F5F5;
}
#owl-demo-logo .item{
  margin: 3px;
}
#owl-demo-logo .item img{
  display: block;
  width: 150px;
  height: auto;
}
/*end-logo*/

/*user-profile*/
.user-profile{
    width: 100%;
}
.content1{
    width: 100%;
    min-height: 323px;
    margin: 0 auto;
    margin-bottom: 20px;
    box-shadow: 0px 3px 7px -2px rgba(0,0,0,0.3);
    background: white;
    margin-top: 20px;
    overflow: auto;
}
.user-box{
    margin-top: 13px;
    min-height: 40px;
    background:#5fb82b;
    border-radius:3px;
    text-align: center;
    padding-top: 5px;
}
.user-box i{
    color: white;
}
.arrow-down{
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 10px solid #5fb82b;
    position: absolute;
    top: 53px;
    right:40px;
}
.user-bar{
    margin-top: 13px;
    min-height: 40px;
    background: #666;
    border-radius:3px;
    color: white;
    padding: 5px;
}
.user-title{
    width: 100%;
    color: #666;
    height: 40px;
    float:right;
    margin-top: 20px;
}
.user-title-border{
    margin-top: 13px;
    float: left;
    width: 90%;
    border: 1px solid #666;
}
.user-content{
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.user-content ul{
    margin-right: -42px;
}
.user-content li{
    color: #666;
    list-style: none;
    display: inline-block;
}
.user-content .color{
    color: #205a8c;
}
.usercontent-button{
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    float: left;
}
.usercontent-button button{
    margin-right: 20px;
    float: left;
}
.user-content-level2{
    width: 100%;
    margin-top: 20px;
    float: left;
}
.user-content-level2 ul{
    margin-right: -42px;
}
.user-content-level2 li{
    color: #666;
    list-style: none;
    display: inline-block;
}
.user-content-level2 .color{
    color: #205a8c;
}
#level1 .header-details{
    background: #9E9B9B;
}
#level1 .details-content{
    background: white;
}
#level2 .file-order a:hover{
    color: #A04E0B;
}
/*end-user-profile*/

/*user-profile-tab*/
.user-tab{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.user-tab i{
    cursor: pointer;
}
.user-tab .contain{
    font-family: "yekan";
    border:1px solid #d4d4d4;
}
.user-tab{
    box-shadow: 0px 3px 7px -2px rgba(0,0,0,0.3);
    background: white;
}
#level1{
    overflow: auto;
    padding: 20px;
    border-top: 3px solid #5fb82b;
}
.title-content{
    margin-bottom:44px;
}
.title-content1{
    margin-bottom: 134px;
}
.details-collaps{
    border: 1px solid silver;
    /*padding: 5px;*/
    margin: 8px 0px;
}
.order-detail-dropdown{
    padding: 0px 11px 2px 6px;
}
.tab-content .table td > span {
    font-size: 15px;
}
.tab-content span {
    font-size: 13px;
}
.tab-content div{
    background: #F3F3F3;
    text-align: center;

}
div.order-status{
    background: green;
    color: white;
}
#level2{
    padding: 20px;
    border-top: 3px solid #5fb82b;
}
#level2 i{
    cursor: pointer;
}
#level3{
    padding: 20px;
    border-top: 3px solid #5fb82b;
}
#level4{
    padding: 20px;
    border-top: 3px solid #5fb82b;
}
.list3 a{
    color: black;
    text-decoration: none !important;
}
.list3 a:hover{
    color: #5bb2ee;
}
.list3 li{
    height:27px;
    display:block;
}
.list3 a{
    padding-right: 10px;
}
.level4-box-bottom{
    float: right;
    margin-top: 20px;
    background: white;
    min-height: 145px;
    width: 100%;
    border: 1px solid silver;
}
.level4-box-bottom img{
    width: 100px;
    height: 100px;
}
.box-bottom-title{
    padding:5px;
    margin-top: 25px;
    height:36px;
    border-top: 1px solid silver;
}
.box-bottom-title i{
    float: left;
    margin-left: 20px;
    cursor: pointer;
    margin-top:7px;
}
.box-bottom-title a{
    color: #666;
}
.box-bottom-title a:hover{
    color: #5fb82b;
}
#level5{
    padding: 20px;
    border-top: 3px solid #5fb82b;
}
#level5 i{
    cursor: pointer;
}
.colse-color{
    color: red;
}
.edit-color{
    color:#5A3619;
}
.details-level1{
    background: #ddd;
    line-height: 4;
    margin-top:-20px;
}
.details-level1 .level1 th{
    background: #9E9B9B;

}
.folder1{
    border: 1px solid silver;

}
.folder1 td{
    background: #F8F8F8;
}
/*end-user-profile-tab*/

/*blog-single*/
.main-container{
 -webkit-box-shadow: 0 2px 1px 0 rgba(0,0,0,0.2);
box-shadow: 0 2px 1px 0 rgba(0,0,0,0.2);
border-radius: 2px;
background: white;
padding: 15px 25px;
margin:20px 0; 
}
.main-container h4{
    margin-bottom: 14px;
}
.main-container-border{
    border-top:1px solid silver;
}
.main-container img{
    margin-top:20px;
}
.main-container-body p{
    margin-top:20px;
}
.main-container-body h4{
    color: #D45151;
}
.body-pic{
    margin: 0 auto;
    text-align: center;
}
.body-pic img{
    width:785px;
}
.post{
    height: 34px;
    border-bottom: 1px solid silver;
}
.post span{
    float: right;
    margin-right: 0;
    margin-left: 10px;
    font-weight: bold;
}
.post-tags a {
     border: 1px solid  #e5e5e5;
    margin: 0px 5px;
    padding: 0px 5px;
    color: #83868a;
    background:#fff;
    border-radius: 2px;
}
.post-tags a:hover{
    background: #FFFCFC;
}
.share-button{
    margin-top: 15px;
    float: left;
}
.sidebar-container{
margin:20px 0;
}
.sidebar-top{
    height: 40px;
    padding:5px;
    border: 1px solid #eaeaea;
    background: #f8f8f8;
}
.widget-title{
    border-bottom: 2px solid #ef3f3e;
    display: inline-block;
    height: 24px;
    line-height: 5px;
}
.sidebar-content{
        border: 1px solid #eaeaea;
}
.sidebar-content span{
font-family: "b_yekan-webfont";
}
.sidebar-content p{
    display: inline-block;
}
.mom-widget{
    min-height: 90px;
    background:white ;
    padding: 15px 0px;
    border-bottom: 1px solid #eaeaea;
}
.mom-widget a{
  font-size: 11px;
  text-decoration: none;
}
.sidebar-bottom{
    height: 40px;
    padding:5px;
    border: 1px solid #eaeaea;
    background: #f8f8f8;
    text-align: center;
}
.widget-title-bottom{
    display: inline-block;
    height: 24px;
    line-height: 5px;  
}

a.icon-play {
    position: relative;
}
a.icon-play:before{
    content: "\22B2";
    font-size: 21px;
    line-height: 25px;
    color: white;
    position: absolute;
    right: 47px;
    top: 17px;
    border: 2px solid white;
    border-radius: 126px;
    text-align: center;
    width: 28px;
    background: rgba(0,0,0,0.6);
    text-shadow: 0px 1px 1px rgba(0,0,0,0.4);

}
.widget-widget-img{
    background-color: transparent;
    margin-bottom:15px;    
}
.widget-widget-img img{
    border-radius: 3px;
}
.sidebar-social-end{
    height: 40px;
    padding:5px;
    border: 1px solid #eaeaea;
    background: #f8f8f8;
}
.widget-social-title{
    margin: 0 auto;
    width: 177px;
    text-align: center;
    border-bottom: 2px solid #2196f3;
    /* display: inline-block; */
    height: 33px;
    line-height: 23px;
}
.sidebar-content-social{
    border: 1px solid #eaeaea;
    text-align: center;
    padding: 17px;
    background: white;
}
.comments-bar{
    height: 40px;
    padding:5px;
    border: 1px solid #eaeaea;
    background: #f8f8f8;
}
.comments-title{
    border-bottom: 2px solid #2196f3;
    display: inline-block;
    height: 24px;
    line-height: 5px;
}
.comments{
    padding: 15px;
    margin-bottom: 20px;
    background: white;
    border: 1px solid #eaeaea;
}
.comments p{
}
.video-js .vjs-big-play-button{
    top:50%;
    left: 50%;
}

.related-posts-bar{
    height: 40px;
    padding:5px;
    border: 1px solid #eaeaea;
    background: #f8f8f8;
}
.related-posts-title{
    border-bottom: 2px solid #4caf50;
    display: inline-block;
    height: 24px;
    line-height: 5px;
}
.related-posts-area{
    min-height: 230px;
    background: white;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #eaeaea;
    border-radius: 3px;
}
.related-posts-area span{
    font-family: "b_yekan-webfont";
}
.related-posts-area p{
    display: inline-block;
}

/*End-blog-single*/

/*blog-archive*/
.brdcrumb{
    margin-top: 20px;
}
.related-posts-area-archive{
        min-height: 286px;
    background: white;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #eaeaea;
    border-radius: 3px;
}
.related-posts-area-archive img{
    margin-top: -6px;
    margin-bottom:10px;
}
.blog-archiv-pagination{
        margin-bottom: 20px;
}
/*end-blog-archive*/

/*pyout-login*/
.payout{
    min-height: 500px;
    background: white;
    border: 1px solid #f0f1f2;
    border-radius: 4px;
    box-shadow: 0 1px 2px #edeef0;
    margin-top:20px;
    margin-bottom:20px;

}
.payout-content{
    padding: 30px;
    text-align: center;
}
.payout-top{
    padding-top: 20px;
    text-align: center;
    min-height: 135px;
    background: #fafcfc;
}
.payout-top p{
    font-weight: bold;
}
.payout-color{
    color: forestgreen;
}
.payout-login-border{
        width: 63px;
    border:1px dashed;
}
.payout-login-border2{
        width: 246px;
    border:1px solid;
}
.payout-login{
    padding-top:30px;
}
.payout-top ul li:nth-child(even) {
    padding-top:5px;
}
.payout-top ul li:nth-child(odd) {
    padding-top:-5px;
}
.payout-login li{
 margin-bottom: 20px;
}
.payout-sign-in{
padding-top:30px;
}
.payout-sign-in li{
    margin-bottom: 20px; 
}
/*End-pyout-login*/

.payout-sign-in2{
    padding-top: 45px;
}
.payout-sign-in2 li{
    margin-bottom: 20px;
}
/*end-payout-login2*/

/*payout-signup*/
.payout-signup{
    min-height: 500px;
    background: white;
        border: 1px solid #f0f1f2;
    border-radius: 4px;
    box-shadow: 0 1px 2px #edeef0;
    margin-top:20px;
    margin-bottom:20px;

}
.payout-signup-content{
text-align: center;
}
.payout-signup-list{
    padding-top: 50px;
}
.payout-signup-list button{
    margin-bottom: 30px;
}
.payout-signup-list li{
    margin-bottom: 42px;
}
.payout-signup .payout-top{
    padding:20px 0px;
    text-align: center;
    min-height: 100px;
    background: #fafcfc;
}
.payout-top p{
    font-weight: bold;
}
.payout-sign-up{
    padding-right:20px; 
text-align: right;
padding-top:71px;
}
.payout-sign-up li{
    margin-right: 42px;
    margin-bottom: 20px; 
}
.payout-sign-up li i
{
margin-left: 25px;
}

/*end-payout-signup*/

/*payout-account*/
.payout-account{
        padding: 25px;
    min-height: 700px;
    background: white;
    border: 1px solid #f0f1f2;
    border-radius: 4px;
    box-shadow: 0 1px 2px #edeef0;
    margin: 20px 0px;
}
.payout-account h3{
    margin-bottom: 60px;
}

.edit-profile-bdate > select {
    margin-left: 0px;
    margin-right: 11px;
}
.account-cancel-button{
    margin-top: 50px;
     margin-bottom: 50px;
}
.payout-account-column2 p{
margin:20px 0px;
}
.edit-profile-bdate-2{
    margin-right: 16px;
    margin-left: 22px;
}
.account-submit-button{
    margin-top: 123px;
}
/*end-payout-account*/

.top-bar i {
    margin-left: 3px;
}
.product-box h5 {
    font-family: yekan, yekannumbers, "tahoma";
}
#logo-slider img {
    margin-top: 10px;
}
.yekan-num {
    font-family: yekan, yekannumbers, "tahoma";
}
.offer-price {
    font-size: 18px;
}
.ocs-select {
    padding: 1px 5px !important;
    margin-top: 5px;
    width: 100% !important;
}
.last-td {
    color: #F05356;
    background-color: #FFEDEE;
}
.finish-shop-btn {
    float: left;
}
.gateway-radio {
    display: block;
    cursor: pointer;
    padding: 10px 30px;
    font-family: yekan, yekannumbers, 'tahoma'
}

.gateway-radio.active {
    background-color: #EAF9E4;
    border: 1px solid #969895;
}
.leasing-hr {
    margin-top: 5px;
    margin-bottom: 5px;
}
.red {
    color: red;
}
.leasings .gateway-radio {
    padding: 5px 30px;
}
.form-group.row label {
    margin-top: 5px;
}
.input-ltr {
    direction: ltr;
    text-align: left;
}

#lookup {
    font-size: 12px;
    width: 620px;
    max-height: 545px;
    z-index: 1001;
    top: 37px;
    right: 0;
    position: absolute;
    background: #fff;
    border: 1px solid #bcbcbc;
    border-right: 2px solid #989696;
    -moz-box-shadow: -1px 4px 10px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: -1px 4px 10px 0 rgba(0, 0, 0, .2);
    box-shadow: -1px 4px 10px 0 rgba(0, 0, 0, .2)
}

#lookup p {
    font-size: 12px !important;
    margin: 0;
}

#lookup li {
    list-style: none;
}

#lookup .noresult {
    width: 70%;
    border: 1px dotted #ccc;
    padding: 2px;
    margin: 0 auto;
    background-color: #f0f0f0;
    direction: rtl;
    text-align: center
}

#lookup .more {
    background-color: #c3c3c3;
    box-shadow: 0 0 15px rgba(0, 0, 0, .5) inset;
    width: 55px;
    height: 20px;
    line-height: 20px;
    margin-top: 10px;
    display: block;
    color: #fff;
    font-weight: bold;
    text-align: center
}

#lookup .more:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, .7) inset
}

#lookup .plmore {
    margin: 0 0 0 18px
}

#lookup .st {
    border-bottom: 1px solid #cecece;
    margin: 0 18px 20px;
    height: 10px;
    text-align: right
}

#lookup .product {
    width: 308px;
    min-height: 515px;
    float: right;
    padding: 15px 0
}

#lookup .product .st span {
    background-color: #fff;
    padding-left: 10px
}

#lookup .product .cont {
    overflow: auto;
    margin: 0 15px 15px 0;
    padding: 0
}

#lookup .product .items {
    margin-left: 18px
}

#lookup .product .items .sep {
    background: url("../img/sep.png") no-repeat scroll center center;
    padding: 5px 0 5px;
    width: 100%
}

#lookup .product .items .item {
    display: block;
    overflow: hidden;
    text-align: right;
    position: relative;
}

#lookup .product .items .item a {
    display: block;
    width: 100%;
    max-height: 45px
}

#lookup .product .items .item .desc {
    direction: rtl;
    float: left;
    width: 207px;
    margin-top: 5px;
}

#lookup .product .items .item .desc p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 3px
}

#lookup .product .items .item .img {
    margin-left: 195px;
    text-align: center;
    width: 30px
}

#lookup .product .items .item .img img {
    max-width: 55px;
    max-height: 45px
}

#lookup .other {
    width: 308px;
    min-height: 515px;
    float: right;
    background: #f6f6f6 url("../img/sbg.png") no-repeat 100% 50%;
    padding: 15px 0
}

#lookup .other .st span {
    background-color: #f6f6f6;
    padding-left: 10px
}

#lookup .other .videos {
    margin: 0 18px;
    max-height: 240px;
    height: 240px
}

#lookup .other .videos .sep {
    margin: 10px auto;
    border-bottom: 1px solid #bcbcbc;
    width: 80%
}

#lookup .other .videos .item {
    display: block;
    overflow: hidden;
    text-align: right;
    margin-bottom: 10px
}

#lookup .other .videos .item a {
    display: table;
    width: 100%;
    position: relative
}

#lookup .other .videos .item a:hover {
    background-color: #3c3c3c;
    color: #fff
}

#lookup .other .videos .item img {
    float: right;
    width: 90px;
    margin: 2px;
    border: 1px solid #000
}

#lookup .other .videos .item .mt {
    background-color: #000;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-weight: bold;
    height: 14px;
    line-height: 14px;
    opacity: .75;
    padding: 1px 3px;
    position: absolute;
    right: 6px;
    top: 55px
}

#lookup .other .videos .item div {
    width: 100%;
    padding: 0 7px;
    display: table-cell;
    vertical-align: middle
}

#lookup .other .news {
    margin: 0 18px 20px;
    height: 125px
}

#lookup .product .category {
    margin: 0 18px 20px
}

#lookup .other .news .item, #lookup .product .category .item {
    display: block;
    background: url("../img/newsarrow.gif") no-repeat 99% 6px;
    overflow: hidden;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 13px;
    direction: rtl;
    height: 22px;
}

#lookup .other .news .item:hover, #lookup .product .category .item:hover {
    background: url("../img/newsarrow.gif") no-repeat 99% -126px;
    color: #ed1b2f
}

#lookup .other .news .item a, #lookup .product .category .item a {
    width: 100%;
    position: relative
}

#lookup .mCSB_container {
    width: auto;
    margin-right: 20px;
    overflow: hidden
}

#lookup .mCSB_container.mCS_no_scrollbar {
    margin-right: 0
}

#lookup .mCS_disabled .mCSB_container.mCS_no_scrollbar, .mCS_destroyed .mCSB_container.mCS_no_scrollbar {
    margin-right: 30px
}

#lookup .mCustomScrollBox .mCSB_scrollTools {
    width: 18px;
    height: 100%;
    top: 0;
    right: 10px;
    opacity: .75
}

#lookup .mCSB_scrollTools .mCSB_draggerContainer {
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#lookup .mCSB_scrollTools .mCSB_buttonUp + .mCSB_draggerContainer {
    padding-bottom: 40px
}

#lookup .mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    background: #828282;
    margin: 0 auto
}

#lookup .mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 45px
}

#lookup .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 18px;
    height: 100%;
    text-align: center;
    margin: 0 auto
}

#lookup .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown {
    height: 20px;
    overflow: hidden;
    cursor: pointer;
    margin: 0 auto
}

#lookup .mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0;
    margin-top: -40px;
    background-position: -95px -20px
}

#lookup .mCustomScrollBox:hover .mCSB_scrollTools {
    opacity: 1
}

#lookup .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown {
    background-repeat: no-repeat;
    opacity: .4;
    filter: alpha(opacity=40);
    -ms-filter: alpha(opacity=40)
}

#lookup .mCSB_scrollTools .mCSB_buttonUp {
    background-position: -95px 0
}

#lookup .mCSB_scrollTools .mCSB_buttonUp:hover, .mCSB_scrollTools .mCSB_buttonDown:hover {
    opacity: .75;
    filter: alpha(opacity=75);
    -ms-filter: alpha(opacity=75)
}

#lookup .mCSB_scrollTools .mCSB_buttonUp:active, .mCSB_scrollTools .mCSB_buttonDown:active {
    opacity: .9;
    filter: alpha(opacity=90);
    -ms-filter: alpha(opacity=90)
}

.min-opacity {
    opacity: 0.2;
}

@keyframes spinner {
    to {transform: rotate(360deg);}
}

@-webkit-keyframes spinner {
    to {-webkit-transform: rotate(360deg);}
}

.spinner {
    min-width: 30px;
    min-height: 30px;
}

.spinner:before {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 64px;
    height: 64px;
    margin-top: 0;
    margin-left: 0;
    z-index: 100000;
}

.spinner:not(:required):before {
    content: '';
    border-radius: 50%;
    border: 1px solid #ccc;
    border-top-color: #03ade0;
    animation: spinner .6s linear infinite;
    -webkit-animation: spinner .6s linear infinite;
}

.noresult {
    margin-right: 10px;
    border: 1px dotted #ccc;
    text-align: center;
    padding: 2px;
    margin-top: 80px;
}

.noresult .inner {
    padding: 13px;
    background-color: #f0f0f0;
}