@charset "utf-8";

html, body, div, input, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, option, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    transition: all 0.4s ease-in-out;
    box-sizing: border-box;
}

body {
    direction: rtl;
    font-family: IRANSans;
    font-size: 12pt;
    background: #ffffff;
    transition: all 0.4s ease-in-out;
    font-weight: bold;
    color: #333533;
    cursor: context-menu;
}

json {
    display: none;
    width: 0;
    height: 0;
}

:root {
    --blue: #4e73df;
    --indigo: #6610f2;
    --purple: #7f337d;
    --purple_hover: #7f337d55;
    --pink: #e83e8c;
    --red: #e74c3c;
    --orange: #fd7e14;
    --yellow: #f5db02;
    --yellow_hover: #f5db0288;
    --green: #1cc88a;
    --teal: #20c9a6;
    --cyan: #36b9cc;
    --white: #fff;
    --gray: #e1e1e1;
    --gray-dark: #4f4f4f;
    --primary: #4e73df;
    --secondary: #858796;
    --success: #1cc88a;
    --info: #36b9cc;
    --warning: #f6c23e;
    --danger: #e74a3b;
    --light: #ecf0f1;
    --dark: #110d00;
    --a_color: #222f3e;
    --a_color_hover: #2f364055;
    --radius_5: 5px;
    --radius_10: 10px;
    --radius_15: 15px;
    --radius_20: 20px;
    --radius_25: 25px;
    --radius_50: 50px;
}

.red {
    color: #e74c3c !important;
}

.green {
    color: #295cb9;;
}

.w100 {
    width: calc(100% - 10px) !important;
    margin: auto;
}

.container {
    width: calc(100% - 24px);
    max-width: 1366px;
    margin: auto;
}

.main_holder {
    padding: 35px 0;
}

.b_white {
    background: #fff !important;
}

.clear {
    clear: both;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: #1da1f2;
}

a:hover {
    color: #2c3e50;
}

ul,
ol {
    margin-right: 25px;
}

.off {
    display: none;
    width: 0;
    height: 0;
    position: absolute;
    z-index: -10000;
}

input[type=text],
input[type=password],
.input_span,
select,
textarea {
    display: inline-block;
    padding: 10px 20px;
    font-family: IRANSans;
    font-size: 11pt;
    box-sizing: border-box;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, .1);
    border: 1px solid #F5F5F5;
    border-radius: 6px;
    background: transparent;
    font-weight: normal;
}

textarea:focus {
    outline: none !important;
}

.ltr {
    direction: ltr;
    text-align: left;
}

hr {
    background-image: linear-gradient(to left, transparent, #e74c3c, transparent);
    border: 0;
    height: 1px;
    margin: 10px 0 15px 0;
    box-sizing: content-box;
}

.pointer {
    cursor: pointer;
}

.loading {
    display: block;
    text-align: center;
    padding: 25px 0;
    box-sizing: border-box;
}

.loading i {
    display: block;
    font-size: 35px;
    color: #B2B7BD;
}

.loading span {
    display: block;
    margin: 20px 0;
    color: #B2B7BD;
}

i {
    vertical-align: middle;
}

.alink {
    position: relative;
}

.alink:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #e67e22;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.alink:hover:before {
    visibility: visible;
    opacity: 0.2;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.table_row .text_btn {
    display: inline-block;
    font-size: 16px;
    color: #2c3e50;
    border-radius: 50px;
    cursor: pointer;
    box-sizing: border-box;
    padding: 5px;
}

.table_row .text_btn i:hover {
    color: #e74c3c;
}

.btn-orange {
    text-align: center;
    display: inline-block;
    color: #ecf0f1;
    box-sizing: border-box;
    padding: 10px 25px;
    border-radius: 25px;
    background: #e67e22;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

.btn-orange:hover {
    background: #ea9345;
    color: #ecf0f1;

}

.btn-green {
    display: inline-block;
    color: #ecf0f1;
    cursor: pointer;
    background: #2980b9;
    border-radius: 30px;
    font-weight: 400;
    text-align: center;
    font-size: 14px;
    margin: 1px 0;
    padding: 10px 14px;
}

.btn-green:hover {
    color: #ecf0f1;
    background: #295cb9;;
}

.btn-b-c {
    display: inline-block;
    border-radius: 30px;
    font-weight: 400;
    font-size: 14px;
    margin: 1px 0;
    padding: 10px 14px;
    color: #295cb9;
    cursor: pointer;
    box-sizing: border-box;
    border: 1px solid #2980b9;
}

.btn-b-c:hover {
    color: #ecf0f1;
    background: #295cb9;;
}

.btn-blue {
    display: inline-block;
    border-radius: 25px;
    font-weight: 400;
    font-size: 14px;
    margin: 1px 0;
    padding: 7px 14px;
    text-align: center;
    color: #ecf0f1;
    cursor: pointer;
    background: #2d8ac7;
}

.btn-blue:hover {
    color: #ecf0f1;
    background: #36a6ef;
}

.btn-red {
    display: inline-block;
    border-radius: 25px;
    font-weight: 400;
    font-size: 14px;
    margin: 1px 0;
    padding: 7px 14px;
    text-align: center;
    color: #ecf0f1;
    cursor: pointer;
    background: #c0392b;
}

.btn-red:hover {
    background: #e14332;
}

.btn-black {
    color: #ecf0f1;
    cursor: pointer;
    background: #2c3e50;
    float: left;
    margin-left: 15px;
}

.btn-black:hover {
    background: #415d78;
}

.limit_text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.auto-complete {
    margin-top: 10px;
}

.auto-complete span {
    display: block !important;
    margin: 3px 0;
    padding: 2px 10px;
    box-sizing: border-box;
    border-radius: 6px;
    background: #ecf0f1;
    cursor: pointer;
    border: solid 2px #fff;
}

.auto-complete span:hover {
    background: #eb2e06;
    color: #ecf0f1;
}

.w50 {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 5px);
}

.off {
    display: none !important;
}

/************************************************************/
.site-header {
    display: block;
    border-top: 3px solid #295cb9;
}

.box {
    display: block;
    padding: 5px 10px;
}

.box .head_menu {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 400px);
}

.box .head_menu .mnu_btn {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    border-left: 1px solid #eeeeee;
    font-size: 13px;
    font-weight: 400;
    color: #505763;
}

.box .head_menu .mnu_btn:hover {
    color: #f39c12;
}

.box .head_menu .mnu_btn:last-child {
    border: none
}

.box .head_contact {
    display: inline-block;
    vertical-align: middle;
    width: 380px;
    text-align: left;
}

.head_contact .head_phone,
.head_contact .head_mail {
    display: inline-block;
    vertical-align: middle;
    color: #505763;
    padding: 0 5px;
    font-size: 13px;
}

.head_contact .head_phone span,
.head_contact .head_mail span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
}

.head_contact .head_phone i,
.head_contact .head_mail i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.box .top_logo,
.box .search,
.box .register {
    display: inline-block;
    vertical-align: middle;
}

.register_hide {
    display: none;
}

.box .register {
    width: 240px;
    text-align: left;
}

.box .register .btn {
    display: inline-block;
    vertical-align: middle;
}

.box .search {
    width: calc(100% - 500px);
    background: #eee;
    border-radius: 22px;
    padding: 5px 14px;
    box-sizing: border-box;
}

.box .search .input {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    box-sizing: border-box;
    background: none;
    width: calc(100% - 130px);
}

.box .search .input input {
    width: 100%;
    background: none;
    font-size: 13px;
    box-shadow: none;
    border: none;
}

.box .search .search_icon {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    font-size: 16px;
    cursor: pointer;
}

.box .search .select {
    width: 100px;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0 10px;
}

.box .search .select select {
    border: none;
    background: none;
    width: 120px;
    font-size: 13px;
    box-shadow: none;
}

.box .search .select option {
    background: #EEEEEE;
    color: #2c3e50;
    font-family: IRANSans;
}

.select .select_main {
    width: 100%;
    height: 30px;
    overflow: hidden;
}

.select .select_btn {
    display: inline-block;
    vertical-align: middle;
    border-radius: 0 15px 15px 0;
    cursor: pointer;
}

.box .top_logo {
    width: 250px;
}

.box .top_logo a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    color: #295cb9;
    font-weight: 800;
    font-size: 18pt;
}

.box .top_logo img {
    display: inline-block;
    vertical-align: middle;
    height: 60px;
}

.site_main {
    display: block;
    margin-top: 10px;
    background: #f5f5f5;
}

.site_main .top_menu {
    width: 100%;
    background: #295cb9;
    padding: 2px 10px;
    box-shadow: 0 8px 6px 0 rgba(0, 0, 0, 0.035);
}

.top_menu .menu_holder {
    width: calc(100% - 95px);
    padding: 10px 25px;
    display: inline-block;
    vertical-align: middle;
}

.menu_holder .menu-2 {
    display: inline-block;
}

.menu_holder .menu-btn {
    display: inline-block;
    padding: 12px 10px;
    color: #ecf0f1;
    font-weight: normal;
    font-size: 11pt;
    cursor: pointer;
}

.dropdown_menu {
    opacity: 0;
    position: absolute;
}

.dropdown_menu ul {
    display: inline-block;
    vertical-align: middle;
    width: 800px;
    min-height: 300px;
    background: #fff;
    list-style: none;
    z-index: 10;
}

.dropdown_menu li {
    border-bottom: 1px solid #F5F5F5;
    width: calc(25% - 20px);
}

.dropdown_menu .drop_menu_btn {
    font-weight: 400;
    font-size: 10pt;
    padding: 7px 10px;
    display: block;
}

.dropdown_menu .drop_menu_btn i {
    margin-left: 5px;
    font-size: 16px;
}

.menu_holder .menu-btn:hover {
    color: #f1c40f;
}

.menu_holder .menu-btn i {
    margin-left: 5px;
    font-size: 16px;
}

