@keyframes loading_anim {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
    }
}

@font-face {
    font-family: 'light_iransans';
    src: url(../Font/IRANSans-I.woff) format('woff'), url(../Font/IRANSans-I.ttf) format('truetype');
}

@font-face {
    font-family: 'regular_iransans';
    src: url(../Font/IRANSans.woff) format('woff'), url(../Font/IRANSans.ttf) format('truetype');
}

@font-face {
    font-family: 'bold_iransans';
    src: url(../Font/IRANSans-B.woff) format('woff'), url(../Font/IRANSans-B.ttf) format('truetype');
}

@font-face {
    font-family: 'black_iransans';
    src: url(../Font/IRANSans-BB.woff) format('woff'), url(../Font/IRANSans-BB.ttf) format('truetype');
}

body {
    margin: 0;
    padding: 0;
    font-family: regular_iransans, tahoma;
    font-size: 10pt;
    color: #000;
    background-color: #f6f6f6;
    direction: rtl;
    text-align: right;
    letter-spacing: -0.2pt;
}

a {
    text-decoration: none;
    color: #111;
}

table {
    border-spacing: 0;
}

input,
select,
textarea {
    font-family: regular_iransans, tahoma;
    outline-style: none;
    border-style: none;
    font-size: 10pt;
}

.light_font {
    font-family: light_iransans, tahoma;
    font-weight: normal;
}

.regular_font {
    font-family: regular_iransans, tahoma;
    font-weight: normal;
}

.bold_font {
    font-family: bold_iransans, tahoma;
    font-weight: normal;
}

.black_font {
    font-family: black_iransans, tahoma;
    font-weight: normal;
}

.font_middle {
    font-size: 11pt;
    line-height: 30px;
}

.clr {
    display: block;
    clear: both;
}

.ltr {
    direction: ltr;
}

.rtl {
    direction: rtl;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

img {
    border-style: none;
    vertical-align: middle;
}

.tbl {
    display: table;
}

.tbl>div {
    display: table-cell;
    vertical-align: middle;
}

.section {
    width: 96%;
    margin: 0px auto;
}

#loading {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: +1002;
}

#loading>div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#loading>div>span {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url('../Temp/loading_white.png');
    background-size: 100% auto;
    animation: loading_anim 800ms infinite;
}

#message_box {
    position: fixed;
    left: 0px;
    top: 20px;
    width: 100%;
    height: 0px;
    text-align: center;
    display: none;
    z-index: +200;
}

#message_box>div {
    width: auto;
    max-width: 80%;
    margin: 0px auto;
    line-height: 25px;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    opacity: 0;
    text-align: right;
    font-family: bold_iransans, tahoma;
    display: inline-block;
    padding-left: 20px;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}

.error_message {
    background-color: #d11b1b;
    color: #fff;
}

.success_message {
    background-color: #21993b;
    color: #fff;
}

#message_box>div>i {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-left: 10px;
    background-size: 100% 100%;
}

.error_message>i {
    background-image: url('../Temp/message_0.png');
}

.success_message>i {
    background-image: url('../Temp/message_1.png');
}

#size {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -10;
}

#header {
    background-color: #eee;
    border-bottom: 1px solid #e5e5e5;
}

#header>div>div:nth-child(1) {
    width: 250px;
}

#header>div>div:nth-child(1) img {
    height: 90px;
}

#header>div>div:nth-child(2) {
    text-align: left;
}

.header_search {
    display: inline-block;
    vertical-align: middle;
    width: 600px;
    position: relative;
}

.header_search i {
    display: block;
    position: absolute;
    right: 11px;
    top: 11px;
    width: 18px;
    height: 18px;
    background-size: 100%;
    opacity: 0.2;
    background-image: url('../Temp/search.png');
}

.header_search>input {
    width: 100%;
    height: 40px;
    background-color: #fff;
    border-style: none;
    outline-style: none;
    border-radius: 5px;
    padding: 0px 10px;
    box-sizing: border-box;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.05);
    padding-right: 40px;
}

.header_search>input::placeholder {
    color: #ccc;
}

.header_search>div {
    position: absolute;
    left: 0px;
    top: 40px;
    z-index: +1;
    width: 100%;
    padding-top: 10px;
    display: none;
}

.header_search>div>div {
    padding: 10px 0px;
    background-color: #fff;
    text-align: right;
    border-radius: 5px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    max-height: 200px;
    overflow-y: auto;
}

.search_title {
    padding: 5px 10px;
    color: #aaa;
}

.search_item {
    padding: 5px 10px;
    color: #000;
    cursor: pointer;
    display: block;
}

.search_item:hover {
    background-color: #eee;
}

.search_item>img {
    height: 30px;
    border-radius: 5px;
    margin-left: 10px;
    vertical-align: middle;
}

#success_payment_window {
    margin: 100px auto;
    width: 90%;
    max-width: 300px;
    background-color: #2bc1b1;
    border: 1px solid rgba(0, 0, 0, 0);
    box-sizing: border-box;
    padding: 25px;
    text-align: center;
    border-radius: 20px;
}

#success_payment_window img {
    width: 100%;
    margin-bottom: 20px;
}

#fail_payment_window {
    margin: 100px auto;
    width: 90%;
    max-width: 300px;
    background-color: #8861af;
    border: 1px solid rgba(0, 0, 0, 0);
    box-sizing: border-box;
    padding: 25px;
    text-align: center;
    border-radius: 20px;
}

#fail_payment_window img {
    width: 100%;
    margin-bottom: 20px;
}

#sp_title {
    font-size: 20pt;
    font-family: black_iransans, tahoma;
    margin-bottom: 30px;
    color: #fff;
}

#sp_body {
    line-height: 30px;
    font-size: 11pt;
    color: #fff;
    padding-top: 0px;
}

#sp_body>a {
    margin: 30px auto 10px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 20px;
    padding: 3px 20px;
    color: #fff;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    border: 2px solid #fff;
}

#sp_back {
    padding-top: 40px;
}

#sp_back a {
    padding: 10px 0px;
    text-align: center;
    display: block;
    border-radius: 30px;
    background-color: #fff;
    font-size: 11pt;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

.null_result {
    padding: 20px 0px;
    text-align: center;
    font-size: 11pt;
    font-family: regular_iransans, tahoma;
    border: 1px dashed #ccc;
    border-radius: 4px;
    margin: 10px 5px;
    color: #aaa;
}

#header_cart {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

#header_cart>a {
    height: 40px;
    background-color: #b100cd;
    color: #fff;
    font-size: 10pt;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}

#header_cart>a>div:nth-child(1) {
    width: 40px;
    background-color: rgba(0, 0, 0, 0.1);
    text-align: center;
}

#header_cart>a>div:nth-child(1) img {
    height: 22px;
}

#header_cart>a>div:nth-child(2) {
    padding: 0px 15px;
}

#header_cart>a>div:nth-child(2) span {
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    text-align: center;
    line-height: 22px;
}

#menu {
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
}

#menu>.tbl>div:nth-child(1) {
    height: 40px;
    font-size: 10pt;
    font-family: bold_iransans, tahoma;
}

#menu_holder>div:nth-child(1) {
    display: none;
}

#menu_button {
    display: inline-block;
    vertical-align: middle;
    font-size: 12pt;
    font-family: bold_iransans, tahoma;
}

#menu_button i {
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 17px;
    margin-left: 10px;
    background-size: 100%;
    background-image: url('../Temp/menu.png');
}

#menu_holder>div:nth-child(2) {
    display: none;
}

#menu_back {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: +999;
    background-color: rgba(0, 0, 0, 0.85);
    display: none;
}

#menu_header {
    display: none;
}

.menu_parent_item {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    padding: 0px 10px;
    border-left: 1px dashed #e5e5e5;
    position: relative;
}

.menu_parent_item>a {
    color: #8961af;
}

.spec_menu_item>a {
    color: #30d7c5;
}

.menu_parent_item:last-child {
    border-style: none;
}

.menu_parent_item>div {
    display: none;
    position: absolute;
    right: 0px;
    top: 25px;
    padding-top: 9px;
    width: 240px;
    line-height: 25px;
    z-index: +5;
}

.menu_parent_item>div>div {
    background-color: #fff;
    padding: 10px 0px;
    border-top: 3px solid #8961af;
    color: #000;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    font-family: regular_iransans, tahoma;
    font-size: 10pt;
}

.menu_item {
    width: 100%;
    position: relative;
    height: 30px;
}

.menu_item:hover {
    background-color: #f3f3f3;
}

.menu_item>div:nth-child(1) {
    padding-right: 10px;
}

.menu_item>div:nth-child(2) {
    padding-left: 10px;
}

.menu_item>div:nth-child(2) {
    width: 20px;
    text-align: left;
}

