@charset "utf-8";

.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);
}

.btn-orange {
    text-align: center;
    display: inline-block;
    color: #ecf0f1;
    box-sizing: border-box;
    padding: 10px 25px;
    border-radius: 15px;
    background: #e67e22;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

.btn-orange:hover {
    background: #ea9345;
    color: #ecf0f1;

}

.btn-orange_border {
    text-align: center;
    display: inline-block;
    color: var(--orange--300);
    box-sizing: border-box;
    padding: 10px 25px;
    border-radius: 15px;
    border: 1px solid var(--orange--300);
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

.panelMain .mainPanel .holder .btn-orange_border {
    display: inline-block;
    float: left;
    padding: 5px 15px;
}

.btn-orange_border:hover {
    border: 1px solid var(--orange--500);
    background: var(--orange--500);
    color: #ecf0f1;

}

.btn-green {
    display: inline-block;
    color: #ecf0f1;
    cursor: pointer;
    background: #27ae60;
    border-radius: 15px;
    font-weight: 400;
    text-align: center;
    font-size: 14px;
    margin: 1px 0;
    padding: 10px 14px;
}

.btn-green:hover {
    color: #ecf0f1;
    background: #2ecc71;
}

.btn-b-c {
    display: inline-block;
    border-radius: 15px;
    font-weight: 400;
    font-size: 14px;
    margin: 1px 0;
    padding: 10px 14px;
    color: #218838;
    cursor: pointer;
    box-sizing: border-box;
    border: 1px solid #28a745;
}

.btn-b-c:hover {
    color: #ecf0f1;
    background: #218838;
}

.btn-blue {
    display: inline-block;
    border-radius: 15px;
    font-weight: 400;
    font-size: 14px;
    margin: 1px 0;
    padding: 7px 14px;
    text-align: center;
    color: #ecf0f1;
    cursor: pointer;
    background: #102bf2;
}

.btn-blue:hover {
    color: #ecf0f1;
    background: #0b23cf;
}

.btn-red {
    display: inline-block;
    border-radius: 15px;
    font-weight: 400;
    font-size: 14px;
    margin: 1px 0;
    padding: 7px 14px;
    text-align: center;
    color: #ecf0f1;
    cursor: pointer;
    background: #c0392b;
}

.btn-red:hover {
    color: #ecf0f1;
    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 #ff1414;
}

.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: #ff1414;
}

.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);
    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: #ff3f3a;
    font-weight: 800;
    font-size: 18pt;
}

.box .top_logo img {
    display: inline-block;
    vertical-align: middle;
    height: 60px;
}

.top_menu {
    width: 100%;
    background: #f5f5f5;
    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: #4D4D4D;
    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: #4D4D4D99;
}

.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: #ff1414;
}

.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: #505763;
}

.top_btn_holder .compare:hover i,
.top_btn_holder .cart:hover i,
.top_btn_holder .fav:hover i {
    color: #ff1414;
}

.amount {
    display: inline-block;
    height: 18px;
    top: 20px;
    left: 10px;
    position: absolute;
    font-size: 7pt;
    background: #ff141499;
    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: #ff1414;
}

.main {
    width: 100%;
    padding: 35px 0;
}

.slider_holder {
    width: 100%;
    height: 400px;
    display: block;
    margin: 17px auto;
    border-radius: 15px;
    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%;
    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: #ff1414;
}

.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: 15px;
    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: #ff1414;
    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: #ff1414;
}

.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: #ff1414;
}

.box1 .cat_selected {
    font-weight: 600;
    color: #ff1414;
}

.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: #ff1414;
}

.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 #ff1414;
}

.box1 .special_title .spec_title_btn {
    color: #ecf0f1;
    background: #28a745;
    border-right: 4px solid #28a745;
}

.box1 .special_title .spec_title_btn:hover {
    color: #ecf0f1;
    border-right: 4px solid #ff1414;
    background: #218838;
}