.menu_holder .main-menu-btn {
    font-weight: bold;
    font-size: 11pt;
    cursor: pointer;
    border-left: 1px solid #ecf0f1;
}

.menu_holder .pc {
    display: inline-block;
}

.menu_holder .mobile {
    display: none !important;
}

.menu_holder .main-menu-btn i {
    margin-left: 10px;
    font-size: 15pt;
    display: inline-block;
    vertical-align: middle;
}

.menu_holder .hide-menu {
    display: inline-block;
    transition: all 0.4s ease-in-out;
}

.menu_holder .hide-menu .menu-content {
    display: none;
    position: absolute;
    box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.2);
    z-index: 99999;
    width: calc(100% - 24px);
    max-width: 1200px;
    background: #F5F5F5;
}

.menu-content .cat-btn {
    display: inline-block;
    min-height: 500px;
    vertical-align: top;
    width: 220px;
}

.menu-content .cat-btn .btn {
    width: 100%;
    display: block;
    padding: 8px 10px;
    border-top: 1px solid #fff;
    text-decoration: none;
    cursor: pointer;
}

.hide-menu .menu-content span {
    color: #2c3e50;
    text-decoration: none;
    display: inline-block;
    font-size: 10pt;
    width: calc(100% - 20px);
}

.hide-menu .menu-content i {
    display: inline-block;
    vertical-align: middle;
}

.menu-content .cat-btn .btn:hover {
    background-color: #fefefe;
}

.menu-content .cat-btn .btn-selected {
    background-color: #fefefe;
}

.hide-menu .menu-content .cat-btn-item {
    width: calc(100% - 230px);
    height: 100%;
    overflow: auto;
    display: inline-block;
    vertical-align: top;
    padding: 10px 25px;
    box-sizing: border-box;
}

.hide-menu .menu-content .cat-btn-item a {
    display: block;
    float: right;
    width: calc(25% - 5px);
    cursor: pointer;
    margin: 2px 0;
    padding: 2px 5px;
    box-sizing: border-box;
}

.hide-menu .menu-content .cat-btn-item a:hover {
    color: #295cb9;
}

.hide-menu .menu-content .cat-btn-item .h1 {
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
}

.hide-menu .menu-content .cat-btn-item .h3 {
    display: inline-block;
    vertical-align: top;
    font-weight: normal;
    font-size: 10pt;
    color: #5f5f5f;
    margin-bottom: 8px;
}

.top_btn_holder {
    width: 90px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding: 2px 10px;
}

.top_btn_holder .compare,
.top_btn_holder .cart,
.top_btn_holder .fav {
    display: inline-block;
    vertical-align: middle;
    font-size: 25px;
    position: relative;
    margin-right: 10px;
}

.top_btn_holder .compare i,
.top_btn_holder .cart i,
.top_btn_holder .fav i {
    color: #ecf0f1;
}

.top_btn_holder .compare:hover i,
.top_btn_holder .cart:hover i,
.top_btn_holder .fav:hover i {
    color: #f1c40f;
}

.amount {
    display: inline-block;
    height: 18px;
    top: 20px;
    left: 10px;
    position: absolute;
    font-size: 7pt;
    background: #f1c40f99;
    color: #fff;
    box-sizing: border-box;
    border-radius: 35px;
    padding: 2px 7px;
    text-align: center;
}

.top_btn_holder .compare:hover .amount,
.top_btn_holder .cart:hover .amount,
.top_btn_holder .fav:hover .amount {
    background: #f1c40f;
}

.site_main .main {
    width: 100%;
    padding: 35px 0;
}

.slider_holder {
    width: 100%;
    height: 400px;
    display: block;
    margin: 17px auto;
    border-radius: 10px;
    overflow: hidden;

}

.slider_holder .slider_img {
    width: 100%;
    height: 400px;
    display: block;
    overflow: hidden;
    background: #2c3e50;
}

.slider_holder .slider_img img {
    display: block;
    width: 100%;
    height: 100%;
    background: #2c3e50;
    object-fit: cover;
}

.slider_holder .slider_img:hover .slider_prev,
.slider_holder .slider_img:hover .slider_next {
    opacity: 1.0;
    background: #ecf0f199;
}

.slider_prev,
.slider_next {
    position: relative;
    top: -230px;
    background: #ecf0f1;
    border-radius: 6px;
    padding: 0 15px;
    cursor: pointer;
    opacity: 0.1;
    font-size: 32px;
    color: #505763;
}

.slider_prev:hover,
.slider_next:hover {
    color: #f1c40f;
}

.slider_prev {
    float: left;
    margin-left: 10px;
}

.slider_next {
    float: right;
    margin-right: 10px;
}

.slider_title {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 50px;
    display: block;
    overflow: hidden;
    position: relative;
    top: -50px;
}

.slider_title .title {
    float: right;
    width: 25%;
    height: 50px;
    background: rgba(96, 125, 139, 0.9);
    cursor: pointer;
    text-align: center;
    border-left: 1px solid #EEEEEE;
    padding-top: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #ecf0f1;
    font-weight: 200;
}

.slider_title .title_current {
    background: rgba(69, 90, 100, 0.9);
    font-weight: 400;
}

.image_box_holder {
    display: block;
    width: 100%;
    text-align: center;
    margin: 25px 0;
}

.image_box_holder .w50 {
    margin: 0 5px;
    border-radius: 10px;
    overflow: hidden;
    width: calc(50% - 15px);
}

.image_box_holder .w50 img {
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.service_holder {
    display: block;
    padding: 10px 0;
    text-align: center;
}

.service_holder .service {
    display: inline-block;
    vertical-align: top;
    width: calc(25% - 25px);
    padding: 7px 20px;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    margin: 10px;
    text-align: right;
}

.service_holder .service i {
    display: inline-block;
    vertical-align: middle;
    font-size: 35px;
    color: #295cb9;
    width: 50px;
}

.service_holder .service .title {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: calc(100% - 60px);
}

.service_holder .service .title span {
    display: block;
}

.service_holder .service .title .head {
    font-weight: 600;
    margin-bottom: 10px;
    color: #505763;
}

.service_holder .service .title .head:hover {
    color: #295cb9;
}

.service_holder .service .title .text {
    font-size: 10pt;
    font-weight: 400;
    color: #505763 !important;
    text-align: justify;
}

.box1 {
    display: block;
    padding: 0 10px;
    margin: 20px auto;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.box1 .head {
    display: block;
    margin: 10px 0;
    font-size: 14pt;
    font-weight: 400;
    text-align: justify;
}

.box1 .text {
    display: block;
    font-size: 12pt;
    font-weight: 200;
    line-height: 1.7;
    text-align: justify;
    width: 100%;
    padding: 0 10px;
}

.box1 .cat {
    display: inline-block;
    vertical-align: middle;
    font-size: 12pt;
    font-weight: 200;
    margin: 12px 4px;
    text-align: justify;
    cursor: pointer;
    color: #505763;
}

.box1 .cat:hover {
    color: #295cb9;
}

.box1 .cat_selected {
    font-weight: 600;
    color: #295cb9;
}

.box1 .special_slider {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 450px);
}

.box1 .special_slider .spec-title {
    display: block;
    width: 300px;
    margin: auto;
    text-align: center;
    border-radius: 0 0 35px 35px;
    padding: 10px 0;
    background: #f5f5f5;
}

.box1 .special_slider .spec-title a {
    color: #295cb9;
}

.box1 .special_slider .slider_img {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    height: 255px;
    overflow: hidden;
    margin-top: 15px;
    padding: 10px 0;
}

.box1 .special_slider .slider_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box1 .special_slider .slider_title_box {
    display: inline-block;
    width: calc(100% - 310px);
    vertical-align: top;
}

.box1 .special_slider .slider_title_box .slider_post_title {
    display: block;
    text-align: right;
    font-size: 18px;
    height: 55px;
    margin-top: 30px;
    margin-bottom: 5px;
    overflow: hidden;
    color: #515151;
    padding-right: 15px;
}

.box1 .special_slider .slider_title_box .slider_post_title i {
    color: #ff1414;
    font-size: 20px;
    margin-left: 5px;
}

.box1 .special_slider .slider_title_box .slider_post_cost {
    display: block;
    text-align: center;
    font-size: 14px;
}

.special_slider .slider_title_box .slider_post_cost .cost {
    font-size: 18px;
    color: #9E9E9E;
    filter: blur(0.7px);
    font-weight: 200;
    margin-left: 15px;
    text-decoration: line-through;
}

.special_slider .slider_title_box .slider_post_cost .cost_off {
    font-size: 22px;
    color: #39b156;
    font-weight: 400;
}

.special_slider .slider_title_box .special_timer {
    display: block;
    margin: 15px auto;
    text-align: center;
    direction: ltr;
}

.special_slider .slider_title_box .special_timer div {
    box-sizing: border-box;
    border-radius: 75px;
    border: 1px solid #eee;
    text-align: center;
    display: inline-block;
    padding: 5px;
    color: #ff141499;
    vertical-align: middle;
    width: 65px;
    height: 65px;
}

.special_slider .slider_title_box .special_btn {
    box-sizing: border-box;
    border-radius: 75px;
    text-align: center;
    display: block;
    margin: 10px auto;
    padding: 7px;
    width: 180px;
    cursor: pointer;
}

.box1 .special_title {
    display: inline-block;
    vertical-align: top;
    width: 440px;
    height: 350px;
    padding: 15px 0;
    overflow: auto;
}

.box1 .special_title .title {
    display: block;
    width: 100%;
    margin-bottom: 8px;
    cursor: pointer;
    padding: 15px;
    background: #f4f5f9;
    border-right: 4px solid #f4f5f9;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    height: 50px;
    font-size: 15px;
    font-weight: 400;
    border-radius: 5px;
    box-sizing: border-box;
}

.box1 .special_title .title:hover,
.box1 .special_title .title_selected {
    background: #ecf0f1;
    border-right: 4px solid #295cb9;
}

.box1 .special_title .spec_title_btn {
    color: #ecf0f1;
    background: #2980b9;
    border-right: 4px solid #2980b9;
}

.box1 .special_title .spec_title_btn:hover {
    color: #ecf0f1;
    border-right: 4px solid #295cb9;
    background: #295cb9;
}

/************************************************************/
/************************************************************/
/************************************************************/
.goods_holder {
    background-image: url("../img/sbg.png");
    background-repeat: repeat;
    background-size: 25%;
    display: block;
    margin: 40px 0;
    padding: 20px 0;
}

.goods {
    margin: 10px auto 20px auto;
    border-radius: 5px;
    overflow: hidden;
}

.goods .header {
    width: calc(100% - 30px);
    padding: 15px;
    margin: auto;
}

.goods .header .header-title {
    display: inline-block;
    vertical-align: middle;
    font-size: 16pt;
    color: #ecf0f1;
    border-bottom: 3px solid #2d8ac7;
    padding: 15px 0;
    font-weight: 400;
}

.goods .header .header-title i {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 26px;
}

.goods .header .product_more {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 25px;
    padding: 2px 10px;
    font-size: 14px;
    font-weight: 200;
    color: #505763;
}

.goods .header .product_more:hover {
    color: #295cb9;
}

.goods .header .btn-slider {
    float: left;
    margin-top: 10px;
}

.item-next,
.item-back {
    display: inline-block;
    width: 35px;
    height: 35px;
    box-sizing: border-box;
    padding-top: 2px;
    text-align: center;
    cursor: pointer;
    background-color: #295cb9;
    margin-right: 10px;
    border-radius: 50px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    color: #ecf0f1;
    font-size: 17px;
}

.holder_scroll {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 10px);
    overflow: hidden;
    z-index: 0;
}