.menu_item>div:nth-child(2) i {
    display: inline-block;
    width: 8px;
    height: 8px;
    vertical-align: middle;
    background-size: 100%;
    background-image: url('../Temp/left.png');
}

.menu_item>div:nth-child(3) {
    display: none;
    position: absolute;
    right: 240px;
    width: 240px;
    top: -13px;
    padding-right: 0px;
}

.menu_item>div:nth-child(3)>div {
    background-color: #fff;
    padding: 10px 0px;
    border-top: 3px solid #8961af;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    font-family: regular_iransans, tahoma;
    font-size: 10pt;
}


#menu>.tbl>div:nth-child(2) {
    text-align: left;
    padding: 5px 0px;
}

#menu>.tbl>div:nth-child(2) a {
    display: block;
    float: left;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    background-color: #b100cd;
    border-radius: 12px;
    margin-right: 4px;
    text-align: center;
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
}

.menu_insta_button {
    background-image: url('../Temp/menu_instagram.png');
}

.menu_contact_button {
    background-image: url('../Temp/menu_contact.png');
}

.menu_user_button {
    background-image: url('../Temp/menu_user.png');
}


#megamenu {
    display: inline-block;
    position: relative;
}

#megamenu>div:nth-child(1) {
    height: 45px;
    line-height: 45px;
    display: inline-block;
    vertical-align: middle;
}

#megamenu>div:nth-child(1)>* {
    padding: 0px 10px;
    display: inline-block;
    vertical-align: middle;
}

#megamenu>div:nth-child(1)>*:hover {
    background-color: #f3f3f3;
}

#megamenu>div:nth-child(2) {
    position: absolute;
    top: 46px;
    height: auto;
    background-color: #fff;
    display: none;
    z-index: +10;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

#megamenu>div:nth-child(2)>div:nth-child(1) {
    padding: 15px;
    background-color: #fff;
}

#megamenu>div:nth-child(2)>div:nth-child(1)>* {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 20px;
    border-radius: 10px;
}

#megamenu>div:nth-child(2)>div:nth-child(1)>*:hover {
    background-color: #f3f3f3;
}

#megamenu>div:nth-child(2)>div:nth-child(2) {
    display: none;
    line-height: 30px;
    padding: 0px;
    border-top: 1px dashed #eee;
}

#megamenu>div:nth-child(2)>div:nth-child(2)>ul {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
}

#megamenu>div:nth-child(2)>div:nth-child(2)>ul li {
    list-style-type: none;
}

.mega_is1 {
    color: #2572b1;
    font-size: 11pt;
    font-family: bold_iransans, tahoma;
}

.mega_is1 i {
    display: none;
}

.mega_is0 {}

.mega_is0 i {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: #ddd;
}


#home_cols {
    table-layout: fixed;
    width: 100%;
}

#home_cols>div {
    vertical-align: top;
}

#home_cols>div:nth-child(1) {
    width: 300px;
    position: relative;
}

#fix_content {
    position: absolute;
    left: 10px;
    width: 290px;
    top: 0px;
}

#home_menu {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #e5e5e5;
    margin-bottom: 10px;
    border-radius: 5px;
}

#home_menu>a {
    color: #888;
    font-size: 10pt;
    display: block;
    padding: 8px 10px;
    border-bottom: 1px dashed #eee;
}

#home_menu>a:hover {
    color: #000;
}

#home_menu>a:last-child {
    border-style: none;
}

.image_box {
    display: block;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 5px;
}

.image_box img {
    width: 100%;
}

#slider {
    width: 100%;
    margin-bottom: 10px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    position: relative;
    z-index: 0;
}

#slider>div:nth-child(1) {
    position: relative;
}

#slider>div:nth-child(1)>* {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    opacity: 0;
}

#slider>div:nth-child(1)>*:nth-child(1) {
    position: relative;
    opacity: 1;
}

#slider>div:nth-child(1)>* img {
    width: 100%;
}

#slider>div:nth-child(2) {
    width: 100%;
    background-color: #fff;
    font-size: 10pt;
}

#slider>div:nth-child(2)>div {
    text-align: center;
    padding: 10px 0px;
    color: #b100cd;
    cursor: pointer;
}

#slider>div:nth-child(2)>div.selected {
    background-color: #b100cd;
    color: #fff;
}

#home_options {
    width: 100%;
    border: 1px solid #e5e5e5;
    margin-bottom: 10px;
    background-color: #fff;
    border-radius: 5px;
}

#home_options>div {
    text-align: center;
    font-size: 10pt;
    padding: 15px 0px;
    color: #888;
}

#home_options>div img {
    height: 50px;
}

.home_banner_3 {
    width: 100%;
    margin-bottom: 10px;
}

.home_banner_3>div {
    width: 33.33%;
    vertical-align: top;
}

.home_banner_3>div:nth-child(1) {
    padding-left: 7px;
}

.home_banner_3>div:nth-child(2) {
    padding-left: 4px;
    padding-right: 4px;
}

.home_banner_3>div:nth-child(3) {
    padding-right: 7px;
}

.home_banner {
    display: block;
    position: relative;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    overflow: hidden;
}

.home_banner img {
    width: 100%;
}

.off_label {
    position: absolute;
    right: 15px;
    top: 15px;
    border-radius: 20px;
    background-color: #7a7a7a;
    color: #fff;
    padding: 2px 10px;
    display: inline-block;
    vertical-align: middle;
}

.off_label>span {
    font-size: 12pt;
    margin-left: 5px;
}

#home_banner_2 {
    width: 100%;
    margin-bottom: 10px;
}

#home_banner_2>div {
    width: 50%;
    vertical-align: top;
}

#home_banner_2>div:nth-child(1) {
    padding-left: 5px;
}

#home_banner_2>div:nth-child(2) {
    padding-right: 5px;
}

.home_title {
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.home_title>div {
    padding: 8px 0px;
}

.home_title>div:nth-child(1) {
    font-size: 12pt;
    font-family: black_iransans, tahoma;
    color: #7e7e7e;
}

.home_title>div:nth-child(1)>i:nth-child(1) {
    display: inline-block;
    vertical-align: middle;
    height: 6px;
    width: 16px;
    border-radius: 8px;
    background-color: #b100cd;
    margin-left: 0px;
}

.home_title>div:nth-child(1)>i:nth-child(2) {
    display: inline-block;
    vertical-align: middle;
    height: 6px;
    width: 6px;
    border-radius: 8px;
    background-color: #7e7e7e;
    margin-left: 5px;
}

.home_title>div:nth-child(2) {
    text-align: left;
}

.home_left_button {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background-color: #fff;
    line-height: 30px;
    background-size: 50%;
    text-align: 30px;
    border-radius: 4px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../Temp/left.png');
}

.home_right_button {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background-color: #fff;
    line-height: 30px;
    background-size: 50%;
    text-align: 30px;
    border-radius: 4px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../Temp/right.png');
    margin-left: 3px;
}

.product_item {
    position: relative;
}

.box_slide_item {
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    padding: 15px;
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
}

.bs_image {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.bss_image {
    display: block;
    text-align: center;
    width: 100%;
    margin: 0px auto 10px;
}

.bss_image img {
    width: 90%;
    max-width: 200px;
}

.bs_soon {
    width: 80px;
    height: 80px;
    background-size: 100%;
    background-image: url('../Temp/bs_soon.png');
    position: absolute;
    left: 0px;
    top: 0px;
}

.bs_offer {
    width: 80px;
    height: 80px;
    background-size: 100%;
    background-image: url('../Temp/bs_offer.png');
    position: absolute;
    left: 0px;
    top: 0px;
}

.bs_unavailable {
    width: 80px;
    height: 80px;
    background-size: 100%;
    background-image: url('../Temp/bs_unavailable.png');
    position: absolute;
    left: 0px;
    top: 0px;
}

.bs_price {
    color: #009891;
    font-size: 10pt;
}

.bs_price strike {
    margin-left: 10px;
    color: #919191;
    font-size: 10pt;
}

.bs_name {
    display: block;
    font-size: 12pt;
    font-family: bold_iransans, tahoma;
    color: #2572b1;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
}

.bs_footer {
    margin-top: 5px;
    width: 100%;
}

.bs_footer>div:nth-child(2) {
    text-align: left;
}

.bs_ico {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-left: 0px;
    vertical-align: middle;
    background-size: 70%;
    border-radius: 15px;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
}

.bs_ico1 {
    background-color: #eee;
    background-image: url('../Temp/bs_cart.png');
}

.bs_ico2 {
    background-image: url('../Temp/bs_compare.png');
}

.rate {
    display: inline-block;
    width: 100px;
    height: 20px;
}

.rate>i {
    width: 20px;
    height: 20px;
    background-size: 100%;
    float: left;
    background-image: url('../Temp/rate_0.png');
}

.rate>i.rated {
    background-image: url('../Temp/rate_1.png');
}

#home_slider_1 {
    margin-bottom: 10px;
}

#home_slider_2 {
    margin-bottom: 10px;
}

