@charset "utf-8";
/**css reset*/

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, caption, 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;
    font-family: YekanBakh;
    font-weight: 200;
}

body {
    direction: rtl;
    font-family: YekanBakh;
    font-size: 10pt;
    color: #090B17;
    background-color: #ffffff;
    font-weight: 200;
    transition: all 0.4s ease-in-out;
    box-sizing: border-box;
    cursor: context-menu;
}

json {
    display: none;
    width: 0;
    height: 0;
}

hr {
    background-image: linear-gradient(to left, transparent, #ff6d46, transparent);
    border: 0;
    height: 1px;
    margin: 10px 0 20px 0;
    box-sizing: content-box;
}

.overflow_auto {
    overflow: auto;
}

.text_limit {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

:root {
    --light_blue: #ECECFF;
    --light_blue50: #3F40FF50;
    --blue: #3F40FF;
    --dark_blue: #2B2CBE;
    --indigo: #6610f2;
    --red: #fc000d;
    --dark_red: #a10008;
    --orange: #FF9200;
    --dark_orange: #DC7F03;
    --green: #1cc88a;
    --green_900: #018d00;
    --green_700: #01b500;
    --green_500: #01dc00;
    --green_300: #a2ffa1;
    --green_100: #f0fff0;
    --white: #fff;
    --gray: #e1e1e1;
    --gray-dark: #585659;
    --very_dark_gray: #0d0d0d;
    --primary: #3F40FF;
    --secondary: #87978C;
    --success: #1cc88a;
    --info: #36b9cc;
    --warning: #f6c23e;
    --gold: #ebc600;
    --danger: #e74a3b;
    --light: #ecf0f1;
    --light_2: #aaadcf;
    --light_medium: #aaadcf55;
    --dark: #0a1709;
    --black: #0d0d0d;
    --reihoon: #84A514;

    --radius_5: 5px;
    --radius_10: 10px;
    --radius_15: 15px;
    --radius_20: 20px;
    --radius_25: 25px;
    --radius_50: 50px;

    --kalameh: 'Kalameh';
    --box_shadow: 0 0 5px rgba(68, 65, 64, 0.2);
    --box_shadow_gr: 0 0 5px rgb(42, 202, 68);
    --box_shadow_rd: 0 0 5px rgb(255, 63, 63);
    --box_shadow_or: 0 0 5px rgb(255, 186, 8);
    --box_shadow_ye: 0 0 5px rgb(255, 186, 8);
}

.bx_red {
    box-shadow: var(--box_shadow_rd);
}

.bx_red i {
    color: var(--danger);
}

.bx_green {
    box-shadow: var(--box_shadow_gr);
}

.bx_green i {
    color: var(--success);
}

.bx_orange {
    box-shadow: var(--box_shadow_or);
}

.bx_orange i {
    color: var(--orange);
}

.bx_yellow {
    box-shadow: var(--box_shadow_ye);
}

.bx_yellow i {
    color: var(--gold);
}

.container {
    width: calc(100% - 20px);
    max-width: 1280px;
    margin: auto;
}

.w100 {
    display: block;
    width: 100%;
}

.w100_border {
    display: block;
    width: 100%;
    margin-bottom: 50px;
    border-bottom: solid 1px #2d8ac7;
}

.w50 {
    display: inline-block;
    width: calc(50% - 5px);
    vertical-align: top;
}

.w33 {
    width: calc(33% - 5px);
}

.w25 {
    width: calc(25% - 5px);
}

.w200 {
    width: 200px;
}

.clear {
    clear: both;
}

.pointer {
    cursor: pointer;
}

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

.relative {
    position: relative;
}

.off {
    display: none;
    width: 0;
    height: 0;
    position: absolute;
    z-index: -10000;
}

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

a {
    color: var(--green_700);
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: var(--green_900);
    text-decoration: none;
}

hr {
    background-image: linear-gradient(to left, transparent, var(--green_500), transparent);
    border: 0;
    height: 1px;
    margin: 10px 0 20px 0;
    box-sizing: content-box;
}

.text_btn {
    display: inline-block;
    vertical-align: middle;
    padding: 6px 12px;
    box-sizing: border-box;
    text-align: center;
    color: var(--green_500);
    cursor: pointer;
    font-weight: 300;
}

.text_btn:hover {
    color: var(--green_700);
}

.text_btn i {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}

.btn_primary {
    display: inline-block;
    text-align: center;
    padding: 6px 12px;
    color: var(--white);
    background: var(--green_700);
    border-radius: var(--radius_20);
    cursor: pointer;
    font-weight: 300;
    border: 1px solid transparent;
}

.btn_primary:hover {
    color: var(--white);
    background: var(--green_500);
}

.btn_primary i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
    font-size: 14px;
}

.btn_secondary {
    display: inline-block;
    text-align: center;
    padding: 6px 12px;
    color: var(--green_700);
    background: var(--green_100);
    border-radius: var(--radius_20);
    cursor: pointer;
    font-weight: 300;
    border: 1px solid var(--green_700);
}

.btn_secondary:hover {
    color: var(--green_100);
    background: var(--green_900);
}

.btn_secondary i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
    font-size: 14px;
}

.btn_white {
    display: inline-block;
    text-align: center;
    padding: 6px 12px;
    color: var(--green_700);
    background: var(--white);
    border-radius: var(--radius_20);
    cursor: pointer;
    font-weight: 300;
    border: 1px solid var(--secondary);
}

.btn_white:hover {
    color: var(--orange);
}

.btn_white i {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}

.btn_border_blue {
    display: inline-block;
    text-align: center;
    padding: 6px 12px;
    color: var(--green_900);
    background: var(--green_100);
    border-radius: var(--radius_20);
    cursor: pointer;
    font-weight: 300;
    border: 1px solid var(--green_900);
}

.btn_border_blue:hover {
    color: var(--green_100);
    background: var(--green_700);
}

.btn_border_blue i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
    font-size: 14px;
}