.product {
    display: inline-block;
    vertical-align: top;
    width: 310px;
    height: 422px;
    background: #ffffff;
    margin: 10px 10px;
    color: #2c3e50;
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    border-radius: 10px;
}

.wright .blog,
.wright .product {
    width: calc(33% - 25px);
}

.product .product_special {
    height: 0;
    text-align: center;
    position: relative;
    z-index: 1;
}

.product .product_special span {
    display: inline-block;
    padding: 0 25px;
    border-radius: 25px;
    color: #ff1414;
    border: solid 1px #ff1414;
    background: #fffb;
    margin-top: 15px;
    font-weight: 400;
    font-size: 9pt;
}

.blog {
    display: inline-block;
    vertical-align: top;
    width: 310px;
    height: 380px;
    background: #ffffff;
    margin: 10px;
    color: #2c3e50;
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    border-radius: 10px;
}

.blog .goods-item {
    height: 380px;
}

.blog .goods-item .blog_category {
    display: block;
    font-size: 12px;
    padding: 5px 10px;
    box-sizing: border-box;
    color: #3a3a3a;
}

.blog .goods-item .blog_category span {
    display: inline-block;
    vertical-align: middle;
}

.blog .goods-item .blog_category i {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    font-size: 14px;
    color: #00c689;
}

.blog .goods-item .title {
    text-align: justify;
    margin: 0;
    cursor: context-menu;
}

.blog .goods-item .blog_date {
    font-size: 12px;
    padding: 5px 10px;
    box-sizing: border-box;
    float: left;
    color: #666666;
}

.faq .btn-cart-blog,
.blog .btn-cart-blog {
    color: #3A3A3A;
    border-bottom: solid 1px #666666;
    margin: 5px 10px;
}

.goods-item_hide {
    position: relative;
    left: 0;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.goods-item .img {
    display: block;
    margin: 15px auto 0 auto;
    width: calc(100% - 20px);
    height: 220px;
    overflow: hidden;
}

.goods-item .img .bg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.goods-item .top-title {
    margin-top: -30px;
}

.goods-item .title {
    display: block;
    width: 100%;
    padding: 5px 10px;
    text-align: center;
    cursor: pointer;
    color: #000;
    margin-top: 14px;
    box-sizing: border-box;
}

.goods-item .title a,
.goods-item .title span {
    color: #002c49;
    font-size: 14pt;
    font-weight: 200;
}

.goods-item .cost {
    text-align: center;
    display: block;
    text-decoration: line-through;
    font-size: 10pt;
    color: #BDBDBD;
    font-weight: 200;
}

.goods-item .cost_off {
    text-align: center;
    display: block;
    color: #39b156;
    font-size: 14pt;
    font-weight: 400;
}

.goods-item .delete_item {
    color: #e74c3c;
    font-size: 9pt;
    padding: 2px;
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
}

.product_in_post {
    width: calc(100% - 20px);
    height: auto;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.product_in_post .product_special {
    text-align: right;
    padding-right: 10px;
}

.product_in_post .goods-item .img {
    display: inline-block;
    vertical-align: middle;
    width: 150px;
    height: 150px;
    margin: 15px 0 0 0;
}

.product_in_post .goods-item .holder {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 155px);
}

.product_in_post .goods-item .holder .title,
.product_in_post .goods-item .holder .cost,
.product_in_post .goods-item .holder .cost_off {
    text-align: right;
}

.faq {
    display: block;
    vertical-align: top;
    width: 100%;
    background: #ffffff;
    margin: 9px 11px;
    padding: 10px;
    box-sizing: border-box;
    color: #2c3e50;
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    border-radius: 10px;
}

.faq .faq_holder {
    display: block;
    vertical-align: top;
    padding: 0 5px;
    box-sizing: border-box;
}

.faq .goods-item .blog_category {
    display: inline-block;
    vertical-align: middle;
    font-size: 8pt;
    font-weight: 200;
}

.faq .goods-item .img {
    width: 100px;
    height: unset;
    display: inline-block;
    vertical-align: top;
}

.faq .goods-item .title {
    display: block;
    vertical-align: top;
    text-align: right;
    padding: 0 !important;
}

.faq .goods-item .title a,
.faq .goods-item .title span {
    font-weight: 500 !important;
}

.faq .goods-item .text {
    display: block;
    vertical-align: top;
    text-align: right;
    font-weight: 200 !important;
    margin-bottom: 15px;
}

.faq .goods-item .blog_category {
    color: #3a3a3a;
}

.btn-cart {
    text-align: center;
    border-radius: 22px;
    padding: 10px 15px;
    color: #fff;
    cursor: pointer;
    font-size: 10pt;
    display: inline-block;
    vertical-align: middle;
}

.btn-cart:hover {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.55);
}

.btn-fav {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 5px 10px;
    box-sizing: border-box;
    color: #f39c12;
    border: solid 1px #f39c12;
    width: 45px;
    height: 45px;
    border-radius: 25px;
    cursor: pointer;
    font-size: 20px;
    margin: 5px 0;
}

.btn-fav:hover {
    color: #ecf0f1;
    background: #f39c12;
}

.vipAnim {
    animation-name: vipAnimSet;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: reverse;
}

/************************************************************/
/************************************************************/
.footer {
    background: #ecf0f1;
    box-shadow: 0 -6px 20px -6px rgba(0, 0, 0, .12);
    overflow: auto;
    padding: 15px 0 0 0;
}

.footer .footer-content {
    width: calc(100% - 5px);
    padding: 10px 0;
}

.footer .footer-content .col {
    display: inline-block;
    width: calc(30% - 5px);
    vertical-align: top;
    padding: 10px;
}

.footer .footer-content .col_text {
    width: calc(40% - 5px);
}

.footer .footer-content .col .h1 {
    display: block;
    color: #002c49;
}

.footer .footer-content .col .text {
    display: block;
    font-size: 9pt;
    font-weight: normal;
    margin: 7px 0;
    text-align: justify;
}

.footer .footer-content .col .mnu {
    display: block;
    font-size: 9pt;
    font-weight: normal;
    margin: 7px 0;
    color: #505763;
}

.footer .footer-content .col .mnu:hover {
    color: #295cb9;
}

.footer .footer-content .col .mnu::before {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 2px;
    background: #295cb9;
    content: "";
    transition: all 0.4s ease-in-out;
}

.footer .footer-content .col .mnu:hover::before {
    width: 8px;
}

.footer .footer-content .col span img {
    display: inline-block;
    vertical-align: middle;
    height: 40px;
}

.footer .copy-right {
    padding: 15px 0;
    background: #6e7585;
    color: #ffffff;
    text-align: center;
}

.footer .copy-right span {
    display: inline-block;
    vertical-align: middle;
    font-size: 10pt;
    font-weight: 400;
}

.footer .copy-right a {
    display: inline-block;
    vertical-align: middle;
    color: #1da1f2;
    font-weight: 600;
}

.footer .copy-right .reihoon {
    color: #66B933;
}

.footer .copy-right span img {
    display: inline-block;
    vertical-align: middle;
    height: 25px;
    margin: 0 2px;
}

.social {
    display: block;
    font-size: 22px;
    padding: 10px 0;
    background: #ffffff;
}

.social img {
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    margin: 0 2px;
}

.social .social_holder {
    float: left;
    margin-top: 6px;
}

.social_inside {
    width: 35px;
    height: 35px;
    display: inline-block !important;
    border-radius: 50%;
    text-align: center;
    padding-top: 1px;
    font-size: 18px;
    box-sizing: border-box;
    color: #f39c12;
    border: solid 1px #f39c12;
}

.social_inside:hover {
    background: #f39c12;
    color: #F5F5F5;
}

/************************************************************/
/************************************************************/
/************************************************************/
.wright {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 375px);
    padding-right: 10px;
}

.wright .box1 {
    padding: 10px 15px;
}

.wright .box1 .sort_head {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}

.wright .box1 .sort {
    display: inline-block;
    vertical-align: middle;
}

.wright .box1 .sort span {
    margin: 0 5px;
    background: #F5F5F5;
    padding: 3px 15px;
    border-radius: 22px;
    font-size: 12pt;
    font-weight: 400;
    cursor: pointer;
}