.tab_body {
    display: none;
}

.tab>div:nth-child(2) .selected {
    display: block;
}

#home_tab {
    margin-bottom: 10px;
}

#home_tab .tab_head {
    display: inline-block;
    padding: 8px 15px;
    background-color: #e9e9e9;
    color: #999;
    margin-left: 5px;
    cursor: pointer;
    font-size: 10pt;
    border-radius: 4px;
    margin-bottom: 9px;
}

#home_tab .tab_head.selected {
    background-color: #b100cd;
    color: #fff;
}

#home_tab_content {
    margin-top: -20px;
}

.home_pro_box {
    width: 100%;
    background-color: #fff;
    height: 100px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    margin: 10px 0px;
}

.home_pro_box>div:nth-child(1) {
    text-align: center;
    width: 120px;
}

.home_pro_box>div:nth-child(1) img {
    height: 90px;
}

.home_pro_box>div:nth-child(2) {
    padding-left: 10px;
}

.home_pro_box .bs_name {
    height: auto;
    margin-bottom: 5px;
}

.home_large_pro_box {
    display: table;
    width: 100%;
    background-color: #fff;
    height: 320px;
    border: 1px solid #e5e5e5;
    text-align: center;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.home_large_pro_box>div>div:nth-child(1) {
    text-align: center;
    width: 100%;
}

.home_large_pro_box>div>div:nth-child(1) img {
    height: 200px;
}

.home_large_pro_box .bs_name {
    height: auto;
    margin-bottom: 5px;
}

#home_offer {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    position: relative;
    height: auto;
    margin-bottom: 10px;
}

#home_offer>div:nth-child(1)>div {
    display: none;
}

#home_offer>div:nth-child(1)>div.selected {
    display: block;
}

.offer_item {
    width: 100%;
}

.offer_item>div:nth-child(1) {
    position: relative;
    width: 240px;
    text-align: center;
    padding: 30px;
}

.offer_item>div:nth-child(2) {
    padding-left: 40px;
}

.offer_item>div:nth-child(1) img {
    width: 100%;
}

.offer_item>div:nth-child(1) .offer_off {
    display: block;
    width: 60px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 10px;
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
    font-size: 14pt;
    background-color: #8961af;
}

.offer_item .bs_name {
    height: auto;
    margin-bottom: 10px;
    margin-top: 15px;
}

.offer_price {
    vertical-align: middle;
    border-radius: 5px;
    overflow: hidden;
}

.offer_price>div {
    padding: 5px 10px;
}

.offer_price>div:nth-child(1) {
    background-color: #eee;
    color: #888;
}

.offer_price>div:nth-child(2) {
    background-color: #b100cd;
    color: #fff;
}

#offer_control {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 20px;
    height: 100%;
}

#offer_control>div {
    vertical-align: middle;
    text-align: left;
}

#offer_control>div i {
    display: inline-block;
    margin: 1px 0px;
    width: 10px;
    height: 30px;
    background-color: #ddd;
    cursor: pointer;
}

#offer_control>div i.selected {
    background: none;
    width: 20px;
    height: 30px;
    background-size: 100%;
    background-image: url('../Temp/home_offer.png');
}

#footer {
    background-color: #e5e5e5;
    margin-top: 20px;
}

#footer_top {
    width: 100%;
    vertical-align: top;
}

#footer_top>div {
    vertical-align: top;
}

#footer_top>div:nth-child(1) {
    position: relative;
    width: 40%;
}

#footer_top>div:nth-child(1) img {
    width: 100px;
    height: 40px;
}

#footer_top>div:nth-child(1) div {
    position: absolute;
    right: 27px;
    top: -15px;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background-color: #b100cd;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../Temp/footer_top.png');
    background-size: 50%;
}

#footer_top>div:nth-child(2) {
    padding-top: 20px;
    text-align: left;
}

#footer_top>div:nth-child(2)>div {
    padding: 6px 10px;
    border-radius: 6px;
    background-color: #fff;
    direction: ltr;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

#footer_top>div:nth-child(2)>div a {
    margin-right: 15px;
    color: #fff;
}

#footer_top>div:nth-child(2)>div img {
    height: 20px;
    vertical-align: middle;
    margin-right: 5px;
}

#footer_middle {
    width: 100%;
    margin-top: 50px;
}

#footer_middle>div {
    vertical-align: top;
}

#footer_middle>div:nth-child(3) {
    width: 300px;
}

#footer_middle>div:nth-child(2) {
    width: 300px;
    padding: 0px 30px;
}

.footer_title {
    font-family: bold_iransans, tahoma;
    font-size: 13pt;
    margin-bottom: 5px;
}

.namad {
    display: block;
    float: right;
    width: 150px;
}

.namad img {
    width: 100%;
}

.footer_contact {
    margin-bottom: 10px;
    font-size: 10pt;
}

.footer_contact img {
    height: 20px;
    margin-left: 10px;
}

#footer_share {
    margin-top: 20px;
    direction: ltr;
}

#footer_share .tbl>div {
    padding: 0px 3px;
}

#footer_share .tbl>div a {
    padding: 5px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 10px;
    background-color: #ddd;
}

#footer_share img {
    height: 18px;
    opacity: 0.4;
}

#footer_bottom {
    margin-top: 40px;
    padding: 20px 10px;
    border-top: 1px dashed #fff;
    text-align: center;
}

#footer_bottom_holder {
    padding-top: 15px;
}

.footer_bottom_link {
    float: right;
    width: 50%;
}

.footer_bottom_link>a {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 5px 0px 0px;
}

.page_window {
    margin: 10px 0px 30px;
    border: 1px solid #eee;
    padding: 40px;
    background-color: #fff;
}

.page_title {
    text-align: center;
    font-size: 11pt;
    margin-bottom: 50px;
}

.page_title>span {
    display: block;
    font-size: 20pt;
    font-family: black_iransans, tahoma;
    margin-bottom: 5px;
}

.page_image {
    margin: 10px 0px 20px;
    text-align: center;
}

.page_image>img {
    max-width: 100%;
    border-radius: 10px;
}

.page_content {
    line-height: 30px;
}

#account_window {
    margin: 100px auto;
    width: 95%;
    max-width: 380px;
    padding: 0px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #ddd;
}

#account_title {
    font-size: 18pt;
    color: #ddd;
    font-family: regular_iransans, tahoma;
    text-align: center;
    margin-bottom: 0px;
    border-bottom: 1px solid #fff;
    padding: 30px 0px 0px;
    letter-spacing: -0.5pt;
}

#account_body {
    padding: 40px;
}

.account_form {
    margin-bottom: 0px;
    margin-top: 15px;
}

.account_form>label {
    display: block;
    margin-bottom: 8px;
    font-size: 10pt;
}

.account_form>input {
    width: 100%;
    height: 45px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 12pt;
    padding: 10px;
    box-sizing: border-box;
    direction: rtl;
}

.account_form>input.ltr {
    direction: ltr;
}

.account_form>div {
    font-size: 9pt;
    color: #888;
    text-align: left;
    padding-top: 10px;
    padding-left: 5px;
    padding-bottom: 15px;
}

.account_form>div a {
    color: #aaa;
}

#account_button {
    padding: 10px 0px;
    border-radius: 5px;
    color: #fff;
    background-color: #b100cd;
    border: 1px solid rgba(0, 0, 0, 0.2);
    cursor: pointer;
    font-size: 13pt;
    font-family: light_iransans, tahoma;
    text-align: center;
    margin-top: 20px;
}

#account_foot {
    padding: 25px 10px;
    border-top: 1px solid #ddd;
    text-align: center;
    background-color: #f4f4f4;
    font-size: 10pt;
}

#account_foot a {
    text-decoration: underline;
}

#register_window {
    direction: ltr;
    margin: 50px auto;
    width: 95%;
    max-width: 1000px;
    background-color: #fff;
    border: 1px solid #eee;
}

#register_window>div:nth-child(2) {
    width: 400px;
}

#register_window>div:nth-child(1) img {
    width: 100%;
}

#register_window #account_title {
    border-style: none;
}

#register_window #account_body {
    padding-top: 15px;
}

#register_window #account_foot {
    border-style: none;
    background: none;
    padding-top: 0px;
}

.table_holder {
    overflow-x: auto;
}

.table_holder>table {
    width: 100%;
    border: 1px solid #ddd;
    font-size: 10pt;
    table-layout: fixed;
}

.table_min_1000>table {
    min-width: 1000px;
}

.table_min_900>table {
    min-width: 900px;
}

.table_min_800>table {
    min-width: 800px;
}

.table_min_700>table {
    min-width: 700px;
}