.btn-orange,
.btn_orange {
    display: inline-block;
    text-align: center;
    padding: 6px 12px;
    color: var(--white) !important;
    background: var(--orange);
    border-radius: var(--radius_5);
    cursor: pointer;
    font-weight: 300;
    border: 1px solid transparent;
}

.btn-orange:hover,
.btn_orange:hover {
    color: var(--white) !important;
    background: var(--dark_orange);
}

.btn-orange i,
.btn_orange i {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin: 0 8px;
}

.btn_danger_text {
    display: inline-block;
    text-align: center;
    padding: 6px 12px;
    color: var(--danger);
    cursor: pointer;
    font-weight: 300;
}

.btn_danger_text:hover {
    color: var(--danger);
}

.btn_orange i {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin: 0 8px;
}

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

select,
.input_span,
input[type=date],
input[type=text],
input[type=password],
select,
textarea {
    display: inline-block;
    font-family: YekanBakh;
    caret-color: var(--green_700);
    border-radius: var(--radius_20);
    width: 100%;
    background: var(--white);
    border: 1px solid;
    border-color: #aaadcf60 #aaadcf60 #aaadcf80 #aaadcf80;
    color: var(--secondary);
    font-size: 10pt;
    font-weight: 200;
    padding: 6px 12px;
    box-sizing: border-box;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
    border-color: var(--green_700);
    color: var(--dark);
}

.background_blue {
    background-image: linear-gradient(-45deg, var(--green_900), var(--green_700));
}

.flex_row {
    flex-direction: row;
}

.flex_column {
    flex-direction: column;
}

.flex {
    display: flex;
}

/*******************************************************************/

.nav {
    padding: 23px 0 115px 0;
    display: block;
    width: 100%;
    position: relative;
}

.nav .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav .wr {
    display: flex;
    align-items: center;
}

.nav .wr .logo {
    display: flex;
    align-items: center;
    margin-left: 100px;
}

.nav .wr .logo img {
    height: 70px;
    object-fit: contain;
    margin-left: 8px;
}

.nav .wr .logo span {
    color: var(--green_100);
    font-family: var(--kalameh);
    font-size: 24px;
    font-weight: 700;
}

.nav .wr .menu {
    display: flex;
    align-items: center;
}

.nav .wr .menu a {
    color: var(--light);
    margin-left: 30px;
    font-size: 14px;
}

.nav .wr .menu a:hover {
    color: var(--green_700);
}

.nav .wr .menu .select {
    font-weight: 300;
}

.nav .wl .nav_action .cart_not {
    position: relative;
}

.nav .wl .nav_action .cart_not .cart_not_result {
    content: "";
    position: absolute;
    text-align: center;
    width: 15px;
    height: 15px;
    top: -2px;
    left: 30px;
    display: block;
    background: var(--orange);
    border-radius: var(--radius_10);
    color: var(--white);
    font-size: 8pt;
}

.nav .wl .nav_action .btn_primary {
    margin-right: 8px;
}

.menu_res_btn {
    display: none;
    color: var(--dark);
    padding: 7px 16px;
    width: 44px;
    height: 44px;
    box-sizing: border-box;
    font-size: 24px;
    position: relative;
    cursor: pointer;
    margin-left: 32px;
}

.nav .menu_res {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    position: fixed;
    right: -1000%;
    top: 0;
    bottom: 0;
    width: calc(100% - 80px);
    height: 100vh;
    background: var(--white);
    z-index: 22;
    border-radius: 5px 0 0 5px;
    overflow: hidden;
}

.nav .menu_res .logo {
    background-color: var(--white);
    width: 100%;
    height: 110px;
    padding: 24px;
    box-sizing: border-box;
    border-bottom: 1px solid var(--secondary);
    margin-bottom: 10px;
    align-items: center;
    display: flex;
}

.nav .menu_res .logo img {
    width: 60px;
    margin-left: 8px;
}

.nav .menu_res .logo span {
    color: var(--green_900);
    font-family: var(--kalameh);
    font-size: 24px;
    font-weight: 700;
}

.nav .menu .btn {
    padding: 8px 28px;
    box-sizing: border-box;
    color: var(--light);
}

.nav .menu_res .btn {
    color: var(--dark);
    width: 100%;
}

.nav .menu_res .select {
    font-weight: 400;
}

.nav .menu_res .title {
    font-weight: 600;
    margin: 15px;
}

.nav .menu_res .title i {
    width: 20px;
    text-align: center;
}

.header_background {
    width: 100%;
    height: 180px;
    position: absolute;
    top: 0;
    z-index: -1;
    overflow: hidden;
}

.header_background img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.header_top {
    padding: 30px 0 30px 0;
    box-sizing: border-box;
}

.open_menu {
    display: none;
    margin-right: 20px;
    font-size: 30px;
    vertical-align: middle;
}

.background_1 {
    display: block;
    background-image: url("../img/page_header_2.png");
    background-repeat: repeat-x;
    background-position: bottom;
    width: 120%;
    height: 180px;
    position: relative;
    left: 20%;
    animation-duration: 6.0s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: anim_wave;
}

@keyframes anim_wave {
    0% {
        left: 20%;
    }
    50% {
        left: 0;
    }
    100% {
        left: 20%;
    }
}

.background_2 {
    display: block;
    background-image: url("../img/page_header_1.png");
    background-repeat: repeat-x;
    background-position: bottom;
    width: 120%;
    height: 180px;
    position: relative;
    top: -210px;
    left: 0;
    animation-duration: 4.0s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: anim_wave_revers;
    opacity: 0.7;
}

@keyframes anim_wave_revers {
    0% {
        left: 0;
    }
    50% {
        left: 20%;
    }
    100% {
        left: 0;
    }
}

/*******************************************************************/

.hero {
    margin-bottom: 24px;
}

.hero .main_top_slider {
    width: 100%;
    height: 500px;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: var(--radius_5);
}

.hero .main_top_slider .slider_controller {
    display: block;
    position: absolute;
    top: calc(50% - 20px);
    right: 0;
    left: 0;
    width: 100%;
    height: 0;
}