.wright .box1 .sort .current,
.wright .box1 .sort span:hover {
    color: #fff;
    background: #f1c40f;
}

.wleft {
    display: inline-block;
    vertical-align: top;
    width: 370px;
    padding: 5px 10px;
}

.wleft .box1 {
    margin: 5px auto;
    padding: 10px 15px;
}

.wleft .image_box_holder {
    margin: 20px auto;
    padding: 0;
}

.wleft .image_box_holder img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.wleft .wid_title {
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.wleft .wid_title .h2 {
    font-size: 14pt;
    padding: 0 10px 5px;
    border-bottom: 2px solid #ff141499;
    display: inline-block;

}

.wleft .wid_title .post_list {
    display: block;
    width: 100%;
    margin: 5px 0;
    text-align: right;
}

.post_img_img {
    object-fit: cover;
    width: 100%;
    height: 400px;
    display: block;
}

.wleft .wid_title .post_list .post_img_side {
    display: inline-block;
    vertical-align: middle;
    width: 60px;

}

.wleft .wid_title .post_list .post_img_side img {
    border-radius: 10px;
    width: 60px;
    border: 1px solid #eee;
    height: 60px;
    padding: 5px;
    box-sizing: border-box;
}

.wleft .wid_title .post_list .post_title {
    display: inline-block;
    width: calc(100% - 65px);
    vertical-align: middle;
    cursor: pointer;
}

.wleft .wid_title .post_list .post_title:hover .h4 {
    color: #ff1414;
}

.wleft .wid_title .post_list .h4 {
    display: block;
    max-height: 42px;
    overflow: hidden;
    box-sizing: border-box;
    font-weight: 200;
    font-size: 11pt;
}

.wleft .wid_title .post_list .cost_off {
    font-weight: 400;
    color: #39b156;
}

.wleft .post_btns {
    width: 45px;
    display: inline-block;
    vertical-align: top;
}

.wleft .post_img {
    width: calc(100% - 50px);
    display: inline-block;
    vertical-align: top;
    height: 100%;
    margin: 15px auto;
    overflow: hidden;
    object-fit: cover;
}

.wleft .post_img .img-post {
    width: calc(100% - 10px);
    display: block;
    cursor: pointer;
    text-align: center;
}

.wleft .post_img .img-big {
    width: calc(100% - 10px);
    height: 350px;
    margin: 5px auto;
    display: block;
    overflow: hidden;
    object-fit: contain;
    cursor: zoom-in;
}

.wleft .post_img .img-post img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    overflow: hidden;
    margin-right: 8px;
    padding: 5px;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 5px;
    opacity: 0.65;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
}

.wleft .post_img .img-post img:hover {
    opacity: 1.0;
}

.p_title .title {
    font-size: 19px;
    margin: 5px 0 10px 0;
    font-weight: 400;
    line-height: 1.5;
    padding-bottom: 7px;
    display: block;
    border-bottom: 1px solid #f2f2f2;
}

.p_title i {

}

.p_title .p_sub_title {
    font-size: 13px;
    color: #9E9E9E;
}

.p_title .product_rate span {
    display: inline-block;
    font-size: 9pt;
    color: #9E9E9E;
    margin: 0 5px;
}

.p_title .product_rate i {
    display: inline-block;
    color: #ffb518;
    font-size: 12px;
}

.p_meta {
    display: block;
    padding: 5px 0;
}

.p_meta .btn_cart {
    padding: 12px 30px;
}

.p_meta .product_id {
    display: block;
    margin-bottom: 10px;
    color: #8c8b89;
    font-weight: 200;
    font-size: 10pt;
}

.p_meta .product_id .p_id {
    display: inline-block;
    color: #17a2b8;
    margin-right: 2px;
}

.product_features {
    display: inline-block;
    vertical-align: top;
    width: calc(60% - 20px);
    font-size: 13px;
    margin: 10px 0;
}

.product_features .head {
    font-size: 11pt;
    margin-bottom: 5px;
    display: block;
    color: #212529;
}

.product_features ul {
    list-style: circle;
}

.product_features ul li {
    font-size: 10pt;
    margin-top: 8px;
}

.product_features ul li .filter_title {
    display: inline-block;
    font-weight: 200;
    margin-bottom: 0 !important;
    padding: 0 !important;
    color: #212529;
}

.product_features ul li .f_desc {
    display: inline-block;
    font-weight: 600;
    color: #212529;
    margin-right: 5px;
}

.product_extra {
    font-size: 14px;
    width: 40%;
    margin-top: 10px;
    background: #F5F5F5;
    border-radius: 10px;
}

.product_extra {
    display: inline-block;
    vertical-align: top;
    width: calc(40% - 20px);
}

.product_extra ul {
    list-style: none;
}

.product_extra ul li {
    margin-bottom: 2px;
    border-bottom: 1px solid #E4E4E4;
    width: 100%;
    padding: 8px 5px;
}

.product_extra ul li:last-child {
    border-bottom: none;
}

.product_extra ul li i {
    font-size: 20px;
    color: #295cb9;
    margin-left: 3px;
}

.product_extra ul li span {
    font-weight: 400;
    font-size: 10pt;
    text-align: justify;
    color: #505763;
}

.product_extra ul li:hover span {
    color: #295cb9;
}

.price_cons {
    display: block;
    padding: 10px 0;
    margin-bottom: 10px;
}

.item_cost_off {
    display: block;
    margin-left: 15px;
    color: #999999;
    font-weight: 600;
}

.discount {
    display: inline-block;
    vertical-align: middle;
    background: #d9017a;
    color: #FFFFFF;
    padding: 2px 5px;
    border-radius: 50%;
    box-sizing: border-box;
    font-size: 14pt !important;
}

.item_cost {
    display: block;
    margin-left: 15px;
    color: #39b156;
    font-weight: 600;
}

.item_cost span {
    margin-left: 5px;
    font-size: 18pt;
}

.price_cons .price {
    font-size: 14pt;
}

.price_cons .price span {
    color: #39b156;
    margin-right: 10px;
    font-size: 16pt;
}

.quantity-con {
    display: inline-block;
    width: 170px;
    margin-left: 10px;
    border-radius: 25px;
}

.quantity-con .head {
    display: inline-block;
    vertical-align: middle;
    font-size: 14pt;
    font-weight: 400;
}

.number-part {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border-radius: 3px;
    width: 100px;
}

.number-part span {
    display: inline-block;
    width: calc(100% - 80px);
    vertical-align: middle;
    padding: 5px;
}

.number-part .minus,
.number-part .plus {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
    font-size: 15pt;
    cursor: pointer;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.35);
    border-radius: 25px;
}

.number-part .minus:hover,
.number-part .plus:hover {
    color: #c0392b;
    box-shadow: 0 0 3px 0 rgba(255, 77, 54, 0.35);
}

.number-part input {
    width: 70px;
    font-size: 12pt !important;
    padding: 7px 10px;
    border: 1px solid #bd3343;
    border-radius: 25px;
    font-family: 'IRANsans';
}

.tab .header {
    padding: 0 10px 5px;
    margin: 10px 0;
    border-bottom: 2px solid #295cb9;
    display: inline-block;
}

.tab .header i {
    font-size: 20px;
    margin-left: 3px;
}

.tab .header .header_title {
    font-size: 14pt;
    display: inline-block;
    font-weight: 400;
    color: #515151;
}

.tab .table {
    display: block;
    color: #7f8c8d;
    padding: 10px 0;
}

.tab .item1 {
    width: calc(100% - 20px);
    margin: 10px auto;
    padding: 8px 15px;
    color: #212529;
    border-radius: 5px;
}

.tab .item1:nth-child(2n + 1) {
    background: #F5F5F5;
}

.tab .item1 .right-item {
    display: inline-block;
    vertical-align: top;
    width: 220px;
}

.tab .item1 .right-item i {
    display: inline-block;
    width: 25px;
}

.tab .item1 .left-item {
    display: inline-block;
    vertical-align: top;
    font-weight: normal;
    text-align: justify;
    width: calc(100% - 225px);
}

.tab .item1 .accepted {
    color: #2980b9;
}

.tab .item1 .refused {
    color: #ff1414;
}

.tab .item1 .left-item .left-item-compare {
    display: inline-block;
    vertical-align: top;
    width: calc(25% - 5px);
}

.tab .item1 .left-item .left-item-compare .goods-item {
    width: 100% !important;
}

.tab .prod-excerpt {
    margin-bottom: 15px;
    overflow: auto;
    background: #f5f5f5;
    border-radius: 6px;
    padding: 10px;
    border-right: 4px solid #295cb9;
}

.tab .prod-excerpt span {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 100px);
    font-size: 16px;
    color: #757575;
    background: #f5f5f5;
    font-weight: 400;
    text-align: justify;
    line-height: 1.6;
}

.tab .prod-excerpt i {
    display: inline-block;
    vertical-align: top;
    font-size: 75px;
    color: #295cb9;
    margin-left: 16px;
}

.tab .prod_text {
    display: block;
    margin-bottom: 25px;
    font-weight: 200;
}

.tab .prod_text p {
    display: block;
    padding-bottom: 10px;
}

.box1 .text img,
.box1 .text audio,
.box1 .text video,
.tab .prod_text img,
.tab .prod_text audio,
.tab .prod_text video {
    display: block;
    width: 100%;
    max-width: 800px;
    margin: 10px auto;
    object-fit: cover;
    border-radius: 20px;
    overflow: hidden;
}

.box1 .text .aparat,
.tab .prod_text .aparat {
    display: block;
    width: 100%;
    max-width: 800px;
    min-height: 500px;
    margin: 10px auto;
}

.box1 .text .aparat iframe,
.tab .prod_text .aparat iframe {
    min-height: 500px;
    border-radius: 20px;
    overflow: hidden;
}

.score {
    padding-bottom: 20px;
    padding-right: 20px;
}