.table_min_600>table {
    min-width: 600px;
}

.table_min_500>table {
    min-width: 500px;
}

.table_holder>table th {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding: 10px 10px;
    background-color: #f5f5f5;
    font-size: 12pt;
}

.table_holder>table th:last-child {
    border-left-style: none;
}

.table_holder>table td {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding: 5px 10px;
    text-align: center;
}

.table_holder>table td.right {
    text-align: right;
}

.table_holder>table td:last-child {
    border-left-style: none;
}

.table_holder>table tr:last-child td {
    border-bottom-style: none;
}

.table_holder>table tr:last-child th {
    border-bottom-style: none;
}

.table_holder>table th:first-child {
    text-align: right;
}

.table_holder>table td:first-child {
    text-align: right;
}

.cart_number {
    width: 100px;
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 40px;
    padding: 3px;
    text-align: center;
    margin: 8px auto;
}

.delete_icon {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background-size: 100%;
    margin: 0px 10px;
    background-image: url('../Temp/delete.png');
}

.table_holder>table td.null_data {
    padding: 25px 15px;
    text-align: center;
    color: #aaa;
    font-size: 11pt;
}

#cart_button {
    text-align: center;
    margin-top: 50px;
}

#cart_button>* {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 4px;
    color: #fff;
    background-color: #b100cd;
    border: 1px solid rgba(0, 0, 0, 0.2);
    cursor: pointer;
    font-size: 12pt;
}

#comparison_table td {
    font-size: 10pt;
    padding: 10px 10px;
}

#comparison_table tr>td:nth-child(1) {
    font-size: 12pt;
    font-family: bold_iransans, tahoma;
}

.comparison_product {
    height: 60px;
    margin-left: 10px;
}

#comparison {
    position: fixed;
    left: 30px;
    bottom: 30px;
    z-index: +100;
    display: none;
}

#comparison>div:nth-child(1) {
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
    position: relative;
    cursor: pointer;
}

#comparison>div:nth-child(1) img {
    height: 30px;
    margin: 20px;
    opacity: 0.3;
}

#comparison>div:nth-child(1) span {
    display: block;
    background-color: #b100cd;
    color: #fff;
    position: absolute;
    width: 30px;
    height: 30px;
    top: -5px;
    left: -5px;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
}

#cat_cols {
    table-layout: fixed;
    width: 100%;
    margin: 20px 0px;
}

#cat_cols>div {
    vertical-align: top;
}

#cat_cols>div:nth-child(1) {
    width: 300px;
    position: relative;
    padding-left: 5px;
}

.cat_window {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #eee;
    margin-bottom: 10px;
}

.cat_window>div:nth-child(1) {
    font-size: 14pt;
    font-family: black_iransans, tahoma;
    margin-bottom: 20px;
}

.sub_cat_link {
    display: block;
    margin-top: 10px;
    background-color: #f5f5f5;
    color: #000;
    border-radius: 5px;
    padding: 8px 10px;
}

.filter_row {
    display: block;
    margin-top: 10px;
    background-color: #f5f5f5;
    color: #000;
    border-radius: 5px;
    padding: 8px 10px;
    cursor: pointer;
}

.filter_row input {
    vertical-align: middle;
    margin-left: 10px;
    width: 13px;
    height: 13px;
}

#amount {
    margin: 10px 0px 0px;
    color: #000;
}

#category_detail {
    padding: 20px;
    background-color: #fff;
    margin: 0px 7px 15px;
}

#category_detail>div:nth-child(1) {
    font-size: 14pt;
    font-family: black_iransans, tahoma;
    margin-bottom: 10px;
}

#category_detail>div:nth-child(2) {
    font-size: 10pt;
}

#category_detail>div:nth-child(3) {
    margin-top: 20px;
    font-size: 12pt;
    font-family: bold_iransans, tahoma;
}

#category_detail>div:nth-child(3)>* {
    padding: 10px 15px;
    background-color: #f1f1f1;
}

.product_item {
    margin: 7px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.category_product_item {
    width: 25%;
    float: right;
}

.brand_product_item {
    width: 20%;
    float: right;
}

.list_title {
    width: 100%;
    margin: 0px 0px 10px;
}

.list_title>div:nth-child(1) {
    font-size: 14pt;
    font-family: black_iransans, tahoma;
    padding: 0px 7px;
}

.list_title>div:nth-child(2) {
    text-align: left;
    padding: 0px 7px;
}

.list_title>div:nth-child(2)>* {
    padding: 3px 10px;
    border-radius: 5px;
    margin-right: 6px;
    background-color: #fff;
    color: #777;
    border: 1px solid rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.list_title>div:nth-child(2)>*.selected {
    background-color: #b100cd;
    color: #fff;
}

.page_holder {
    text-align: center;
    direction: ltr;
    padding-top: 30px;
}

.page_i {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 3px;
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 4px;
    line-height: 35px;
    text-align: center;
    font-size: 13pt;
    border: 1px solid #ddd;
    cursor: pointer;
}

.selected_page {
    background-color: #b100cd;
    color: #fff;
}

#product_window {
    width: 100%;
    margin: 10px 0px 10px;
    border: 1px solid #eee;
    background-color: #fff;
}

#product_window>div {
    padding: 30px 0px;
    vertical-align: top;
}

#product_window>div:nth-child(1) {
    width: 350px;
    padding-left: 25px;
    padding-right: 30px;
}

#product_window>div:nth-child(2) {
    padding-left: 30px;
    line-height: 30px;
}

#main_product_image {
    width: 100%;
    border: 1px solid #ddd;
    margin-bottom: 15px;
}

#main_product_sliders>div {
    float: right;
    width: 20%;
}

#main_product_sliders>div>div {
    margin: 0px 4px 10px;
    background-size: cover;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
}

#main_pro_title {
    font-size: 13pt;
    font-family: black_iransans, tahoma;
    margin-bottom: 15px;
}

#main_pro_title>span {
    margin-right: 20px;
    padding: 5px 10px;
    border-radius: 5px;
    color: #888;
    font-family: regular_iransans, tahoma;
    font-size: 10pt;
    background-color: #eee;
}

.product_form {
    width: 100%;
    max-width: 300px;
    margin-top: 15px;
}

.product_form>label {
    display: block;
    font-family: bold_iransans, tahoma;
    margin-bottom: 4px;
}

.product_form>select {
    width: 100%;
    height: 45px;
    box-sizing: border-box;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.product_not_exist {
    padding: 6px 10px;
    text-align: center;
    max-width: 300px;
    box-sizing: border-box;
    margin-top: 30px;
    border-radius: 5px;
    color: #000;
    font-size: 11pt;
    background-color: #eee;
}

.product_price {
    padding: 6px 10px;
    text-align: right;
    max-width: 300px;
    box-sizing: border-box;
    margin-top: 30px;
    border-radius: 5px;
    color: #b100cd;
    font-size: 12pt;
}

.product_price strike {
    margin-left: 20px;
    font-size: 10pt;
    color: #aaa;
}

.product_button {
    padding: 8px 10px;
    text-align: right;
    max-width: 240px;
    color: #fff;
    background-color: #b100cd;
    box-sizing: border-box;
    margin-top: 10px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 12pt;
}

.product_button i {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    background-size: 100%;
    background-image: url('../Temp/cart.png');
    margin-left: 10px;
}

.product_button:hover {
    background-color: #246d6a;
}

#if_exist {
    padding: 10px 0px;
    text-align: center;
    max-width: 300px;
    font-size: 10pt;
}

#if_exist>span {
    cursor: pointer;
    color: #aaa;
    font-family: bold_iransans, tahoma;
}

#pro_tab {
    margin: 10px 0px 30px;
    background-color: #fff;
}

#pro_tab>div:nth-child(1) {
    text-align: right;
    height: auto;
    padding: 20px 20px 0px;
}

#pro_tab>div:nth-child(1)>* {
    display: inline-block;
    border-radius: 5px;
    background-color: #f1f1f1;
    padding: 10px 25px;
    font-size: 11pt;
    margin-left: 5px;
    cursor: pointer;
}

#pro_tab>div:nth-child(1)>*.selected {
    background-color: #b100cd;
    color: #fff;
}

#pro_tab>div:nth-child(2) {
    padding: 20px;
    line-height: 30px;
}

#pro_tab>div:nth-child(2)>* {
    display: none;
}

#pro_tab>div:nth-child(2)>*.selected {
    display: block;
}

.pro_detail {
    width: 100%;
    margin-top: 8px;
}

.pro_detail>div:nth-child(1) {
    width: 170px;
    text-align: right;
    padding: 6px 10px;
    background-color: #eee;
    border-radius: 5px;
    font-family: bold_iransans, tahoma;
}

.pro_detail>div:nth-child(2) {
    width: 8px;
}