.hero .main_top_slider .slider_controller i {
    color: var(--white);
    font-size: 30px;
    text-shadow: var(--box_shadow);
    cursor: pointer;
    padding: 5px 10px;
}

.hero .main_top_slider .slider_controller .left {
    float: left;
}

.hero .main_top_slider .slider_controller .right {
    float: right;
}

.hero .main_top_slider .slider_detail {
    display: block;
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 600px;
    height: 200px;
    border-radius: var(--radius_5);
    background: #090B17ce;
    padding: 16px 30px;
    box-sizing: border-box;
    color: var(--white);
}

.hero .main_top_slider .slider_detail .title {
    display: block;
    font-size: 22pt;
    font-weight: 700;
    font-family: var(--kalameh);
    margin-bottom: 8px;
    color: var(--white);
}

.hero .main_top_slider .slider_detail .title strong {
    font-weight: 700;
    color: var(--orange);
}

.hero .main_top_slider .slider_detail .text {
    display: block;
    font-weight: 400;
    font-size: 12pt;
    text-align: justify;
    font-family: var(--kalameh);
    margin-bottom: 8px;
    height: 90px;
    overflow: hidden;
}

.hero .main_top_slider .slider_detail .dots {
    display: block;
    text-align: left;
    direction: ltr;
}

.hero .main_top_slider .slider_detail .dots span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    padding: 4px;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border-radius: var(--radius_5);
    background: var(--light);
    cursor: pointer;
}

.hero .main_top_slider .slider_detail .dots .select {
    background: var(--green_700);
    width: 30px;
}

.hero .main_top_slider .slider_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*******************************************************************/

.section {
    margin-bottom: 50px;
}

.section .nav {
    padding: 24px 0;
    background: transparent;
}

.section .nav .title {
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid var(--secondary);
    font-family: var(--kalameh);
    font-weight: bold;
    font-size: 14pt;
}

.section .service {
    flex-wrap: wrap;
}

.section .service .item {
    width: calc(33% - 20px);
    padding: 16px 8px;
    box-sizing: border-box;
    background: var(--light);
    margin: 10px;
    border-radius: var(--radius_5);
    box-shadow: 0 0 5px rgba(68, 65, 64, 0.2);
    overflow: hidden;
    cursor: pointer;
    color: var(--dark);
}

.section .service .item:hover {
    transform: scale(1.02);
    box-shadow: 0 0 5px rgba(68, 65, 64, 0.4);
}

.section .service .item .title {
    display: block;
    margin-bottom: 8px;
}

.section .service .item .title i {
    display: inline-block;
    vertical-align: middle;
    font-size: 40px;
    color: var(--orange);
    margin-left: 8px;
}

.section .service .item .title span {
    font-weight: 700;
    font-family: var(--kalameh);
}

.section .service .item .text {
    display: block;
    text-align: justify;
}

.w_2_main {
    background-image: url("../img/dash_back_w.png");
    background-position: left;
    background-size: cover;
    width: 100%;
    overflow: hidden;
    background-color: var(--green_700);
    padding: 24px;
    box-sizing: border-box;
}

.w_2_main .container {
    justify-content: space-between;
    align-items: center;
}

.w_2_main .wr {
    color: var(--white);
}

.w_2_main .wr .title {
    display: block;
    font-size: 16pt;
    font-family: var(--kalameh);
    font-weight: 700;
    margin-bottom: 8px;
}

.w_2_main .wr .detail {
    background-color: var(--green_900);
    padding: 16px;
    box-sizing: border-box;
    width: 100%;
    border-radius: var(--radius_5);
}

.w_2_main .wr .detail .title {
    display: block;
    font-size: 14pt;
    font-weight: 500;
}

.w_2_main .wr .detail .text {
    display: block;
    text-align: justify;
}

.w_2_main .video_img {
    display: block;
    width: calc(50% - 50px);
    height: 300px;
    overflow: hidden;
    border-radius: var(--radius_5);
    position: relative;
    justify-content: end;
}

.w_2_main .video_img .img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.w_2_main .video_img:hover .img {
    filter: blur(2px);
}

.w_2_main .video_img .video_play_icon {
    font-size: 70px;
    width: 70px;
    height: 70px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    cursor: pointer;
}

.w_2_main .video_img:hover .video_play_icon {
    transform: scale(1.5);
    color: var(--orange);
    text-shadow: 0 0 2px rgba(65, 68, 64, 0.7);
}

.watermark {
    position: absolute;
    bottom: 20px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
}

.watermark .logo {
    width: 20px;
    height: 22px;
}

.watermark .duration {
    padding: 4px 8px;
    border-radius: var(--radius_10);
    background: #090B17ce;
    color: var(--white);
}

.holder_scroll {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
}

.tutorial .item {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    margin: 2px 4px;
    border-radius: var(--radius_5);
    box-shadow: var(--box_shadow);
    overflow: hidden;
}

.tutorial .item:last-child {
    margin-left: 0;
}

.tutorial .item .item_img {
    display: block;
    width: 100%;
    height: 200px;
}

.tutorial .item .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog .blog_main .item .item_detail,
.blog .most_visit .item .item_detail,
.tutorial .item .item_detail {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 8px 10px;
    box-sizing: border-box;
}

.blog .blog_main .item .item_detail .title,
.blog .most_visit .item .item_detail .title,
.tutorial .item .item_detail .title {
    font-weight: 700;
    font-family: var(--kalameh);
    color: var(--dark);
    margin-bottom: 8px;
    display: block;
    width: 100%;
}

.blog .most_visit .item .item_detail .sub_title,
.blog .blog_main .item .item_detail .sub_title,
.tutorial .item .item_detail .sub_title {
    align-items: center;
    font-size: 7pt;
    margin-bottom: 16px;
    color: var(--secondary);
}