/************************************************************/
/************************************************************/
/************************************************************/
.goods_holder {
    display: block;
    background-image: url("../img/sbg.png");
    background-repeat: repeat;
    background-size: 25%;
    padding: 20px 0;
}

.goods {
    margin: 10px auto 20px auto;
    border-radius: 5px;
    overflow: hidden;
}

.goods_form {
    background: #fff;
    padding: 0 25px 35px 25px;
    box-sizing: border-box;
    border-radius: 15px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.goods_form textarea {
    min-height: 130px;
    max-height: 130px;
}

.goods .header {
    width: calc(100% - 30px);
    padding: 15px;
    margin: auto;
}

.goods_form .header {
    width: 100%;
    padding: 0;
    margin: 0;
}

.goods_form .header .goods-header {
    margin-bottom: 20px;
}

.goods .header .header-title {
    display: inline-block;
    vertical-align: middle;
    font-size: 16pt;
    color: #ecf0f1;
    border-bottom: 3px solid #ff1414;
    padding: 15px 0 5px 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;
    border: 1px solid #505763;
}

.goods .header .product_more:hover {
    color: #ff1414;
    border: 1px solid #ff1414;
}

.goods .header .btn-slider {
    float: left;
    margin-top: 10px;
}

.input_holder {
    display: block;
    margin-bottom: 15px;
    position: relative;
}

.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: #fff;
    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: #ff3f3a;
    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;
    background: #ffffff;
    margin: 10px 10px;
    color: #2c3e50;
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    border-radius: 10px;
    text-align: center;
    padding-bottom: 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;
    width: 100%;
    padding: 4px 25px;
    border-radius: 5px 5px 0 0;
    color: var(--red);
    border-bottom: 2px solid var(--red);
    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;
}

.faq .btn-cart-blog:hover,
.blog .btn-cart-blog:hover {
    color: #ff3f3a;
    border-bottom: solid 1px #ff3f3a;
}

.goods-item_hide {
    position: relative;
    left: 0;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.goods-item .img {
    display: block;
    margin: 10px auto 0 auto;
    width: calc(100% - 20px);
    height: 220px;
    overflow: hidden;
}

.goods-item .img .bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.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: inline-block;
    width: calc(50% - 5px);
    text-decoration: line-through;
    font-size: 10pt;
    color: #BDBDBD;
    font-weight: 200;
}

.goods-item .cost_off {
    text-align: center;
    display: inline-block;
    width: 50%;
    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: #ff1414;
    border: solid 1px #ff1414;
    width: 45px;
    height: 45px;
    border-radius: 15px;
    cursor: pointer;
    font-size: 20px;
    margin: 5px 0;
}

.btn-fav:hover {
    color: #ecf0f1;
    background: #ff3f3a;
}

.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: #ff1414;
}

.footer .footer-content .col .mnu::before {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 2px;
    background: #ff1414;
    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: #ff1414;
    border: solid 1px #ff1414;
}

.social_inside:hover {
    background: #ff1414;
    color: #F5F5F5;
}

.social_inside_square {
    font-size: 12px;
    height: auto;
    border-radius: 7px;
    padding: 2px 15px;
    width: auto;
}

/************************************************************/
/************************************************************/
/************************************************************/
.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: #ff1414;
}

.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: #ff1414;
    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: #ff1414;
}

.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 #ff141499;
    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: #28a745;
}

.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 #ff1414;
}

.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: #ff1414;
    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 #ff1414;
}

.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: #e74c3c;
    font-weight: 400;
}

.comment-part .left .replay:hover {
    color: #ffffff;
    background: #e74c3c;
}

.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: #16a085;
}

.page_number a:hover {
    color: #1abc9c;
    box-shadow: 0 0 5px rgba(75, 110, 6, 0.25);
}

.page_number .page_active {
    background: #16a085 !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 {
    display: block;
    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: #102bf2;
}