.pro_detail>div:nth-child(3) {
    text-align: right;
    padding: 6px 10px;
    background-color: #f6f6f6;
    border-radius: 5px;
}

.pro_detail>div {
    vertical-align: top;
}

.pro_comment {
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 15px;
    width: 100%;
}

.pro_comment>div {
    vertical-align: top;
}

.pro_comment>div:nth-child(1) {
    width: 80px;
    padding: 20px;
}

.pro_comment>div:nth-child(2) {
    padding: 20px 10px 20px 20px;
}

.pro_comment>div:nth-child(1) img {
    width: 100%;
}

.pro_comment_name {
    font-size: 13pt;
    font-family: bold_iransans, tahoma;
}

.pro_comment_date {
    color: #aaa;
}

#pro_null_comment {
    padding: 15px;
    text-align: center;
    border-radius: 10px;
    background-color: #f7f7f7;
    margin-bottom: 15px;
    font-size: 11pt;
}

#pro_login_comment {
    padding: 15px;
    text-align: center;
    border-radius: 10px;
    background-color: #fff;
    font-size: 11pt;
}

#pro_login_comment>div>a {
    margin: 0px 10px;
    font-family: black_iransans, tahoma;
}

#pro_login_comment>div>i {
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 20px;
    background-color: #ddd;
}

#new_question {
    padding: 20px;
    border-radius: 5px;
    background-color: #fff;
}

#new_comment {
    padding: 20px;
    border-radius: 5px;
    background-color: #f1f1f1;
}

.form_13 {
    float: right;
    width: 33.33%;
}

.form_12 {
    float: right;
    width: 33.33%;
}

.form_11 {
    float: right;
    width: 100%;
}

.form_input>div {
    margin: 10px;
}

.form_input>div label {
    display: block;
    margin-bottom: 5px;
    font-family: bold_iransans, tahoma;
}

.form_input>div input {
    width: 100%;
    height: 45px;
    box-sizing: border-box;
    padding: 5px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.form_input>div textarea {
    width: 100%;
    height: 140px;
    box-sizing: border-box;
    padding: 5px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.form_input>div select {
    width: 100%;
    height: 45px;
    box-sizing: border-box;
    padding: 5px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.form_button {
    padding: 30px 0px;
    text-align: center;
}

.form_button>span {
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff;
    background-color: #b100cd;
    cursor: pointer;
    font-size: 11pt;
}

#order_window {
    margin: 10px auto 30px;
    width: 100%;
    table-layout: fixed;
}

#order_window>div {
    vertical-align: top;
}

#order_window>div:nth-child(1) {}

#order_window>div:nth-child(1)>div {
    padding: 15px;
    background-color: #fff;
    border-radius: 5px;
}

#order_window>div:nth-child(2) {
    width: 350px;
    padding-right: 10px;
}

#order_window>div:nth-child(2)>div {
    border-radius: 5px;
    background-color: #eee;
    padding: 15px;
}

.order_title {
    font-size: 12pt;
    font-family: black_iransans, tahoma;
    margin-bottom: 20px;
    background-color: #ddd;
    padding: 8px 15px;
    border-radius: 5px;
}

.order_item {
    width: 100%;
    margin-bottom: 15px;
}

.order_item>div:nth-child(1) {
    width: 50px;
    padding-left: 10px;
}

.order_item>div:nth-child(1) img {
    width: 100%;
}

.order_item>div:nth-child(2)>span:nth-child(1) {
    font-size: 11pt;
    font-family: bold_iransans, tahoma;
    display: block;
    margin-bottom: 0px;
}

.order_item>div:nth-child(2)>span:nth-child(2) {
    font-size: 10pt;
    color: #aaa;
}

.order_price {
    margin-top: 8px;
    margin-right: 10px;
}

.order_price>div {
    display: inline-block;
}

.order_price>div:nth-child(1) {
    font-size: 12pt;
    font-family: black_iransans, tahoma;
    margin-left: 10px;
}

#steps {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 80px;
}

.step_box {
    width: 33.33%;
    height: 120px;
    position: relative;
    float: right;
}

.step_circle {
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: +1;
}

.step_circle>div {
    width: 88px;
    height: 88px;
    border-radius: 100%;
    background-color: #fff;
    border: 6px solid #eee;
    line-height: 88px;
    text-align: center;
    font-size: 35pt;
    font-family: black_iransans, tahoma;
    margin: 0px auto;
}

.step_line {
    width: 100%;
    height: 6px;
    background-color: #eee;
    position: absolute;
    left: 0px;
    top: 47px;
    z-index: 0;
}

.step_text {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 115px;
    z-index: 1;
    font-size: 11pt;
}

.step_box:nth-child(1) .step_line {
    width: 49%;
    right: 51%;
}

.step_box:nth-child(3) .step_line {
    width: 49%;
    left: 51%;
}

.selected_step .step_circle>div {
    border-color: #b100cd;
}

.selected_step .step_line {
    background-color: #b100cd;
}

.order_step {
    padding: 0px 20px;
}

.order_login {
    margin: 0px 10px 20px;
    background-color: #fff;
    padding: 0px;
    border-bottom: 1px dashed #eee;
    padding-bottom: 30px;
}

.order_login>div {
    display: inline-block;
    font-size: 11pt;
}

.order_login>div:nth-child(1) {
    margin-left: 10px;
    font-family: bold_iransans, tahoma;
}

.order_login>div:nth-child(2)>a {
    text-decoration: underline;
}

.user_button_holder {
    text-align: center;
    padding: 30px 10px 10px;
    font-size: 12pt;
}

.order_button_holder {
    text-align: center;
    padding: 30px 10px 10px;
    font-size: 12pt;
}

.order_button_1 {
    background-color: #b100cd;
    color: #fff;
    padding: 7px 12px;
    cursor: pointer;
    border-radius: 4px;
    margin-right: 4px;
    display: inline-block;
    margin: 5px 2px;
    vertical-align: middle;
}

.order_button_2 {
    background-color: #ddd;
    color: #999;
    padding: 7px 12px;
    cursor: pointer;
    border-radius: 4px;
    margin-right: 4px;
    display: inline-block;
    vertical-align: middle;
    margin: 5px 2px;
}

.order_button_0 {
    background-color: #eee;
    color: #aaa;
    padding: 7px 10px;
    cursor: pointer;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
}

#home_pay_active {
    margin-top: 20px;
    font-size: 11pt;
    padding: 10px;
    background-color: #f1f1f1;
}

.post_mode_title {
    font-size: 12pt;
    font-family: black_iransans, tahoma;
    margin-bottom: 10px;
    margin-top: 20px;
    margin-right: 10px;
}

.post_mode {
    float: right;
    width: 33.33%;
}

.post_mode>div {
    margin: 10px;
    border: 1px dashed #ddd;
    border-radius: 5px;
    padding: 10px;
    font-size: 10pt;
    color: #aaa;
    cursor: pointer;
}

.post_mode>div>div:nth-child(1) {
    font-family: black_iransans, tahoma;
    font-size: 13pt;
    color: #000;
}

.selected_post>div {
    border-color: #b100cd;
    border-style: solid;
}

#use_off {
    margin-bottom: 30px;
}

#use_off>div:nth-child(1) {
    font-size: 11pt;
    font-family: bold_iransans, tahoma;
}

#use_off>div:nth-child(2) {
    padding: 0px 10px;
}

#use_off>div:nth-child(2) input {
    padding: 0px 10px;
    height: 40px;
    width: 190px;
    border: 1px solid #ddd;
    border-radius: 5px;
    direction: ltr;
    text-align: center;
}

#use_off>div:nth-child(3) span {
    display: inline-block;
    vertical-align: middle;
    padding: 0px 15px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    background-color: #b100cd;
    color: #fff;
    border-radius: 5px;
    font-size: 11pt;
}

#panel_window {
    width: 100%;
    margin: 10px auto 30px;
    table-layout: fixed;
}

#panel_window>div {
    vertical-align: top;
}

#panel_window>div:nth-child(1) {
    width: 340px;
    padding-left: 10px;
}

#panel_window>div:nth-child(1)>div {
    padding: 15px;
    background-color: #eee;
    border-radius: 5px;
    margin-bottom: 10px;
}

#panel_window>div:nth-child(1)>div>div:nth-child(1) {
    padding: 8px 10px;
    text-align: center;
    font-size: 12pt;
    font-family: black_iransans, tahoma;
    background-color: #fafafa;
    border-radius: 5px;
    margin-bottom: 15px;
}

#panel_window>div:nth-child(1)>div>* {
    display: block;
    font-size: 11pt;
    padding: 5px 10px;
    border-radius: 5px;
    margin-top: 4px;
    cursor: pointer;
}

#panel_window>div:nth-child(1)>div>*:hover {
    background-color: #ddd;
}