.score .title {
    font-weight: bold;
    cursor: context-menu;
}

.score span {
    font-weight: 200;
    font-size: 10pt;
    cursor: pointer;
}

.score i {
    margin: 5px;
    font-size: 18px;
}

.post_date {
    float: left;
    margin: 10px;
    font-size: 14px;
    color: #666666;
    font-weight: 200;
}

.post_author {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: 15px;
}

.post_author_image {
    width: 100%;
}

.post_author_name {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 120px);
}

.post_author_name .name {
    display: block;
    margin-bottom: 15px;
}

.post_author_name .description {
    display: block;
    color: #333533;
    font-size: 10pt;
    font-weight: 200;
}

.comment-part {
    width: calc(100% - 50px);
    margin: 20px auto;
    padding: 15px 5px;
    border-bottom: 1px solid #295cb9;
}

.comment-part .comment-part {
    border-bottom: 1px solid #505763;
}

.comment-part:last-child {
    border-bottom: none;
}

.comment-part .right {
    width: 280px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    padding: 10px 20px;
}

.comment-part .right .Buyer {
    border: 1px solid #e6e6e6;
    padding: 10px 25px;
    font-size: 8pt;
    border-radius: 2px;
    background: #f5f5f5;
    margin-top: 5px;
    color: #00c689;
    display: block;
    width: calc(100% - 20px);
    text-align: center;
}

.comment-part .right .title {
    display: block;
    margin-top: 15px;
    font-size: 10pt;
}

.comment-part .left {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 295px);
    padding: 10px 20px;
    box-sizing: border-box;
}

.comment-part .left .head {
    display: block;
    padding: 15px;
    border-bottom: 1px solid #e6e6e6;
    font-size: 10pt;
    font-weight: normal;
}

.comment-part .left .text {
    display: block;
    padding: 10px;
    margin-top: 15px;
    font-size: 10pt;
}

.comment-part .left .replay {
    display: inline-block;
    padding: 0 10px;
    border-radius: 10px;
    margin-top: 10px;
    font-size: 10pt;
    color: #295cb9;
    font-weight: 400;
}

.comment-part .left .replay:hover {
    color: #ffffff;
    background: #295cb9;
}

.comment-part .head1 {
    display: block;
    color: #002c49;
    margin: 15px 25px;
    font-size: 14pt;
}

.comment-part .comment_rate {
    margin-right: 25px;
    color: #166599;
    font-size: 11pt;
}

.comment_rate i {
    color: #ffb518;
    cursor: pointer;
}

.comment-part textarea {
    display: block;
    width: calc(100% - 80px);
    min-width: calc(100% - 80px);
    max-width: calc(100% - 80px);
    height: 100px;
    min-height: 100px;
    max-height: 250px;
    margin: auto;
    padding: 10px;
    border: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    font-family: 'IRANsans';
    color: #7f8c8d;
    font-size: 10pt;
    text-align: justify;
}

.comment-part .point {
    margin: 15px 29px;
    width: calc(100% - 60px);
    max-width: 300px;
    box-sizing: border-box;
}

.page_number {
    display: block;
    text-align: center;
    margin-top: 25px;
}

.page_number a {
    width: 40px;
    height: 40px;
    padding: 10px 0;
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
    border-radius: 5px;
    margin-left: 7px;
    cursor: pointer;
    background: #ecf0f1;
    box-shadow: 0 0 3px rgba(75, 110, 6, 0.15);
    color: #f1c40f;
}

.page_number a:hover {
    color: #f1c40f;
    box-shadow: 0 0 5px rgba(75, 110, 6, 0.25);
}

.page_number .page_active {
    background: #f1c40f !important;
    color: #FFF !important;
}

.box1 .p_title {
    margin: 0 0 15px;
    font-size: 20px;
    line-height: 1.5;
    padding: 10px 15px;
    font-weight: 400;
    width: 100%;
}

.box1 .cart_title {
    margin: 0 0 15px 0;
    font-size: 20px;
    line-height: 1.5;
    padding: 10px 15px;
    font-weight: 400;
    width: 100%;
    border-bottom: 1px solid #E0E0E0;
}

.cart .header {
    width: calc(100% - 30px);
    padding: 15px;
    margin: auto;
    border-bottom: 1px solid #e1e1e1;
    border-radius: 6px 6px 0 0;
    display: block;
    background: #F5F5F5;
}

.cart .header .cart-title {
    display: block;
    vertical-align: middle;
    font-size: 12pt;
}

.cart .header .cart-title span {
    display: inline-block;
    vertical-align: middle;
}


.cart .top-list {
    height: 30px;
    padding: 10px 15px;
    background-color: #002c49;
    border-radius: 5px 5px 0 0;
    color: #fff;
}

.cart .top-list .left {
    float: left;
    background: #bd3343;
    color: #fff;
    border-radius: 5px;
    padding: 2px 10px;
}

.cart .top-list .left:hover {
    background: #c0392b;
}

.cart-title-mobile {
    display: none;
}

.cart-item {
    display: block;
    border-bottom: 1px solid #7f8c8d;
    width: calc(100% - 30px);
    margin: auto;
    padding: 10px 0;
    box-sizing: border-box;
}

.cart-item:last-child {
    border-bottom: none;
}

.title-part {
    display: inline-block;
    vertical-align: middle;
}

.title-part img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    display: inline-block;
    vertical-align: middle;
    margin: 5px 0 5px 10px;
    background: #FFFFFF;
    border-radius: 5px;
}

.title-part .title_holder {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 115px);
}

.title-part .title {
    display: block;
    font-size: 11pt;
    font-weight: normal;
}

.title-part .title2 {
    display: block;
    margin-top: 10px;
    font-size: 9pt;
    color: #166599;
}

.text-part {
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    font-size: 9pt;
    padding-left: 10px;
    box-sizing: border-box;
}

.delete-cart {
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 12px 0;
    text-align: center;
    cursor: pointer;
    background: #c0392b;
    border-radius: 35px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.35);
    color: #fff;
    box-sizing: border-box;
}

.delete-cart:hover {
    background: #d84030;
}


.cart-price {
    display: block;
    padding-bottom: 5px;
    overflow: hidden;
    margin: 10px auto 20px auto;
    border-radius: 5px;
}

.cart-price .right,
.cart-price .left {
    width: calc(50% - 30px);
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    margin-top: 10px;
}

.cart-price .right span,
.cart-price .left span {
    display: block;
    margin-bottom: 10px;
}

.cart-price .left {
    text-align: left;
}

.h-price {
    color: #f5f5f5;
    opacity: 0.35;
}

.cart-price .cart-price-btn {
    display: block;
    text-align: center;
    margin-top: 15px;
    padding-top: 5px;
    border-top: 1px solid #E0E0E0;
}

.cart-price .btn {
    display: inline-block;
    margin: 10px;
    text-align: center;
    background: #166599;
    border: solid 1px #166599;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.35);
    color: #fff;
    width: 250px;
    border-radius: 3px;
    cursor: pointer;
    padding: 8px 0;
}

.cart-price .btn span,
.cart-price .btn i {
    display: inline-block;
    margin: 0 5PX;
}

.cart-price .btn:hover span,
.cart-price .btn:hover i {
    margin: 0 15PX;
}

.cart-price .btn-back {
    background: #fff;
    color: #166599;
}

.w200 {
    width: 200px;
}


.empty-cart {
    text-align: center;
    margin: 50px 0;
}

.empty-cart i {
    display: block;
    font-size: 150px;
    color: #95a5a6;
}

.empty-cart span {
    display: block;
    margin: 25px 0;
}

.cart-done-img {
    width: 47px;
    height: 47px;
    vertical-align: middle;
    object-fit: cover;
    border-radius: 50%;
    margin-left: 5px;
}

.black {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.35);
    top: 0;
    right: 0;
    z-index: 10;
}

.filter_btn {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #ffffff;
    box-sizing: border-box;
    width: 55px;
    height: 55px;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    z-index: 199;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
    padding-top: 10px;
    font-size: 26px;
    color: #ff1414;
}

.filter_btn:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

.filter {
    padding: 10px 0;
    margin-bottom: 40px;
    right: -370px;
}

.filter .part {
    display: block;
    border-bottom: 1px solid #f5f5f5;
    padding: 10px 0;
}

.filter .part:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.filter .part .filter_delete {
    display: inline-block;
    font-weight: 200;
    font-size: 10px;
    padding: 2px 5px;
    border-radius: 50px;
    border: solid 1px #7f8c8d;
    cursor: pointer;
}

.filter .part .filter_delete:hover {
    border: solid 1px #e74c3c;
    color: #e74c3c;
}

.filter .part .close_filter {
    display: none;
    float: left;
    margin-top: 5px;
    cursor: pointer;
    margin-left: 10px;
    z-index: 99999;
}

.filter .part .close_filter:hover {
    color: #e74c3c;
}

.filter .part span {
    margin: 10px;

}

.filter .part input[type=text] {
    width: calc(100% - 65px);
    height: 25px;
    border-radius: 3px;
    padding: 5px 10px;
    margin-right: 20px;
    display: inline-block;
    color: #7f8c8d;
    font-size: 8pt;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    font-family: 'IRANsans';
}

.filter .holder_side_list {
    margin: 15px 5px;
}

.filter .holder_side_list .list {
    font-weight: 400;
}

.filter .current {
    font-weight: 600 !important;
    margin-right: 5px;
    color: #2d8ac7;
}