.blog .most_visit .item .item_detail .sub_title i,
.blog .blog_main .item .item_detail .sub_title i,
.tutorial .item .item_detail .sub_title i {
    margin-left: 8px;
    color: var(--secondary);
}

.blog .most_visit .item .item_detail .text,
.blog .blog_main .item .item_detail .text,
.tutorial .item .item_detail .text {
    text-align: justify;
    height: 120px;
    font-size: 10pt;
    margin-bottom: 8px;
}

.blog .most_visit .item .item_footer,
.blog .blog_main .item .item_footer,
.tutorial .item .item_footer {
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.cost {
    color: var(--red);
    text-decoration: line-through;
}

.tutorial .item .item_footer .wr {
    justify-content: flex-end;
}

.tutorial .item .item_footer .cost_off {
    font-size: 8pt;
    align-items: center;
}

.tutorial .item .item_footer .cost_off strong {
    font-size: 12pt;
    font-weight: 700;
    margin-right: 8px;
}

.blog .most_visit .item .item_footer .date,
.blog .blog_main .item .item_footer .date,
.tutorial .item .item_footer .date {
    align-items: center;
    font-size: 7pt;
}

.blog .most_visit .item .item_footer .date i,
.blog .blog_main .item .item_footer .date i,
.tutorial .item .item_footer .date i {
    margin-left: 8px;
    color: var(--secondary);
}

.blog .most_visit .item .item_footer .btn_primary,
.blog .blog_main .item .item_footer .btn_primary {
    padding: 4px 8px;
    font-size: 10pt;
}

.tutorial .holder_scroll_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 30px;
}

.tutorial .holder_scroll_btn i {
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 5px;
    box-sizing: border-box;
    font-size: 20px;
    background: #090B17ce;
    border-radius: var(--radius_5);
    color: var(--white);
    cursor: pointer;
}

.tutorial .holder_scroll_btn i:hover {
    background: var(--orange);
}

.main_table {
    align-items: flex-start;
    justify-content: space-between;
}

.main_table .item {
    width: calc(33% - 1px);
}

.main_table .item .table_head {
    text-align: center;
    margin-bottom: 8px;
    background: var(--green_700);
    color: var(--white);
    font-size: 8pt;
    justify-content: center;
    align-items: center;
    padding: 2px 0;
}

.main_table .item:first-child .table_head {
    border-radius: 0 5px 0 0;
}

.main_table .item:last-child .table_head {
    border-radius: 5px 0 0 0;
}

.main_table .item .table_head strong {
    display: inline-block;
    font-weight: 700;
    font-size: 12pt;
    margin: 0 5px;
}

.main_table .item .item_detail {
    padding: 8px 24px;
    align-items: center;
    background: var(--light);
    border-radius: var(--radius_5);
    margin-bottom: 8px;
}

.main_table .item .item_detail .title {
    font-weight: 700;
    font-family: var(--kalameh);
}

.main_table .item .item_detail .item_row {
    margin-top: 8px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.main_table .item .item_detail .item_row .title {
    font-weight: 500;
}

.main_table .item .table_footer {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: var(--radius_10);
    margin: auto;
}

.b_red {
    background: var(--red);
}

.b_green {
    background: var(--green);
}

.b_orange {
    background: var(--orange);
}

.b_blue {
    background: var(--blue);
}

.blog {
    justify-content: space-between;
    align-items: flex-start;
}

.blog .most_visit {
    width: 400px;
    height: 420px;
    margin-left: 20px;
}

.blog .most_visit .item {
    width: 100%;
    height: 100%;
    box-shadow: 0 0 5px rgba(68, 65, 64, 0.2);
    border-radius: var(--radius_5);
    overflow: hidden;
    background: var(--white);
}

.blog .most_visit .item .item_img {
    display: block;
    width: 100%;
    height: 220px;
}

.blog .most_visit .item .item_img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.blog .blog_main {
    width: calc(100% - 420px);
    height: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.archive .tutorial .main {
    flex-wrap: wrap;
    justify-content: space-between;
}

.blog .blog_main .main {
    flex-wrap: wrap;
    justify-content: space-between;
}

.blog .blog_main .item {
    width: calc(25% - 15px);
    height: 200px;
    box-shadow: 0 0 5px rgba(68, 65, 64, 0.2);
    border-radius: var(--radius_5);
    margin-bottom: 20px;
    margin-left: 10px;
    overflow: hidden;
}

.blog .blog_main .item:nth-of-type(n+4) {
    margin-left: 0;
}

.blog .blog_main .item:nth-of-type(n+5) {
    margin-left: 20px;
}

.blog .blog_main .item:nth-of-type(n+8) {
    margin-left: 0;
}

.blog .blog_main .item .item_img {
    width: 100%;
    height: 120px;
}

.blog .blog_main .item .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer .footer_header {
    justify-content: space-between;
    padding: 16px 0;
}

.footer .footer_header .item {
    width: 33%;
}

.footer .footer_main .social .title,
.footer .footer_header .item .title {
    font-weight: 700;
    font-family: var(--kalameh);
    color: var(--dark);
    margin-bottom: 12px;
    display: block;
    width: 100%;
}

.footer .footer_header .item .menu a {
    color: var(--gray-dark);
    margin-bottom: 8px;
}

.footer .footer_header .item .text {
    text-align: justify;
    color: var(--gray-dark);
    margin-bottom: 8px;
}

.footer .footer_main {
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
}

.footer .footer_main .logo {
    display: flex;
    align-items: center;
}

.footer .footer_main .logo img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-left: 8px;
}

.footer .footer_main .logo span {
    color: var(--green_700);
    font-family: var(--kalameh);
    font-size: 12pt;
    font-weight: 700;
}

.footer .footer_main .social .flex_row a {
    font-size: 22px;
    padding: 8px;
    color: var(--gray-dark);
}

.footer .footer_main .social .flex_row a:hover {
    color: var(--orange);
}

.footer .footer_main .namad {
    justify-content: end;
}

.footer .footer_main .namad img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.footer .footer_footer {
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    color: var(--gray-dark);
}

.footer .footer_footer a {
    font-weight: 700;
    font-family: var(--kalameh);
    color: var(--orange);
}

.footer .footer_footer .reihoon a {
    color: var(--reihoon);
}

/*******************************************************/
.top_head {
    width: 100%;
    height: 100px;
    border-radius: var(--radius_5);
    align-items: center;
    justify-content: center;
    background-image: url("../img/top_head.jpg");
    background-size: cover;
    background-position: center;
}

.top_head .title {
    font-weight: 700;
    font-family: var(--kalameh);
    color: var(--white);
    margin-bottom: 8px;
}

.top_head .bredcrumbs a {
    color: var(--white);
    margin-left: 4px;
}

.top_head .bredcrumbs .current {
    font-weight: 400;
    font-family: var(--kalameh);
}

.side_bar {
    width: 270px;
    box-shadow: var(--box_shadow);
    border-radius: var(--radius_5);
}

.side_bar .side_bar_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--gray-dark);
    margin-bottom: 12px;
    width: 100%;
    padding: 10px 10px 20px 10px;
    box-sizing: border-box;
}