.selected_menu {
    background-color: #ddd;
}

#panel_window>div:nth-child(2)>div {
    padding: 15px;
    background-color: #fff;
    border-radius: 5px;
}

.win_title {
    font-size: 16pt;
    font-family: black_iransans, tahoma;
    margin-bottom: 30px;
}

.tbl_button {
    margin: 6px 3px;
    padding: 3px 10px;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.button_true {
    background-color: #b100cd;
    color: #fff;
}

.button_false {
    background-color: #ff0011;
    color: #fff;
}


#blog_cols {
    width: 100%;
}

#blog_cols>div {
    vertical-align: top;
}

#blog_cols>div:nth-child(1) {
    width: 350px;
    padding-left: 10px;
}

#blog_cols>div:nth-child(2) {}

.blog_win {
    padding: 15px;
    margin-bottom: 10px;
    background-color: #fff;
}

.blog_win>div:nth-child(1) {
    font-size: 13pt;
    font-family: black_iransans, tahoma;
    padding: 0px 10px 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}

.category_link {
    display: block;
    font-size: 11pt;
    padding: 5px 10px;
    border-radius: 2px;
}

.category_link:hover {
    background-color: #f1f1f1;
}

.selected_category_link {
    background-color: #f1f1f1;
}

.blog_item {
    margin-bottom: 10px;
    background-color: #fff;
    width: 100%;
}

.blog_item>div {
    vertical-align: top;
    padding: 15px;
}

.blog_item>div:nth-child(1) {
    width: 300px;
}

.blog_item>div:nth-child(1) img {
    width: 100%;
    border-radius: 4px;
}

.blog_item>div:nth-child(2) {
    padding-right: 0px;
}

.blog_item>div:nth-child(2)>*:nth-child(1) {
    display: block;
    font-size: 13pt;
    font-family: black_iransans, tahoma;
    margin-bottom: 5px;
}

.blog_item>div:nth-child(2)>*:nth-child(2) {
    display: block;
    font-size: 11pt;
    color: #aaa;
    margin-bottom: 10px;
}

.blog_item>div:nth-child(2)>*:nth-child(2) i {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: 16px;
    height: 16px;
    background-size: 100%;
    background-image: url('../Temp/date.png');
    opacity: 0.4;
}

#blog_detail {
    background-color: #fff;
    padding: 15px;
}

#blog_detail>div:nth-child(1) {
    width: 100%;
    margin-bottom: 10px;
}

#blog_detail>div:nth-child(1)>div:nth-child(1) {
    font-size: 13pt;
    font-family: black_iransans, tahoma;
}

#blog_detail>div:nth-child(1)>div:nth-child(2) {
    text-align: left;
    color: #aaa;
}

#blog_detail>div:nth-child(1)>div:nth-child(2) i {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: 16px;
    height: 16px;
    background-size: 100%;
    background-image: url('../Temp/date.png');
    opacity: 0.4;
}

#blog_detail>div:nth-child(2) img {
    border-radius: 5px;
    width: 100%;
}

#blog_detail>div:nth-child(3) {
    font-size: 11pt;
    line-height: 30px;
}

.pd_share {
    margin-top: 50px;
    padding: 0px 20px 20px;
    text-align: left;
}

.pd_share>span {
    font-size: 10pt;
    color: #aaa;
    margin-left: 20px;
}

.pd_share>a {
    margin: 0px 1px;
}

.pd_share>a img {
    height: 25px;
}

#pro_tag {
    margin-top: 10px;
}

#pro_tag>div:nth-child(1) {
    font-size: 11pt;
    color: #aaa;
    padding-left: 10px;
}

#pro_tag>div:nth-child(2) a {
    margin-left: 5px;
    font-size: 11pt;
}

#pro_tag>div:nth-child(2) a:hover {
    text-decoration: underline;
}

.brand_item {
    float: right;
    width: 20%;
}

.brand_item>a {
    display: block;
    margin: 5px;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #eee;
}

.brand_item>a>div:nth-child(1) {
    display: inline-block;
    vertical-align: middle;
    font-family: black_iransans, tahoma;
    font-size: 14pt;
}

.brand_item>a>div:nth-child(2) {
    display: inline-block;
    vertical-align: middle;
    color: #bbb;
    margin-right: 10px;
}

#gift_comment {
    padding: 10px 20px;
    border-right: 4px solid #ddd;
}

#gift_comment>div:nth-child(1) {
    font-size: 14pt;
    font-family: black_iransans, tahoma;
}

#gift_comment>div:nth-child(2) {
    font-family: black_iransans, tahoma;
    color: #2572b1;
    font-size: 18pt;
}

#gift_comment>div:nth-child(3) {
    color: #aaa;
}

#faq_button {
    padding: 10px 15px;
    border-radius: 4px;
    margin-bottom: 10px;
    background-color: #543671;
    color: #fff;
    display: block;
    font-size: 11pt;
}

#faq_button i {
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    width: 30px;
    height: 30px;
    background-size: 100%;
    background-image: url('../Temp/q.png');
}

.q_item {
    margin-bottom: 10px;
    background-color: #fff;
    border-radius: 3px;
    padding: 20px;
}

.q_item>div:nth-child(2) {
    display: none;
    margin: 30px 0px 0px;
    background-color: #f1f1f1;
    padding: 20px;
}

.q_item>div:nth-child(2)>div:nth-child(1) {
    font-family: black_iransans, tahoma;
    font-size: 13pt;
    margin-bottom: 5px;
}

.q_item>div:nth-child(1) {
    width: 100%;
}

.q_item>div:nth-child(1)>div:nth-child(1) {
    width: 200px;
    text-align: center;
    font-size: 11pt;
    border-left: 1px solid #eee;
}

.q_item>div:nth-child(1)>div:nth-child(1) i {
    display: inline-block;
    vertical-align: middle;
    margin: 0px auto 10px;
    background-size: 100%;
    width: 100px;
    height: 100px;
    background-image: url('../Temp/qa_user.png');
    opacity: 0.4;
}

.q_item>div:nth-child(1)>div:nth-child(2) {
    padding-right: 20px;
}

.q_item>div:nth-child(1)>div:nth-child(2)>div:nth-child(1) {
    font-family: black_iransans, tahoma;
    font-size: 14pt;
    margin-bottom: 12px;
}

.q_item>div:nth-child(1)>div:nth-child(2)>div:nth-child(2) {
    font-size: 10pt;
    margin-bottom: 10px;
    color: #aaa;
}

.q_item>div:nth-child(1)>div:nth-child(2)>div:nth-child(3) {
    font-size: 10pt;
}

.q_item>div:nth-child(1)>div:nth-child(2)>div:nth-child(4) {
    margin-top: 20px;
    color: #aaa;
    font-size: 11pt;
}

.q_item>div:nth-child(1)>div:nth-child(2)>div:nth-child(4) span {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 15px;
    border-radius: 4px;
    color: #fff;
    background-color: #543671;
    cursor: pointer;
    font-family: light_iransans, tahoma;
}

.home_col_window {
    padding: 0px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    margin-bottom: 10px;
    background-color: #fff;
}

.home_col_window>div:nth-child(1) {
    font-size: 13pt;
    font-family: bold_iransans, tahoma;
    border-bottom: 1px dashed #e5e5e5;
    padding: 10px;
}

.home_col_window>div:nth-child(2) {
    padding: 10px;
}

.home_blog {
    margin: 5px 0px;
    width: 100%;
}

.home_blog>div:nth-child(1) {
    width: 80px;
    padding-left: 15px;
}

.home_blog>div:nth-child(1) img {
    width: 100%;
}

.home_blog>div:nth-child(2)>div:nth-child(1) {
    font-size: 12pt;
    font-family: bold_iransans, tahoma;
}

.home_blog>div:nth-child(2)>div:nth-child(2) {
    font-size: 10pt;
    color: #aaa;
}

.home_comment {
    margin: 5px 0px;
    width: 100%;
}

.home_comment>div:nth-child(1) {
    width: 80px;
    padding-left: 15px;
}

.home_comment>div:nth-child(1) img {
    width: 100%;
}

.home_comment>div:nth-child(2)>div:nth-child(1) {
    font-size: 12pt;
    font-family: bold_iransans, tahoma;
}

.home_comment>div:nth-child(2)>div:nth-child(2) {
    font-size: 10pt;
    color: #aaa;
}

#product_main_info {
    margin: 20px 0px;
    border-bottom: 1px dashed #ddd;
}

#product_main_info>div {
    margin: 3px 0px;
    font-size: 10pt;
    display: inline-block;
    vertical-align: middle;
    margin-left: 40px;
    color: #b100cd;
}

#product_main_info>div>span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    font-size: 11pt;
    color: #000;
    font-family: bold_iransans, tahoma;
}

#product_action {
    margin-top: 40px;
}