.filter .holder_side_list .list i {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.filter .holder_side_list .list_open {
    margin-right: 15px;
}

.filter .holder_side_list .list_open span {
    display: block;
    margin: 5px 20px 5px 0;
    font-weight: 200;
    color: #333533;
}

.filter .holder_side_list .list_open .current {
    font-weight: 400 !important;
    color: #2d8ac7;
}

.filter .part .box_title {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.filter .part .brand_list {
    max-height: 400px;
    overflow: auto;
}

.filter .part .brand_item {
    display: block;
    cursor: pointer;
    margin-bottom: 10px;
    padding: 0 10px;
    box-sizing: border-box;
}

.filter .part .brand_item_selected,
.filter .part .brand_item:hover {
    color: #2d8ac7;
}

.filter .part .brand_item .item_title,
.filter .part .brand_item .item_title_en {
    display: inline-block;
    font-weight: 400;
    margin: 0;
}

.filter .part .brand_item .item_title_en {
    float: left;
}

.filter .part .check {
    display: block;
    margin-top: 6px;
    color: #c0bfbf;
    cursor: pointer;
    font-size: 11pt;
}

.filter .part .check:hover {
    color: #5f9bc2;
}

.filter .part .check i {
    font-size: 18px;
    margin-left: 10px;
}

.filter .part .checked {
    color: #166599 !important;
}

.filter .part .yellow_btn {
    display: block;
    margin: 5px 0 10px 0;
}

.filter .blue-btn {
    width: calc(100% - 60px);
    text-align: center;
    display: block;
    color: #fff;
    box-sizing: border-box;
    padding: 10px;
    margin: 20px auto;
    border-radius: 30px;
    background: #5890b4;
    cursor: pointer;
    font-size: 10pt;
}

.filter .blue-btn:hover {
    background: #5f9bc2;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.55);
}

.filter .slide_container {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.filter .slider {
    -webkit-appearance: none;
    width: 100%;
    height: 2px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.filter .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #2d8ac7;
    cursor: pointer;
}

.filter .slider::-moz-range-thumb {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #2d8ac7;
    cursor: pointer;
}

.filter .range_cost {
    display: block;
    text-align: center;
}

.filter .range_cost .span {
    padding: 3px 15px;
    margin: 15px 0;
}

/************************** PANEL  ****************************/
/************************** PANEL  ****************************/
/************************** PANEL  ****************************/


.select-control {
    overflow: hidden;
    height: 45px;
    border-radius: 5px;
    border: 1px solid #F5F5F5;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    font-size: 11pt;
    box-sizing: border-box;
}

.select-control select {
    width: calc(100% + 20px);
    border-radius: 5px;
    padding: 10px 20px;
    font-family: 'IRANsans';
    font-weight: bold;
    font-size: 11pt;
    box-sizing: border-box;
    color: #2c3e50;
    border: none;
    background: transparent;
    position: relative;
    z-index: 1;
}

.select-control i {
    margin-left: 20px !important;
    color: #002c49 !important;
    font-size: 22px !important;
    position: relative !important;
    top: -30px !important;
    float: left !important;
    z-index: 0 !important;
}

.panelMain {
    text-align: center;
}

.panelMain .menuPanel {
    display: inline-block;
    background: #F5F5F5;
    width: 290px;
    margin: 25px 5px;
    vertical-align: top;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    padding-bottom: 15px;
}

.panelMain .pProfile {
    margin-bottom: 15px;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}

.panelMain .pProfile img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: solid 5px #fff;
    margin-top: 15px;
    cursor: pointer;
}

.panelMain .pProfile img:hover {
    opacity: 0.7;
}

.panelMain .menuPanel .pProfile span {
    display: block;
    color: #212529;
    font-size: 16pt;
    font-weight: 800;
    padding-bottom: 5px;
}

.panelMain .menuPanel .pProfile .user_id {
    display: block;
    color: #4D4D4D;
    font-size: 9pt;
    padding-bottom: 10px;
}

.panelMain .menuPanel .pProfile span i {
    color: #f3c212;
}

.panelMain .menuPanel .pMenuBtn {
    display: inline-block;
    width: 260px;
    border-radius: 5px;
    margin: 5px 0;
    text-align: right;
    box-sizing: border-box;
    padding: 2px 15px 2px 0;
    cursor: pointer;
    font-weight: 400;
    color: #2c3e50 !important;
}

.panelMain .menuPanel .pMenuBtn_sub {
    font-size: 9pt;
    padding: 2px 30px 2px 0;
    color: #2980b9 !important;
}

.panelMain .menuPanel .pMenuBtn:hover {
    background: #ecf0f1;
}

.panelMain .menuPanel .selected {
    background: #ecf0f1 !important;
}

.pBtnClose {
    display: none !important;
    cursor: pointer;
}

.panelMain .menuPanel .pMenuBtn i {
    width: 35px;
    vertical-align: middle;
    font-size: 18px;
}

.panelMain .menuPanel .pMenuBtn_sub i {
    font-size: 14px;
}

.counter {
    display: inline-block;
    height: 17px;
    color: #ecf0f1;
    background: #eb2e06;
    font-size: 8pt;
    padding: 0 5px;
    border-radius: 25px;
    vertical-align: middle;
    float: left;
    margin-top: 5px;
}

.counter_orange {
    background: #e67e22;
}

.panelMain .mainPanel {
    display: inline-block;
    width: calc(100% - 315px);
    margin: 25px 5px;
}

.panelMain .mainPanel .pHeader {
    background: #F5F5F5;
    color: #212529;
    border-radius: 5px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    text-align: right;
    box-sizing: border-box;
    font-weight: 400;
    padding: 5px 10px;
    font-size: 18pt;
    margin-bottom: 15px;
}

.panelMain .mainPanel .pHeader i {
    margin: 0 15px;
    font-size: 15pt;
}

.panelMain .mainPanel .pHeader .pBtnMenu {
    color: #2980b9;
    background: #ecf0f1;
    margin-left: 15px;
    padding-left: 15px;
    border-radius: 5px;
}

.panelMain .mainPanel .pHeader .pBtnMenu:hover {
    color: #3498db;
}

.pHeader .btn-green,
.pHeader .btn-orange {
    float: left;
    padding: 2px 30px;
    margin-top: 5px;
}

.pHeader .btn-green i,
.pHeader .btn-orange i {
    font-size: 12px !important;
    margin: 0 !important;
    font-weight: 300;
}

.pBtnMenuPlus {
    color: #16a085;
    background: #ecf0f1;
    padding: 2px 15px;
    border-radius: 5px;
    font-size: 11pt;
    float: left;
    margin-right: 5px;
    margin-top: 3px;
    cursor: pointer;
    border: 3px solid #ecf0f1;
}

.pBtnMenuPlus:hover {
    background: #ecf0f1;
    color: #2c3e50;
}

.pBtnMenuPlus i {
    font-size: 11pt !important;
    margin: 0 0 0 5px !important;
    vertical-align: middle;
}

.panelMain .mainPanel .amarBox {
    display: inline-block;
    width: 390px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.35);
    background: #fff;
    margin: 5px 5px 20px 5px;
    vertical-align: top;
}

.panelMain .mainPanel .amarBox .title {
    display: block;
    margin-top: 10px;
}

.panelMain .mainPanel .amarBox .count {
    display: block;
    font-size: 42pt;
}

.panelMain .mainPanel .amarBox .countBox {
    width: 33.33333%;
    border: solid 1px #ecf0f1;
    box-sizing: border-box;
    float: right;
    padding: 10px 0;
}

.panelMain .mainPanel .amarBox .countBox span {
    display: block;
    font-size: 12pt;
    color: #bdc3c7;
}

.panelMain .mainPanel .countBox {
    width: calc(100% - 10px);
    text-align: center;
    color: #212529;
    vertical-align: top;
}

.panelMain .mainPanel .countBox .counterBox {
    display: inline-block;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    margin: 5px 5px 10px 5px;
    vertical-align: top;
    box-sizing: border-box;
    padding: 10px 0;
    background: #fff;
    width: calc(50% - 20px);
}

.panelMain .mainPanel .countBox .counterBox .title {
    display: block;
    margin-top: 10px;
}

.panelMain .mainPanel .countBox .counterBox .count {
    display: block;
    font-size: 20pt;
}

.panelMain .mainPanel .countBox .counterBox .Fee {
    display: block;
    font-size: 20pt;
}

.panelMain .mainPanel .countBox .monthBox {
    background: #ff622d !important;
}

.panelMain .mainPanel .countBox .weekBox {
    background: #ffc82d !important;
}

.panelMain .mainPanel .countBox .dayBox {
    background: #27ae61 !important;
}

.panelMain .mainPanel .tablePanel {
    display: inline-block;
    width: calc(100% - 10px);
    vertical-align: top;
    text-align: right;
    margin: 5px;
}

.panelMain .mainPanel .tablePanel .tHeader {
    color: #212529;
    background: #F5F5F5;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    border-radius: 5px;
    box-sizing: border-box;
    font-weight: 600;
    padding: 1px 10px;
}

.panelMain .mainPanel .tablePanel .head {
    display: block !important;
    font-size: 18px;
    font-weight: 400;
    border-bottom: 3px solid #ff1414;
    padding: 5px 0;
    margin-top: 20px;
    margin-bottom: 10px;
    width: 200px !important;
}

.panelMain .mainPanel .tablePanel .tHeader span {
    display: inline-block;
    vertical-align: center;
}

.panelMain .mainPanel .tablePanel .tRow span {
    display: inline-block;
    vertical-align: middle;
}

.red-btn {
    color: #eb2e06;
    font-size: 16pt !important;
    vertical-align: middle;
}

.panelMain .mainPanel .tablePanel .tRow {
    display: block;
    color: #2c3e50;
    border-bottom: 1px solid #eee;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 15px 10px;
    font-weight: 200;
    font-size: 12pt;
}

.panelMain .mainPanel .tablePanel .tRow:hover {
    color: #ff1414;
}

.panelMain .mainPanel .tablePanel .tRow i {
    font-size: 9pt;
    vertical-align: middle;
}

.label {
    display: block;
    font-weight: 200;
    font-size: 12pt;
}

.panelMain .mainPanel .tablePanel .tRow .btn_table {
    display: inline-block;
    vertical-align: middle;
    margin: 4px 0;
    padding: 8px 0;
    text-align: center;
    box-sizing: border-box;
    width: 35px;
    height: 35px;
    border-radius: 25px;
    font-size: 14pt;
}

.panelMain .mainPanel .tablePanel .tRow .btn_dis {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
    border-radius: 45px;
    font-size: 14pt;
    width: 80px;
    height: 55px;
    padding-top: 12px;
}

.panelMain .mainPanel .tablePanel .notRow {
    padding: 10px;
    cursor: context-menu !important;
}

.panelMain .mainPanel .tablePanel .notRow:hover {
    color: #2c3e50 !important;
}

.label {
    margin-top: 15px !important;
}

.label i {
    font-size: 14pt !important;
    vertical-align: middle;
    margin-left: 10px !important;
}

.panelMain .mainPanel .tablePanel .notRow .text {
    display: block;
    margin: 5px 5px;
    color: #7f8c8d !important;
}

.panelMain .mainPanel .tablePanel .notRow .date {
    font-size: 9pt;
    margin-right: 20px;
    color: #7f8c8d !important;
    vertical-align: middle;
}

.panelMain .mainPanel .tablePanel .notRow .select {
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}

.panelMain .mainPanel .tablePanel .notRow .select i {
    font-size: 12pt;
}

.btn_img {
    display: inline-block;
    background: #2980b9;
    color: white;
    padding: 10px 30px !important;
    box-sizing: border-box;
    border: 3px solid #ecf0f1;
    border-radius: 35px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 10px;
}

.btn_img:hover {
    background: #3498db;
}

.panelMain .mainPanel .tablePanel .notRow .tasvie-vaz {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 10px;
    text-align: center;
    width: 110px;
}

.panelMain .mainPanel .tablePanel .notRow .tasvie-vaz img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    margin-bottom: 5px;
}