.side_bar .side_bar_title span {
    font-weight: 600;
    font-family: var(--kalameh);
}

.side_bar .side_bar_title i {
    display: none;
    font-size: 18px;
}

.side_bar .item .title {
    color: var(--gray-dark);
    margin-bottom: 8px;
    display: block;
    width: 100%;
}

.side_bar .item .title span {
    font-weight: 700;
    font-family: var(--kalameh);
}

.side_bar .item .title i {
    margin-left: 8px;
}

.side_bar .item {
    padding: 10px;
}

.side_bar .item .item_detail {
    align-items: center;
    margin-bottom: 8px;
    padding-right: 8px;
    box-sizing: border-box;
    cursor: pointer;
}

.side_bar .item .item_detail i {
    font-size: 14px;
    margin-left: 4px;
    color: var(--gray-dark);
}

.side_bar .item .item_detail .title {
    margin-bottom: 0;
}

.side_bar .item .item_detail:hover i,
.side_bar .item .item_detail:hover .title {
    color: var(--orange);
}

.side_bar .item .item_detail_selected i {
    color: var(--orange);
}

.side_bar .item .item_detail_selected .title {
    color: var(--orange);
    font-weight: 400;
}

.side_bar .search {
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    box-shadow: inset 0 0 2px rgba(68, 65, 64, 0.2);
    border-radius: var(--radius_5);
}

.side_bar .search input {
    margin-bottom: 0;
    border: none;
    font-size: 8pt;
    font-weight: 300;
}

.side_bar .list_open {
    padding-right: 15px;
    box-sizing: border-box;
}

.side_bar .current {
    color: #2d8ac7;
    font-weight: 400;
}

.archive {
    flex-direction: row !important;;
}

.archive .blog_main {
    width: calc(100% - 290px) !important;
}

.Error_holder {
    display: block;
    width: 100%;
    text-align: center;
    margin: 50px auto;
    color: var(--orange);
}

.Error_holder i {
    display: block;
    font-size: 70px;
    margin-bottom: 20px;
}

.Error_holder span {
    display: block;
    font-size: 16pt;
    font-weight: bold;
    font-family: var(--kalameh);
    margin-bottom: 15px;
}

.page_number {
    display: block;
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 50px 0;
    box-sizing: border-box;
}

.page_number a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    min-width: 35px;
    height: 35px;
    text-align: center;
    padding: 6px 10px;
    box-sizing: border-box;
    background: var(--white);
    color: var(--secondary);
    border-radius: var(--radius_5);
    font-size: 12pt;
}

.page_number a:hover {
    color: var(--orange);
}

.page_number .active {
    cursor: pointer;
    color: var(--white) !important;
    background: var(--orange);
}

.sort_archive {
    align-items: center;
    padding: 8px 16px;
    box-sizing: border-box;
    border-radius: 5px 5px 0 0;
    box-shadow: var(--box_shadow);
    margin-bottom: 10px;
}

.sort_archive .title {
    font-weight: 700;
    font-family: var(--kalameh);
    color: var(--dark);
    margin-left: 4px;
}

.sort_archive .list span {
    display: inline-block;
    margin-left: 8px;
    cursor: pointer;
}

.sort_archive .list span:hover {
    color: var(--orange);
}

.sort_archive .sort_selected {
    background: var(--orange);
    border-radius: var(--radius_5);
    padding: 8px 16px;
    color: var(--white);
    margin-left: 8px;
}

.sort_archive .sort_selected span {
    font-weight: 400;
}

.sort_archive .sort_selected i {
    display: none;
}

.sort_archive .sort_hidden {
    display: none;
}

.sort_archive .sort a,
.sort_archive .sort_hidden a {
    color: var(--dark);
    margin-left: 12px;
}

.archive .tutorial {
    width: calc(100% - 290px);
}

.archive .tutorial .main .item {
    width: calc(33% - 5px);
    margin-bottom: 10px;
    margin-left: 0;
}

.product_detail_side {
    display: flex !important;
    text-align: center;
    padding: 8px 16px;
    box-sizing: border-box;
}

.product_detail_side_hidden {
    display: none !important;
    width: 100%;
    padding: 8px 10px;
    box-shadow: var(--box_shadow);
    margin-bottom: 16px;
    box-sizing: border-box;
    border-radius: var(--radius_5);
    justify-content: space-between;
    align-items: center;
}

.product_detail_side .cost {
    display: block;
    text-align: center;
    margin-bottom: 4px;
}

.product_detail_side .cost_off {
    width: 100%;
    box-sizing: border-box;
    justify-content: space-between;
    margin: auto auto 16px auto;
    background: var(--light);
    padding: 12px;
    border-radius: var(--radius_10);
    border: 1px dashed var(--light_2);
    position: relative;
}