#product_action>div {
    display: inline-block;
    font-size: 10pt;
    cursor: pointer;
    padding: 8px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

#product_action>div:nth-child(1) img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: 20px;
    height: 20px;
}

#product_action>div:nth-child(2) {
    margin-right: 5px;
}

#product_action>div:nth-child(2) img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: 20px;
    height: 20px;
}

#product_action>div:hover {
    background-color: #b100cd;
    color: #fff;
}

#product_action>div:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

#product_link {
    margin: 10px 0px 10px;
    font-size: 9pt;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #eee;
}

.link_arrow {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 10px;
    width: 8px;
    height: 8px;
    background-size: 100%;
    background-image: url('../Temp/left.png');
}

#cart_edit {
    padding-top: 30px;
    padding-bottom: 20px;
}

#cart_edit>span {
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #fff;
}



.timer_item_time {
    margin: 20px auto 0px;
    padding-right: 0px;
}

.timer_item_time>div {
    vertical-align: top;
}

.timer_sep {
    font-size: 12pt;
    font-family: black_iransans, tahoma;
    padding: 0px 5px;
    line-height: 30px;
}

.timer_counter>div:nth-child(1) span {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    margin: 0px 3px;
    text-align: center;
    line-height: 30px;
    font-size: 16pt;
    background-color: #f1f1f1;
}

.timer_counter>div:nth-child(2) {
    text-align: center;
    font-size: 9pt;
    opacity: 0.4;
    margin-top: 5px;
}


#detail_back {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    overflow-y: auto;
    display: none;
}

#mobile_menu {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 80px;
    z-index: +100;
    display: none;
}

#mobile_menu_cart {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    border-radius: 100%;
    z-index: +101;
    display: none;
    line-height: 60px;
    background-image: linear-gradient(to bottom, #30d7c5, #014f4b);
    background-image: -moz-linear-gradient(to bottom, #30d7c5, #014f4b);
    background-image: -webkit-linear-gradient(to bottom, #30d7c5, #014f4b);
    text-align: center;
}

#mobile_menu_cart img {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    margin-top: 15px;
}

#mobile_menu_tbl>div {
    width: 20%;
    text-align: center;
}

#mobile_menu_tbl {
    width: 100%;
    height: 100%;
    text-align: center;
    margin-top: 10px;
    z-index: +10;
    position: relative;
}

#mobile_menu_tbl>div img {
    height: 20px;
}

#mobile_menu>svg {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

@media only screen and (max-width:1500px) {
    .category_product_item {
        width: 33.33%;
    }
}

@media only screen and (max-width:1200px) {
    #home_cols>div:nth-child(1) {
        display: none;
    }

    .header_search {
        width: 500px;
    }

    #menu_holder>div:nth-child(1) {
        display: inline-block;
    }

    #menu_holder>div:nth-child(2) {
        display: block;
        position: fixed;
        width: 260px;
        height: 100%;
        overflow-y: auto;
        right: -300px;
        top: 0px;
        background-color: #fff;
        z-index: +1000;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    }

    .menu_parent_item {
        display: block;
        width: 100%;
        border-style: none;
        padding: 0px 0px;
        box-sizing: border-box;
        height: auto;
        border-bottom: 1px solid #ddd;
        position: relative;
    }

    .menu_parent_item>a {
        display: inline-block;
        vertical-align: middle;
        height: 40px;
        line-height: 40px;
        margin-right: 15px;
    }

    .menu_parent_item>i {
        display: inline-block;
        width: 16px;
        height: 16px;
        left: 12px;
        top: 12px;
        position: absolute;
        background-image: url('../Temp/plus.png');
        background-size: 100%;
        opacity: 0.5;
    }

    .menu_parent_item>div {
        position: relative;
        width: 100%;
        top: 0px;
        border-top: 1px solid #ddd;
        padding: 5px 0px;
        background-color: #f1f1f1;
    }

    .menu_parent_item>div>div {
        border-top-style: none;
        padding: 0px;
        box-shadow: none;
        background-color: #f1f1f1;
    }

    .menu_item>div:nth-child(3) {
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
    }

    .menu_item>div:nth-child(2) {
        position: absolute;
        left: 3px;
        top: 8px;
        width: 16px;
        height: 16px;
    }

    .menu_item>div:nth-child(2) i {
        display: inline-block;
        vertical-align: middle;
        width: 16px;
        height: 16px;
        background-size: 100%;
        background-image: url('../Temp/plus.png');
        opacity: 0.5;
    }

    .menu_sub_0 {
        background-image: url('../Temp/minus.png') !important;
        opacity: 0.5;
    }

    .menu_item {
        height: 32px;
        position: relative;
    }

    .menu_item>div {
        display: block;
        line-height: 32px;
    }

    .menu_item>div:nth-child(3)>div {
        padding: 5px 0px;
        border-top-style: none;
        background-color: #e8e8e8;
        box-shadow: none;
    }

    .menu_item:hover>div:nth-child(1) i {
        opacity: 0;
    }

    #menu_header {
        display: block;
        padding: 10px 0px 20px;
        text-align: center;
    }

    #menu_header>img {
        width: 80%;
    }

    .category_product_item {
        width: 50%;
    }

    #blog_cols>div:nth-child(1) {
        width: 280px;
    }

    .brand_item {
        width: 25%;
    }

    .brand_product_item {
        width: 25%;
    }

    #megamenu {
        display: none;
    }
}

@media only screen and (max-width:1100px) {
    .order_step .form_13 {
        width: 50%;
    }

    .order_step .post_mode {
        width: 50%;
    }

    #profile_space .form_13 {
        width: 50%;
    }
}

@media only screen and (max-width:1000px) {
    #footer_middle>div:nth-child(1) {
        display: block;
        width: 100%;
        padding-bottom: 30px;
    }

    #footer_middle>div:nth-child(2) {
        display: block;
        width: 60%;
        float: right;
        padding: 0;
        margin-bottom: 20px;
    }

    #footer_middle>div:nth-child(3) {
        display: block;
        width: 40%;
        float: right;
    }

    .header_search {
        width: 300px;
    }

    .home_banner_3>div:nth-child(3) {
        display: none;
    }

    .home_banner_3>div:nth-child(2) {
        padding-left: 0;
    }

    #slider>div:nth-child(2) {
        table-layout: fixed;
    }

    #slider>div:nth-child(2)>div>span {
        display: none;
    }

    #slider>div:nth-child(2)>div {
        height: 15px;
        border-left: 1px solid #ddd;
        padding: 0px;
    }

    #slider>div:nth-child(2)>div:last-child {
        border-left-style: none;
    }

    #register_window>div:nth-child(1) {
        display: none;
    }

    #register_window {
        max-width: 400px;
    }

    .step_text {
        font-size: 10pt;
    }

    .blog_item>div {
        display: block;
    }

    .blog_item>div:nth-child(1) {
        width: auto;
        padding-bottom: 0px;
    }

    .blog_item>div:nth-child(2) {
        padding-right: 15px;
    }

    .brand_item {
        width: 33.33%;
    }
}

@media only screen and (max-width:900px) {
    #cat_cols>div:nth-child(1) {
        width: 250px;
    }

    .category_product_item {
        width: 100%;
    }

    .list_title>div {
        display: block;
    }

    .list_title>div:nth-child(2) {
        padding-top: 15px;
        text-align: center;
    }

    .list_title>div:nth-child(1) {
        text-align: center;
    }

    #product_window>div {
        display: block;
        margin: 0px auto;
    }

    #product_window>div:nth-child(1) {
        width: 350px;
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
    }

    #main_product_sliders {
        margin: 0px auto;
    }

    #product_window>div:nth-child(2) {
        padding: 0px 20px 30px;
        line-height: 30px;
    }

    .product_form {
        margin: 15px auto 0px;
    }

    .product_price {
        margin: 30px auto 0px;
    }

    .product_button {
        margin: 10px auto;
    }

    #order_window>div {
        display: block;
    }

    #order_window>div:nth-child(2) {
        padding-right: 0px;
        padding-top: 10px;
        width: auto;
    }

    #panel_window>div:nth-child(1) {
        width: 280px;
    }

    .brand_product_item {
        width: 33.33%;
    }
}

@media only screen and (max-width:800px) {
	  #header_search {
    display: inline-block !important;
    vertical-align: middle;
  }
  .top_header_search {
    display: none;
  }

    .page_title>span {
        font-size: 16pt;
    }

    #panel_window>div {
        display: block;
    }

    #panel_window>div:nth-child(1) {
        width: auto;
    }

    #panel_window>div:nth-child(1) .image_box {
        display: none;
    }

    #blog_cols>div {
        display: block;
    }

    #blog_cols>div:nth-child(1) {
        width: auto;
        padding-left: 0px;
    }

    #blog_cols>div:nth-child(1) .image_box {
        display: none;
    }

    .brand_item {
        width: 50%;
    }
}