.panelMain .mainPanel .tablePanel .notRow .tasvie-vaz-not img {
    filter: grayscale(100%);
}

.panelMain .mainPanel .tablePanel .notRow .tasvie-vaz .tasvie-text {
    display: block;
    font-weight: bold;
}

.panelMain .mainPanel .tablePanel .notRow .tasvie-vaz .tasvie-date {
    color: #7f8c8d;
    font-size: 10pt;
}

.panelMain .mainPanel .tablePanel .notRow .separator {
    display: inline-block;
    height: 3px;
    width: 70px;
    background: #2c3e50;
    border-radius: 10px;
    margin: 0 5px;
    vertical-align: middle;
}

.panelMain .mainPanel .tablePanel .notRow .img {
    display: inline-block;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.panelMain .mainPanel .tablePanel .notRow .img .bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    top: 0;
    right: 0;
}

.panelMain .mainPanel .tablePanel .notRow .img .logo-item {
    object-fit: cover;
    display: block;
    position: relative;
    width: 150px;
    height: 150px;
    top: -180px;
    right: 15px;
    border-radius: 50%;
    border: solid 2px #ecf0f1;
}

.panelMain .mainPanel .tablePanel .notRow .img .btn-change {
    position: relative;
    top: -225px;
    margin: 0 75px 0 15px;
    opacity: 0.0;
}

.panelMain .mainPanel .tablePanel .notRow .img:hover .btn-change {
    opacity: 1.0;
}

.panelMain .mainPanel .tablePanel .notRow .img .btn-change i {
    font-size: 24pt !important;
    color: #ecf0f188;
    cursor: pointer;
}

.panelMain .mainPanel .tablePanel .notRow .img .btn-change i:hover {
    color: #ecf0f1dd;
}

.panelMain .mainPanel .tablePanel .light-blue {
    background: #dbfeee !important;
}

.panelMain .mainPanel .in-panel-menu {
    display: block;
    margin: 15px 0;
    text-align: right;
}

.panelMain .mainPanel .in-panel-menu .pBtnMenuPlus {
    display: inline-block;
    float: none;
}

.panelMain .mainPanel .in-panel-menu .pBtnMenuPlus .counter {
    float: none;
    vertical-align: top;
    margin-right: 15px;
}

.mainPanel .table_row {
    display: block;
    padding: 11px 30px;
    border-bottom: 1px dashed #eee;
}

.mainPanel .table_row:hover {
    color: #ff1414;
}

.mainPanel .table_row .t_title {
    display: none;
    font-size: 16px;
    width: 100px;
    border: none;
    white-space: initial;
    text-overflow: initial;
    overflow: initial;
}

.mainPanel .table_row .t_text {
    display: inline-block;
    width: 100%;
}

.mainPanel .table_row div {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    font-size: 14px;
}

.table_vaz_g {
    color: #00c689;
}

.table_vaz_r {
    color: #f1536e;
}

.table_vaz_o {
    color: #e67e22;
}

.limit-text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.tablePanel .table_header {
    display: block;
    padding: 11px 30px;
}

.tablePanel .table_header span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}

.tablePanel .table_order_image {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 5px;
    margin: 2px;
}

.addComment {
    margin: 15px 10px;
}

.addComment .rating {
    margin-right: 10px;
}

.addComment .rating i {
    color: #f39c12;
    cursor: pointer;
}

.addComment .title {
    display: inline-block;
    color: #7f8c8d;
    margin-top: 10px;
}

.addComment .btn-green {
    width: 150px;
    margin-top: 15px;
    font-weight: 600;
    font-size: 18px;
    padding: 10px 0;
    display: block;
    text-align: center;
    box-sizing: border-box;

}

.block .btn-green {
    width: 150px;
    margin-top: 15px;
    font-weight: 600;
    font-size: 18px;
    padding: 10px 0;
    display: block;
    border-radius: 6px;
    text-align: center;
    box-sizing: border-box;
    border: 4px solid #ecf0f1;

}

.addComment .btn-orange {
    width: 220px;
    margin-top: 15px;
    font-weight: 600;
    font-size: 18px;
    padding: 10px 0;
    display: block;
    border-radius: 6px;
    text-align: center;
    box-sizing: border-box;
    border: 4px solid #ecf0f1;

}

.addComment textarea {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 120px;
    margin-top: 5px;
}

/************************** PANEL  ****************************/
/************************** PANEL  ****************************/
/************************** PANEL  ****************************/


.chat_holder {
    padding: 20px;
    overflow: auto;
    display: block;
    box-sizing: border-box;
    height: 430px;
}

.message_holder {
    margin-top: 20px;
}

.chat_holder_received .message_title,
.chat_holder_received .message_date,
.chat_holder_sent {
    float: right;
    display: block;
}

.chat_holder_sent .message_date,
.chat_holder_received {
    float: left;
    display: block;
}

.message_title {
    margin-bottom: 10px;
    font-weight: 600;
}

.message_text {
    display: block;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    font-weight: 300;
    text-align: right;
}

.message_date {
    margin-top: 10px;
    font-size: 10pt;
    font-weight: 300;
}

.message_input {
    height: 70px;

}

.message_input textarea {
    width: calc(100% - 120px);
    max-width: calc(100% - 120px);
    min-width: calc(100% - 120px);
    height: 70px;
    min-height: 70px;
    max-height: 70px;
    border: none;
    padding: 20px;
    box-sizing: border-box;
    background: #ecf0f1;
    border-radius: 0;
    display: block;
    float: right;
    resize: none;
}

.message_input .btn {
    width: 90px;
    display: block;
    float: right;
    vertical-align: top;
    border-radius: 0;
    box-shadow: none;
    height: 70px;
    padding-top: 25px;
    box-sizing: border-box;
    background-color: #e67e22;
    color: #F5F5F5;
}

.message_input .btn:hover {
    background-color: #ea9345;
}

.message_input .btn_attach {
    width: 30px;
    background-color: #2980b9;
}

.message_input .btn_attach:hover {
    background-color: #295cb9;
}

.sent_message_background {
    background: #b8e994;
}

.receive_message_background {
    background: #cdd8ff;
}

.input_holder {
    display: block;
    margin-bottom: 15px;
    position: relative;
}

.input_holder .reset {
    display: none;
    position: absolute;
    left: 10px;
    top: 52px;
    font-size: 15px !important;
    padding: 7px 5px;
    color: #666666;
    cursor: pointer;
}

.input_holder .reset:hover {
    color: #e67e22;
}

.input_left {
    text-align: left;
    direction: ltr;
}

.input_holder .label {
    display: block;
    margin-bottom: 5px;
}

.input_holder input {
    display: block;
}

.tablePanel textarea,
.input_holder textarea {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    min-height: 150px;
    max-height: 200px;
}

.input_image {
    display: block;
    margin: 10px 0 20px 0;
    width: 220px;
    height: 220px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    text-align: center;
}

.input_image .img,
.input_image img {
    display: block;
    width: 220px;
    height: 220px;
    object-fit: contain;
    border-radius: 10px;
    background: transparent;
}

.input_image i {
    display: none;
    font-size: 35px;
    position: relative;
    top: -130px;
}

.checkbox {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 25px;
    height: 25px;
    padding: 12px;
    box-sizing: border-box;
    font-size: 10pt;
    border-radius: var(--radius_10);
    border: 1px solid #f39c12;
    box-shadow: inset 0 0 0 0 #f39c12;
    transition: all 0.1s linear;
}

.checkbox_product {
    border-radius: 35px;
}

.checkbox_current {
    box-shadow: inset 0 0 0 13px #f39c12;
}

.checkbox_text {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    padding: 5px 10px;
    box-sizing: border-box;
    font-size: 10pt;
}

.checkbox_text_current {
    color: #f39c12;
}

.search_result {
    display: inline-block;
    font-weight: 300;
    padding: 5px 10px;
    margin: 5px;
    box-sizing: border-box;
    border: solid 1px #f39c12;
    cursor: pointer;
    border-radius: var(--radius_25);
}

.search_result:hover {
    color: #f39c12;
}

.file_item {
    display: inline-block;
    vertical-align: top;
    width: calc(20% - 15px);
    min-width: 100px;
    background-color: #ecf0f1;
    margin: 5px;
}