.product_detail_side .cost_off:after {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: var(--radius_10);
    background: var(--white);
    position: absolute;
    left: -8px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.product_detail_side .cost_off:before {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: var(--radius_10);
    background: var(--white);
    position: absolute;
    right: -8px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.product_detail_side .detail {
    margin: 16px 0;
}

.product_detail_side .detail .title {
    font-weight: 700;
    font-family: var(--kalameh);
    color: var(--gray-dark);
    margin-left: 4px;
}

.product_detail_side .detail .item {
    justify-content: space-between;
    color: var(--gray-dark);
}

.product_detail_side .detail strong {
    font-weight: 400;
}

.product_detail_side .detail .item_user {
    align-items: center;
    padding: 16px 0;
    color: var(--gray-dark);
}

.product_detail_side .detail .item_user i {
    margin-left: 8px;
    font-size: 50px;
    color: var(--secondary);
}

.product_detail_side .detail .tags {
    align-items: center;
    padding: 16px 0;
    color: var(--gray-dark);
}

.product_detail_side .detail .tags i {
    margin-left: 8px;
    color: var(--secondary);
}

.product_detail_main {
    width: calc(100% - 290px);
    margin-bottom: 24px;
}

.product_detail_main .product_img {
    width: 100%;
    height: 450px;
    display: block;
    border-radius: var(--radius_5);
    overflow: hidden;
    box-shadow: var(--box_shadow);
    margin-bottom: 16px;
}

.product_detail_main .product_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product_detail_main .item {
    width: 100%;
    padding: 8px 10px;
    box-shadow: var(--box_shadow);
    margin-bottom: 16px;
    box-sizing: border-box;
    border-radius: var(--radius_5);
    justify-content: flex-start;
    align-items: flex-start;
}

.product_detail_main .title {
    font-weight: 700;
    font-family: var(--kalameh);
    color: var(--dark);
    margin-bottom: 8px;
}

.product_detail_main .text {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

.product_detail_main .text h3 {
    display: block;
    margin: 16px 0 4px 0;
    font-weight: 500;
    color: var(--gray-dark);
    font-family: var(--kalameh);
    font-size: 12pt;
}

.product_detail_main .text ul,
.product_detail_main .text ol {
    display: block;
    margin: 0 24px 8px 0;
}

.product_detail_main .text ul li,
.product_detail_main .text ol li {
    color: var(--gray-dark);
    text-align: justify;

}

.product_detail_main .text a {
    margin: 8px 0 24px 0;
    color: var(--orange);
}

.product_detail_main .text a span {
    font-weight: 300;
}

.product_detail_main .text a i {
    margin-left: 8px;
}

.product_detail_main .text p {
    text-align: justify;
    width: 100%;
    line-height: 1.8;
    margin: 8px auto 24px auto;
}

.product_detail_main .text p a {
    margin-bottom: 0;
    color: var(--orange);
    font-weight: 300;
}

.product_detail_main .text img,
.product_detail_main .text audio,
.product_detail_main .text video {
    display: block;
    width: 100%;
    max-width: 800px;
    margin: 10px auto;
    object-fit: cover;
    border-radius: var(--radius_15);
    overflow: hidden;
}

.product_detail_main .text .aparat {
    display: block;
    width: 100%;
    max-width: 800px;
    min-height: 500px;
    margin: 10px auto;
}

.product_detail_main .text .aparat iframe {
    min-height: 500px;
    border-radius: 20px;
    overflow: hidden;
}

.comment {
    display: block;
    width: 100%;
    margin-bottom: 24px;
}

.comment .label {
    font-weight: 500;
    font-size: 12pt;
    font-family: var(--kalameh);
}

.comment .comment_item {
    display: block;
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    margin-bottom: 24px;
    border-bottom: 1px dashed var(--light_2);
}

.comment .comment_item .comment_item {
    padding: 15px;
    margin-top: 15px;
    border-top: 1px dashed var(--light_2);
    border-bottom: unset;
}

.comment .comment_item .comment_head {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
}

.comment .comment_item .comment_head .comment_name {
    margin-bottom: 8pt;
}

.comment .comment_item .date {
    font-size: 8pt;
    word-spacing: 5px;
    color: var(--secondary);
}

.comment .comment_item .comment_text {
    line-height: 1.7;
    display: block;
    width: 100%;
    text-align: justify;
    padding: 8px 0;
    box-sizing: border-box;
}

.comment_form {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

.comment_form .comment_score {
    margin-bottom: 8px;
}

.comment_form .label {
    margin-bottom: 8px;
}

.comment_form .text_area {
    display: block;
    margin-bottom: 16px;
    padding: 8px 16px;
    box-sizing: border-box;
    min-height: 50px;
    width: 100%;
}

.item_cat {
    display: flex;
    justify-content: flex-start;
    font-size: 9pt;
    color: var(--gray-dark);
    margin-bottom: 10px;
    align-items: center;
}

.item_cat i {
    font-size: 14px;
    margin-left: 8px;
    width: 14px;
    height: 14px;
    text-align: center;
    display: inline-block;
    vertical-align: unset;
}

.item_cat strong {
    font-weight: 600;
}

.item_cat i {
    font-weight: 400;
    color: var(--gray);
}

.item_cat span {
    color: var(--dark);
}

.product_detail_main .item .btn_primary {
    min-width: 200px;
    margin: 8px 0 16px 0;
}

/****************************************/

.cart {
    padding: 16px;
    box-sizing: border-box;
    margin: 10px 0 25px 0;
    box-shadow: var(--box_shadow);
    border-radius: var(--radius_5);
}

.cart .cart_title {
    font-weight: 700;
    display: block;
    margin-bottom: 8px;
    font-size: 12pt;
}

.cart .cart_sub_title {
    display: block;
    margin-bottom: 8px;
    color: var(--gray);
}

.cart .cart_item {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 24px;
    margin: 16px 0;
    border-bottom: 1px dashed var(--light_2);
}

.cart .cart_item .item {
    justify-content: space-between;
    width: calc(100% - 50px);
}

.cart .cart_item:last-child {
    border-bottom: none;
}

.cart .cart_item .cart_image {
    width: 150px;
    height: 100px;
    background-color: var(--white);
    overflow: hidden;
    margin-left: 8px;
}

.cart .cart_item .cart_icon {
    width: 35px;
    height: 35px;
    background-color: var(--white);
    color: var(--gray);
    border-radius: var(--radius_25);
    overflow: hidden;
    padding: 10px 0;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid var(--gray);
    box-shadow: 2px 2px 0 var(--gray);
}

.cart .cart_item .cart_image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-blend-mode: multiply;
}

.cart .cart_item .cart_detail {
    color: var(--gray-dark);

}

.cart .cart_item .cart_detail .title {
    font-weight: 700;
    display: block;
    margin-bottom: 4px;
    color: var(--dark);
    font-family: var(--kalameh);
}

.cart .cart_item .cart_detail .sub_title {
    margin-bottom: 8px;
}

.product_cost .cost_off {
    display: flex;
    align-items: center;
    margin: 8px 0;
}

.product_cost .cost_off strong {
    font-size: 14pt;
    font-weight: 300;
    color: var(--dark);
}

.cart .cart_item .cart_detail .sub_title {
    display: flex;
    align-items: center;
}

.cart .cart_item .cart_detail .sub_title i {
    margin-left: 8px;
}

.cart .cart_item .cart_detail .sub_title .label {
    min-width: 60px;
    font-weight: 300;
}

.cart_form .discount_code {
    display: flex;
    padding: 20px 0;
    margin-bottom: 8px;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px dashed var(--light_2);
}

.cart_form .discount_code input {
    margin: 0 16px;
    max-width: 350px;
    padding: 6px 12px;
}

.cost_total {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px 0 15px 0;
    box-sizing: border-box;
    align-items: center;
    margin-bottom: 16px;
    border-bottom: 1px dashed var(--light_2);
}

.cart .cost_total span {
    margin-left: 8px;
    color: var(--gray-dark);
}

.cart .cost_total img {
    margin-right: 8px;
}

.cart .cost_total strong {
    font-size: 14pt;
    font-weight: 400;
}

.filter_btn {
    margin-left: 24px;
    display: none;
    align-items: baseline;
    flex-direction: row;
    cursor: pointer;
    padding: 8px 16px;
    box-sizing: border-box;
}

.filter_btn i {
    margin-left: 4px;
}

.filter_btn span {
    font-family: var(--kalameh);
    font-weight: 400;
}

/*********************************************************/

.print_holder {
    border: solid 2px #000000;
    margin: 15px;
}

.print_holder .print_header {
    padding: 8px 0;
    text-align: center;
    background: #000000;
    color: #ffffff;
    font-weight: bold;
    font-size: 12pt;
}

.print_holder .print_top {
    padding: 0 15px 15px 15px;
    font-size: 10pt;
}

.print_holder .print_table .head {
    padding: 8px 0;
    text-align: center;
    color: #000000;
    font-weight: bold;
    font-size: 10pt;
    border-top: solid 2px #000000;
}

.print_holder .print_table .table_header {
    display: block;
    background: #000000;
    color: #ffffff;
}

.print_holder .print_table .table_header span {
    display: inline-block;
    vertical-align: middle;
    font-size: 10pt;
    font-weight: bold;
    border-left: solid 1px #ffffff;
    padding: 8px 5px;
    box-sizing: border-box;
}

.print_holder .print_table .table_header span:last-child {
    border-left: none;
}

.print_holder .print_table .table_order_image {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 5px;
    margin: 2px;
    filter: grayscale(100%);
}

.print_holder .print_table .table_row {
    display: block;
    border-bottom: 1px solid #000000;
}

.print_holder .print_table .table_row:last-child {
    border-bottom: none;
}

.print_holder .print_table .table_row div {
    padding: 8px 5px;
}

.print_holder .print_table .table_row .t_title {
    display: none;
    font-size: 16px;
    width: 100px;
    border: none;
    white-space: initial;
    text-overflow: initial;
    overflow: initial;
}

.print_holder .print_table .table_row .t_text {
    display: inline-block;
    width: 100%;
}

.print_holder .print_table .table_row div {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    font-size: 14px;
}

/*********************************************************/

.img-post {
    width: calc(100% - 10px);
    display: block;
    cursor: pointer;
    text-align: center;
}

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

.img-post img:hover {
    opacity: 1.0;
}

.input_image {
    display: block;
    margin: 20px 20px;
    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: 208px;
    height: 208px;
    object-fit: contain;
    border-radius: 10px;
    background: transparent;
}

.input_image i {
    display: none;
    font-size: 35px;
    position: relative;
    top: -130px;
}

.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: #28a745;
}

.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: 1080px) {
    .nav .wr .logo {
        margin-left: 16px;
    }
}

@media screen and (max-width: 950px) {
    .nav .wr .logo {
        margin-left: 16px;
    }

    .nav .wr .menu {
        display: none;
    }

    .nav .menu_res_btn {
        display: inline-block;
    }

    .nav .menu_res {
        display: flex !important;
    }

    .blog {
        flex-direction: column;
    }

    .product {
        flex-direction: row;
    }

    .blog .most_visit {
        width: 100%;
        margin-bottom: 8px;
        margin-left: 0;
    }

    .blog .blog_main {
        width: 100%;
    }

    .archive .blog_main {
        width: 100%;
    }

    .product_detail_main .text img {
        max-width: 100%;
    }

    .archive .blog_main .main {
        justify-content: unset;
    }

    .archive .blog_main .item {
        width: calc(33% - 10px);
        margin-left: 10px;
    }

    .blog .blog_main .item:nth-of-type(n+8),
    .archive .blog_main .item:nth-of-type(n+4) {
        margin-left: 10px;
    }

    .archive .tutorial .main .item {
        width: calc(50% - 5px);
    }

    .sort_archive .sort {
        display: flex;
        position: absolute;
        top: 50px;
        left: 0;
        width: 150px;
        height: 0;
        flex-direction: column;
        background-color: var(--white);
        z-index: 11;
        padding: 0;
        box-sizing: border-box;
        border-radius: var(--radius_5);
        border: 1px solid var(--light);
        box-shadow: var(--box_shadow);
        transform: scale(0, 9);
        opacity: 0;
    }

    .sort_archive .sort_hidden_open {
        transform: scale(1, 1) !important;
        opacity: 1 !important;
        height: auto !important;
        padding: 8px 16px;
    }

    .sort_archive .sort a {
        margin-bottom: 8px;
        margin-left: unset;
    }

    .sort_archive .sort_selected {
        display: flex;
        min-width: 100px;
        justify-content: space-between;
        align-items: center;
        margin-left: 0;
    }

    .sort_archive .sort_selected i {
        display: inline-block;
    }
}

@media screen and (max-width: 768px) {
    .hero .main_top_slider {
        height: 350px;
    }

    .hero .main_top_slider .slider_detail {
        left: 20px;
        margin: auto;
        width: calc(100% - 40px);
        height: auto;
    }

    .hero .main_top_slider .slider_detail .title {
        font-size: 14pt;
    }

    .hero .main_top_slider .slider_detail .text {
        font-size: 9pt;
        height: auto;
    }

    .section .nav .text {
        text-align-last: center;
    }

    .section .service {
        justify-content: space-between;
    }

    .section .service .item {
        width: calc(50% - 20px);
    }

    .section .service .item .title i {
        font-size: 30px;
    }

    .w_2_main {
        padding: 16px 0;
    }

    .w_2_main .container {
        flex-direction: column;
    }

    .w_2_main .w50 {
        order: 2;
        width: 100%;
    }

    .w_2_main .video_img {
        order: 1;
        width: 100%;
        margin-bottom: 24px;
    }

    .tutorial .item {
        max-width: calc(100vw - 120px);
    }

    .tutorial .holder_scroll_btn {
        display: none;
    }

    .holder_scroll {
        overflow: auto;
    }

    .main_table {
        flex-direction: column;
    }

    .main_table .item {
        width: 100%;
        margin-bottom: 16px;
    }

    .archive .side_bar {
        position: fixed;
        display: block;
        width: 100%;
        height: 100vh;
        bottom: -1000%;
        background: var(--white);
        z-index: 12;
        right: 0;
        left: 0;
        margin: auto;
        overflow: auto;
        padding: 0 16px;
        box-sizing: border-box;
    }

    .side_bar .side_bar_title i {
        display: inline;
        padding: 5px;
        cursor: pointer;
        color: var(--red);
    }

    .archive .tutorial .main .item,
    .archive .blog_main .item {
        width: calc(33% - 10px);
        margin-left: 10px !important;
    }

    .archive .tutorial,
    .archive .tutorial .main,
    .archive .blog_main .main,
    .archive .blog_main {
        width: 100% !important;
    }

    .filter_btn {
        display: flex;
    }

    .product .product_detail_main {
        width: 100%;
    }

    .product_detail_side {
        display: none !important;
    }

    .product_detail_side_hidden {
        display: flex !important;
    }

    .product_detail_side .btn_primary {
        min-width: 200px;
    }

    .product_detail_side .detail {
        width: 100%;
    }

    .product_detail_main .product_img {
        height: auto;
    }

    .bredcrumbs {
        padding: 0 16px;
        box-sizing: border-box;
    }

    .cart .cost_total {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .cart_form .discount_code {
        flex-direction: column;
        align-items: flex-start;
    }

    .cart_form .discount_code input {
        margin: 8px 0 16px 0;
        min-width: 100%;
    }

    .cart .cart_item .item {
        flex-direction: column;
    }

    .cart .cart_item .cart_image,
    .cart .cart_item .cart_detail {
        margin-bottom: 8px;
    }

    .panel_body .panel_side {
        position: fixed;
        width: calc(100% - 100px);
        right: -1000%;
        top: 0;
        bottom: 0;
        z-index: 12;
        background: var(--white);
        border-radius: 10px 0 0 10px;
        overflow: hidden;
    }
}

@media screen and (max-width: 650px) {
    .nav .wl .nav_action .btn_border_blue span,
    .nav .wl .nav_action .btn_primary span,
    .nav .wl .nav_action .cart_not span {
        display: none;
    }

    .menu_res_btn {
        margin-left: 8px;
    }

    .nav .wr .logo span {
        display: none;
    }

    .blog .blog_main .item {
        width: calc(50% - 5px);
        margin-bottom: 8px;
        margin-left: 0;
    }

    .blog .blog_main .item:nth-of-type(n+8),
    .blog .blog_main .item:nth-of-type(n+4) {
        margin-left: 0;
    }

    .footer .footer_main .container,
    .footer .footer_header .container {
        flex-direction: column;
        align-items: center;
    }

    .footer .footer_main .logo,
    .footer .footer_main .social,
    .footer .footer_main .namad,
    .footer .footer_header .item {
        width: 100%;
        margin-bottom: 24px;
        justify-content: center;
    }

    .footer .footer_main .social .flex {
        justify-content: center;
    }

    .footer .footer_main .social .title {
        width: auto;
        margin-bottom: 0;
        text-align: center;
    }

    .footer .footer_footer {
        flex-direction: column;
        align-items: center;
    }

    .archive .tutorial .main .item,
    .archive .blog_main .item {
        width: calc(50% - 10px) !important;
    }
}

@media screen and (max-width: 550px) {

    .section .service .item {
        width: calc(100% - 20px);
    }

    .archive .tutorial .main .item,
    .archive .blog_main .item {
        width: 100% !important;
        margin-left: 0 !important;
        max-width: unset;
    }

    .sort_archive {
        justify-content: space-between;
    }

    .top_head {
        padding: 8px;
        box-sizing: border-box;
        height: auto;
        min-height: 100px;
    }

    .product_detail_side .btn_primary {
        width: 100%;
        box-sizing: border-box;
    }
}