.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: #102bf2;
}

.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: #102bf2;
}

.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: 15px;
    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: #102bf2;
    cursor: pointer;
}

.filter .slider::-moz-range-thumb {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #102bf2;
    cursor: pointer;
}

.filter .range_cost {
    display: block;
    text-align: center;
}

.filter .range_cost .span {
    padding: 3px 15px;
    margin: 15px 0;
}

.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 var(--orange);
    box-shadow: inset 0 0 0 0 var(--orange);
    transition: all 0.1s linear;
}

.checkbox_product {
    border-radius: 35px;
}

.checkbox_current {
    box-shadow: inset 0 0 0 13px var(--orange);
}

.checkbox_text {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    padding: 5px 10px;
    box-sizing: border-box;
    font-size: 10pt;
}

.checkbox_text_current {
    color: var(--orange);
}

/************************** video *******************************/

.about_holder {
    width: calc(100% - 50px);
    max-width: 1100px;
    margin-top: 80px;
    text-align: center;
}

.about_holder .about_content {
    display: inline-block;
    position: relative;
    width: 100%;
    border-radius: 20px;
    background: #ecf0f1;
    padding: 20px 20px 80px 20px;
    box-sizing: border-box;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.about_holder .title {
    display: inline-block;
    font-size: 16pt;
    color: #002c49;
    border-bottom: 3px solid #ff1414;
    font-weight: 400;
}

.about_holder .text {
    display: block;
    padding: 40px 25px 20px 25px;
    box-sizing: border-box;
    text-align: justify;
    font-weight: 400;
}

.video_holder {
    display: block;
    width: 700px;
    position: relative;
    margin: auto;
    top: -50px;
}

.video_holder .video_box video {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.video_holder .video_box .video_controls {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: grid;
    place-items: center;
    cursor: pointer;
}

.video_holder .video_box .video_controls i {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fdc62b;
    text-align: center;
    margin: auto;
    font-size: 22px;
    color: var(--white);
    padding-top: 12px;
    padding-left: 3px;
    box-sizing: border-box;
    border: 1px solid #fdc62b;
    box-shadow: 0 0 8px rgb(255, 213, 36);
}

.video_holder .video_box .video_controls i:hover {
    background-color: #fdc62b;
}

/************************** pricing *******************************/

.green_icon {
    color: #3BB538;
    background: #3BB53822;
}

.yellow_icon {
    color: #FBBA00;
    background: #FBBA0022;
}

.red_icon {
    color: #E40017;
    background: #E4001722;
}

.green_icon,
.yellow_icon,
.red_icon {
    display: inline-block;
    width: auto !important;
    padding: 3px 15px;
    border-radius: 30px;
}

.pricing {
}

.pricing_item_holder {
    padding: 25px 0;
}

.pricing_item {
    width: calc(25% - 20px);
    max-height: 500px;
    display: inline-block;
    border-radius: 15px;
    overflow: hidden;
    margin-left: 20px;
    vertical-align: top;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.pricing_item:last-child {
    margin-left: 0;
}

.pricing .page_title {
    color: #2d3436;
}

.pricing_item_title {
    background-color: #ecf0f1;
    color: #2d3436;
    padding: 20px;
    box-sizing: border-box;
}

.pricing_item_title_panel {
    background-color: #EBEEF1;
    color: #000000;
}

.plan_name {
    display: block;
    font-size: 20pt;
    margin-bottom: 10px;
}

.plan_price {
    display: inline-block;
}

.plan_length {
    display: block;
}

.pricing_item_title .plan_length {
    display: inline-block;
}

.plan_price {
    font-size: 18pt;
    margin-left: 10px;
}

.plan_price_off {
    display: block;
    text-decoration: line-through;
    font-weight: 200;
}

.plan_length {
    font-size: 12pt;
    font-weight: 200;
}

.price_table_title {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.pricing_item_text {
    background-color: #ffffff;
    padding: 20px;
    text-align: center;
    font-weight: 300;
}

.pricing_item_text span {
    display: block;
    min-height: 170px;
    overflow: hidden;
    text-align: justify;
}

.pricing_item_text .btn-green,
.price_table .btn-green {
    margin: 20px 0 0 0;
    padding: 3px 0;
}

.btn_orange {
    background-color: #ED6606 !important;
    border: solid 1px #ED6606 !important;
    color: #ffffff !important;
}

.free_mark {
    display: inline-block;
    padding: 10px 20px;
    box-sizing: border-box;
    float: left;
    background-color: #c0392b;
    color: #ffffff;
    border-radius: 25px;
    font-size: 9pt;
}

.price_table_title_row {
    display: inline-block;
    margin: 0 20px;
    vertical-align: top;
    border-radius: 25px 25px 0 0;
    padding: 20px;
    box-sizing: border-box;
    background-color: #ecf0f1;
}

.price_table_row {
    background-color: #ecf0f1;
    border-radius: 25px;
}

.price_table_row_item {
    border-bottom: solid 1px #50227422;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.price_table_row_item:last-child {
    border-bottom: none;
}

.price_table_row_item_title {
    display: inline-block;
    text-align: center;
    margin: 0 20px;
    padding: 25px 20px;
    font-weight: 200;
    vertical-align: top;
    box-sizing: border-box;
}

.price_table_row_item_title:first-child i {
    margin-left: 15px;
}

.price_table_row_item_title span {
    display: none;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 50px;
    background-color: #f5dfd0;
    margin-bottom: 10px;
}

.price_table_row_item_title_title {
    width: 250px;
    text-align: unset;
    margin: 0;
    font-weight: 400;
}

.price_table_row_item_title_holder {
    width: calc(100% - 255px);
}

.price_table_row_item_title_special {
    background-color: #f5dfd0;
}

.price_table_title_row_special {
    background-color: #2d3436;
    color: #ffffff;
}

.price_table_title_row_special .btn_secondary {
    border: solid 1px #ffffff;
    color: #ffffff;
}

.price_table_row_separator {
    padding: 50px 0 20px 0;
    font-size: 18pt;
    color: #2d3436;
}

/************************** responsive *******************************/

@media screen and (max-width: 1175px) {
    .wright .blog,
    .wright .product {
        width: calc(50% - 25px);
    }

    .box1 .special_title,
    .box1 .special_slider {
        display: block;
        width: 100%;
    }

    .pricing_item {
        width: calc(50% - 25px) !important;
        margin-bottom: 20px;
    }

    .price_table_row_item_title:first-child i {
        margin: 0 20px 0 10px;
    }

}

@media screen and (max-width: 1160px) {
    .image_box_holder .w50 img {
        height: 200px;
    }
}

@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;
    }

    .price_table_title {
        display: none;
    }

    .price_table_row_item_title {
        margin: 0 5px;
        width: calc(25% - 15px) !important;
    }

    .price_table_row_item_title span {
        display: block;
    }

    .price_table_row_item {
        display: block;
    }

    .price_table_row_item_title_holder {
        width: 100%;
    }

    .price_table_row_item_title_special {
        background-color: unset;
    }

    .price_table_row_item_title_title {
        width: 100% !important;
    }
}

@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;
    }

    .about_holder {
        width: calc(100% - 20px);
    }

    .video_holder {
        width: calc(100% - 100px);
        margin-left: 50px;
    }

    .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) {

    .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;
    }

    .image_box_holder .w50 img {
        height: 200px;
    }

    .pricing_item {
        width: calc(100% - 5px) !important;
        margin-bottom: 20px;
    }

    .price_table_row_item_title {
        padding: 25px 0;
    }
}

@media screen and (max-width: 450px) {
    .box .search {
        display: none;
    }

}