.file_item img {
    display: block;
    width: 100%;
    object-fit: contain;
}

.file_item i {
    display: block;
    width: 100%;
    padding: 50px 0;
    text-align: center;
    color: #2c3e50;
    font-size: 30px;
}

.progress_bar {
    display: block;
    position: relative;
    width: 100%;
    height: 35px;
    background-color: #2c3e50;
    border-radius: 5px;
    overflow: hidden;
    margin: 10px 0;
}

.progress_bar .bar_yellow,
.progress_bar .bar_red,
.progress_bar .bar_green {
    display: block;
    position: absolute;
    height: 35px;
}

.progress_bar .bar_yellow {
    background-color: #e67e22;
}

.progress_bar .bar_red {
    background-color: #b94a48;
}

.progress_bar .bar_green {
    background-color: #2980b9;
}

.progress_bar .title {
    display: block;
    position: absolute;
    top: 0;
    height: 35px;
    color: #ffffff;
    width: 100%;
    text-align: center;
    padding-top: 5px;
}

@media screen and (max-width: 1175px) {
    .wright .blog,
    .wright .product {
        width: calc(50% - 25px);
    }

    .box1 .special_title,
    .box1 .special_slider {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 1160px) {
    .panelMain .menuPanel {
        width: 70px;
    }

    .panelMain .menuPanel .pProfile img {
        width: 50px;
        height: 50px;
    }

    .panelMain .menuPanel .pProfile span {
        display: none;
    }

    .panelMain .menuPanel .pMenuBtn {
        width: 50px;
        text-align: center;
    }

    .panelMain .menuPanel .pMenuBtn span {
        display: none;
    }

    .panelMain .menuPanel .pMenuBtn i {
        margin-left: 0;
    }

    .panelMain .mainPanel {
        width: calc(100% - 95px);
    }

    .image_box_holder .w50 img {
        height: 200px;
    }
}

@media screen and (max-width: 960px) {
    .panelMain .menuPanel {
        display: block;
        overflow: auto;
        width: 290px;
        height: 100vh;
        top: 0;
        right: -290px;
        margin: 0;
        border-radius: 0;
        position: fixed;
        z-index: 999;
    }

    .panelMain .menuPanel .pProfile img {
        width: 120px;
        height: 120px;
    }

    .panelMain .menuPanel .pProfile span {
        display: block;
    }

    .panelMain .menuPanel .pMenuBtn {
        width: 260px;
        text-align: right;
    }

    .panelMain .menuPanel .pMenuBtn span {
        display: inline;
    }

    .panelMain .mainPanel {
        width: calc(100% - 20px);
    }

    .pBtnClose {
        display: inline-block !important;
    }

}

@media screen and (max-width: 950px) {
    .register_hide {
        display: inline-block;
        vertical-align: middle;
        margin-left: 3px;
        float: left;
    }

    .register_hide span {
        width: 45px;
        height: 45px;
        text-align: center;
        padding-top: 10px;
    }

    .register {
        display: none !important;
    }

    .box .search {
        width: calc(100% - 358px);
    }

    .filter {
        display: block;
        position: fixed;
        height: 100vh;
        overflow: auto;
        top: 0;
        border-radius: 0;
        z-index: 199;
        margin: 0;
        padding: 0 15px;
    }

    .filter .part .close_filter {
        display: block;
    }

    .filter_btn {
        display: block;
    }

    .wright {
        width: calc(100% - 20px);
        margin: auto;
    }

    .cart-title-mobile {
        display: inline-block;
        width: 95px;
        vertical-align: top;
        margin: 0 0 10px 0;
        padding: 10px 10px;
        box-sizing: border-box;
        font-size: 10pt;
    }

    .cart-item .sell-mobile {
        display: inline-block !important;
        vertical-align: top;
        width: calc(100% - 100px) !important;
        margin: 0 0 10px 0;
        padding: 10px 10px;
        border-bottom: solid 1px #f5f5f5;
        box-sizing: border-box;
    }

    .cart .cart-header {
        display: none;
    }

    .image_box_holder .w50 {
        width: calc(100% - 25px);
        margin: 10px auto;
        text-align: center;
        display: block;
    }

    .image_box_holder .w50 img {
        height: 250px;
    }

    .service_holder .service {
        width: calc(50% - 25px);
    }

    .service_holder .service i {
        display: block;
        margin-bottom: 10px;
    }

    .menu_holder .pc {
        display: none;
    }

    .menu_holder .mobile {
        display: block !important;
    }

    .menu_holder .hide-menu .menu-content {
        display: block;
        width: 100%;
        height: 100vh;
        overflow: auto;
        right: -100%;
        top: 0;
        position: fixed;
    }

    .menu-content .cat-btn {
        width: calc(100% - 5px);
        overflow: auto;
    }

    .menu_holder .hide-menu .menu-content .cat-btn-item {
        width: 0;
        padding: 0;
        overflow: auto;
    }

    .menu_holder .menu-2 {
        display: none;
    }

    .top_btn_holder {
        width: 190px;
    }

    .top_menu .menu_holder {
        width: calc(100% - 200px);
        padding: 10px 10px;
    }
}

@media screen and (max-width: 821px) {
    .panelMain .mainPanel .amarBox,
    .panelMain .mainPanel .tablePanel {
        width: 98%;
    }
}

@media screen and (max-width: 800px) {
    .slider_holder {
        height: 250px;
    }

    .slider_holder .slider_img {
        height: 250px;
    }

    .slider_prev,
    .slider_next {
        font-size: 25px;
        top: -138px;
    }

    .footer .footer-content .col {
        width: calc(50% - 5px);
    }

    .hide-menu .menu-content .cat-btn-item a {
        width: calc(50% - 5px);
    }

    .footer .footer-content .col_text {
        width: calc(100% - 5px);
    }

    .goods_holder {
        background-size: 100%;
    }

    .box1 .special_slider .slider_title_box {
        display: block;
        width: 100%;
    }

    .box1 .special_slider .slider_img {
        text-align: center;
        display: block;
        width: 100%;
    }

    .box .search {
        display: block;
        width: 100%;
        margin: 10px 0;
    }

    .box .head_menu {
        display: none;
    }

    .box .head_contact {
        display: block;
        width: calc(100% - 20px);
        margin: auto;
        text-align: center;
    }

    .product_extra,
    .product_features {
        display: block;
        width: calc(100% - 20px);
    }

    .box1 .wleft {
        display: block;
        width: calc(100% - 20px);
        margin: auto;
    }

    .box1 .wleft .box-slider {
        display: block;
        width: calc(100% - 20px);
        text-align: center;
    }

    .tab .prod_text .text {
        display: block;
        width: calc(100% - 20px);
        margin: auto;
    }

    .comment-part .right,
    .comment-part .left {
        display: block;
        width: 100%;
        margin: 0;
    }

    .compare_2,
    .compare_3 {
        display: none;
    }

    .compare_0,
    .compare_1 {
        width: calc(50% - 5px) !important;
    }


    .compare_0 .limit-text,
    .compare_1 .limit-text {
        white-space: normal;
        text-overflow: unset;
        overflow: auto;
    }

    .compare .right-item,
    .compare .left-item {
        display: block !important;
        width: 100% !important;
        text-align: center !important;
    }

}

@media screen and (max-width: 780px) {
    .mainPanel .table_header {
        display: none;
    }

    .mainPanel .table_row div {
        display: block;
        width: 100% !important;
        border-bottom: dashed 1px #7f8c8d66;
        padding-bottom: 2px;
        margin-bottom: 2px;
    }

    .mainPanel .table_row div:last-child {
        border: none;
    }

    .mainPanel .table_row .t_title {
        display: inline-block;
    }

    .mainPanel .table_row .t_text {
        width: calc(100% - 105px);
    }

    .w50 {
        display: block;
        vertical-align: top;
        width: 100%;
    }

    .tab .prod-excerpt i {
        display: none;
    }

    .tab .prod-excerpt span {
        display: block;
        width: 100%;
    }

    .post_date {
        float: unset;
        display: block;
    }

    .item-next,
    .item-back {
        display: none;
    }

    .holder_scroll {
        overflow: auto;
    }
}

@media screen and (max-width: 600px) {
    .slider_holder {
        height: 150px;
    }

    .slider_holder .slider_img {
        height: 150px;
    }

    .slider_prev,
    .slider_next {
        top: -95px;
    }

    .wright .blog,
    .wright .product {
        width: calc(100% - 25px);
    }

    .service_holder .service {
        display: block;
        width: calc(100% - 10px);
        margin-bottom: 10px;
    }

    .service_holder .service i {
        display: inline-block;
        vertical-align: middle;
    }

    .panelMain .mainPanel .countBox .counterBox {
        width: calc(100% - 10px);
    }

    .image_box_holder .w50 img {
        height: 200px;
    }
}

@media screen and (max-width: 450px) {
    .box .search {
        display: none;
    }

}

/*responsive chat*/

@media screen and (max-width: 800px) {
    .chart_head {
        display: none
    }

    .chart_child .chart_head_item {
        display: inline-block;
        width: 100px !important;
        vertical-align: top;
    }

    .chart_responsive_div {
        margin-bottom: 10px;
        display: block;
        width: 100% !important;
    }

    .chart_child_item {
        display: inline-block;
        width: calc(100% - 105px) !important;
        vertical-align: top;
    }
}

@media screen and (max-width: 600px) {
    .panel_box {
        height: unset;
    }

    .panel_box_item {
        display: block;
        width: 100% !important;
        margin: auto;
        border-left: none;
        border-bottom: solid 1px #6a6a6a;
        padding-bottom: 10px;
        box-sizing: border-box;
        margin-bottom: 10px;
    }

    .panel_box_item:last-child {
        border-bottom: none;
    }

    .panel_profile_item span {
        display: block;
    }

    .panel_profile_item input {
        width: 100%;
    }

    .profile_holder .btn {
        margin-left: 20px !important;
    }
}