@media only screen and (max-width:700px) {
    #footer_middle>div:nth-child(2) {
        display: block;
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    #footer_middle>div:nth-child(3) {
        display: block;
        width: 100%;
        float: none;
    }

    .offer_item>div:nth-child(1) {
        width: 180px;
    }

    #new_comment .form_13 {
        width: 100%;
    }

    .pro_detail>div {
        display: block;
    }

    .pro_detail>div:nth-child(1) {
        width: auto;
        margin-bottom: 10px;
    }

    .pro_detail>div:nth-child(2) {
        display: none;
    }

    .brand_product_item {
        width: 50%;
    }
}

@media only screen and (max-width:600px) {
    .home_banner_3>div {
        display: block;
        width: 100% !important;
        padding: 0px !important;
    }

    .home_banner_3 .home_banner {
        margin-bottom: 10px;
    }

    .offer_item {
        display: block;
        text-align: center;
    }

    .offer_item>div {
        display: block;
        text-align: center;
    }

    .offer_item>div:nth-child(1) {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .offer_item>div:nth-child(1) img {
        width: 200px;
    }

    .offer_item>div:nth-child(2) {
        padding: 0px 15px 25px;
    }

    .offer_item>div:nth-child(2)>* {
        margin: 0px auto;
    }

    .offer_item>div:nth-child(2)>*.offer_price {
        margin-bottom: 20px;
    }

    .offer_item>div:nth-child(2)>*.ts_name {
        margin-bottom: 10px;
    }

    #header>div>div:nth-child(1) {
        width: auto;
    }

    #header>div>div:nth-child(1) img {
        height: 60px;
    }

    #slider>div:nth-child(2)>div {
        height: 10px;
    }

    #account_body {
        padding: 20px;
    }

    #account_window {
        margin: 40px auto 60px;
    }

    #cat_cols>div {
        display: block;
    }

    #cat_cols>div:nth-child(1) {
        width: auto;
        padding-left: 0px;
    }

    #cat_cols>div:nth-child(1) .image_box {
        display: none;
    }

    #pro_tab>div:nth-child(1)>* {
        padding: 6px 10px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width:500px) {
    #main_product_image {
        width: 280px;
    }

    #main_product_sliders {
        width: 280px;
    }

    .pro_comment>div:nth-child(1) {
        display: none;
    }

    #pro_tab>div:nth-child(1)>* {
        display: block;
    }

    .order_step {
        padding: 0px 0px;
    }

    #use_off {
        margin: 0px auto 20px;
    }

    #use_off>div {
        display: block;
        margin-bottom: 10px;
        text-align: center;
    }

    #use_off>div:nth-child(3)>span {
        width: 190px;
        text-align: center;
        padding: 0px 0px;
    }

    .order_step .form_13 {
        width: 100%;
    }

    .order_step .post_mode {
        width: 100%;
    }

    #profile_space .form_13 {
        width: 100%;
    }

    .brand_product_item {
        width: 100%;
    }

    #main_product_sliders>div {
        width: 33.33%;
    }

    #mobile_menu {
        display: block;
    }

    #mobile_menu_cart {
        bottom: 45px;
    }

    #mobile_menu_cart {
        display: block;
    }
}

@media only screen and (max-width:400px) {
    #header_cart>a>div:nth-child(1) {
        display: none;
    }

    #header_cart>a>div:nth-child(2) {
        padding: 0px 8px;
    }

    #header_cart>a {
        height: 34px;
    }

    #steps {
        display: none;
    }

    .brand_item {
        width: 100%;
    }
}

@media only screen and (max-width:340px) {
    #mobile_menu_cart {
        bottom: 52px;
    }
}

.attribute_group_name {
    background-color: #fff;
    border: 1px solid #eeeff1;
    display: block;
    font-size: 12px;
    font-weight: 500;
    padding: 8px 15px;
    background-color: #fbfbfb;
    margin: 0;
    border-radius: 5px 5px 20px 5px;
    line-height: 1.5;
}

.home_banner:hover {
    opacity: 0.6;
}

.image_box:hover {
    opacity: 0.6;
}

.bss_image:hover {
    opacity: 0.5;
}

.home_large_pro_box.tbl:hover {
    opacity: 0.5;
}

#footer_share .tbl>div a:hover {
    background: #b100cd;
    border-radius: 10px !important;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

/*.menu_item div a:hover {
    color: #ccc!important;
}*/
#top-header {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    background: #b100cd;
}

.user-login {
    color: #fff;
}

.user-cart {
    color: #fff;
    margin-right: 15px;
    display: inline-block;
}

.top-call>a {
    color: #fff;
}

.top-call {
    text-align: left;
}

.user-cart:hover {
    color: #00e1cc;
}

.user-login:hover {
    color: #00e1cc;
}

.top-call a:hover {
    color: #00e1cc;
}

#footer {
    background-color: #DFB5F5;
    margin-top: 20px;
    padding-bottom: 10px;
}

#footer-1 {
    background: #b100cd;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
}

.socials {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.socials .facebook:hover {
    filter: none;
}

.socials .telegram:hover {
    filter: none;
}

.socials .aparat:hover {
    filter: none;
}

.socials .instagram:hover {
    filter: none;
}

.socials .gplus:hover {
    filter: none;
}

.socials .twitter:hover {
    filter: none;
}


.socials .facebook {
    filter: grayscale(100%);
    margin-right: 5px;
}

.socials .telegram {
    filter: grayscale(100%);
    margin-right: 5px;
}

.socials .aparat {
    filter: grayscale(100%);
    margin-right: 5px;
}

.socials .instagram {
    filter: grayscale(100%);
    margin-right: 5px;
}

.socials .gplus {
    filter: grayscale(100%);
    margin-right: 5px;
}

.socials .twitter {
    filter: grayscale(100%);
    margin-right: 5px;
}

#footer-2 {
    background: #0d1e2c;
    color: #fff;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 3px solid aliceblue;
    border-bottom: 3px solid #b100cd;
}

#footer-3 {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.phone-num {
    font-weight: bold;
    font-size: 20px;
}

.timer_item_time {
    margin-top: 20px;
    padding-right: 0px;
}

.timer_item_time>div {
    vertical-align: top;
}

.timer_sep {
    font-size: 12pt;
    font-family: black_iransans, tahoma;
    padding: 0px 5px;
    line-height: 30px;
}

.timer_counter>div:nth-child(1) span {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    margin: 0px 3px;
    text-align: center;
    line-height: 30px;
    font-size: 16pt;
    background-color: #f1f1f1;
}

.timer_counter>div:nth-child(2) {
    text-align: center;
    font-size: 9pt;
    opacity: 0.4;
    margin-top: 5px;
}

.namad-1 a:hover {
    color: #1b9298;
}

.footer-logo img {
    width: 115px;
}

#footer-bottom {
    margin-top: 15px;
    text-align: center;
    border-top: 2px solid #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
}

.locc {
    display: inline;
}

@media(max-width:550px) {

    .locc {
        display: none;
    }
}

#search_space {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 12%;
    background-color: rgba(255, 255, 255, 1);
    display: none;
    z-index: +100;
    text-align: center;
}

#header_search_close {
    width: 90%;
    text-align: left;
    color: #aaa;
    margin: 0px auto 15px;
}

#header_search_close span {
    cursor: pointer;
}

#search_space .header_search {
    margin: 0px auto;
    width: 90%;
}

#search_space .header_search input {
    box-shadow: none;
    border: 1px solid #ddd;
}

#header_search {
    margin-left: 5px;
    cursor: pointer;
	display: none;
    padding: 12px;
    border-radius: 5px;
    background-color: #fff;
}

#header_search>img {
    height: 16px;
}

#menu>.tbl>div:nth-child(2) a>span:nth-child(1) {
    background-color: #b100cd;
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 12px;
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 35px;
}

#detail_back {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    overflow-y: auto;
    display: none;
}

#detail_back>div {
    width: 90%;
    max-width: 500px;
    padding: 25px;
    background-color: #fff;
    border-radius: 5px;
    margin: 100px auto;
    position: relative;
}

#detail_title {
    text-align: center;
    font-size: 14pt;
    font-family: black_iransans, tahoma;
    margin-bottom: 30px;
}

#order_detail_close {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 13px;
    height: 13px;
    background-size: 100%;
    background-image: url('../Temp/close.png');
    cursor: pointer;
}

.order_detail_title {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 12pt;
    font-family: black_iransans, tahoma;
    padding: 7px 12px;
    background-color: #f3f3f3;
    border-radius: 5px;
}

.dmn {
    text-align: center;
    font-size: 11pt;
    color: #aaa;
}

.order_detail_button {
    padding-top: 20px;
    text-align: center;
}