/*
Theme Name: wishelegant
Theme URI: https://wishelegant.com
Author: wishelegant team
Author URI: https://wishelegant.com
Requires at least: 5.9
Tested up to: 6.5.4
Requires PHP: 5.6
Version: 1.0.0
Text Domain: wishelegant
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, style-variations, wide-blocks, block-styles, accessibility-ready, blog, portfolio, news
*/
body,html,*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    direction: rtl;
    font-family: 'IRANYekanXVF', IRANYekanX, tahoma;
    text-decoration: none;
}
del{
    text-decoration: line-through;
}
body {
    font-family: IRANYekanX, tahoma;
}


@supports (font-variation-settings: normal) {
    body {
     font-family: 'IRANYekanXVF', tahoma;
    }
}
*{
    direction: ltr;
}
p,span,a,h1,h2,h3,h4,h5,h6{
    direction: rtl;
}
.add-to-cart-btn.we_add_to_cart i.fa-solid.fa-spinner{
    font-size: 0px !important;
}
.add-to-cart-btn.we_add_to_cart.loading{
    font-size: 0px !important;
    cursor: no-drop !important;
}
.add-to-cart-btn.we_add_to_cart.loading i{
    font-size: 0px !important;
}
del{
    text-decoration: line-through;
}
body{
    background: #fff;
}
@font-face {
    font-family: 'IRANYekanXVF';
    src: url('fonts/IRANYekanXVF.woff') format('woff-variations'),
    /* will be the standard and works in Safari now */
    url('fonts/IRANYekanXVF.woff') format('woff');
    /* for the other supporting browsers */
    font-weight: 100 1000;
    font-display: fallback;

}
@font-face {
    font-family: IRANYekanX;
    src: url('fonts/IRANYekanX-regular.woff') format('woff');
}
@font-face {
    font-family: IRANYekanX;
    src: url('fonts/IRANYekanX-bold.woff') format('woff');
    font-weight: 700;
}
input:focus,
textarea:focus,
select:focus {
    outline: none;
}
.cantainer{
    width: 1366px;
    margin: auto;
}
.main_of_we_content{
    float: right;
    width: 100%;
}
@keyframes spiner_animation_we{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
.add-to-cart-btn.we_add_to_cart.loading i.fa-solid.fa-spinner{
    font-size: 15px !important;
    width: 15px !important; 
    height: 15px !important;
    animation: spiner_animation_we infinite 1s;
}
/* header */
header.main_we_header{
    float: right;
    width: 95%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 30px;
    border-bottom: solid 1px #303030;
    margin: 0px 2.5%;
    direction: ltr;
}
header.main_we_header .mwh_logo_part{
    float: left;
    display: flex;
    align-items: center;
    z-index: 2;
    direction: ltr;
}
header.main_we_header .mwh_logo_part a{
    float: left;
    height: 100%;
    display: flex;
    align-items: center;
}
header.main_we_header .mwh_logo_part a img{
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background: #a9a9a9;
}
header.main_we_header .mwh_logo_part .mlp_texts_main_part{
    float: left;
    width: min-content;
}
header.main_we_header .mwh_logo_part .mlp_texts_main_part h1{
    float: right;
    width: 100%;
    color: #303030;
    font-size: 16px;
    padding: 5px 10px;
}
header.main_we_header .mwh_logo_part .mlp_texts_main_part span{
    float: left;
    width: 100%;
    color: #303030;
    font-size: 10px;
    padding: 0px 10px;
    transition: all ease-in-out 0.2s;
}
header.main_we_header .mwh_logo_part:hover .mlp_texts_main_part span{
    color: #fc7900;
}
.mwh_menus_part_responsive{
    display: none;
}
header.main_we_header .mwh_menus_part{
    float: right;
    width: 100%;
    direction: rtl;
    display: flex;
    align-items: center;
    height: 100%;
    z-index: 3;
    border-bottom: solid 0.5px #ffffff;
}
header.main_we_header .mwh_menus_part > ul{
    float: right;
    width: 90%;
    direction: rtl;
    display: flex;
    align-items: center;
    height: 100%;
}
header.main_we_header .mwh_menus_part > ul > li{
    float: right;
    margin: 0px 10px;
    list-style: none;
    height: 100%;
    display: flex;
    align-items: center;
}
header.main_we_header .mwh_menus_part > ul > li > a{
    float: right;
    width: 100%;
    text-decoration: none;
    color: #303030;
    font-size: 12px;
    direction: rtl;
    display: flex;
    align-items: center;
    font-weight: 300;
    transition: all ease-in-out 0.2s;
}
header.main_we_header .mwh_menus_part > ul > li > a > i{
    font-size: 12px;
    margin: 0px 5px;
    color: #303030;
    transition: all ease-in-out 0.2s;
}
header.main_we_header .mwh_menus_part > ul > li > a:hover > i{
    color: #fc7900;
}
header.main_we_header .mwh_menus_part > ul > li > ul{
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    min-height: 0px;
    height: 0px;
    background: #f5f5f7;
    padding: 40px 20px;
    padding-top: 70px;
    visibility: hidden;
    opacity: 0;
    transition: all ease-in-out 0.3s;
}
header.main_we_header .mwh_menus_part > ul > li:hover > ul{
    visibility: visible;
    opacity: 1;
    min-height: 300px;
    height: auto;
    box-shadow: 0px 8px 17px -3px #303030;
}
header.main_we_header .mwh_menus_part > ul > li > ul > li{
    float: right;
    margin: 20px;
    list-style: none;
    max-width: 200px;
}
header.main_we_header .mwh_menus_part > ul > li > ul > li > a{
    float: right;
    width: 100%;
    margin-bottom: 20px;
    color: #303030;
    font-size: 20px;
    text-decoration: none;
    font-weight: 800;
}
header.main_we_header .mwh_menus_part > ul > li > ul > li > ul{
    float: right;
    width: 100%;
}
header.main_we_header .mwh_menus_part > ul > li > ul > li > ul > li{
    float: right;
    width: 100%;
    margin: 5px 0px;
    list-style: none;
}
header.main_we_header .mwh_menus_part > ul > li > ul > li > ul > li > a{
    color: #303030;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
    transition: all ease-in-out 0.2s;
}
header.main_we_header .mwh_menus_part > ul > li > ul > li > ul > li > a:hover{
    color: #fc7900;
}
.we_shcu_bars_main{
    float: right;
    width: 100%;
    z-index: 1;
    position: relative;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    direction: rtl;
}
.we_shcu_bars_main li.wellcome_we{
    float: right;
    width: 10%;
    margin-right: 5%;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    direction: rtl;
}
.we_shcu_bars_main li.wellcome_we span.tqs{
    color: #303030;
    font-size: 12px;
    font-weight: 700;
    width: 100%;
    white-space: nowrap;
    margin: 0px 5px;
}
.we_shcu_bars_main li.wellcome_we span.border_tyu{
    width: 100%;
    height: 1px;
    background: #fc7900;
}
.we_shcu_bars_main ul{
    float: right;
    width: 95%;
    margin: 0px 2.5%;
    padding: 0px 30px;
    display: flex;
    align-items: baseline;
    justify-content: left;
    direction: rtl;
    margin-top: 20px;
}
.we_shcu_bars_main ul li{
    margin: 0px 10px;
    list-style: none;
    float: right;
    color: #fff;
    font-size: 14px;
    height: 30px;
    cursor: pointer;
}
.we_shcu_bars_main ul li.wellcome_we{
    margin-right: 20px;
    padding-right: 10px;
    border-right: 1px solid #303030;
    height: 16px;
    font-weight: 800;
}
.we_shcu_bars_main ul li i{
    margin: 0px 5px;
    color: #fc7900;
}
.we_shcu_bars_main ul li:hover i{
    animation: nbg_wfr_animation 0.7s infinite;
    color: #303030;
}
.we_shcu_bars_main ul li a{
    text-decoration: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.we_shcu_bars_main ul li span.tqs{
    color: #303030;
    font-size: 11px;
}
.we_shcu_bars_main ul li a span.border-hor{
    float: right;
    width: 0%;
    height: 1px;
    background: #fc7900;
    margin-top: 5px;
    transition: all ease-in-out 0.7s;
}
.we_shcu_bars_main ul li a:hover span.border-hor{
    width: 100%;
}
.we_shcu_bars_main ul li span.border-hor{
    float: left;
    width: 0%;
    height: 1px;
    background: #fc7900;
    margin-top: 5px;
    transition: all ease-in-out 1s;
}
.we_shcu_bars_main ul li:hover span.border-hor{
    width: 100%;
}
@keyframes nbg_wfr_animation{
    0%{
        margin: 0px 5px;
    }
    50%{
        margin: 0px 0px;
        margin-left: 10px;
    }
    100%{
        margin: 0px 5px;
    }
}
/* front message */
.main_front_success_fixed_massage{
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000000;
    background: #01e201;
    padding: 15px 20px;
    display: none;
    box-shadow: 0px 0px 14px 0px #000000;
}
.main_front_success_fixed_massage p{
    direction: rtl;
    display: flex;
    align-items: center;
    color: #ffffff;
}
.main_front_success_fixed_massage p span{
    font-size: 12px;
    margin: 0px 15px;
}
.main_front_success_fixed_massage p i{
    font-size: 20px;
}
.main_front_error_fixed_massage{
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000000;
    background: #ff0000;
    padding: 15px 20px;
    display: none;
    box-shadow: 0px 0px 14px 0px #000000;
}
.main_front_error_fixed_massage p{
    direction: rtl;
    display: flex;
    align-items: center;
    color: #ffffff;
    direction: ltr;
}
.main_front_error_fixed_massage p span{
    font-size: 12px;
    margin: 0px 15px;
}
.main_front_error_fixed_massage p i{
    font-size: 20px;
}
.get_main_inp_part1{
    float: right;
    width: 100%;
    height: 110vh;
}
.get_main_inp_part1 .clip-path{
    float: right;
    width: 100%;
    height: 100%;
    background-image: url("images/pag_main_ps_dgf.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}
.get_main_inp_part1 .clip-path .menus{
    float: right;
    width: 90%;
    margin: 0px 5%;
    background: #0000008a;
    border-radius: 0px 0px 14px 14px;
}
/* p2 */
.main_title{
    float: right;
    width: 100%;
    margin: 50px 0px 30px 0px;
    padding: 0px 40px;
}
.main_title h2,
.main_title h3{
    float: right;
    width: 100%;
    font-size: 19px;
    font-weight: 500;
}
.get_p2_main_box_we{
    float: right;
    width: 100%;
    margin: 7rem 0px;
    padding: 0px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0rem;
}
.get_p2_main_box_we .z_gpmbw{
    float: left;
    width: 31.3%;
    margin: 0px 1%;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    direction: ltr;
}
.get_p2_main_box_we .z_gpmbw img{
    float: left;
    width: 42%;
    background: #f5f5f7;
    padding: 1px;
}
.get_p2_main_box_we .z_gpmbw .z_gpmbw_texts_main_box{
    float: right;
    width: 50%;
}
.get_p2_main_box_we .z_gpmbw .z_gpmbw_texts_main_box h3{
    float: right;
    width: 100%;
    font-size: 15px;
    font-weight: 800;
    color: #303030;
    margin: 10px 0px;
    padding: 0px 20px;
    direction: ltr;
}
.get_p2_main_box_we .z_gpmbw .z_gpmbw_texts_main_box > span{
    font-size: 11px;
    font-weight: 300;
    float: right;
    width: 100%;
    padding-left: 20px;
    padding-right: 60px;
    line-height: 22px;
    margin-bottom: 10px;
    direction: ltr;
}
.get_p2_main_box_we .z_gpmbw .z_gpmbw_texts_main_box a{
    float: left;
    margin-left: 20px;
    font-size: 10px;
    text-decoration: none;
    color: #fc7900;
    font-weight: 800;
    height: 25px;
    direction: ltr;
}
.get_p2_main_box_we .z_gpmbw .z_gpmbw_texts_main_box a span.border-hor_sf{
    float: left;
    width: 0%;
    height: 1px;
    background: #303030;
    margin-top: 5px;
    transition: all ease-in-out 0.7s;
    direction: ltr;
}
.get_p2_main_box_we .z_gpmbw .z_gpmbw_texts_main_box a:hover span.border-hor_sf{
    width: 120%;
    direction: ltr;
}
.get_p2_main_box_we .z_gpmbw .price_we{
    float: right;
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    direction: rtl;
    margin-top: 40px;
    direction: ltr;
}
.get_p2_main_box_we .z_gpmbw .price_we .prices{
    float: right;
    padding: 0px 20px;
    direction: ltr;
}
.get_p2_main_box_we .z_gpmbw .price_we .prices del{
    float: right;
    width: 100%;
    color: #fc7900;
    font-size: 10px;
    padding: 4px 0px;
    direction: ltr;
}
.get_p2_main_box_we .z_gpmbw .price_we .prices ins{
    float: right;
    width: 100%;
    color: #303030;
    font-size: 12px;
    text-decoration: none;
    font-weight: 900;
    direction: ltr;
}
/* p3 */
.timer_to_remove_offer_main_box{
    float: right;
    width: 100%;
    display: flex;
    direction: rtl;
    justify-content: center;
    align-items: center;
    padding: 7px 0px;
    background: #f5f5f7;
}
.timer_to_remove_offer_main_box p.ff_fb{
    float: right;
    direction: rtl;
    display: flex;
    align-items: center;
    font-size: 10px;
    color: #ffffff;
    font-weight: 300;
    margin-left: 10px;
    cursor: pointer;
    padding: 4px 9px;
    border-radius: 100px;
    background: #fc7900;
}
.timer_to_remove_offer_main_box p.ff_fb i{
    font-size: 9px;
    margin-left: 3px;
    transition: all ease-in-out 0.2s;
}
.timer_to_remove_offer_main_box p.ff_fb:hover i{
    color: #303030;
}
.timer_to_remove_offer_main_box .timer_tnb{
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    direction: rtl;
}
.timer_to_remove_offer_main_box .timer_tnb span.trc{
    float: right;
    height: 100%;
    direction: rtl;
    margin-left: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #303030;
    font-size: 11px;
    padding-right: 10px;
    border-right: solid 1px #303030;
}
.timer_to_remove_offer_main_box .timer_tnb .main_timer_thj_plk{
    direction: rtl;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    height: 100%;
}
.timer_to_remove_offer_main_box .timer_tnb .main_timer_thj_plk span{
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #fc7900;
    border-radius: 7px;
    color: #303030;
    font-size: 14px;
    margin: 0px 5px;
}
/* p4 */
.det_p4_delvin_max_main_box{
    float: right;
    width: 100%;
    margin-top: 4rem;
    padding: 0px 30px;
}
.det_p4_delvin_max_main_box .dp4dmmb_title_main_box{
    float: right;
    width: 100%;
    display: flex;
    direction: rtl;
    justify-content: center;
    align-items: center;
}
.det_p4_delvin_max_main_box .dp4dmmb_title_main_box h3{
    float: right;
    color: #303030;
    font-size: 30px;
    padding: 0px 10px;
    padding-top: 7px;
    font-weight: 900;
}
.det_p4_delvin_max_main_box .dp4dmmb_title_main_box img{
    float: left;
    width: 50px;
}
.det_p4_delvin_max_main_box .dp4dmmb_tb_icons_main_box{
    float: right;
    width: 100%;
    margin: 2rem 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.det_p4_delvin_max_main_box .dp4dmmb_tb_icons_main_box p{
    float: right;
    margin: 0px 10px;
    height: 80px;
    width: 80px;
    border: solid 1px #303030;
    border-radius: 7px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.det_p4_delvin_max_main_box .dp4dmmb_tb_icons_main_box p i{
    float: right;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
    color: #303030;
    font-size: 20px;
}
.det_p4_delvin_max_main_box .dp4dmmb_tb_icons_main_box p span{
    float: right;
    width: 100%;
    color: #303030;
    font-size: 9px;
    font-weight: 300;
    text-align: center;
}
.det_p4_delvin_max_main_box .main_3_dp4dmmb{
    float: right;
    width: 100%;
}
.det_p4_delvin_max_main_box .main_3_dp4dmmb .m3d_right{
    float: right;
    width: 30%;
    margin-left: 2%;
}
.det_p4_delvin_max_main_box .main_3_dp4dmmb .m3d_right img{
    float: right;
    width: 100%;
    border-radius: 4px;
}
.det_p4_delvin_max_main_box .main_3_dp4dmmb .m3d_left{
    float: left;
    width: 68%;
}
.det_p4_delvin_max_main_box .main_3_dp4dmmb .m3d_left .m3d_l_1{
    float: right;
    width: 100%;
    margin-bottom: 20px;
    direction: rtl;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.det_p4_delvin_max_main_box .main_3_dp4dmmb .m3d_left .m3d_l_1 span{
    font-size: 25px;
    color: #303030;
    direction: rtl;
}
.det_p4_delvin_max_main_box .main_3_dp4dmmb .m3d_left .m3d_l_1 button.question_opl_fryu{
    border: none;
    color: #fff;
    padding: 7px 10px;
    background: #fc7900;
    border-radius: 100px;
    font-size: 10px;
    font-weight: 500;
    cursor: pointer;
    transition: all ease-in-out 0.2s;
}
.det_p4_delvin_max_main_box .main_3_dp4dmmb .m3d_left .m3d_l_1 button.question_opl_fryu:hover{
    color: #303030;
}
.det_p4_delvin_max_main_box .main_3_dp4dmmb .m3d_left .m3d_l_2{
    float: right;
    width: 100%;
    padding-left: 300px;
}
.det_p4_delvin_max_main_box .main_3_dp4dmmb .m3d_left .m3d_l_2 p{
    margin-top: 30px;
    float: right;
    width: 100%;
    color: #303030;
    font-weight: 300;
    font-size: 12px;
    line-height: 30px;
    direction: rtl;
    text-align: right;
}
.det_p4_delvin_max_main_box .dp4dmmb_btns_main_box{
    float: right;
    width: 100%;
    margin-bottom: 3rem;
    margin-top: 30px;
    direction: rtl;
    display: flex;
    justify-content: center;
    align-items: center;
}
.det_p4_delvin_max_main_box .dp4dmmb_btns_main_box button.add_to_cart_ajax_we{
    margin: 0px 7px;
    height: 40px;
    width: 60px;
    border-radius: 100px;
    color: #fc7900;
    background: #ffffff;
    border: solid 1px #fc7900;
    font-size: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out 0.2s;
}
.det_p4_delvin_max_main_box .dp4dmmb_btns_main_box button i{
    font-size: 0px;
}
.det_p4_delvin_max_main_box .dp4dmmb_btns_main_box button.loading{
    font-size: 0px;
}
.det_p4_delvin_max_main_box .dp4dmmb_btns_main_box button.loading i{
    font-size: 16px;
    width: 16px;
    height: 16px;
    animation: spiner_animation_we 1s infinite;
}
.det_p4_delvin_max_main_box .dp4dmmb_btns_main_box button.success{
    font-size: 10px;
    direction: ltr;
}
.det_p4_delvin_max_main_box .dp4dmmb_btns_main_box button.success i{
    font-size: 16px;
    margin-right: 5px;
}
.det_p4_delvin_max_main_box .dp4dmmb_btns_main_box button.add_to_cart_ajax_we:hover{
    font-weight: 700;
    background: #fc7900;
    color: #ffffff;
    border: none;
}
.det_p4_delvin_max_main_box .dp4dmmb_btns_main_box a{
    float: right;
    width: 110px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 200px;
    text-decoration: none;
    font-size: 12px;
    color: #ffffff;
    background: #fc7900;
    transition: all ease-in-out 0.2s;
}
.det_p4_delvin_max_main_box .dp4dmmb_btns_main_box a:hover{
    background: #ff8411;
    font-weight: 700;
}
/* p5 */
.get_nchu1_main{
    float: right;
    width: 100%;
    margin: 50px 0px;
    background: #f5f5f7;
    padding: 30px;
    margin-top: 0px;
}
.get_nchu1_main .g-nchu1_m_sing{
    float: left;
    width: 29.3%;
    height: 500px;
    box-shadow: 0px 0px 10px 0px #a9a9a9;
    background: #ffffff;
    border-radius: 7px;
    margin: 0px 2%;
}
.get_nchu1_main .g-nchu1_m_sing h5{
    float: right;
    width: 100%;
    margin-top: 30px;
    padding: 20px;
    color: #303030;
    font-size: 30px;
    text-align: right;
}
.get_nchu1_main .g-nchu1_m_sing span.category{
    float: right;
    width: 100%;
    padding: 0px 30px;
    text-align: right;
    color: #fc7900;
    font-size: 11px;
    font-weight: 700;
}
.get_nchu1_main .g-nchu1_m_sing .gnms_text{
    float: right;
    width: 100%;
    display: flex;
    align-items: center;
    margin: 20px 0px;
    padding: 20px;
}
.get_nchu1_main .g-nchu1_m_sing .gnms_text p{
    float: right;
    width: 100%;
    text-align: right;
    color: #9c9c9c;
    font-size: 10px;
    line-height: 23px;
    direction: rtl;
}
.get_nchu1_main .g-nchu1_m_sing p.bfspc_buttins{
    float: right;
    width: 100%;
    padding: 0px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    direction: rtl;
}
.get_nchu1_main .g-nchu1_m_sing p.bfspc_buttins button{
    float: right;
    width: 20%;
    height: 40px;
    color: #fff;
    border: none;
    background: #fc7900;
    border-radius: 100px;
    font-size: 11px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
}
.get_nchu1_main .g-nchu1_m_sing p.bfspc_buttins button:hover{
    background: #ff932e;
}
.get_nchu1_main .g-nchu1_m_sing p.bfspc_buttins button.success{
    font-size: 9px;
    font-weight: 700;
    direction: ltr;
}
.get_nchu1_main .g-nchu1_m_sing p.bfspc_buttins button.loading{
    font-size: 0px;
}
.get_nchu1_main .g-nchu1_m_sing p.bfspc_buttins button i{
    font-size: 0px;
}
.get_nchu1_main .g-nchu1_m_sing p.bfspc_buttins button.success i{
    font-size: 16px;
    margin-right: 5px;
}
.get_nchu1_main .g-nchu1_m_sing p.bfspc_buttins button.loading i{
    font-size: 16px;
    width: 16px;
    height: 16px;
    animation: spiner_animation_we 1s infinite;
}
.get_nchu1_main .g-nchu1_m_sing p.bfspc_buttins a{
    float: left;
    width: 50%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fc7900;
    font-size: 11px;
    border: solid 1px #fc7900;
    border-radius: 100px;
    margin-right: 5%;
    font-weight: 500;
    transition: all ease-in-out 0.3s;
}
.get_nchu1_main .g-nchu1_m_sing p.bfspc_buttins a:hover{
    color: #ffffff;
    background: #fc7900;
}
/* p6 */
.imdex_p_main_part6_ldf{
    float: right;
    width: 100%;
    margin: 100px 0px;
    padding: 0px 30px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.imdex_p_main_part6_ldf img{
    width: 300px;
}
/* p7 */
.index_p_main_part7{
    float: right;
    width: 100%;
    margin-bottom: 50px;
    position: relative;
    padding: 30px;
}
.index_p_main_part7 .ipmp7_right{
    float: right;
    width: 65%;
    height: 650px;
    background: #f5f5f7;
}
.index_p_main_part7 .ipmp7_right h4{
    line-height: 68px;
    float: right;
    width: 80%;
    margin: 30px 0px;
    direction: rtl;
    padding: 0px 30px;
    font-size: 40px;
    font-weight: 700;
    color: #303030;
}
.index_p_main_part7 .ipmp7_right p{
    float: right;
    width: 70%;
    text-align: right;
    font-size: 12px;
    padding: 0px 30px;
    line-height: 20px;
    direction: rtl;
}
.index_p_main_part7 .ipmp7_right .ipmp7_right_main_images{
    float: right;
    width: 80%;
    padding: 30px;
    height: 186px;
}
.index_p_main_part7 .ipmp7_right .ipmp7_right_main_images img:first-child{
    float: right;
    height: 100%;
    border-radius: 7px;
    border: solid 1px #fc7900;
}
.index_p_main_part7 .ipmp7_right .ipmp7_right_main_images img:last-child{
    float: right;
    height: 100%;
    margin: 0px 10px;
    border-radius: 7px;
    border: solid 1px #fc7900;
}

.index_p_main_part7 .ipmp7_center .ipmp7_c_first_png_main{
    float: right;
    width: 100%;
    padding: 10px 37px;
    margin: 20px 0px;
}
.index_p_main_part7 .ipmp7_center .ipmp7_c_first_png_main img{
    float: right;
    width: 100%;
}
.index_p_main_part7 .ipmp7_center p.ipmp7_p_text_1{
    float: right;
    width: 100%;
    padding: 0px 10px;
    direction: rtl;
    color: #303030;
    font-size: 10px;
    line-height: 19px;
    text-align: right;
    font-weight: 700;
}
.index_p_main_part7 .ipmp7_center p.ipmp7_p_text_2{
    float: right;
    width: 100%;
    direction: rtl;
    margin-top: 20px;
    padding: 0px 10px 0px 30px;
    color: #303030;
    font-size: 10px;
    line-height: 18px;
}
.index_p_main_part7 .ipmp7_center p.ipmp7_select_theme_main{
    float: right;
    width: 100%;
    direction: ltr;
    padding: 20px 10px;
}
.index_p_main_part7 .ipmp7_center p.ipmp7_select_theme_main span{
    float: left;
    display: flex;
    align-items: center;
    color: #fc7900;
    font-size: 10px;
    padding: 6px 10px;
    border: solid 1px #fc7900;
    border-radius: 100px;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
    justify-content: center;
    width: 100%;
    direction: ltr;
}
.index_p_main_part7 .ipmp7_center p.ipmp7_select_theme_main span:hover{
    background: #fc7900;
    color: #ffffff;
}
.index_p_main_part7 .ipmp7_center p.ipmp7_select_theme_main span i{
    margin-left: 10px;
}
.index_p_main_part7 .ipmp7_center{
    float: right;
    width: 100%;
    padding: 20px;
}
.index_p_main_part7 .ipmp7_center img{
    float: right;
    width: 100%;
}
.index_p_main_part7 .ipmp7_center{
    position: absolute;
    right: 65%;
    height: 600px;
    width: 200px;
    transform: translate(50%, 0px);
    background: #ffffff;
    top: 55px;
    box-shadow: 0px 0px 10px 0px #a9a9a9;
    border-radius: 10px;
}
.index_p_main_part7 .ipmp7_left{
    float: left;
    width: 35%;
    height: 650px;
    background: #303030;
}
.index_p_main_part7 .ipmp7_left p{
    float: left;
    width: 70%;
    padding: 0px 30px;
    text-align: center;
    color: #f5f5f7;
    font-size: 61px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 96px;
    font-weight: 400;
}
/* question part */
.main_of_question_suceess_cover{
    float: right;
    width: 100%;
    position: fixed;
    top: 0px;
    right: 0px;
    height: 100%;
    z-index: 2000;
    background: #00000069;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main_of_question_suceess_cover .moqsc_plk{
    width: 50%;
    height: 70%;
    background: #fff;
    border-radius: 7px;
}
.main_of_question_suceess_cover .moqsc_plk span{
    float: right;
    width: 100%;
    margin: 10px 0px;
    margin-top: 20px;
    padding: 0px 23px;
    color: #303030;
    font-size: 12px;
}
.main_of_question_suceess_cover .moqsc_plk p{
    float: right;
    width: 100%;
    margin-top: 25%;
    transform: translate(0px, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #303030;
    font-size: 17px;
    font-weight: 700;
    direction: rtl;
}
.main_of_question_suceess_cover .moqsc_plk p i{
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #06ff2f;
    border-radius: 100px;
    font-size: 14px;
    margin: 0px 10px;
}
.main_of_question_suceess_cover .moqsc_plk .main_of_close_wbg{
    float: right;
    width: 100%;
    margin-top: 20%;
    transform: translate(0px, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.main_of_question_suceess_cover .moqsc_plk .main_of_close_wbg button{
    padding: 10px 20px;
    background: none;
    border: solid 1px #fc7900;
    border-radius: 100px;
    cursor: pointer;
    color: #303030;
    font-size: 11px;
    transition: all ease-in-out 0.3s;
}
.main_of_question_suceess_cover .moqsc_plk .main_of_close_wbg button:hover{
    background: #fc7900;
    color: #ffffff;
}
.main_cover_form_question_opl_fryu{
    float: right;
    width: 100%;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 1000;
    height: 100%;
    display: none;
}
.main_cover_form_question_opl_fryu .background_fqof{
    float: right;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    right: 0px;
    background: #00000063;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_cover_form_question_opl_fryu .background_fqof form{
    float: right;
    width: 60%;
    height: 90%;
    background: #ffffff;
    padding: 20px;
    border-radius: 4px;
    position: relative;
    overflow-y: auto;
    direction: rtl;
}
.main_cover_form_question_opl_fryu .background_fqof form .close_fryu_form{
    float: right;
    width: 100%;
    margin-bottom: 5px;
}
.main_cover_form_question_opl_fryu .background_fqof form .close_fryu_form i{
    float: left;
    color: #ff0000;
    font-size: 17px;
    cursor: pointer;
}
.main_cover_form_question_opl_fryu .background_fqof form .fryu_right_part_filds_main_box{
    float: right;
    width: 45%;
    padding: 0px 10px;
}
.main_cover_form_question_opl_fryu .background_fqof form .fryu_right_part_filds_main_box .p-fryu{
    direction: rtl;
    float: right;
    width: 100%;
    margin: 10px 0px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.main_cover_form_question_opl_fryu .background_fqof form .fryu_right_part_filds_main_box .p-fryu span.required_star_we{
    float: right;
    display: flex;
    align-items: center;
    width: 7%;
    direction: rtl;
}
.main_cover_form_question_opl_fryu .background_fqof form .fryu_right_part_filds_main_box .p-fryu span.required_star_we i{
    font-size: 13px;
    color: #ff0000;
}
.main_cover_form_question_opl_fryu .background_fqof form .fryu_right_part_filds_main_box .p-fryu label{
    color: #303030;
    font-weight: 500;
    font-size: 13px;
    width: 93%;
    text-align: right;
}
.main_cover_form_question_opl_fryu .background_fqof form .fryu_right_part_filds_main_box .p-fryu > input{
    width: 100%;
    direction: rtl;
    padding: 0px 20px;
    height: 35px;
    margin-top: 10px;
    color: #303030;
    font-size: 12px;
    font-weight: 400;
    border: solid 1px #a9a9a9;
    border-radius: 3px;
}
.main_cover_form_question_opl_fryu .background_fqof form .fryu_right_part_filds_main_box .p-fryu ul{
    float: right;
    width: 100%;
    direction: ltr;
    display: flex;
    align-items: center;
    justify-content: right;
    margin-top: 10px;
}
.main_cover_form_question_opl_fryu .background_fqof form .fryu_right_part_filds_main_box .p-fryu ul select{
    float: left;
    width: 20%;
    height: 35px;
    border: solid 1px #a9a9a9;
    padding: 0px 5px;
    border-right: solid 1px #eee;
    border-radius: 3px 0px 0px 3px;
}
.main_cover_form_question_opl_fryu .background_fqof form .fryu_right_part_filds_main_box .p-fryu ul input{
    float: right;
    height: 35px;
    width: 80%;
    border: solid 1px #a9a9a9;
    border-left: none;
    border-radius: 0px 3px 3px 0px;
    direction: rtl;
    padding: 0px 20px;
    font-size: 12px;
    font-weight: 400;
    color: #303030;
}
.main_cover_form_question_opl_fryu .background_fqof form .questions_data_fryu_main_box{
    float: left;
    width: 55%;
    padding: 0px 10px;
}
.main_cover_form_question_opl_fryu .background_fqof form .questions_data_fryu_main_box .p-fryu{
    direction: rtl;
    float: right;
    width: 100%;
    margin: 10px 0px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.main_cover_form_question_opl_fryu .background_fqof form .questions_data_fryu_main_box .p-fryu span.required_star_we{
    float: right;
    display: flex;
    align-items: center;
    width: 7%;
    direction: rtl;
}
.main_cover_form_question_opl_fryu .background_fqof form .questions_data_fryu_main_box .p-fryu span.required_star_we i{
    font-size: 13px;
    color: #ff0000;
}
.main_cover_form_question_opl_fryu .background_fqof form .questions_data_fryu_main_box .p-fryu label{
    color: #303030;
    font-weight: 500;
    font-size: 13px;
    width: 93%;
    text-align: right;
}
.main_cover_form_question_opl_fryu .background_fqof form .questions_data_fryu_main_box .p-fryu > input{
    width: 100%;
    direction: rtl;
    padding: 0px 20px;
    height: 35px;
    margin-top: 10px;
    color: #303030;
    font-size: 12px;
    font-weight: 400;
    border: solid 1px #a9a9a9;
    border-radius: 3px;
}
.main_cover_form_question_opl_fryu .background_fqof form .questions_data_fryu_main_box .p-fryu textarea{
    float: right;
    width: 100%;
    min-height: 199px;
    border: solid 1px #a9a9a9;
    border-radius: 3px;
    padding: 10px;
    direction: rtl;
    font-size: 12px;
    font-weight: 400;
    color: #303030;
    margin-top: 10px;
}
.main_cover_form_question_opl_fryu .background_fqof form .fryu_send_btn_main_box{
    float: right;
    width: 100%;
    margin: 30px 0px;
    display: flex;
    align-items: center;
    justify-content: left;
    padding-right: 10px;
}
.main_cover_form_question_opl_fryu .background_fqof form .fryu_send_btn_main_box button{
    width: 100px;
    height: 35px;
    border: solid 1px #fc7900;
    border-radius: 100px;
    background: #fff;
    color: #fc7900;
    font-weight: 700;
    font-size: 12px;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
}
.main_cover_form_question_opl_fryu .background_fqof form .fryu_send_btn_main_box button i{
    font-size: 0px;
}
.main_cover_form_question_opl_fryu .background_fqof form .fryu_send_btn_main_box button:hover{
    background: #fc7900;
    color: #ffffff;
    border: none;
}
.main_cover_form_question_opl_fryu .background_fqof form .fryu_send_btn_main_box button.loading{
    font-size: 0px;
}
.main_cover_form_question_opl_fryu .background_fqof form .fryu_send_btn_main_box button.loading i{
    font-size: 20px;
    animation: spiner_animation_we infinite 1s;
}
.main_cover_form_question_opl_fryu .background_fqof form .fryu_questions_we_texts{
    float: right;
    width: 100%;
    margin-top: 50px;
    direction: rtl;
}
.main_cover_form_question_opl_fryu .background_fqof form .fryu_questions_we_texts span.title{
    float: right;
    width: 100%;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 300;
    color: #303030;
    direction: rtl;
}
.main_cover_form_question_opl_fryu .background_fqof form .fryu_questions_we_texts span.description{
    float: right;
    width: 100%;
    color: #303030;
    font-size: 12px;
    font-weight: 500;
    direction: rtl;
}
/* search part */
.main_we_search_box{
    float: right;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 1030;
    background: #000000b5;
    display: none;
}
.main_we_search_box .close_mwsb{
    float: right;
    width: 100%;
    margin-top: 44px;
    padding: 0px 100px;
    position: absolute;
    direction: ltr;
}
.main_we_search_box .close_mwsb i{
    color: #ff0000;
    font-size: 20px;
    background: #fff;
    border-radius: 50px;
    cursor: pointer;
}
.main_we_search_box form p{
    float: right;
    width: 100%;
    margin-top: 100px;
    position: relative;
}
.main_we_search_box form p input{
    float: right;
    width: 60%;
    height: 40px;
    border: solid 1px #a9a9a9;
    border-radius: 100px;
    direction: rtl;
    padding-right: 20px;
    color: #303030;
    font-size: 11px;
    display: flex;
    align-items: center;
    padding-left: 5%;
    margin: 0px 20%;
}
.main_we_search_box form p button{
    position: absolute;
    top: 0px;
    right: 76%;
    width: 4%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fc7900;
    border-radius: 100px 0px 0px 100px;
    color: #ffffff;
    font-size: 12px;
    cursor: pointer;
    border: none;
}
.main_we_search_box .search_result_top_show_main_box{
    float: right;
    width: 60%;
    margin: 0px 20%;
    margin-top: 30px;
    background: #fff;
    border-radius: 4px;
}
.main_we_search_box .search_result_top_show_main_box span.we_main_no_item_search{
    float: right;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8e8e8e;
    font-size: 22px;
    direction: rtl;
    line-height: 28px;
}
.main_we_search_box .search_result_top_show_main_box p{
    float: right;
    width: 100%;
    margin: 10px 0px;
    direction: rtl;
}
.main_we_search_box .search_result_top_show_main_box p a{
    color: #303030;
    text-decoration: none;
    font-size: 10px;
    display: flex;
    align-items: center;
    direction: rtl;
    float: right;
    min-height: 30px;
    padding: 0px 10px;
    border-radius: 4px;
    max-height: 800px;
}
.main_we_search_box .search_result_top_show_main_box p a:hover{
    border: solid 1px #eee;
}
.main_we_search_box .search_result_top_show_main_box p a span{
    float: right;
    margin-left: 10px;
    color: #fc7900;
    font-size: 13px;
    font-weight: 700;
}
/* pop up shopping */
.by_form_select_product_cover{
    float: right;
    width: 100%;
    position: fixed;
    top: 0px;
    right: 0px;
    height: 100%;
    background: #00000096;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999;
}
.by_form_select_product_cover .main_bfspc{
    width: 90%;
    height: 90%;
    background: #ffffff;
    overflow: hidden;
    border-radius: 4px;
    overflow-y: auto;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
}
.by_form_select_product_cover .main_bfspc .bfspc_delvin_main_box {
    float: right;
    width: 200px;
}
.by_form_select_product_cover .main_bfspc .bfspc_delvin_main_box img{
    float: right;
    width: 100%;
}
.by_form_select_product_cover .main_bfspc .bfspc_delvin_main_box h4{
    float: right;
    width: 100%;
    direction: rtl;
    margin: 10px 0px;
    color: #303030;
    font-size: 16px;
    font-weight: 700;
}
.by_form_select_product_cover .main_bfspc .bfspc_delvin_main_box .price_we_z{
    float: right;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    direction: rtl;
    align-items: center;
    justify-content: space-between;
}
.by_form_select_product_cover .main_bfspc .bfspc_delvin_main_box .price_we_z p{
    float: right;
}
.by_form_select_product_cover .main_bfspc .bfspc_delvin_main_box .price_we_z p del{
    float: right;
    width: 100%;
    direction: rtl;
    color: #fc7900;
    font-weight: 200;
    font-size: 9px;
}
.by_form_select_product_cover .main_bfspc .bfspc_delvin_main_box .price_we_z p ins{
    text-decoration: none;
    direction: rtl;
    float: right;
    width: 100%;
    color: #303030;
    font-size: 12px;
    font-weight: 800;
    margin-top: 4px;
}
.by_form_select_product_cover .main_bfspc .bfspc_delvin_main_box .price_we_z span.we_price_unit{
    float: left;
    color: #303030;
    font-size: 10px;
    font-weight: 800;
}
.by_form_select_product_cover .main_bfspc .bfspc_delvin_main_box p.bfspc_buttins{
    float: right;
    width: 100%;
    direction: rtl;
}
.by_form_select_product_cover .main_bfspc .bfspc_delvin_main_box p.bfspc_buttins a{
    float: left;
    width: 65%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fc7900;
    font-size: 11px;
    border: solid 1px #fc7900;
    border-radius: 100px;
    margin-right: 5%;
    font-weight: 500;
    transition: all ease-in-out 0.3s;
}
.by_form_select_product_cover .main_bfspc .bfspc_delvin_main_box p.bfspc_buttins a:hover{
    background: #fc7900;
    color: #ffffff;
    border: none;
    font-weight: 800;
}
.by_form_select_product_cover .main_bfspc .bfspc_delvin_main_box p.bfspc_buttins button{
    float: right;
    width: 30%;
    height: 40px;
    color: #fff;
    border: none;
    background: #fc7900;
    border-radius: 100px;
    font-size: 11px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
}
.by_form_select_product_cover .main_bfspc .bfspc_delvin_main_box p.bfspc_buttins button i{
    font-size: 0px;
}
.by_form_select_product_cover .main_bfspc .bfspc_delvin_main_box p.bfspc_buttins button.loading{
    font-size: 0px;
}
.by_form_select_product_cover .main_bfspc .bfspc_delvin_main_box p.bfspc_buttins button.loading i{
    font-size: 16px;
    width: 16px;
    height: 16px;
    animation: spiner_animation_we 1s infinite;
}
.by_form_select_product_cover .main_bfspc .bfspc_delvin_main_box p.bfspc_buttins button.success{
    font-size: 9px;
    font-weight: 700;
}
.by_form_select_product_cover .main_bfspc .bfspc_delvin_main_box p.bfspc_buttins button.success i{
    font-size: 16px;
    margin-right: 5px;
}
.by_form_select_product_cover .main_bfspc .bfspc_delvin_main_box p.bfspc_buttins button:hover{
    font-weight: 800;
    background: #ff8411;
}
.by_form_select_product_cover .main_bfspc .close_bfspc_main_box{
    position: absolute;
    top: 20px;
    left: 0px;
    padding-left: 20px;
    width: 100%;
    direction: ltr;
}
.by_form_select_product_cover .main_bfspc .close_bfspc_main_box i{
    color: #ff0000;
    font-size: 17px;
    cursor: pointer;
}
/* footer */
footer.main_we_footer{
    float: right;
    width: 100%;
    padding: 20px;
    background: #f5f5f7;
}
footer.main_we_footer .icon_footr_we{
    float: right;
    width: 100%;
    direction: rtl;
}
footer.main_we_footer .icon_footr_we a{
    float: right;
    display: flex;
    direction: rtl;
    align-items: center;
}
footer.main_we_footer .icon_footr_we img{
    width: 40px;
    float: right;
}
footer.main_we_footer .icon_footr_we div{
    float: right;
    direction: rtl;
    margin-right: 7px;
    width: 100px;
}
footer.main_we_footer .icon_footr_we div h5{
    float: right;
    width: 100%;
    direction: rtl;
    color: #303030;
    font-size: 15px;
    font-weight: 700;
}
footer.main_we_footer .icon_footr_we div span{
    float: right;
    width: 100%;
    direction: rtl;
    margin-top: 3px;
    font-size: 9px;
    font-weight: 500;
    color: #fc7900;
}
footer.main_we_footer .center_org_footer_we_part{
    float: right;
    width: 100%;
    margin-top: 20px;
}
footer.main_we_footer .center_org_footer_we_part p.about_our_we_text{
    float: right;
    width: 30%;
    direction: rtl;
    padding-right: 23px;
    color: #303030;
    font-weight: 500;
    font-size: 11px;
    line-height: 21px;
}
footer.main_we_footer .center_org_footer_we_part .we_sosial_media_main_box_footer{
    float: right;
    width: 30%;
    margin-right: 4%;
    direction: rtl;
    padding-right: 10%;
}
footer.main_we_footer .center_org_footer_we_part .we_sosial_media_main_box_footer ul{
    float: right;
    width: 100%;
    direction: rtl;
}
footer.main_we_footer .center_org_footer_we_part .we_sosial_media_main_box_footer ul a{
    direction: rtl;
    float: right;
    display: flex;
    align-items: center;
    text-decoration: none;
}
footer.main_we_footer .center_org_footer_we_part .we_sosial_media_main_box_footer ul li{
    float: right;
    width: 100%;
    list-style: none;
    margin: 10px 0px;
    display: flex;
    direction: rtl;
    align-items: center;
}
footer.main_we_footer .center_org_footer_we_part .we_sosial_media_main_box_footer ul li a i{
    font-size: 19px;
    color: #756f6a;
    margin-left: 7px;
}
footer.main_we_footer .center_org_footer_we_part .we_sosial_media_main_box_footer ul li a span{
    float: right;
    color: #303030;
    font-size: 13px;
}

footer.main_we_footer .center_org_footer_we_part .we_sosial_media_main_box_footer ul li > i{
    font-size: 19px;
    color: #756f6a;
    margin-left: 7px;
}
footer.main_we_footer .center_org_footer_we_part .we_sosial_media_main_box_footer ul li > span{
    float: right;
    color: #303030;
    font-size: 13px;
}
footer.main_we_footer .center_org_footer_we_part .we_enemad_and_get_up_main_box{
    float: left;
    width: 36%;
    padding-left: 30px;
    direction: ltr;
}
footer.main_we_footer .center_org_footer_we_part .we_enemad_and_get_up_main_box img{
    width: 150px;
    border: solid 1px #a9a9a9;
    border-radius: 3px;
    background: #fff;
}
footer.main_we_footer .center_org_footer_we_part .we_enemad_and_get_up_main_box .we_get_up_main_box{
    float: right;
    width: 100%;
    margin-top: 10px;
    direction: ltr;
}
footer.main_we_footer .center_org_footer_we_part .we_enemad_and_get_up_main_box .we_get_up_main_box button{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 40px;
    border: solid 1px #fc7900;
    border-radius: 100px;
    background: #f5f5f7;
    color: #fc7900;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
}
footer.main_we_footer .center_org_footer_we_part .we_enemad_and_get_up_main_box .we_get_up_main_box button i{
    margin: 0px 7px;
    color: #303030;
    font-size: 13px;
    transition: all ease-in-out 0.3s;
}
footer.main_we_footer .center_org_footer_we_part .we_enemad_and_get_up_main_box .we_get_up_main_box button:hover{
    background: #fc7900;
    color: #ffffff;
    border: none;
}
footer.main_we_footer .center_org_footer_we_part .we_enemad_and_get_up_main_box .we_get_up_main_box button:hover i{
    color: #ffffff;
}
footer.main_we_footer .we_footer_main_licf_text{
    float: right;
    width: 100%;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: right;
    padding-right: 20px;
}
footer.main_we_footer .we_footer_main_licf_text p{
    padding: 7px 26px;
    background: #89899d;
    border-radius: 7px;
    direction: rtl;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    display: flex;
    align-items: center;
}
footer.main_we_footer .we_footer_main_licf_text p i{
    margin-left: 10px;
}
footer.main_we_footer .we_footer_site_url_main_box{
    float: right;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer.main_we_footer .we_footer_site_url_main_box span.border_ert{
    float: right;
    width: 100%;
    height: 1px;
    background: #303030;
    margin-bottom: 5px;
}
footer.main_we_footer .we_footer_site_url_main_box span.urt_ert{
    color: #303030;
    font-size: 11px;
}
/* start article part */
.elegant_mag_singular_content_main_box{
    float: right;
    width: 100%;
    margin: 20px 0px;
}
/* article archive page */






.get_title_we_elegant_mag_archive_page_main_box{
    float: right;
    width: 100%;
    margin: 10px 0px;
    padding: 0px 30px;
    direction: rtl;
}
.get_title_we_elegant_mag_archive_page_main_box h1{
    float: right;
    direction: rtl;
    color: #303030;
    font-size: 25px;
    margin-top: 20px;
    font-weight: 500;
}
.article_archive_page_page_archive_header{
    float: right;
    width: 95%;
    padding-bottom: 10px;
    border-bottom: solid 1px #eee;
    margin: 0px 2.5%;
    margin-top: 10px;
}
.article_archive_page_page_archive_header a{
    float: left;
    display: flex;
    align-items: center;
    justify-content: left;
    text-decoration: none;
    direction: ltr;
}
.article_archive_page_page_archive_header a img{
    width: 40px;
    margin-right: 10px;
}
.article_archive_page_page_archive_header a .logo_archive_page_articles_texts_main_box{
    float: left;
    width: 100px;
    direction: ltr;
}
.article_archive_page_page_archive_header a .logo_archive_page_articles_texts_main_box h1{
    float: left;
    width: 100%;
    margin: 0px;
    color: #303030;
    font-weight: 700;
    font-size: 16px;
    direction: ltr;
}
.article_archive_page_page_archive_header a .logo_archive_page_articles_texts_main_box span{
    float: left;
    width: 100%;
    color: #303030;
    font-size: 10px;
    margin-top: 2px;
    direction: ltr;
}

.nwe_main_mag_order{
    float: right;
    width: 100%;
    display: flex;
    direction: rtl;
    padding: 30px 40px;
    align-items: center;
    justify-content: right;
}
.nwe_main_mag_order span.main_mag_order_label{
    float: right;
    padding-left: 20px;
}
.nwe_main_mag_order span.main_mag_order_label span.icon{
    float: right;
    color: #fc7900;
    font-size: 18px;
    padding-left: 5px;
}
.nwe_main_mag_order span.main_mag_order_label span.text{
    float: right;
    font-size: 14px;
}
/* .nwe_main_mag_order form{
    padding-left: 7px;
} */
.nwe_main_mag_order a{
    padding: 2px 10px;
    color: #303030;
    background: none;
    border: solid 1px #fc7900;
    border-radius: 100px;
    font-size: 12px;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
    margin-left: 7px;
}
.nwe_main_mag_order a:hover{
    background: #fc7900;
    color: #ffffff;
}
/* .nwe_main_mag_order
.nwe_main_mag_order
.nwe_main_mag_order
.nwe_main_mag_order
.nwe_main_mag_order
.nwe_main_mag_order
.nwe_main_mag_order
.nwe_main_mag_order
.nwe_main_mag_order
.nwe_main_mag_order
.nwe_main_mag_order
.nwe_main_mag_order
.nwe_main_mag_order
.nwe_main_mag_order
.nwe_main_mag_order
.nwe_main_mag_order */
.nwe_mag_top_part_main{
    float: right;
    width: 100%;
    padding: 0px 30px;
}
.nwe_mag_top_part_main .nwe_mtpm_left{
    float: left;
    width: 66%;
    padding: 20px 20px;
    background: #f5f5f7;
    margin: 20px 2%;
    height: 607px;
}
.nwe_mag_top_part_main .nwe_mtpm_left .top{
    float: right;
    width: 100%;
}
.nwe_mag_top_part_main .nwe_mtpm_left .top img{
    float: right;
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
}
.nwe_mag_top_part_main .nwe_mtpm_left .bottom{
    float: right;
    width: 100%;
    padding: 20px 0px;
}
.nwe_mag_top_part_main .nwe_mtpm_left .bottom h4{
    float: right;
    width: 100%;
    margin-bottom: 20px;
    color: #303030;
    font-size: 20px;
    font-weight: 700;
}
.nwe_mag_top_part_main .nwe_mtpm_left .bottom .date_and_author_main{
    float: left;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
    border-bottom: solid 1px #fc7900;
    background: #ffffff;
    padding: 10px;
    border-radius: 10px 10px 0px 0px;
}
.nwe_mag_top_part_main .nwe_mtpm_left .bottom .date_and_author_main span.date{
    float: left;
    color: #707070;
    font-size: 12px;
    margin: 0px 7px;
}
.nwe_mag_top_part_main .nwe_mtpm_left .bottom .date_and_author_main span.dote{
    margin: 0px 5px;
    width: 5px;
    height: 5px;
    background: #fc7900;
    border-radius: 100px;
}
.nwe_mag_top_part_main .nwe_mtpm_left .bottom .date_and_author_main span.author{
    float: left;
    margin: 0px 7px;
    color: #707070;
    font-size: 12px;
}
.nwe_mag_top_part_main .nwe_mtpm_left .bottom .link{
    float: right;
    width: 100%;
    direction: rtl;
    margin: 10px 0px;
    margin-bottom: 0px;
}
.nwe_mag_top_part_main .nwe_mtpm_left .bottom .link a{
    float: right;
    padding: 8px 15px;
    background: #fc7900;
    color: #fff;
    font-size: 12px;
    border-radius: 100px;
    cursor: pointer;
    border: solid 1px #fc7900;
    transition: all ease-in-out 0.3s;
}
.nwe_mag_top_part_main .nwe_mtpm_left .bottom .link a:hover{
    background: #f5f5f7;
    color: #fc7900;
}
.nwe_mag_top_part_main .nwe_mtpm_right{
    float: right;
    width: 28%;
    margin: 20px 0px;
    margin-right: 2%;
    background: #f5f5f7;
    padding: 20px;
    height: 607px;
}
.nwe_mag_top_part_main .nwe_mtpm_right .top{
    float: right;
    width: 100%;
}
.nwe_mag_top_part_main .nwe_mtpm_right .top h4{
    float: right;
    width: 100%;
    margin-bottom: 20px;
    color: #303030;
    font-size: 15px;
    line-height: 23px;
    direction: rtl;
}
.nwe_mag_top_part_main .nwe_mtpm_right .top .date_and_author_main{
    float: right;
    width: 100%;
    margin-bottom: 20px;
    background: #ffffff;
    padding: 10px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: solid 1px #fc7900;
    border-radius: 10px 10px 0px 0px;
    direction: ltr;
}
.nwe_mag_top_part_main .nwe_mtpm_right .top .date_and_author_main span.date{
    float: left;
    margin: 0px 10px;
    color: #707070;
    font-size: 12px;
}
.nwe_mag_top_part_main .nwe_mtpm_right .top .date_and_author_main span.dote{
    float: left;
    width: 5px;
    height: 5px;
    border-radius: 100px;
    background: #fc7900;
    margin: 0px 10px;
}
.nwe_mag_top_part_main .nwe_mtpm_right .top .date_and_author_main span.author{
    float: left;
    color: #707070;
    font-size: 12px;
    margin: 0px 10px;
}
.nwe_mag_top_part_main .nwe_mtpm_right .bottom{
    overflow: hidden;
    float: right;
    width: 100%;
    height: 350px;
}
.nwe_mag_top_part_main .nwe_mtpm_right .bottom img{
    height: 100%;
    float: right;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.nwe_mag_top_part_main .nwe_mtpm_right .links{
    float: right;
    width: 100%;
    margin: 20px 0px;
    direction: rtl;
}
.nwe_mag_top_part_main .nwe_mtpm_right .links a{
    padding: 8px 15px;
    border: solid 1px #fc7900;
    font-size: 12px;
    border-radius: 100px;
    color: #303030;
    transition: all ease-in-out 0.3s;
}
.nwe_mag_top_part_main .nwe_mtpm_right .links a:hover{
    background: #fc7900;
    color: #ffffff;
}
.nwe_main_articles_post{
    float: right;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
    background: #202020;
    direction: rtl;
}
.nwe_main_articles_post a{
    float: right;
    width: 29.3%;
    margin: 20px 2%;
}
.nwe_main_articles_post a .single_main_art_post{
    float: right;
    width: 100%;
    background: #f5f5f7;
    padding: 20px;
    height: 400px;
    border-radius: 7px;
    position: relative;
}
.nwe_main_articles_post a .single_main_art_post h5{
    float: right;
    width: 100%;
    margin-bottom: 20px;
    color: #303030;
    font-size: 17px;
    line-height: 27px;
}
.nwe_main_articles_post a .single_main_art_post p{
    float: right;
    width: 90%;
    text-align: justify;
    font-size: 13px;
    line-height: 21px;
    color: #707070;
    margin-bottom: 10px;
}
.nwe_main_articles_post a .single_main_art_post .date_and_author_main{
    float: right;
    width: 100%;
    direction: ltr;
    display: flex;
    justify-content: center;
    background: #404040;
    align-items: center;
    padding: 5px 0px;
}
.nwe_main_articles_post a .single_main_art_post .date_and_author_main span.date{
    color: #ffffff;
    font-size: 13px;
    margin: 0px 10px;
    display: flex;
    align-items: center;
}
.nwe_main_articles_post a .single_main_art_post .date_and_author_main span.dote{
    float: right;
    width: 5px;
    height: 5px;
    border-radius: 100px;
    background: #fc7900;
    margin: 0px 10px;
}
.nwe_main_articles_post a .single_main_art_post .date_and_author_main span.author{
    color: #ffffff;
    font-size: 13px;
    margin: 0px 10px;
    display: flex;
    align-items: center;
}
.nwe_main_articles_post a .single_main_art_post .logo{
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fc7900;
    transition: all ease-in-out 0.7s;
}
.nwe_main_articles_post a .single_main_art_post:hover .logo{
    right: 95%;
    transform: translate(60px, 0px);
    transform: rotate(-45deg);
}
.nwe_main_articles_post a .single_main_art_post .logo span{
    font-weight: 900;
    color: #ffffff;
}
.nwe_main_articles_post .pagination{
    float: right;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    direction: rtl;
    padding: 0px 30px;
}
.nwe_main_articles_post .pagination span.current{
    color: #ffffff;
    border: solid 1px #fc7900;
    padding: 5px 10px;
    border-radius: 7px;
    background: #fc7900;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 5px;
}
.nwe_main_articles_post .pagination a{
    float: right;
    width: auto;
    margin: 0px 5px;
    padding: 5px 10px;
    border: solid 1px #fc7900;
    border-radius: 7px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 33px;
}
/* cart */
.we_cart_content{
    float: right;
    width: 90%;
    margin: 30px 5%;
}
span.error_we_cart{
    float: right;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    direction: ltr;
    margin: 10px 5%;
    background: #ff0000;
    color: #ffffff;
    font-size: 12px;
    border-radius: 2px;
    text-align: right;
}
span.error_we_cart i{
    font-size: 16px;
    margin-left: 10px;
}
.we_cart_content .wcc_right{
    float: right;
    width: 73%;
    margin-left: 1%;
}
.we_cart_content .wcc_right .wcc_prod_single{
    float: right;
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 10px;
    border: solid 1px #f5f5f7;
}
.we_cart_content .wcc_right .wcc_prod_single img{
    float: right;
    height: 100%;
}
.we_cart_content .wcc_right .wcc_prod_single .wcc_ps_name_and_buns{
    float: right;
    height: 100%;
    margin: 0px 2%;
    width: 40%;
    margin-right: 5%;
}
.we_cart_content .wcc_right .wcc_prod_single .wcc_ps_name_and_buns h3{
    float: right;
    width: 100%;
    direction: rtl;
    text-align: right;
    margin-bottom: 20px;
    color: #303030;
    font-weight: 500;
    font-size: 40px;
}
.we_cart_content .wcc_right .wcc_prod_single .wcc_ps_name_and_buns p{
    float: right;
    width: 100%;
    direction: rtl;
}
.we_cart_content .wcc_right .wcc_prod_single .wcc_ps_name_and_buns p a{
    float: right;
    border: solid 1px #fc7900;
    background: none;
    width: 100px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    margin-left: 10px;
    color: #303030;
    font-size: 12px;
    transition: all ease-in-out 0.3s;
    text-decoration: none;
}
.we_cart_content .wcc_right .wcc_prod_single .wcc_ps_name_and_buns p a:hover{
    background: #fc7900;
    color: #ffffff;
}
.we_cart_content .wcc_right .wcc_prod_single .wcc_ps_name_and_buns p button{
    width: 50px;
    height: 35px;
    border-radius: 100px;
    border: solid 1px #fc7900;
    background: #fc7900;
    color: #fff;
    font-size: 13px;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.we_cart_content .wcc_right .wcc_prod_single .wcc_ps_name_and_buns p button i.fa-spinner{
    font-size: 0px;
}
.we_cart_content .wcc_right .wcc_prod_single .wcc_ps_name_and_buns p button.loading{
    font-size: 0px;
    background: #fc7900 !important;
}
.we_cart_content .wcc_right .wcc_prod_single .wcc_ps_name_and_buns p button.loading i.fa-spinner{
    font-size: 13px;
    width: 13px;
    height: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: spiner_animation_we infinite 1s;
}
.we_cart_content .wcc_right .wcc_prod_single .wcc_ps_name_and_buns p button:hover{
    background: #ff8f27;
}
.we_cart_content .wcc_right .wcc_prod_single .wcc_ps_price{
    float: right;
    display: flex;
    direction: rtl;
    align-items: center;
    margin-top: 16px;
}
.we_cart_content .wcc_right .wcc_prod_single .wcc_ps_price p.price{
    float: right;
    margin-left: 50px;
}
.we_cart_content .wcc_right .wcc_prod_single .wcc_ps_price p.price del{
    float: right;
    width: 100%;
    direction: rtl;
    margin-bottom: 5px;
    color: #fc7900;
    font-size: 9px;
    font-weight: 700;
}
.we_cart_content .wcc_right .wcc_prod_single .wcc_ps_price p.price ins{
    float: right;
    direction: rtl;
    width: 100%;
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
    color: #303030;
}
.we_cart_content .wcc_right .wcc_prod_single .wcc_ps_price span.price_unit{
    font-size: 12px;
    font-weight: 700;
    color: #303030;
}
.we_cart_content .wcc_left{
    float: left;
    width: 25%;
    margin-right: 1%;
    background: #f5f5f7;
    padding: 20px;
    border-radius: 4px;
}
.we_cart_content .wcc_left .wcc_left_header{
    float: right;
    width: 100%;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
}
.we_cart_content .wcc_left .wcc_left_header img{
    float: left;
    width: 35px;
}
.we_cart_content .wcc_left .wcc_left_header .p{
    float: right;
    margin-left: 15px;
}
.we_cart_content .wcc_left .wcc_left_header .p h2{
    float: right;
    width: 100%;
    direction: ltr;
    color: #303030;
    font-size: 15px;
    font-weight: 800;
}
.we_cart_content .wcc_left .wcc_left_header .p span{
    float: right;
    width: 100%;
    font-size: 10px;
    color: #fc7900;
}
.we_cart_content .wcc_left ul.prices,
.we_cart_content .wcc_left ul.count_products{
    float: right;
    width: 100%;
    margin-bottom: 40px;
    direction: rtl;
}
.we_cart_content .wcc_left ul.prices li,
.we_cart_content .wcc_left ul.count_products li{
    float: right;
    width: 100%;
    margin: 10px 0px;
    direction: rtl;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.we_cart_content .wcc_left ul.prices li span.title,
.we_cart_content .wcc_left ul.count_products li span.title{
    direction: rtl;
    color: #303030;
    font-size: 13px;
    font-weight: 700;
}
.we_cart_content .wcc_left ul.prices li span.val,
.we_cart_content .wcc_left ul.count_products li span.val{
    color: #303030;
    font-size: 13px;
    font-weight: 500;
    direction: rtl;
}
.we_cart_content .wcc_left .we_submit_cart_main_box{
    float: right;
    width: 100%;
    margin: 10px 0px;
}
.we_cart_content .wcc_left .we_submit_cart_main_box button{
    width: 100px;
    height: 35px;
    background: #fc7900;
    border: solid 1px #fc7900;
    border-radius: 100px;
    cursor: pointer;
    color: #ffffff;
    font-size: 12px;
    transition: all ease-in-out 0.3s;
}
.we_cart_content .wcc_left .we_submit_cart_main_box button i{
    font-size: 0px;
}
.we_cart_content .wcc_left .we_submit_cart_main_box button.loading{
    font-size: 0px;
}
.we_cart_content .wcc_left .we_submit_cart_main_box button.loading i{
    font-size: 15px;
    animation: spiner_animation_we infinite 1s;
}
.we_cart_content .wcc_left .we_submit_cart_main_box button:hover{
    background: #ff922c;
}
.main_we_user_not_loged{
    float: right;
    width: 90%;
    margin: 30px 5%;
    background: #f5f5f7;
    padding: 20px;
}
.main_we_user_not_loged p{
    float: right;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    direction: rtl;
    color: #303030;
    font-size: 20px;
    font-weight: 400;
}
.main_we_user_not_loged p i{
    margin-left: 20px;
    font-size: 25px;
}
.main_we_user_not_loged span{
    float: right;
    width: 100%;
    direction: rtl;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: #fc7900;
    font-weight: 800;
}
.main_we_user_not_loged .mwunl_buttons{
    float: right;
    width: 100%;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    direction: rtl;
}
.main_we_user_not_loged .mwunl_buttons a:first-child{
    direction: rtl;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 35px;
    background: #fc7900;
    border-radius: 100px;
    border: solid 1px #fc7900;
    color: #ffffff;
    font-size: 11px;
    margin-left: 10px;
    transition: all ease-in-out 0.3s;
}
.main_we_user_not_loged .mwunl_buttons a:first-child:hover{
    background: #ff8f26;
}
.main_we_user_not_loged .mwunl_buttons a i{
    margin-left: 5px;
}
.main_we_user_not_loged .mwunl_buttons a:last-child{
    float: right;
    direction: rtl;
    width: 150px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #fc7900;
    border-radius: 100px;
    font-size: 11px;
    background: none;
    transition: all ease-in-out 0.3s;
    color: #303030;
}
.main_we_user_not_loged .mwunl_buttons a:last-child:hover{
    background: #fc7900;
    color: #ffffff;
}
/* checkout */
.cart_if_empty_we_main_massage{
    width: 90%;
    float: right;
    margin: 50px 5%;
    padding: 100px 0px;
    background: #f5f5f7;
    border-radius: 7px;
}
.cart_if_empty_we_main_massage p.text{
    float: right;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #303030;
    font-size: 14px;
    font-weight: 700;
}
.cart_if_empty_we_main_massage p.icon{
    float: right;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    font-size: 50px;
    color: #dbdbdb;
}
.cart_if_empty_we_main_massage p.buttons{
    float: right;
    width: 100%;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart_if_empty_we_main_massage p.buttons a{
    width: 140px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    border: solid 1px #fc7900;
    font-size: 12px;
    transition: all ease-in-out 0.3s;
}
.cart_if_empty_we_main_massage p.buttons a:hover{
    box-shadow: 0px 0px 10px 1px #fc790033;
    width: 160px;
    height: 45px;
}
.main_we_check_out{
    float: right;
    width: 100%;
    padding: 20px;
    background: #ffffff;
    margin: 10px 0px;
    display: none;
}
.main_we_check_out .right_content_mwco{
    float: right;
    width: 73%;
    padding: 20px;
    padding-top: 100px;
    padding-bottom: 100px;
    background: #ffffff;
    box-shadow: 0px 0px 10px 1px #a9a9a9;
    border-radius: 7px;
}
.main_we_check_out .right_content_mwco .p{
    float: right;
    width: 38%;
    margin: 10px 0px;
    margin-left: 2%;
    margin-bottom: 20px;
    margin-right: 10%;
}
.main_we_check_out .right_content_mwco .p:nth-child(2n){
    margin-right: 2%;
    margin-left: 0px;
}
.main_we_check_out .right_content_mwco .p label{
    float: right;
    width: 100%;
    direction: rtl;
    padding-right: 5%;
    color: #303030;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
}
.main_we_check_out .right_content_mwco .p > input{
    float: right;
    margin-right: 5%;
    width: 95%;
    direction: rtl;
    height: 35px;
    padding: 0px 20px;
    color: #303030;
    font-size: 11px;
    border: solid 1px #a9a9a9;
    border-radius: 4px;
}
.main_we_check_out .right_content_mwco .p ul{
    float: right;
    width: 95%;
    margin-right: 5%;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    direction: ltr;
}
.main_we_check_out .right_content_mwco .p ul select{
    width: 20%;
    height: 35px;
    border-radius: 4px 0px 0px 4px;
    border: solid 1px #a9a9a9;
}
.main_we_check_out .right_content_mwco .p ul input{
    float: right;
    width: 80%;
    height: 100%;
    border-radius: 0px 4px 4px 0px;
    border: solid 1px #a9a9a9;
    border-left: none;
    direction: rtl;
    padding: 0px 20px;
    color: #303030;
    font-size: 11px;
}
.we_copen_main_fild{
    float: right;
    width: 80%;
    margin: 0px 10%;
    margin-top: 70px;
    direction: rtl;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border: solid 1px #f5f5f7;
    padding: 30px;
    border-radius: 4px;
}
.we_copen_main_fild > label{
    float: right;
    width: 100%;
    direction: rtl;
    margin-bottom: 20px;
    color: #303030;
    font-size: 11px;
    padding: 0px 50px;
    font-weight: 700;
}
.we_copen_main_fild span.we_discount_code_error{
    float: right;
    width: 70%;
    margin-top: 20px;
    background: #ff0000;
    border-radius: 4px;
    direction: rtl;
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 12px;
}
.we_copen_main_fild span.we_discount_code_error i{
    float: right;
    margin-left: 10px;
    color: #ffffff;
    font-size: 15px;
}
.we_copen_main_fild span.we_discount_code_success{
    float: right;
    width: 70%;
    display: flex;
    direction: rtl;
    align-items: center;
    justify-content: center;
    background: #02ee02;
    border-radius: 4px;
    font-size: 12px;
    color: #ffffff;
}
.we_copen_main_fild span.we_discount_code_success i{
    font-size: 18px;
    color: #fff;
    margin-left: 10px;
}
.we_copen_main_fild input[type="text"]{
    width: 80%;
    height: 35px;
    border: solid 1px #a9a9a9;
    border-radius: 0px 4px 4px 0px;
    border-left: none;
    direction: rtl;
    padding: 0px 15px;
    color: #303030;
    font-size: 13px;
    font-weight: 600;
    float: right;
}
.we_copen_main_fild button{
    height: 35px;
    width: 15%;
    border-radius: 4px 0px 0px 4px;
    border: solid 1px #fc7900;
    background: #fc7900;
    color: #ffffff;
    font-size: 11px;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
}
.we_copen_main_fild button i{
    font-size: 0px;
}
.we_copen_main_fild button.loading{
    font-size: 0px;
}
.we_copen_main_fild button.loading i{
    font-size: 15px;
    animation: spiner_animation_we infinite 1s;
}
.we_copen_main_fild button:hover{
    background-image: linear-gradient(to right bottom, #fc7900, #ff932e);
}
.main_we_check_out .left_side_mwco{
    float: left;
    width: 25%;
    margin-right: 2%;
    padding: 20px;
    background: #ffffff;
    box-shadow: 0px 0px 10px 1px #a9a9a9;
    border-radius: 7px;
}
.main_we_check_out .left_side_mwco .get_ls_mwco_header{
    float: right;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.main_we_check_out .left_side_mwco .get_ls_mwco_header img{
    float: left;
    width: 35px;
    margin-right: 10px;
}
.main_we_check_out .left_side_mwco .get_ls_mwco_header .p h2{
    float: left;
    width: 100%;
    color: #303030;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
}
.main_we_check_out .left_side_mwco .get_ls_mwco_header .p span{
    float: left;
    width: 100%;
    color: #fc7900;
    font-size: 9px;
    margin-top: 5px;
    font-weight: 700;
    text-align: left;
}
.main_we_check_out .left_side_mwco ul{
    float: right;
    width: 100%;
    margin-top: 30px;
    padding: 0px 10px;
}
.main_we_check_out .left_side_mwco ul li{
    float: right;
    width: 100%;
    display: flex;
    direction: rtl;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}
.main_we_check_out .left_side_mwco ul li span.title{
    direction: rtl;
    float: right;
    color: #303030;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}
.main_we_check_out .left_side_mwco ul li span.val{
    direction: rtl;
    float: left;
    color: #303030;
    font-weight: 400;
    font-size: 13px;
    white-space: nowrap;
}
.main_we_check_out .left_side_mwco ul li span.border{
    float: right;
    width: 100%;
    height: 1px;
    background: #f5f5f7;
    margin: 0px 10px;
}
.main_we_check_out .left_side_mwco p.main_wftg_border{
    float: right;
    width: 100%;
    margin: 40px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main_we_check_out .left_side_mwco p.main_wftg_border span.wftg_border{
    width: 70%;
    float: right;
    height: 1px;
    background: #fc7900;
    box-shadow: 0px 0px 10px 0.5px #fc7900cc;
}
.main_we_check_out .left_side_mwco .we_main_of_select_payment_gateway{
    float: right;
    width: 100%;
    padding: 0px 10px;
}
.main_we_check_out .left_side_mwco .we_main_of_select_payment_gateway span.title{
    float: right;
    width: 100%;
    direction: rtl;
    color: #303030;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
}
.main_we_check_out .left_side_mwco .we_main_of_select_payment_gateway span.title span.border{
    width: 10px;
    float: right;
    height: 10px;
    background: #fc7900;
    border-radius: 100px;
    margin-left: 10px;
}
.main_we_check_out .left_side_mwco .we_main_of_select_payment_gateway ul li{
    display: flex;
    flex-wrap: wrap;
    float: right;
    width: 29.3%;
    margin: 10px 2%;
}
.main_we_check_out .left_side_mwco .we_main_of_select_payment_gateway ul li label{
    width: 100%;
    background: #f5f5f7;
    padding: 7px;
    border-radius: 7px;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
}
.main_we_check_out .left_side_mwco .we_main_of_select_payment_gateway ul li label:hover{
    box-shadow: 0px 0px 10px 0px #fc79004a;
}
.main_we_check_out .left_side_mwco .we_main_of_select_payment_gateway ul li img{
    width: 100%;
    cursor: pointer;
    margin-bottom: 4px;
}
.main_we_check_out .left_side_mwco .we_main_of_select_payment_gateway ul li span{
    float: right;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #303030;
    font-size: 10px;
    font-weight: 700;
    cursor: pointer;
}
.main_we_check_out .left_side_mwco .we_main_of_select_payment_gateway ul li input{
    display: none;
}
.main_we_check_out .left_side_mwco .main_send_checkout_form{
    float: right;
    width: 100%;
    margin-top: 40px;
}
.main_we_check_out .left_side_mwco .main_send_checkout_form button{
    width: 100px;
    height: 35px;
    border-radius: 100px;
    border: solid 1px #fc7900;
    background: none;
    color: #303030;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
}
.main_we_check_out .left_side_mwco .main_send_checkout_form button:hover{
    background: #fc7900;
    color: #ffffff;
}
/* sing up */
.fop_cmospcb_sing_up_content .class_main_of_singup_page_content_box {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #ffafbd, #ffc3a0);
    background-color: #f5f5f7;
    background-size: 200% 200%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.fop_cmospcb_sing_up_content{
    float: right;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;    
    z-index: 2;
    background-color: #ffffff;
}
.fop_cmospcb_sing_up_content .main_of_content_sing_up_page{
    position: absolute;
    width: 80%;
    height: 90%;
    background-image: linear-gradient(to left bottom, #ffffff40, #ffffff78, #ffffff);
    z-index: 2;
    position: absolute;
    top: 5%;
    left: 10%;
    padding: 0px 30px;
    border-radius: 7px;
}
.fop_cmospcb_sing_up_content .main_of_content_sing_up_page .mocsup_left{
    float: left;
    height: 80%;
    width: 30%;
    margin: 10% 0px;
    position: relative;
    margin-left: 1%;
    transform: translate(0px, -10%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.fop_cmospcb_sing_up_content .main_of_content_sing_up_page .mocsup_left .border_top_right_mocsupl{
    position: absolute;
    right: 0px;
    width: 20px;
    height: 20px;
    top: 0px;
    border-top: solid 1px #303030;
    border-right: solid 1px #303030;
    border-radius: 0px 4px 0px 0px;
}
.fop_cmospcb_sing_up_content .main_of_content_sing_up_page .mocsup_left .border_top_left_mocsupl{
    position: absolute;
    left: 0px;
    width: 20px;
    height: 20px;
    top: 0px;
    border-top: solid 1px #303030;
    border-left: solid 1px #303030;
    border-radius: 4px 0px 0px 0px;
}
.fop_cmospcb_sing_up_content .main_of_content_sing_up_page .mocsup_left .border_bottom_right_mocsupl{
    position: absolute;
    right: 0px;
    width: 20px;
    height: 20px;
    bottom: 0px;
    border-bottom: solid 1px #303030;
    border-right: solid 1px #303030;
    border-radius: 0px 0px 4px 0px;
}
.fop_cmospcb_sing_up_content .main_of_content_sing_up_page .mocsup_left .border_bottom_left_mocsupl{
    position: absolute;
    left: 0px;
    width: 20px;
    height: 20px;
    bottom: 0px;
    border-bottom: solid 1px #303030;
    border-left: solid 1px #303030;
    border-radius: 0px 0px 0px 4px;
}
.fop_cmospcb_sing_up_content .main_of_content_sing_up_page .mocsup_left a{
    float: right;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.fop_cmospcb_sing_up_content .main_of_content_sing_up_page .mocsup_left img{
    float: right;
    width: 96px;
}
.fop_cmospcb_sing_up_content .main_of_content_sing_up_page .mocsup_left .logo_wishelegant_sing-up_texts{
    float: right;
    width: 100%;
    direction: rtl;
    margin-top: 20px;
}
.fop_cmospcb_sing_up_content .main_of_content_sing_up_page .mocsup_left .logo_wishelegant_sing-up_texts h3{
    float: right;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    color: #303030;
    font-size: 20px;
    font-weight: 700;
}
.fop_cmospcb_sing_up_content .main_of_content_sing_up_page .mocsup_left .logo_wishelegant_sing-up_texts span{
    float: right;
    width: 100%;
    text-align: center;
    font-size: 11px;
    color: #303030;
    font-weight: 400;
}
.fop_cmospcb_sing_up_content .main_of_content_sing_up_page .mocsup_right{
    float: right;
    width: 67%;
    height: 80%;
    margin: 10% 0px;
    transform: translate(0px, -10%);
    direction: rtl;
    padding: 0px 20px;
}
.fop_cmospcb_sing_up_content .main_of_content_sing_up_page .mocsup_right .success_change_pass_word{
    float: right;
    width: 100%;
}
.fop_cmospcb_sing_up_content .main_of_content_sing_up_page .mocsup_right .success_change_pass_word p{
    float: right;
    margin: 70px 0px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    direction: rtl;
    border-bottom: solid 1px #afaeae;
    padding-bottom: 19px;
}
.fop_cmospcb_sing_up_content .main_of_content_sing_up_page .mocsup_right .success_change_pass_word p i{
    color: #05d305;
    font-size: 45px;
    margin-left: 20px;
}
.fop_cmospcb_sing_up_content .main_of_content_sing_up_page .mocsup_right .success_change_pass_word p span{
    direction: rtl;
    color: #303030;
    font-size: 26px;
    font-weight: 700;
}
.fop_cmospcb_sing_up_content .main_of_content_sing_up_page .mocsup_right .top_mocsup_title{
    float: right;
    width: 100%;
    margin-bottom: 10px;
    direction: rtl;
    color: #303030;
    font-size: 19px;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: solid 1px #eeeeee4d;
}
.fop_cmospcb_sing_up_content .main_of_content_sing_up_page .mocsup_right .form_pio_mocsup_main_box{
    float: right;
    width: 100%;
    direction: rtl;
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
}
.fop_cmospcb_sing_up_content .main_of_content_sing_up_page .mocsup_right .p_mocsup_fild_main_box{
    float: right;
    width: 40%;
    direction: rtl;
    display: flex;
    align-items: center;
    justify-content: right;
    margin-bottom: 40px;
    margin-left: 10%;
    flex-wrap: wrap;
}
.p_mocsup_fild_main_box.qs_secret{
    float: right !important;
    width: 40% !important;
    margin: 20px !important;
}
.p_mocsup_fild_main_box.qs_secret select{
    float: right;
    width: 100%;
    height: 35px;
    border: solid 1px #a9a9a9;
    border-radius: 4px;
    color: #303030;
    direction: rtl;
    text-align: right;
    padding: 0px 10px;
    font-size: 11px;
}
.p_mocsup_fild_main_box.qs_secret input{
    margin-top: 0px !important;
}
span.massage_sing_up_error,
span.log_in_we_psl_sp,
span.register_we_password_error,
span.register_we_password_vrify_error,
span.register_we_password_change_error{
    float: right;
    width: 90%;
    background: #ff0000;
    direction: rtl;
    border-radius: 7px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: right;
    margin: 10px 0px;
}
span.massage_sing_up_error i,
span.log_in_we_psl_sp i,
span.register_we_password_error i,
span.register_we_password_vrify_error i,
span.register_we_password_change_error i{
    float: right;
    margin-left: 10px;
    font-size: 15px;
}
.fop_cmospcb_sing_up_content .main_of_content_sing_up_page .mocsup_right .p_mocsup_fild_main_box i.fa-solid.fa-star-of-life{
    color: #ff0000;
    font-size: 12px;
    margin-left: 10px;
    background: #fff;
    border-radius: 50px;
    padding: 2px;
    width: 16px;
    height: 16px;
}
.fop_cmospcb_sing_up_content .main_of_content_sing_up_page .mocsup_right .p_mocsup_fild_main_box label{
    color: #303030;
    font-size: 14px;
    font-weight: 600;
}
.fop_cmospcb_sing_up_content .main_of_content_sing_up_page .mocsup_right .p_mocsup_fild_main_box > input{
    float: right;
    width: 100%;
    margin-top: 10px;
    height: 35px;
    border: solid 1px #a9a9a9;
    border-radius: 4px;
    direction: rtl;
    padding: 0px 18px;
    font-size: 11px;
    color: #303030;
}
.fop_cmospcb_sing_up_content .main_of_content_sing_up_page .mocsup_right .p_mocsup_fild_main_box ul{
    float: right;
    width: 100%;
    direction: rtl;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: right;
}
.fop_cmospcb_sing_up_content .main_of_content_sing_up_page .mocsup_right .p_mocsup_fild_main_box ul input{
    height: 35px;
    border: solid 1px #a9a9a9;
    width: 80%;
    direction: rtl;
    padding: 0px 15px;
    color: #303030;
    font-size: 11px;
    border-left: none;
    border-radius: 0px 4px 4px 0px;
}
.fop_cmospcb_sing_up_content .main_of_content_sing_up_page .mocsup_right .p_mocsup_fild_main_box ul select,
.fop_cmospcb_sing_up_content .main_of_content_sing_up_page .mocsup_right .p_mocsup_fild_main_box ul i{
    float: right;
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    border: solid 1px #a9a9a9;
    border-radius: 4px 0px 0px 4px;
    cursor: pointer;
    color: #303030;
    font-size: 13px;
    background-color: #f5f5f7;
    transition: all ease-in-out 0.3s;
}
.fop_cmospcb_sing_up_content .main_of_content_sing_up_page .mocsup_right .p_mocsup_fild_main_box ul select:hover,
.fop_cmospcb_sing_up_content .main_of_content_sing_up_page .mocsup_right .p_mocsup_fild_main_box ul i:hover{
    background-color: #ffffff;
}
.fop_cmospcb_sing_up_content .main_of_content_sing_up_page .mocsup_right .mocsup_form_send_button_main_box{
    float: right;
    width: 100%;
    margin-top: 40px;
    direction: rtl;
    display: flex;
    align-items: center;
}
span.very_fiy_messages_error{
    float: right;
    width: 70%;
    margin: 10px 0px;
    background: #ff0000;
    color: #ffffff;
    direction: rtl;
    border-radius: 4px;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: right;
}
span.very_fiy_messages_error i{
    font-size: 15px;
    margin-left: 10px;
}
.send_agen_count_down,
.send_agen_count_down_forget_pass{
    float: right;
    direction: rtl;
    margin-right: 25px;
    display: flex;
    align-items: center;
}
.send_agen_count_down span.title,
.send_agen_count_down_forget_pass span.title_forget_pass{
    float: right;
    color: #303030;
    direction: rtl;
    font-size: 11px;
    margin-left: 10px;
    border: solid 1px #fc7900;
    padding: 2px 10px;
    border-radius: 100px;
    font-weight: 300;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.send_agen_count_down span.title i,
.send_agen_count_down_forget_pass span.title_forget_pass i{
    animation: spiner_animation_we infinite 1s;
    color: #303030;
}
.send_agen_count_down span.title:hover
.send_agen_count_down_forget_pass span.title_forget_pass:hover{
    color: #ffffff;
    background: #fc7900;
}
.send_agen_count_down span.title.not_active,
.send_agen_count_down_forget_pass span.title_forget_pass.not_active{
    color: #30303066 !important;
    border-color: #fc79008a !important;
    cursor: no-drop !important;
    background: none !important;
}
.send_agen_count_down span.value,
.send_agen_count_down_forget_pass span.value_forget_pass{
    font-size: 14px;
    color: #303030;
}
.fop_cmospcb_sing_up_content .main_of_content_sing_up_page .mocsup_right .mocsup_form_send_button_main_box button,
button#forget_password_kfj_button,
button#register_we_password_vrify_button,
button#register_we_password_change_button{
    float: right;
    height: 35px;
    padding: 0px 30px;
    border-radius: 100px;
    border: solid 1.5px #fc7900;
    background: #fc7900;
    color: #ffffff;
    font-size: 12px;
    font-weight: 300;
    cursor: pointer;
    transition: all ease-in-out 0.2s;
}
.fop_cmospcb_sing_up_content .main_of_content_sing_up_page .mocsup_right .mocsup_form_send_button_main_box button:hover,
button#forget_password_kfj_button:hover,
button#register_we_password_vrify_button:hover,
button#register_we_password_change_button:hover{
    background: none;
    color: #fc7900;
    font-weight: 500;
}
.fop_cmospcb_sing_up_content .main_of_content_sing_up_page .mocsup_right .get_login_page{
    float: right;
    width: 100%;
    margin-top: 40px;
}
.fop_cmospcb_sing_up_content .main_of_content_sing_up_page .mocsup_right .get_login_page span{
    float: right;
    padding: 3px 10px;
    border: solid 1px #fc7900;
    color: #fc7900;
    font-size: 11px;
    border-radius: 100px;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
    margin-left: 20px;
    margin-bottom: 20px;
}
.fop_cmospcb_sing_up_content .main_of_content_sing_up_page .mocsup_right .get_login_page span:hover{
    background: #fc7900;
    color: #ffffff;
}
.verify_cod_input_main_box{
    float: right;
    width: 100%;
    direction: rtl;
    margin-bottom: 20px;
}
.verify_cod_input_main_box label,
.p_mocsup_fild_main_box.qs_secret label{
    float: right !important;
    width: 100% !important;
    direction: rtl !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
}
.p_mocsup_fild_main_box.qs_secret label span.description{
    color: #7c7b7a;
    font-size: 9px;
    margin-right: 10px;
    font-weight: 600;
    position: relative;
    cursor: pointer;
}
.p_mocsup_fild_main_box.qs_secret label span.description span.description_vl{
    position: absolute;
    width: 200px;
    bottom: -70px;
    right: 152px;
    background: #ffffff;
    padding: 20px;
    direction: rtl;
    line-height: 23px;
    box-shadow: 0px 0px 10px 0px #303030;
    border-radius: 4px;
    color: #303030;
    font-size: 12px;
    font-weight: 500;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.5s;
}
.p_mocsup_fild_main_box.qs_secret label span.description:hover span.description_vl{
    opacity: 1;
    visibility: visible;
}
.verify_cod_input_main_box input{
    float: right;
    width: 90%;
    height: 40px;
    border: solid 1px #a9a9a9;
    padding: 0px 20px;
    text-align: center;
    border-radius: 100px;
    font-size: 12px;
    color: #303030;
    letter-spacing: 20px;
}
.verify_cod_input_main_box input::placeholder{
    letter-spacing: 0px;
}
.remenber_me_main_box{
    float: right;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: right;
    margin: 10px 0px;
    margin-top: 30px;
    direction: rtl;
}
.remenber_me_main_box label{
    color: #303030;
    font-size: 11px;
    font-weight: 700;
    margin-left: 10px;
    cursor: pointer;
}
.remenber_me_main_box input{
    width: 15px;
    cursor: pointer;
}
.loading_sing_up{
    display: flex;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    align-items: center;
    justify-content: center;
    filter: blur(0px) !important;
    display: none;
}
.loading_sing_up i{
    font-size: 70px;
    color: #fc7900;
    animation: 1s spiner_animation_we infinite;
    filter: blur(0px) !important;
}
/* myacount */
header.delvin-max-main-header{
    float: right;
    width: 100%;
    margin: 10px 0px;
    padding: 0px 30px;
    border-bottom: solid 1px #f5f5f7;
    height: 50px;
    display: flex;
    direction: rtl;
    align-items: center;
    justify-content: space-between;
}
header.delvin-max-main-header .main_dmmh_left_part{
    float: left;
    display: flex;
    align-items: center;
}
header.delvin-max-main-header .main_dmmh_left_part img{
    width: 40px;
    margin-right: 10px;
}
header.delvin-max-main-header .main_dmmh_left_part p{
    float: left;
    width: 88px;
}
header.delvin-max-main-header .main_dmmh_left_part p span.title{
    width: 100%;
    float: left;
    color: #303030;
    font-size: 15px;
    font-weight: 800;
}
header.delvin-max-main-header .main_dmmh_left_part p span.val_mmft{
    float: left;
    width: 100%;
    font-size: 10px;
    margin-top: 3px;
    color: #303030;
    font-weight: 300;
    transition: all ease-in-out 0.3s;
}
header.delvin-max-main-header .main_dmmh_left_part:hover p span.val_mmft{
    color: #fc7900;
}
header.delvin-max-main-header .main_dmmh_right_part{
    float: right;
}
header.delvin-max-main-header .main_dmmh_right_part ul{
    float: right;
    display: flex;
    direction: rtl;
}
header.delvin-max-main-header .main_dmmh_right_part ul li{
    float: right;
    margin-left: 20px;
    list-style: none;
    direction: rtl;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
header.delvin-max-main-header .main_dmmh_right_part ul li i{
    margin-left: 7px;
    color: #303030;
    font-size: 14px;
}
header.delvin-max-main-header .main_dmmh_right_part ul li span{
    color: #303030;
    font-size: 12px;
}
header.delvin-max-main-header .main_dmmh_right_part ul li a{
    direction: rtl;
    display: flex;
    flex-wrap: wrap;
    height: 25px;
}
header.delvin-max-main-header .main_dmmh_right_part ul li span.border_efect_psl{
    float: left;
    width: 0%;
    height: 1px;
    margin-top: 3px;
    background: #fc7900;
    transition: all ease-in-out 0.7s;
}
header.delvin-max-main-header .main_dmmh_right_part ul li a:hover span.border_efect_psl{
    width: 100%;
}
.we_not_logged_massage_myc{
    float: right;
    width: 100%;
    padding: 0px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.we_not_logged_massage_myc p.wnlmm_ma_text{
    float: right;
    width: 100%;
    direction: rtl;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #303030;
    font-size: 32px;
    font-weight: 500;
    margin-top: 100px;
    margin-bottom: 10px;
}
.we_not_logged_massage_myc p.wnlmm_ma_text i{
    float: right;
    margin-left: 10px;
    color: #ff0000;
}
.we_not_logged_massage_myc p.wnlmm_ma_text span{
    float: right;
    direction: rtl;
}
.we_not_logged_massage_myc span.wnlmm_ma_text_desc{
    float: right;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #303030;
    font-size: 12px;
    font-weight: 700;
    direction: rtl;
    margin-bottom: 40px;
}
.we_not_logged_massage_myc .wnlmm_ma_buttins{
    float: right;
    width: 100%;
    margin-bottom: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    direction: rtl;
}
.we_not_logged_massage_myc .wnlmm_ma_buttins a:first-child{
    float: right;
    direction: rtl;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #fc7900;
    padding: 5px 10px;
    border-radius: 100px;
    margin: 0px 10px;
    color: #303030;
    font-size: 12px;
    font-weight: 600;
    transition: all ease-in-out 0.2s;
}
.we_not_logged_massage_myc .wnlmm_ma_buttins a:first-child:hover{
    color: #ffffff;
    background: #fc7900;
}
.we_not_logged_massage_myc .wnlmm_ma_buttins a i{
    margin-left: 10px;
}
.we_not_logged_massage_myc .wnlmm_ma_buttins a:last-child{
    float: right;
    direction: rtl;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #fc7900;
    padding: 5px 10px;
    border-radius: 100px;
    margin: 0px 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    background: #fc7900;
    transition: all ease-in-out 0.2s;
}
.we_not_logged_massage_myc .wnlmm_ma_buttins a:last-child:hover{
    background: #ff8a1d;
}
/* loged */
.main_of_myaccount_loged_part{
    float: right;
    width: 100%;
    padding: 0px 30px;
    margin: 30px 0px;
}
.get_download_main_cover{
    float: right;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 999;
    background: #00000026;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.get_download_main_cover .gdmc_main_download{
    width: 50%;
    height: 80%;
    background: #ffffff;
    border-radius: 7px;
    position: relative;
}
.get_download_main_cover .gdmc_md_header_main{
    float: right;
    width: 100%;
    display: flex;
    align-items: center;
    margin: 19px 0px;
    padding: 0px 20px;
    margin-top: 25px;
}
.get_download_main_cover .gdmc_md_header_main img{
    float: left;
    width: 70px;
}
.get_download_main_cover .gdmc_md_header_main p{
    float: right;
    margin-left: 20px;
}
.get_download_main_cover .gdmc_md_header_main p span.prod_name{
    float: left;
    width: 100%;
    color: #303030;
    font-size: 24px;
    margin-bottom: 2px;
    direction: ltr;
}
.get_download_main_cover .gdmc_md_header_main p span.prod_description{
    float: left;
    font-size: 11px;
    color: #fc7900;
    font-weight: 700;
}
.get_download_main_cover .spinner_gdmc_md{
    float: right;
    width: 100%;
    margin-top: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.get_download_main_cover .spinner_gdmc_md i{
    font-size: 45px;
    width: 45px;
    height: 45px;
    animation: spiner_animation_we 1.5s infinite;
    color: #afafaf;
}
.get_download_main_cover .main_download_meta_gdmc{
    float: right;
    width: 100%;
}
.get_download_main_cover .main_download_meta_gdmc .mcm_gdmc_percent_main{
    float: right;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 20px;
}
.get_download_main_cover .main_download_meta_gdmc .mcm_gdmc_percent_main span.mcm_gdmc_pm_text{
    color: #303030;
    font-size: 13px;
    font-weight: 700;
    margin-right: 10px;
}
.get_download_main_cover .main_download_meta_gdmc .mcm_gdmc_percent_main progress{
    float: left;
    width: 50%;
}
.get_download_main_cover .main_download_meta_gdmc .mcm_gdmc_percent_main progress{
	background-color:#f5f5f7;	
    border-radius: 100px;
}
.get_download_main_cover .main_download_meta_gdmc .mcm_gdmc_percent_main progress::-webkit-progress-value {
 	background-color:#fc7900;
     border-radius: 100px;
}
.get_download_main_cover .main_download_meta_gdmc .mcm_gdmc_percent_main progress::-webkit-progress-bar {
 	background-color:#f5f5f7;
     border-radius: 100px;
}
.get_download_main_cover .main_download_meta_gdmc .mcm_gdmc_percent_main progress::-moz-progress-bar {
 	background-color:#fc7900;
     border-radius: 100px;
}





.tikets_show_main_pde{
    float: right;
    width: 100%;
    margin: 10px 0px;
    padding: 0px 20px;
}
.tikets_show_main_pde .tikets_s_m_pde_single{
    float: right;
    width: 100%;
    box-shadow: 0px 0px 6px 0px #b8b4b4;
    height: 152px;
    padding: 10px;
    border-radius: 7px;
    margin: 10px 0px;
}
.tikets_show_main_pde .tikets_s_m_pde_single .tsmps_right{
    float: right;
    width: 80%;
}
.tikets_show_main_pde .tikets_s_m_pde_single .tsmps_right h5{
    float: right;
    width: 100%;
    height: 90px;
    padding: 10px 30px;
    color: #303030;
    font-size: 17px;
    font-weight: 600;
}
.tikets_show_main_pde .tikets_s_m_pde_single .tsmps_right p{
    float: right;
    width: 100%;
    display: flex;
    align-items: center;
    height: 20px;
    margin-top: 20px;
}
.tikets_show_main_pde .tikets_s_m_pde_single .tsmps_right p span.added_date ,
.tikets_show_main_pde .tikets_s_m_pde_single .tsmps_right p span.update_date ,
.tikets_show_main_pde .tikets_s_m_pde_single .tsmps_right p span.statuse{
    float: right;
    margin: 0px 10px;
    display: flex;
    align-items: center;
} 
.tikets_show_main_pde .tikets_s_m_pde_single .tsmps_right p span.added_date span.title,
.tikets_show_main_pde .tikets_s_m_pde_single .tsmps_right p span.update_date span.title,
.tikets_show_main_pde .tikets_s_m_pde_single .tsmps_right p span.statuse span.title{
    font-size: 12px;
    color: #fc7900;
    font-weight: 800;
}
.tikets_show_main_pde .tikets_s_m_pde_single .tsmps_right p span.added_date span.value,
.tikets_show_main_pde .tikets_s_m_pde_single .tsmps_right p span.update_date span.value,
.tikets_show_main_pde .tikets_s_m_pde_single .tsmps_right p span.statuse span.value{
    float: right;
    padding: 0px 5px;
    color: 606060;
    font-size: 11px;
    display: flex;
    align-items: center;
}
.tikets_show_main_pde .tikets_s_m_pde_single .tsmps_right p span.dote{
    float: right;
    width: 5px;
    height: 5px;
    background: #a9a9a9;
    border-radius: 100px;
    margin: 0px 5px;
}
.tikets_show_main_pde .tikets_s_m_pde_single .tsmps_left{
    float: left;
    width: 20%;
}
.tikets_show_main_pde .tikets_s_m_pde_single .tsmps_left .tikets_get_main_page_action_lder_ajax.show{
    float: right;
    width: 100%;
    margin: 5px 0px;
    height: 34px;
    border: solid 1px #fc7900;
    border-radius: 7px;
    background: none;
    color: #303030;
    font-size: 11px;
    cursor: pointer;
    transition: all ease-in-out 0.2s;
}
.tikets_show_main_pde .tikets_s_m_pde_single .tsmps_left .tikets_get_main_page_action_lder_ajax.show i,
.tikets_show_main_pde .tikets_s_m_pde_single .tsmps_left .tikets_get_main_page_action_lder_ajax.delete i,
.tikets_show_main_pde .tikets_s_m_pde_single .tsmps_left .tikets_get_main_page_action_lder_ajax.close i{
    font-size: 0px;
}
.tikets_show_main_pde .tikets_s_m_pde_single .tsmps_left .tikets_get_main_page_action_lder_ajax.show.loading,
.tikets_show_main_pde .tikets_s_m_pde_single .tsmps_left .tikets_get_main_page_action_lder_ajax.delete.loading,
.tikets_show_main_pde .tikets_s_m_pde_single .tsmps_left .tikets_get_main_page_action_lder_ajax.close.loading{
    font-size: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tikets_show_main_pde .tikets_s_m_pde_single .tsmps_left .tikets_get_main_page_action_lder_ajax.show.loading i,
.tikets_show_main_pde .tikets_s_m_pde_single .tsmps_left .tikets_get_main_page_action_lder_ajax.delete.loading i,
.tikets_show_main_pde .tikets_s_m_pde_single .tsmps_left .tikets_get_main_page_action_lder_ajax.close.loading i{
    font-size: 17px;
    width: 17px;
    height: 17px;
    animation: infinite 1s spiner_animation_we;
}
.tikets_show_main_pde .tikets_s_m_pde_single .tsmps_left .tikets_get_main_page_action_lder_ajax.show:hover{
    box-shadow: 0px 0px 4px 0px #fc7900;
}
.tikets_show_main_pde .tikets_s_m_pde_single .tsmps_left .tikets_get_main_page_action_lder_ajax.close{
    float: right;
    width: 100%;
    margin: 5px 0px;
    height: 34px;
    border: solid 1px #ff0000;
    background: none;
    border-radius: 7px;
    cursor: pointer;
    font-size: 11px;
    color: #303030;
    transition: all ease-in-out 0.2s;
}
.tikets_show_main_pde .tikets_s_m_pde_single .tsmps_left .tikets_get_main_page_action_lder_ajax.close:hover{
    box-shadow: 0px 0px 4px 0px #ff0000;
}
.tikets_show_main_pde .tikets_s_m_pde_single .tsmps_left .tikets_get_main_page_action_lder_ajax.delete{
    float: right;
    width: 100%;
    margin: 5px 0px;
    height: 34px;
    border: solid 1px #ff0000;
    background: #ff0000;
    color: #fff;
    font-size: 11px;
    border-radius: 7px;
    cursor: pointer;
    transition: all ease-in-out 0.2s;
}
.tikets_show_main_pde .tikets_s_m_pde_single .tsmps_left .tikets_get_main_page_action_lder_ajax.delete:hover{
    box-shadow: 0px 0px 4px 0px #ff0000;
}
.tikets_show_main_pde .tikets_s_m_pde_single .tsmps_left .tikets_get_main_page_action_lder_ajax.inactive{
    opacity: 0.3 !important;
    box-shadow: none !important;
    cursor: no-drop !important;
}
.tikets_show_main_pde span.tsm_tiket_line{
    float: right;
    width: 70%;
    margin: 50px 15%;
    height: 1px;
    background: #f5f5f7;
}
.tikets_show_main_pde .main_of_get_created_tiket_button_cover{
    float: right;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0px;
}
.tikets_show_main_pde .main_of_get_created_tiket_button_cover button.mogctbc_button_tiket{
    float: right;
    width: 150px;
    height: 40px;
    border: solid 1px #fc7900;
    background: none;
    border-radius: 100px;
    direction: rtl;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fc7900;
    font-size: 13px;
    font-weight: 500;
    padding-right: 10px;
    cursor: pointer;
    transition: all ease-in-out 0.2s;
}
.tikets_show_main_pde .main_of_get_created_tiket_button_cover button.mogctbc_button_tiket i{
    font-size: 15px;
    color: #303030;
    margin: 0px 10px;
    transition: all ease-in-out 0.2s;
}
.tikets_show_main_pde .main_of_get_created_tiket_button_cover button.mogctbc_button_tiket:hover{
    background: #fc7900;
    color: #ffffff;
}
.tikets_show_main_pde .main_of_get_created_tiket_button_cover button.mogctbc_button_tiket:hover i{
    color: #ffffff;
}




.cover_tiket_add_form{
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 9990;
    height: 100%;
    width: 100%;
    background: #00000069;
    display: none;
    align-items: center;
    justify-content: center;
    
}

.cover_tiket_add_form .close_the_tiket_add_page_main{
    float: right;
    width: 100%;
    margin: 10px 0px;
    padding: 0px 10px;
}
.cover_tiket_add_form .close_the_tiket_add_page_main i{
    color: #ff0000;
    font-size: 20px;
    cursor: pointer;
}
.cover_tiket_add_form .main_tiket_add_form{
    float: right;
    width: 90%;
    height: 90%;
    background: #ffffff;
    border-radius: 17px;
    padding: 20px;
    overflow-y: auto;
}
.cover_tiket_add_form .main_tiket_add_form form{
    float: right;
    width: 100%;
}
.cover_tiket_add_form .main_tiket_add_form form .part{
    float: right;
    width: 50%;
    direction: rtl;
    margin: 10px 0px;
    padding: 10px;
    margin-bottom: 20px;
}
.cover_tiket_add_form .main_tiket_add_form form .part label{
    float: right;
    width: 100%;
    direction: rtl;
    text-align: right;
    margin-bottom: 15px;
    color: #303030;
    font-size: 13px;
    padding: 0px 10px;
    font-weight: 700;
}
.cover_tiket_add_form .main_tiket_add_form form .part input,
.cover_tiket_add_form .main_tiket_add_form form .part select{
    float: right;
    width: 90%;
    height: 45px;
    direction: rtl;
    padding: 10px 20px;
    color: #303030;
    font-size: 11px;
    border: solid 1px #a9a9a9;
    border-radius: 7px;
    text-align: right;
    margin: 0px 5%;
}
.cover_tiket_add_form .main_tiket_add_form form .full_width_part{
    float: right;
    width: 100%;
    direction: rtl;
    margin: 10px 0px;
    padding: 20px;
}
.cover_tiket_add_form .main_tiket_add_form form .full_width_part label{
    float: right;
    width: 100%;
    direction: rtl;
    text-align: right;
    margin-bottom: 15px;
    color: #303030;
    font-size: 13px;
    padding: 0px 10px;
    font-weight: 700;
}
.cover_tiket_add_form .main_tiket_add_form form .full_width_part textarea{
    float: right;
    width: 95%;
    margin: 0px 2.5%;
    min-height: 200px;
    border-radius: 10px;
    border: solid 1px #a9a9a9;
    direction: rtl;
    padding: 15px;
    color: #303030;
    font-size: 11px;
}






.cover_tiket_add_form .main_tiket_add_form form .main_of_upload_media{
    float: right;
    width: 100%;
    padding: 30px;
    direction: rtl;
}




.cover_tiket_add_form .main_tiket_add_form form .main_of_upload_media label{
    float: right;
    width: 100%;
    direction: rtl;
    text-align: right;
    margin-bottom: 15px;
    color: #303030;
    font-size: 13px;
    padding: 0px 10px;
    font-weight: 700;
}
.cover_tiket_add_form .main_tiket_add_form form .main_of_upload_media p.description{
    float: right;
    width: 100%;
    margin-bottom: 20px;
    color: #707070;
    font-size: 11px;
    padding: 0px 20px;
}
.cover_tiket_add_form .main_tiket_add_form form .main_of_upload_media button.select_file_button_tiket{
    float: right;
    width: 100px;
    height: 35px;
    border: solid 1px #fc7900;
    background: none;
    color: #fc7900;
    margin: 0px 10px;
    margin-right: 20px;
    border-radius: 7px;
    font-size: 11px;
    cursor: pointer;
    transition: all ease-in-out 0.2s;
}
.cover_tiket_add_form .main_tiket_add_form form .main_of_upload_media button.select_file_button_tiket:hover{
    background: #fc7900;
    color: #ffffff
}
.cover_tiket_add_form .main_tiket_add_form form .main_of_upload_media button.get_upload_file_tiket{
    float: right;
    width: 100px;
    height: 35px;
    border: solid 1px #fc7900;
    background: #fc7900;
    color: #ffffff;
    border-radius: 7px;
    font-size: 11px;
    cursor: no-drop;
    opacity: 0.5;
    transition: all ease-in-out 0.2s;
}
.cover_tiket_add_form .main_tiket_add_form form .main_of_upload_media button.get_upload_file_tiket > i{
    font-size: 0px;
}
.cover_tiket_add_form .main_tiket_add_form form .main_of_upload_media button.get_upload_file_tiket.active{
    opacity: 1 !important;
    cursor: pointer;
}
.cover_tiket_add_form .main_tiket_add_form form .main_of_upload_media button.get_upload_file_tiket.active > i{
    font-size: 0px;
}
.cover_tiket_add_form .main_tiket_add_form form .main_of_upload_media button.get_upload_file_tiket.active:hover{
    background: none;
    color: #fc7900;
}
.cover_tiket_add_form .main_tiket_add_form form .main_of_upload_media button.get_upload_file_tiket.loading{
    opacity: 1;
    cursor: no-drop;
    background: none;
    border: solid 1px #fc7900;
    font-size: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cover_tiket_add_form .main_tiket_add_form form .main_of_upload_media button.get_upload_file_tiket.loading > i{
    font-size: 20px;
    width: 20px;
    height: 20px;
    color: #fc7900;
    animation: infinite 1s spiner_animation_we;
}
.cover_tiket_add_form .main_tiket_add_form form .main_of_upload_media input[type="file"]{
    display: none;
}

.cover_tiket_add_form .main_tiket_add_form form .main_of_upload_media .main_of_show_medias_ldvt_box{
    float: right;
    width: 100%;
    margin: 20px 0px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    direction: rtl;
}
.cover_tiket_add_form .main_tiket_add_form form .main_of_upload_media .main_of_show_medias_ldvt_box .single_main_of_show_medias_ldvt_box{
    float: right;
    display: flex;
    direction: rtl;
    background: #f5f5f8;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 100px;
    margin: 20px;
}
.cover_tiket_add_form .main_tiket_add_form form .main_of_upload_media .main_of_show_medias_ldvt_box .single_main_of_show_medias_ldvt_box p.smosmlb_icon_media{
    float: right;
    padding-left: 10px;
    margin-left: 10px;
    border-left: solid 1px #a9a9a9;
    font-size: 15px;
    color: #fc7900;
}
.cover_tiket_add_form .main_tiket_add_form form .main_of_upload_media .main_of_show_medias_ldvt_box .single_main_of_show_medias_ldvt_box p.smosmlb_name_media{
    float: right;
    color: #303030;
    font-size: 13px;
    margin-left: 10px;
}
.cover_tiket_add_form .main_tiket_add_form form .main_of_upload_media .main_of_show_medias_ldvt_box .single_main_of_show_medias_ldvt_box p.smosmlb_type_media{
    float: right;
    color: #fc7900;
    font-size: 13px;
    margin: 0px 10px;
}
.cover_tiket_add_form .main_tiket_add_form form .main_of_upload_media .main_of_show_medias_ldvt_box .single_main_of_show_medias_ldvt_box p.smosmlb_delete_media{
    float: right;
    margin-right: 10px;
    color: #ff0000;
    font-size: 15px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #ff0000;
    border-radius: 100px;
    cursor: pointer;
}
.cover_tiket_add_form .main_tiket_add_form form .main_of_upload_media .main_of_show_medias_ldvt_box .single_main_of_show_medias_ldvt_box p.smosmlb_delete_media.loading{
    animation: infinite 1s spiner_animation_we;
    color: #303030;
    border-color: #fc7900;
}


.cover_tiket_add_form .main_tiket_add_form form .get_main_submit_to_make_tiket{
    float: right;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 20px 0px;
}
.cover_tiket_add_form .main_tiket_add_form form .get_main_submit_to_make_tiket button{
    width: 120px;
    height: 40px;
    border: solid 1px #fc7900;
    background: none;
    border-radius: 10px;
    color: #303030;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all ease-in-out 0.2s;
}
.cover_tiket_add_form .main_tiket_add_form form .get_main_submit_to_make_tiket button i{
    font-size: 0px;
}

.cover_tiket_add_form .main_tiket_add_form form .get_main_submit_to_make_tiket button.loading{
    font-size: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cover_tiket_add_form .main_tiket_add_form form .get_main_submit_to_make_tiket button.loading i{
    font-size: 17px;
    height: 17px;
    width: 17px;
    animation: infinite 1s spiner_animation_we;
}
.cover_tiket_add_form .main_tiket_add_form form .get_main_submit_to_make_tiket button:hover{
    background: #fc7900;
    color: #ffffff;
}
.get_download_main_cover .main_download_meta_gdmc .mcm_gdmc_download_meta_main{
    float: right;
    width: 100%;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.get_download_main_cover .main_download_meta_gdmc .mcm_gdmc_download_meta_main p{
    float: right;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    direction: rtl;
    font-size: 11px;
    color: #303030;
}
.get_download_main_cover .main_download_meta_gdmc .mcm_gdmc_download_meta_main p.speed span.get_show_we_download_speed{
    display: flex;
    direction: rtl;
    width: 90%;
    margin: 5px 5%;
    align-items: center;
    justify-content: space-around;
    white-space: nowrap;
}
.get_download_main_cover .main_download_meta_gdmc .mcm_gdmc_download_meta_main p.speed span.get_show_we_download_speed span.title{
    direction: rtl;
    white-space: nowrap;
}
.get_download_main_cover .main_download_meta_gdmc .mcm_gdmc_download_meta_main p.speed span.get_show_we_download_speed span.value{
    direction: ltr;
    color: #303030;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}
.get_download_main_cover .main_download_meta_gdmc .mcm_gdmc_download_meta_main p.speed span.get_show_we_download_speed span.line{
    float: right;
    width: 100%;
    margin: 0px 10px;
    height: 1px;
    background: #f5f5f7;
}
.get_download_main_cover .main_download_meta_gdmc .mcm_gdmc_download_meta_main p span.num{
    float: right;
    margin: 0px 5px;
    font-size: 17px;
    font-weight: 700;
}
.get_download_main_cover .main_download_meta_gdmc .mcm_gdmc_download_meta_main p span.secend,
.get_download_main_cover .main_download_meta_gdmc .mcm_gdmc_download_meta_main p span.minute,
.get_download_main_cover .main_download_meta_gdmc .mcm_gdmc_download_meta_main p span.hurs{
    display: flex;
    align-items: center;
    direction: rtl;
}
.get_download_main_cover .get_set_return_button_main_we_prod_download{
    position: absolute;
    bottom: 20px;
    left: 0px;
    width: 100%;
    padding: 0px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.get_download_main_cover .get_set_return_button_main_we_prod_download p{
    float: right;
    width: 100%;
    margin: 10px 0px;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00d400;
    font-size: 12px;
    direction: rtl;
    margin-bottom: 20px;
}
.get_download_main_cover .get_set_return_button_main_we_prod_download button{
    width: 100px;
    height: 35px;
    border-radius: 100px;
    border: solid 1px #fc7900;
    background: none;
    color: #303030;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    float: left;
    transition: all ease-in-out 0.3s;
}
.get_download_main_cover .get_set_return_button_main_we_prod_download button:hover{
    background: #fc7900;
    color: #ffffff;
}
.main_of_myaccount_loged_part .momylp_side{
    float: right;
    width: 20%;
    overflow: hidden;
    box-shadow: 0px 0px 14px 0px #a9a9a9;
    border-radius: 7px;
}
.main_of_myaccount_loged_part .main_myaccount_respansive_site{
    display: none;
}
.main_of_myaccount_loged_part .momylp_side .avatar_momylp_we{
    float: right;
    width: 100%;
    padding: 30px;
}
.main_of_myaccount_loged_part .momylp_side .avatar_momylp_we img{
    width: 70%;
    margin: 0px 15%;
}
.main_of_myaccount_loged_part .momylp_side .avatar_momylp_we span.name{
    float: right;
    width: 100%;
    margin: 10px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #303030;
    font-size: 17px;
    font-weight: 700;
    margin-top: 19px;
}
.main_of_myaccount_loged_part .momylp_side ul{
    float: right;
    width: 100%;
    direction: rtl;
    padding: 0px 30px;
    padding-bottom: 30px;
}
.main_of_myaccount_loged_part .momylp_side ul li{
    float: right;
    width: 100%;
    padding: 10px;
    margin: 10px 0px;
    border: solid 1px #f5f5f7;
    list-style: none;
    border-radius: 7px;
    display: flex;
    direction: rtl;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    color: #303030;
    transition: all ease-in-out 0.3s;
}
.main_of_myaccount_loged_part .momylp_side ul li.active{
    border-color: #fc7900;
    cursor: default;
}
.main_of_myaccount_loged_part .momylp_side ul li:hover{
    border-color: #fc7900;
}
.main_of_myaccount_loged_part .momylp_side ul li span{
    font-size: 12px;
    margin-left: 10px;
    font-weight: 600;
}
.main_of_myaccount_loged_part .momylp_side ul li i{
    font-size: 16px;
}
.main_of_myaccount_loged_part .momylp_side ul li.logout{
    width: 50%;
    background: #fc7900;
    color: #fff;
}
.main_of_myaccount_loged_part .momylp_side ul li.logout:hover{
    background: none;
    color: #303030;
}
.main_of_myaccount_loged_part .momylp_content{
    float: left;
    width: 78%;
    min-height: 500px;
    box-shadow: 0px 0px 14px 0px #a9a9a9;
    border-radius: 7px;
}
.main_of_myaccount_loged_part .momylp_content .momylp_defult_c{
    float: right;
    width: 100%;
    padding: 20px 30px;
}
.main_of_myaccount_loged_part .momylp_content .momylp_defult_c .momylpdc{
    float: right;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    direction: rtl;
}
.main_of_myaccount_loged_part .momylp_content .momylp_defult_c .momylpdc a{
    width: 200px;
    height: 100px;
    margin: 0px 10px;
    border: solid 1px #ffffff;
    display: flex;
    direction: rtl;
    align-items: center;
    border-radius: 14px;
    flex-wrap: wrap;
    padding: 13px;
    position: relative;
    transition: all ease-in-out 0.2s;
}
.main_of_myaccount_loged_part .momylp_content .momylp_defult_c .momylpdc a:hover{
    border: solid 1px #fc7900;
}
.main_of_myaccount_loged_part .momylp_content .momylp_defult_c .momylpdc a span.title{
    float: right;
    width: 70%;
    text-align: right;
    direction: rtl;
    color: #303030;
    font-size: 17px;
    font-weight: 700;
}
.main_of_myaccount_loged_part .momylp_content .momylp_defult_c .momylpdc a span.title_desk{
    float: right;
    width: 70%;
    font-size: 11px;
    direction: rtl;
    text-align: right;
    line-height: 19px;
    font-weight: 300;
    color: #303030;
    transition: all ease-in-out 0.2s;
}
.main_of_myaccount_loged_part .momylp_content .momylp_defult_c .momylpdc a i{
    float: left;
    width: 30%;
    position: absolute;
    top: 13px;
    left: 13px;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: #303030;
    transition: all ease-in-out 0.2s;
}
.main_of_myaccount_loged_part .momylp_content .momylp_defult_c .momylp_products_d{
    float: right;
    width: 100%;
    margin-top: 50px;
}
.main_of_myaccount_loged_part .momylp_content .momylp_defult_c .momylp_products_d h1{
    float: right;
    width: 100%;
    direction: rtl;
    text-align: right;
    color: #303030;
    font-size: 27px;
    font-weight: 500;
    border-bottom: solid 1px #f5f5f7;
    padding-bottom: 15px;
}
.main_of_myaccount_loged_part .momylp_content .momylp_defult_c .momylp_products_d .momylppd_main_prod{
    float: right;
    width: 100%;
    padding: 0px 10px;
    margin-top: 30px;
}
.main_of_myaccount_loged_part .momylp_content .momylp_defult_c .momylp_products_d .no_product_founded{
    float: right;
    width: 90%;
    margin: 0px 5%;
    display: flex;
    direction: rtl;
    align-items: center;
    justify-content: center;
}
.main_of_myaccount_loged_part .momylp_content .momylp_defult_c .momylp_products_d .no_product_founded > i{
    font-size: 58px;
    color: #fc790073;
}
.main_of_myaccount_loged_part .momylp_content .momylp_defult_c .momylp_products_d .no_product_founded .get_npf_left_part{
    float: right;
    direction: rtl;
    padding: 0px 50px;
    width: min-content;
}
.main_of_myaccount_loged_part .momylp_content .momylp_defult_c .momylp_products_d .no_product_founded .get_npf_left_part p{
    float: right;
    width: 100%;
    direction: rtl;
    color: #303030;
    font-size: 16px;
    margin-bottom: 10px;
    white-space: nowrap;
}
.main_of_myaccount_loged_part .momylp_content .momylp_defult_c .momylp_products_d .no_product_founded .get_npf_left_part a{
    float: right;
    width: 120px;
    height: 38px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #fc7900;
    color: #303030;
    background: none;
    font-size: 12px;
    transition: all ease-in-out 0.3s;
}
.main_of_myaccount_loged_part .momylp_content .momylp_defult_c .momylp_products_d .no_product_founded .get_npf_left_part a:hover{
    background: #fc7900;
    color: #ffffff;
}
.main_of_myaccount_loged_part .momylp_content .momylp_defult_c .momylp_products_d .momylppd_main_prod .single_momylppd_prod{
    float: left;
    width: 29.3%;
    margin: 10px 2%;
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 0px 5px 0px #ddd;
    padding: 10px;
    border-radius: 10px;
}
.main_of_myaccount_loged_part .momylp_content .momylp_defult_c .momylp_products_d .momylppd_main_prod .single_momylppd_prod img{
    max-height: 100%;
    float: left;
    max-width: 75px;
}
.main_of_myaccount_loged_part .momylp_content .momylp_defult_c .momylp_products_d .momylppd_main_prod .single_momylppd_prod .smomylppdp_right{
    float: right;
    width: 100%;
}
.main_of_myaccount_loged_part .momylp_content .momylp_defult_c .momylp_products_d .momylppd_main_prod .single_momylppd_prod .smomylppdp_right h3{
    float: right;
    width: 100%;
    text-align: right;
    color: #303030;
    font-size: 14px;
    font-weight: 800;
}
.main_of_myaccount_loged_part .momylp_content .momylp_defult_c .momylp_products_d .momylppd_main_prod .single_momylppd_prod .smomylppdp_right h3 span{
    color: #fc7900;
    font-weight: 500;
    font-size: 12px;
}
.main_of_myaccount_loged_part .momylp_content .momylp_defult_c .momylp_products_d .momylppd_main_prod .single_momylppd_prod .smomylppdp_right > span{
    float: right;
    width: 100%;
    color: #303030;
    font-size: 10px;
    line-height: 22px;
    text-align: right;
    padding-right: 10px;
}
.main_of_myaccount_loged_part .momylp_content .momylp_defult_c .momylp_products_d .momylppd_main_prod .single_momylppd_prod .smomylppdp_right p{
    float: right;
    width: 100%;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    direction: rtl;
    margin-top: 10px;
}
.main_of_myaccount_loged_part .momylp_content .momylp_defult_c .momylp_products_d .momylppd_main_prod .single_momylppd_prod .smomylppdp_right p a:first-child{
    border: solid 1px #fc7900;
    padding: 2px 7px;
    border-radius: 100px;
    color: #fc7900;
    font-size: 11px;
    margin: 0px 10px;
    font-weight: 600;
    transition: all ease-in-out 0.2s;
}
.main_of_myaccount_loged_part .momylp_content .momylp_defult_c .momylp_products_d .momylppd_main_prod .single_momylppd_prod .smomylppdp_right p a:first-child:hover{
    color: #ffffff;
    background: #fc7900;
}
.main_of_myaccount_loged_part .momylp_content .momylp_defult_c .momylp_products_d .momylppd_main_prod .single_momylppd_prod .smomylppdp_right p a:last-child{
    float: right;
    border: solid 1px #fc7900;
    padding: 2px 7px;
    border-radius: 100px;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    background: #fc7900;
    transition: all ease-in-out 0.2s;
}
.main_of_myaccount_loged_part .momylp_content .momylp_defult_c .momylp_products_d .momylppd_main_prod .single_momylppd_prod .smomylppdp_right p a:last-child:hover{
    background: #ff8f26;
}
.main_of_myaccount_loged_part .momylp_content .wishelegant_url_mc_b{
    float: right;
    width: 100%;
    margin: 10px 0px;
    padding: 0px 30px;
    display: flex;
    align-items: center;
    justify-content: left;
}
.main_of_myaccount_loged_part .momylp_content .wishelegant_url_mc_b span.wumb_1{
    color: #303030;
    font-size: 12px;
}
.main_of_myaccount_loged_part .momylp_content .wishelegant_url_mc_b span.wumb_2{
    float: left;
    color: #303030;
    font-size: 17px;
    margin-right: 7px;
    direction: ltr;
}
.main_of_myaccount_loged_part .momylp_content .wishelegant_url_mc_b span.wumb_lin{
    float: right;
    width: 100%;
    height: 1px;
    background: #f5f5f7;
}
.main_of_myaccount_loged_part .momylp_content .momylp_defult_c .momylp_products_d.presinal_information .momylp_ppi{
    float: right;
    width: 90%;
    margin: 20px 5%;
    direction: rtl;
    box-shadow: 0px 0px 11px 0px #ddd;
    padding: 20px;
    border-radius: 7px;
}
.main_of_myaccount_loged_part .momylp_content .momylp_defult_c .momylp_products_d.presinal_information .momylp_ppi p{
    float: right;
    width: 100%;
    direction: rtl;
    display: flex;
    align-items: center;
    justify-content: right;
    margin: 10px 0px;
}
.main_of_myaccount_loged_part .momylp_content .momylp_defult_c .momylp_products_d.presinal_information .momylp_ppi p span.title{
    float: right;
    color: #303030;
    font-size: 15px;
    font-weight: 800;
    margin-left: 10px;
    white-space: nowrap;
    direction: rtl;
}
.main_of_myaccount_loged_part .momylp_content .momylp_defult_c .momylp_products_d.presinal_information .momylp_ppi p span.value{
    float: right;
    color: #303030;
    font-size: 13px;
    font-weight: 600;
    margin-left: 13px;
    white-space: nowrap;
    direction: rtl;
}
.main_of_myaccount_loged_part .momylp_content .momylp_defult_c .momylp_products_d.presinal_information .momylp_ppi p span.momylp_ppi_border{
    float: right;
    width: 100%;
    height: 1px;
    background: #fc7900;
}
.main_of_myaccount_loged_part .momylp_content .momylp_defult_c .momylp_products_d.edit_presinal_information .momylp_pdepi{
    float: right;
    width: 90%;
    margin: 30px 5%;
    padding: 20px;
    box-shadow: 0px 0px 10px 0px #ddd;
    border-radius: 7px;
}
.send_agen_count_down_edpi{
    float: right;
    width: 100%;
    direction: rtl;
    margin-bottom: 30px;
}
.send_agen_count_down_edpi span.value_edpi{
    float: right;
    width: 100%;
    direction: rtl;
    margin-bottom: 10px;
    padding: 0px 10px;
    color: #fc7900;
    font-size: 20px;
    font-weight: 900;
}
.send_agen_count_down_edpi span.title_edpi.not_active{
    border: solid 1px #a9a9a9;
    padding: 5px 10px;
    border-radius: 100px;
    color: #a9a9a9;
    font-size: 11px;
    opacity: 0.5;
    cursor: no-drop;
}
.send_agen_count_down_edpi span.title_edpi.active{
    opacity: 1;
    border: solid 1px #fc7900;
    padding: 5px 10px;
    border-radius: 100px;
    font-size: 11px;
    color: #fc7900;
    background: none;
    transition: all ease-in-out 0.3s;
    cursor: pointer;
}
.send_agen_count_down_edpi span.title_edpi.active:hover{
    background: #fc7900;
    color: #ffffff;
}
.main_of_myaccount_loged_part .momylp_content .momylp_defult_c .momylp_products_d.edit_presinal_information .momylp_pdepi .p{
    float: right;
    width: 48%;
    margin: 10px 1%;
    direction: rtl;
    display: flex;
    align-items: center;
    justify-content: right;
    flex-wrap: wrap;
}
.main_of_myaccount_loged_part .momylp_content .momylp_defult_c .momylp_products_d.edit_presinal_information .momylp_pdepi .p i.fa-solid.fa-star-of-life,
#we_myacount_form_eadit_information_p2 .p_code i.fa-solid.fa-star-of-life{
    float: right;
    color: #ff0000;
    font-size: 12px;
    margin-left: 10px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f7;
    border-radius: 100px;
}
.main_of_myaccount_loged_part .momylp_content .momylp_defult_c .momylp_products_d.edit_presinal_information .momylp_pdepi .p label,
#we_myacount_form_eadit_information_p2 .p_code label{
    color: #303030;
    font-size: 13px;
    font-weight: 700;
    float: right;
}
.main_of_myaccount_loged_part .momylp_content .momylp_defult_c .momylp_products_d.edit_presinal_information .momylp_pdepi .p > input{
    float: right;
    width: 90%;
    margin-left: 10%;
    margin-top: 10px;
    height: 32px;
    border: solid 1px #a9a9a9;
    padding: 0px 20px;
    direction: rtl;
    border-radius: 4px;
    color: #303030;
    font-size: 11px;
}
.main_of_myaccount_loged_part .momylp_content .momylp_defult_c .momylp_products_d.edit_presinal_information .momylp_pdepi .p > select{
    float: right;
    width: 90%;
    margin-top: 10px;
    margin-left: 10%;
    height: 32px;
    border: solid 1px #a9a9a9;
    border-radius: 4px;
    direction: rtl;
    color: #303030;
    font-size: 11px;
    text-align: right;
    padding: 0px 20px;
}
.main_of_myaccount_loged_part .momylp_content .momylp_defult_c .momylp_products_d.edit_presinal_information .momylp_pdepi .p ul{
    float: right;
    width: 90%;
    margin-left: 10%;
    margin-top: 10px;
    direction: rtl;
    display: flex;
    align-items: center;
}
.main_of_myaccount_loged_part .momylp_content .momylp_defult_c .momylp_products_d.edit_presinal_information .momylp_pdepi .p ul input{
    float: right;
    width: 85%;
    height: 32px;
    border: solid 1px #a9a9a9;
    border-radius: 0px 4px 4px 0px;
    direction: rtl;
    padding: 0px 20px;
    font-size: 11px;
    color: #303030;
}
.main_of_myaccount_loged_part .momylp_content .momylp_defult_c .momylp_products_d.edit_presinal_information .momylp_pdepi .p ul select,
.main_of_myaccount_loged_part .momylp_content .momylp_defult_c .momylp_products_d.edit_presinal_information .momylp_pdepi .p ul i{
    height: 32px;
    width: 15%;
    border: solid 1px #a9a9a9;
    border-right: 0px;
    border-radius: 4px 0px 0px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.main_of_myaccount_loged_part .momylp_content .momylp_defult_c .momylp_products_d.edit_presinal_information .momylp_pdepi .main_momylp_pdepi_content_buttons{
    float: right;
    width: 100%;
    padding: 0px 6%;
    margin-top: 30px;
}
.main_of_myaccount_loged_part .momylp_content .momylp_defult_c .momylp_products_d.edit_presinal_information .momylp_pdepi .main_momylp_pdepi_content_buttons button{
    background: none;
    border: solid 1px #fc7900;
    color: #fc7900;
    padding: 10px 30px;
    border-radius: 100px;
    font-weight: 900;
    font-size: 10px;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
}
.main_of_myaccount_loged_part .momylp_content .momylp_defult_c .momylp_products_d.edit_presinal_information .momylp_pdepi .main_momylp_pdepi_content_buttons button i{
    display: none;
}
.main_of_myaccount_loged_part .momylp_content .momylp_defult_c .momylp_products_d.edit_presinal_information .momylp_pdepi .main_momylp_pdepi_content_buttons button.loading{
    font-size: 0px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: none !important;
    cursor: default !important;
}
.main_of_myaccount_loged_part .momylp_content .momylp_defult_c .momylp_products_d.edit_presinal_information .momylp_pdepi .main_momylp_pdepi_content_buttons button.loading i{
    display: block !important;
    color: #fc7900 !important;
    font-size: 15px !important;
    animation: spiner_animation_we 1s infinite;
}
.main_of_myaccount_loged_part .momylp_content .momylp_defult_c .momylp_products_d.edit_presinal_information .momylp_pdepi .main_momylp_pdepi_content_buttons button:hover{
    background: #fc7900;
    color: #ffffff;
}
span.error_massage_edite_personal_information,
span.error_massage_edite_personal_information_p2{
    float: right;
    width: 93%;
    background: #ff0000;
    direction: rtl;
    border-radius: 7px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 12px;
    margin: 10px 0px;
    margin-right: 1%;
}
span.error_massage_edite_personal_information i,
span.error_massage_edite_personal_information_p2 i{
    font-size: 16px;
    margin-left: 10px;
}
span.success_massage_edite_personal_information_p2{
    float: right;
    width: 93%;
    background: #00ff08;
    direction: rtl;
    border-radius: 7px;
    display: flex;
    align-items: center;
    color: #303030;
    font-size: 12px;
    margin: 10px 0px;
    margin-right: 1%;
}
span.success_massage_edite_personal_information_p2 i{
    font-size: 16px;
    margin-left: 10px;
}
#we_myacount_form_eadit_information_p2 input#mmpc_verify_code_we{
    float: right;
    width: 90%;
    height: 40px;
    border: solid 1px #a9a9a9;
    padding: 0px 20px;
    text-align: center;
    border-radius: 4px;
    font-size: 12px;
    color: #303030;
    letter-spacing: 20px;
    font-weight: 1000;
}
#we_myacount_form_eadit_information_p2 input#mmpc_verify_code_we{
    margin: 10px 5% !important;
}
#we_myacount_form_eadit_information_p2 .p_code{
    float: right;
    width: 93%;
    margin-right: 1%;
    margin-top: 30px;
    direction: rtl;
}
#we_myacount_form_eadit_information_p2 input#mmpc_verify_code_we::placeholder{
    letter-spacing: 0px;
    font-weight: 500;
}
/* messages */
.wishelegant_cover_message_main{
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background: #0000008a;
    z-index: 30000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wishelegant_cover_message_main .message_main_box_we{
    width: 50%;
    height: 90%;
    background: #ffffff;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    position: relative;
    flex-wrap: wrap;
}
.wishelegant_cover_message_main .message_main_box_we i.fa-solid.fa-circle-exclamation{
    margin-top: 50px;
    width: 100%;
    font-size: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff0000;
}
.wishelegant_cover_message_main .message_main_box_we i.fa-solid.fa-square-check{
    margin-top: 50px;
    width: 100%;
    font-size: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #01f000;
}
.wishelegant_cover_message_main .message_main_box_we p{
    width: 100%;
    text-align: center;
    padding: 30px;
    color: #303030;
    font-size: 13px;
    direction: rtl;
}
.wishelegant_cover_message_main .message_main_box_we .get_close_page{
    width: 100%;
    position: absolute;
    bottom: 20px;
    right: 0px;
    display: flex;
    justify-content: right;
    padding: 0px 30px;
}
.wishelegant_cover_message_main .message_main_box_we .get_close_page button{
    height: 35px;
    width: 100px;
    border-radius: 100px;
    border: solid 1px #fc7900;
    background: none;
    color: #fc7900;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
}
.wishelegant_cover_message_main .message_main_box_we .get_close_page button:hover{
    background: #fc7900;
    color: #ffffff;
}

/*article slider*/
.main_of_articles_slider_index_we{
    float: right;
    direction: ltr;
    width: 100%;
    padding: 20px;
}
.main_of_articles_slider_index_we h5{
    float: right;
    width: 100%;
    margin-top: 20px;
    padding: 0px 30px;
    padding-bottom: 20px;
    color: #303030;
    font-size: 20px;
}
.main_of_articles_slider_index_we .main_artic_we_background_silver{
    float: right;
    direction: ltr;
    width: 100%;
    background: #f5f5f7;
    padding: 20px;
}
.main_of_articles_slider_index_we .main_artic_we_background_silver div#main_article_we_slider_index{
    float: right;
    direction: ltr;
    position: relative;
}
.main_of_articles_slider_index_we .main_artic_we_background_silver div#main_article_we_slider_index .single_in_art_we{
    position: relative;
    background: #ffffff;
    height: 277px;
    border-radius: 7px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out 0.3s;
}
.main_of_articles_slider_index_we .main_artic_we_background_silver div#main_article_we_slider_index .single_in_art_we img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.main_of_articles_slider_index_we .main_artic_we_background_silver div#main_article_we_slider_index .single_in_art_we .in_art_we_text_cover{
    position: absolute;
    height: 100%;
    width: 100%;
    background: #0000007d;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    opacity: 1;
    visibility: visible;
    transition: all ease-in-out 0.3s;
}
.main_of_articles_slider_index_we .main_artic_we_background_silver div#main_article_we_slider_index .single_in_art_we .in_art_we_text_cover h6{
    float: right;
    width: 90%;
    color: #ffffff;
    font-size: 15px;
    text-align: center;
    line-height: 30px;
}
.main_of_articles_slider_index_we .main_artic_we_background_silver div#main_article_we_slider_index .single_in_art_we .in_art_we_text_cover span{
    color: #f5f5f7;
    font-size: 12px;
}
.main_of_articles_slider_index_we .main_artic_we_background_silver div#main_article_we_slider_index .single_in_art_we:hover{
    background: #ffffff;
}
.main_of_articles_slider_index_we .main_artic_we_background_silver div#main_article_we_slider_index .single_in_art_we:hover .in_art_we_text_cover{
    opacity: 0;
    visibility: hidden;
}
.main_of_articles_slider_index_we .main_artic_we_background_silver div#main_article_we_slider_index .owl-nav .owl-prev{
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(0px, -50%);
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 7px;
    color: #303030 !important;
}
.main_of_articles_slider_index_we .main_artic_we_background_silver div#main_article_we_slider_index .owl-nav .owl-prev:hover{
    color: #303030 !important;
}
.main_of_articles_slider_index_we .main_artic_we_background_silver div#main_article_we_slider_index .owl-nav .owl-next{
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(0px, -50%);
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 7px;
    color: #303030 !important;
}
.main_of_articles_slider_index_we .main_artic_we_background_silver div#main_article_we_slider_index .owl-nav .owl-next:hover{
    color: #303030 !important;
}





/* tiket edit page */
.main_of_tiket_edite_page_box{
    float: right;
    width: 100%;
    margin: 30px 0px;
    padding: 0px 35px;
}
.main_of_tiket_edite_page_box .motepb_title_main{
    float: right;
    width: 100%;
    margin-bottom: 20px;
}
.main_of_tiket_edite_page_box .motepb_title_main h1{
    float: right;
    width: 100%;
    color: #303030;
    font-size: 23px;
    font-weight: 800;
    border-bottom: solid 1px #f5f5f7;
    padding: 0px 20px;
    padding-bottom: 10px;
}
.main_of_tiket_edite_page_box .motepb_main_massage_tiket{
    float: right;
    width: 100%;
    margin: 20px 0px;
    padding: 0px 70px;
}
.main_of_tiket_edite_page_box .motepb_main_massage_tiket .full_width_motepb.user_mst{
    float: right;
    width: 90%;
    margin: 0px 5%;
}
.main_of_tiket_edite_page_box .motepb_main_massage_tiket .full_width_motepb{
    border-bottom: solid 1px #f5f5f7;
}
.main_of_tiket_edite_page_box .motepb_main_massage_tiket .full_width_motepb:last-child{
    border-bottom: none;
}
.main_of_tiket_edite_page_box .motepb_main_massage_tiket .full_width_motepb.user_mst p{
    float: right;
    width: auto;
    padding: 30px 20px;
    background: #edfaf8;
    border-radius: 17px;
    padding-right: 30px;
    font-size: 13px;
    color: #303030;
    direction: rtl;
    font-weight: 700;
}
.main_of_tiket_edite_page_box .motepb_main_massage_tiket .full_width_motepb.user_mst p span{
    float: right;
    width: 100%;
    margin-top: 20px;
    color: #7e7c7c;
    font-size: 10px;
}
.main_of_tiket_edite_page_box .motepb_main_massage_tiket .full_width_motepb.admin_mst{
    float: left;
    width: 90%;
    margin: 20px 5%;
    direction: ltr;
}
.main_of_tiket_edite_page_box .motepb_main_massage_tiket .full_width_motepb.admin_mst p{
    float: left;
    width: auto;
    padding: 30px 20px;
    background: #faedfa;
    border-radius: 17px;
    padding-left: 30px;
    font-size: 13px;
    color: #303030;
    direction: rtl;
    font-weight: 700;
}
.main_of_tiket_edite_page_box .motepb_main_massage_tiket .full_width_motepb.admin_mst p span{
    float: right;
    width: 100%;
    margin-top: 20px;
    color: #7e7c7c;
    font-size: 10px;
}
.main_of_tiket_edite_page_box .motepb_main_massage_tiket .full_width_motepb .medias{
    float: right;
    width: 100%;
    direction: rtl;
    margin: 10px 0px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}






.image_pop_up_cover{
    display: none;
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    height: 100%;
    width: 100%;
    background: #00000078;
    z-index: 99900;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    padding: 5%;
}
.image_pop_up_cover .image_div{
    width: 90%;
    height: 90%;
    justify-content: center;
    align-content: center;
    display: flex;
    flex-wrap: wrap;
}
.image_pop_up_cover .image_div .main_close{
    float: right;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: left;
    align-content: center;
}
.image_pop_up_cover .image_div .main_close i{
    float: left;
    width: 30px;
    height: 30px;
    font-size: 20px;
    color: #f00;
    border-radius: 100px;
    background: #fff;
    justify-content: center;
    display: flex;
    align-content: center;
    padding: 5px 0px;
    cursor: pointer;
    transition: all ease-in-out 0.2s;
}
.image_pop_up_cover .image_div .main_close i:hover{ 
    padding: 0px;
    font-size: 30px;
}
.image_pop_up_cover .image_div img{
    max-width: 100%;
    max-height: 100%;
    background: #fff;
}



/* product archives */
.main_of_we_shop_page{
    float: right;
    width: 100%;
    margin: 10px 0px;
}
.main_of_we_shop_page .main_of_baner{
    float: right;
    width: 100%;
    margin-bottom: 10px;
}
.main_of_we_shop_page .main_of_products_we{
    float: right;
    width: 100%;
    padding: 30px;
}
.main_of_we_shop_page .main_of_products_we .single_of_products{
    float: right;
    width: 29.3%;
    height: 500px;
    margin: 20px 2%;
    border: solid 1px #a9a9a9;
    border-radius: 17px;
    overflow: hidden;
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.main_of_we_shop_page .main_of_products_we .single_of_products .image{
    width: 300px;
    height: 300px;
    background: #f5f5f7;
    padding: 10px;
    border-radius: 17px;
}
.main_of_we_shop_page .main_of_products_we .single_of_products .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}
.main_of_we_shop_page .main_of_products_we .single_of_products .title{
    float: right;
    width: 100%;
    margin: 20px 0px;
    padding: 0px 20px;
    height: 50px;
}
.main_of_we_shop_page .main_of_products_we .single_of_products .title span{
    float: right;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #303030;
    font-size: 16px;
    font-weight: 500;
}
.main_of_we_shop_page .main_of_products_we .single_of_products .btnns{
    float: right;
    width: 100%;
    padding: 0px 30px;
    margin: 10px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    direction: ltr;
}
.main_of_we_shop_page .main_of_products_we .single_of_products .btnns a{
    float: right;
    height: 40px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    border: solid 1px #fc7900;
    background: #fc7900;
    color: #fff;
    font-size: 11px;
    margin: 0px 5px;
    transition: all ease-in-out 0.2s;
}
.main_of_we_shop_page .main_of_products_we .single_of_products .btnns button{
    float: right;
    width: 150px;
    height: 40px;
    border: solid 1px #fc7900;
    background: none;
    border-radius: 100px;
    margin: 0px 5px;
    font-size: 11px;
    color: #303030;
    cursor: pointer;
    transition: all ease-in-out 0.2s;
}
.main_of_we_shop_page .main_of_products_we .single_of_products .btnns a:hover{
    background: #fc8a1e;
}
.main_of_we_shop_page .main_of_products_we .single_of_products .btnns button i.fa-solid.fa-spinner{
    font-size: 0px;
}
.main_of_we_shop_page .main_of_products_we .single_of_products .btnns button:hover{
    background: #fc7900;
    color: #ffffff !important;
}
.main_of_we_shop_page .main_of_products_we .single_of_products .btnns button.loading{
    font-size: 0px !important;
    background: none !important;
    color: #fc7900 !important;
    cursor: no-drop;
}
.main_of_we_shop_page .main_of_products_we .single_of_products .btnns button.loading i.fa-solid.fa-spinner{
    font-size: 15px !important;
    width: 15px;
    height: 15px;
    animation: spiner_animation_we infinite 1s;
}
.main_of_we_shop_page .main_of_error_massages{
    float: right;
    width: 100%;
}
.main_of_we_shop_page .main_of_error_massages span{
    float: right;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 14px;
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    z-index: 1000000000;
    background: #dd0909;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 10px #000000;
    display: none;
}
.main_of_we_shop_page .main_of_error_massages span i{
    font-size: 20px;
    margin: 0px 20px;
}
.main_of_we_shop_page .pagination,
.bottom_part_mpoaapmb .pagination{
    float: right;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0px 20px 0px;
    padding: 0px 30px;
    direction: rtl;
}
.main_of_we_shop_page .pagination span.current,
.bottom_part_mpoaapmb .pagination span.current{
    padding: 7px 12px;
    background: #fc7900;
    border-radius: 10px;
    font-size: 15px;
    color: #ffffff;
    font-weight: 800;
    margin: 5px;
    height: 36px;
}
.main_of_we_shop_page .pagination a.page-numbers,
.bottom_part_mpoaapmb .pagination a.page-numbers{
    padding: 7px 12px;
    background: #ffffff;
    border-radius: 10px;
    font-size: 15px;
    color: #303030;
    font-weight: 800;
    margin: 5px;
    border: solid 1px #fc7900;
    height: 36px;
}
.main_of_we_shop_page .pagination a.next,
.main_of_we_shop_page .pagination a.prev,
.bottom_part_mpoaapmb .pagination a.next,
.bottom_part_mpoaapmb .pagination a.prev{
    padding: 7px 12px;
    background: #ffffff;
    border-radius: 10px;
    font-size: 13px;
    color: #303030;
    font-weight: 500;
    margin: 5px;
    border: solid 1px #fc7900;
    height: 36px;
}


/* teach link part */
.main_of_teach_link_part_index{
    float: right;
    width: 90%;
    margin: 20px 5%;
    padding: 50px 30px;
    border-top: solid 1px #f5f5f7;
    border-bottom: solid 1px #f5f5f7;
}
.main_of_teach_link_part_index .img_text{
    float: right;
    width: 100%;
    display: flex;
    direction: rtl;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.main_of_teach_link_part_index p.text{
    float: right;
    text-align: center;
    color: #303030;
    font-size: 27px;
    line-height: 49px;
}
.main_of_teach_link_part_index .images{
    float: right;
    display: flex;
    justify-content: center;
}
.main_of_teach_link_part_index .images img{
    max-width: 400px;
}
.main_of_teach_link_part_index p.link{
    float: right;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.main_of_teach_link_part_index p.link a{
    padding: 10px 20px;
    border: solid 1px #fc7900;
    border-radius: 100px;
    color: #303030;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease-in-out 0.2s;
}
.main_of_teach_link_part_index p.link a:hover{
    background: #fc7900;
    color: #ffffff;
}
.main_of_teach_link_part_index p.link a i{
    margin-right: 5px;
    color: #303030;
    transition: all ease-in-out 0.2s;
}
.main_of_teach_link_part_index p.link a:hover i{
    color: #ffffff;
}





/* comments */
.wishelegant_comments.wishelegant_pages_comments{
    float: right;
    width: 90%;
    padding: 50px 30px;
    direction: rtl;
    margin-top: 20px;
    border-top: solid 1px #f5f5f7;
    margin: 0px 5%;
}
.wishelegant_comments.wishelegant_pages_comments > div#comments{
    float: right;
    width: 100%;
    direction: rtl;
}
.wishelegant_comments.wishelegant_pages_comments > div#comments > .comments-header{
    float: right;
    width: 100%;
    margin-bottom: 30px;
}
.wishelegant_comments.wishelegant_pages_comments > div#comments > .comments-header > h2{
    float: right;
    width: 100%;
    direction: rtl;
    color: #303030;
    font-size: 18px;
}
.wishelegant_comments.wishelegant_pages_comments > div#comments div.comment.wishelegant-comment{
    float: right;
    width: 100%;
}
.wishelegant_comments.wishelegant_pages_comments > div#comments div.comment.wishelegant-comment > div{
    float: right;
    width: 100%;
    direction: rtl;
    margin: 10px 0px;
    border: solid 1px #ddd;
    padding: 10px;
    border-radius: 4px;
}
.wishelegant_comments.wishelegant_pages_comments > div#comments div.comment.wishelegant-comment > div div.comment.byuser{
    background: #f5f5f76e;
    padding: 20px;
    float: right;
    width: 100%;
    margin: 20px 0px;
    border-radius: 7px;
    border: solid 1px #e4e4e4;
}
.wishelegant_comments.wishelegant_pages_comments > div#comments div.comment.wishelegant-comment .comment-author.vcard{
    float: right;
    width: 100%;
    margin-bottom: 10px;
    direction: rtl;
    border-bottom: solid 1px #f5f5f7;
}
.wishelegant_comments.wishelegant_pages_comments > div#comments div.comment.wishelegant-comment .comment-author.vcard cite.fn{
    float: right;
    width: 100%;
    direction: rtl;
    margin: 10px 0px;
    padding: 0px 10px;
    color: #fc7900;
    font-size: 13px;
}
.wishelegant_comments.wishelegant_pages_comments > div#comments div.comment.wishelegant-comment .comment-author.vcard span.says{
    display: none;
}
.wishelegant_comments.wishelegant_pages_comments > div#comments div.comment.wishelegant-comment .comment-meta.commentmetadata{
    float: right;
    width: 100%;
    direction: rtl;
    margin: 5px 0px;
}
.wishelegant_comments.wishelegant_pages_comments > div#comments div.comment.wishelegant-comment .comment-meta.commentmetadata a{
    color: #a9a9a9;
    float: right;
    font-size: 11px;
}
.wishelegant_comments.wishelegant_pages_comments > div#comments div.comment.wishelegant-comment .comment-meta.commentmetadata a.comment-edit-link{
    color: #fc7900;
}
.wishelegant_comments.wishelegant_pages_comments > div#comments div.comment.wishelegant-comment > p{
    float: right;
    width: 100%;
    margin: 20px 0px;
    direction: rtl;
    color: #303030;
    font-size: 15px;
}
.wishelegant_comments.wishelegant_pages_comments > div#comments div.comment.wishelegant-comment .reply{
    float: left;
    width: 100%;
}
.wishelegant_comments.wishelegant_pages_comments > div#comments div.comment.wishelegant-comment .reply a{
    padding: 7px 20px;
    float: left;
    border: solid 1px #fc7900;
    border-radius: 100px;
    font-size: 11px;
    color: #303030;
}



.wishelegant_comments.wishelegant_pages_comments div#respond{
    float: right;
    width: 90%;
    margin: 30px 5%;
}
.wishelegant_comments.wishelegant_pages_comments div#respond h2#reply-title{
    float: right;
    width: 100%;
    color: #303030;
    font-size: 15px;
    margin-bottom: 10px;
}
.wishelegant_comments.wishelegant_pages_comments div#respond > form{
    float: right;
    width: 100%;
}
.wishelegant_comments.wishelegant_pages_comments div#respond > form p.logged-in-as{
    float: right;
    width: 100%;
    margin-bottom: 10px;
    color: #a9a9a9;
    font-size: 12px;
}
.wishelegant_comments.wishelegant_pages_comments div#respond > form p.comment-notes{
    float: right;
    width: 100%;
    margin-bottom: 20px;
    color: #a9a9a9;
    font-size: 13px;
}
.wishelegant_comments.wishelegant_pages_comments div#respond > form p.comment-form-comment{
    float: right;
    width: 100%;
    padding: 0px 2%;
}
.wishelegant_comments.wishelegant_pages_comments div#respond > form p.comment-form-comment label{
    float: right;
    width: 100%;
    margin-bottom: 10px;
    direction: rtl;
    color: #303030;
    font-size: 13px;
    font-weight: bold;
}
.wishelegant_comments.wishelegant_pages_comments div#respond > form p.comment-form-comment textarea#comment{
    float: right;
    width: 1031px;
    min-width: 100%;
    max-width: 100%;
    height: 221px;
    direction: rtl;
    padding: 20px;
    color: rgb(48, 48, 48);
    font-size: 12px;
    border: 1px solid rgb(169, 169, 169);
    border-radius: 5px;
}
.wishelegant_comments.wishelegant_pages_comments div#respond > form p.comment-form-author{
    float: right;
    width: 46%;
    margin: 10px 2%;
}
.wishelegant_comments.wishelegant_pages_comments div#respond > form p.comment-form-author label{
    float: right;
    width: 100%;
    margin-bottom: 10px;
    direction: rtl;
    color: #303030;
    font-size: 13px;
}
.wishelegant_comments.wishelegant_pages_comments div#respond > form p.comment-form-author input#author{
    float: right;
    width: 100%;
    height: 35px;
    border: solid 1px #a9a9a9;
    border-radius: 5px;
    direction: rtl;
    color: #303030;
    font-size: 13px;
    padding: 0px 20px;
}
.wishelegant_comments.wishelegant_pages_comments div#respond > form p.comment-form-email{
    float: right;
    width: 46%;
    margin: 10px 2%;
}
.wishelegant_comments.wishelegant_pages_comments div#respond > form p.comment-form-email label{
    float: right;
    width: 100%;
    margin-bottom: 10px;
    direction: rtl;
    color: #303030;
    font-size: 13px;
}
.wishelegant_comments.wishelegant_pages_comments div#respond > form p.comment-form-email input#email{
    float: right;
    width: 100%;
    height: 35px;
    border: solid 1px #a9a9a9;
    border-radius: 5px;
    direction: rtl;
    color: #303030;
    font-size: 13px;
    padding: 0px 20px;
}
.wishelegant_comments.wishelegant_pages_comments div#respond > form p.comment-form-url{
    float: right;
    width: 100%;
    margin: 10px 0px;
    padding: 0px 2%;
    display: none;
}
.wishelegant_comments.wishelegant_pages_comments div#respond > form p.comment-form-url label{
    float: right;
    width: 100%;
    margin-bottom: 10px;
    direction: rtl;
    color: #303030;
    font-size: 13px;
}
.wishelegant_comments.wishelegant_pages_comments div#respond > form p.comment-form-url input#url{
    float: right;
    width: 100%;
    height: 35px;
    border: solid 1px #a9a9a9;
    border-radius: 5px;
    direction: rtl;
    color: #303030;
    font-size: 13px;
    padding: 0px 20px;
}
.wishelegant_comments.wishelegant_pages_comments div#respond p.comment-form-cookies-consent{
    float: right;
    width: 100%;
    direction: rtl;
    padding: 0px 2%;
    margin: 10px 0px;
    display: flex;
    align-items: center;
    color: #707070;
    font-size: 12px;
}
.wishelegant_comments.wishelegant_pages_comments div#respond p.comment-form-cookies-consent label{
    direction: rtl;
    padding: 0px 10px;
}
.wishelegant_comments.wishelegant_pages_comments div#respond > form p.form-submit{
    float: right;
    width: 100%;
    margin: 20px 0px;
    padding: 0px 2%;
}
.wishelegant_comments.wishelegant_pages_comments div#respond > form p.form-submit input#submit{
    float: left;
    padding: 7px 20px;
    color: #303030;
    background: none;
    border: solid 1px #fc7900;
    border-radius: 1000px;
    font-size: 12px;
    cursor: pointer;
    transition: all ease-in-out 0.2s;
}
.wishelegant_comments.wishelegant_pages_comments div#respond > form p.form-submit input#submit:hover{
    color: #ffffff;
    background: #fc7900;
}

/* .wishelegant_comments.wishelegant_pages_comments > div#comments div.comment.wishelegant-comment .comment-details{
    float: right;
    width: 100%;
    direction: rtl;
}
.wishelegant_comments.wishelegant_pages_comments > div#comments div.comment.wishelegant-comment .comment-details .comment-author{
    float: right;
    width: 100%;
    direction: rtl;
    color: #fc7900;
    font-size: 13px;
}
.wishelegant_comments.wishelegant_pages_comments > div#comments div.comment.wishelegant-comment .comment-details .comment-meta{
    color: #a9a9a9;
    float: right;
    width: 100%;
    direction: rtl;
    font-size: 11px;
    margin: 5px 0px;
}
.wishelegant_comments.wishelegant_pages_comments > div#comments div.comment.wishelegant-comment .comment-details .comment-text{
    float: right;
    width: 100%;
    margin: 20px 0px;
    direction: rtl;
    color: #303030;
    font-size: 15px;
} */
/* .wishelegant_comments.wishelegant_pages_comments > div#comments .comments-inner.section-inner.thin.max-percentage div.comment.wishelegant-comment .comment-details
.wishelegant_comments.wishelegant_pages_comments > div#comments .comments-inner.section-inner.thin.max-percentage div.comment.wishelegant-comment .comment-details
.wishelegant_comments.wishelegant_pages_comments > div#comments
.wishelegant_comments.wishelegant_pages_comments > div#comments
.wishelegant_comments.wishelegant_pages_comments > div#comments
.wishelegant_comments.wishelegant_pages_comments > div#comments
.wishelegant_comments.wishelegant_pages_comments > div#comments
.wishelegant_comments.wishelegant_pages_comments
.wishelegant_comments.wishelegant_pages_comments
.wishelegant_comments.wishelegant_pages_comments
.wishelegant_comments.wishelegant_pages_comments
.wishelegant_comments.wishelegant_pages_comments
.wishelegant_comments.wishelegant_pages_comments
.wishelegant_comments.wishelegant_pages_comments
.wishelegant_comments.wishelegant_pages_comments
.wishelegant_comments.wishelegant_pages_comments */




/* responsive */
@media screen and (max-width: 1400px){
    .index_p_main_part7 .ipmp7_right h4{
        font-size: 30px !important;
    }
}
@media screen and (max-width: 1290px){
    .index_p_main_part7 .ipmp7_right p{
        width: 84% !important;
    }
    .main_of_we_shop_page .main_of_products_we .single_of_products{
        width: 31.3% !important;
        margin: 20px 1% !important;
    }
}
@media screen and (max-width: 1120px){
    .index_p_main_part7{
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
    }
    .index_p_main_part7 .ipmp7_right,
    .index_p_main_part7 .ipmp7_left{
        width: 95% !important;
        margin: 0px 2.5% !important;
    }
    .index_p_main_part7 .ipmp7_center{
        bottom: 132px !important;
        top: auto !important;
        right: 100px !important;
        transform: translate(0px , 0px) !important;
    }
    .index_p_main_part7 .ipmp7_left p{
        padding: 0px 75px !important;
        font-size: 88px !important;
        line-height: 173px !important;
    }
    .index_p_main_part7 .ipmp7_right p,
    .index_p_main_part7 .ipmp7_right .ipmp7_right_main_images,
    .index_p_main_part7 .ipmp7_right h4{
        width: 100% !important;
    }
    .get_nchu1_main .g-nchu1_m_sing{
        height: auto !important;
        padding-bottom: 20px !important;
    }
    .fop_cmospcb_sing_up_content .main_of_content_sing_up_page{
        width: 90% !important;
        left: 5% !important;
    }
    .main_we_check_out .right_content_mwco,
    .main_we_check_out .left_side_mwco{
        width: 90% !important;
        margin: 10px 5% !important;
    }
    .main_we_check_out .left_side_mwco .we_main_of_select_payment_gateway ul li label{
        display: flex !important;
        align-content: center !important;
    }
    .main_we_check_out .left_side_mwco .we_main_of_select_payment_gateway ul li img{
        width: 46px !important;
        margin: 0px !important;
    }
    .wishelegant_cover_message_main .message_main_box_we{
        width: 70% !important;
    }
    .nwe_mag_top_part_main .nwe_mtpm_left,
    .nwe_mag_top_part_main .nwe_mtpm_right{
        width: 96% !important;
        margin: 20px 2% !important;
    }
    .nwe_main_articles_post a{
        width: 46% !important;
        margin: 20px 2% !important;
    }
    
}
@media screen and (max-width: 1050px){
    .get_main_inp_part1 .clip-path{
        background-size: contain !important;
        background-repeat: no-repeat !important;
    }
    .get_main_inp_part1{
        height: 690px !important;
    }
    .main_we_search_box form p button{
        right: 74% !important;
        width: 6% !important;
    }
    .we_cart_content .wcc_right,
    .we_cart_content .wcc_left{
        width: 90% !important;
        margin: 0px 5% !important;
    }
    .main_of_myaccount_loged_part .momylp_side{
        display: none !important;
    }
    .main_of_myaccount_loged_part .momylp_content{
        width: 100% !important;
    }
    .main_of_myaccount_loged_part .main_myaccount_respansive_site{
        display: block !important;
    }
    .main_of_myaccount_loged_part .main_myaccount_respansive_site{
        float: right;
        width: 100%;
        margin-bottom: 30px;
        direction: ltr;
        padding: 0px 20px;
    }
    .main_of_myaccount_loged_part .main_myaccount_respansive_site > .fa-solid.fa-bars{
        color: #303030;
        font-size: 22px;
        cursor: pointer;
        transition: all ease-in-out 0.5s;
    }
    .main_of_myaccount_loged_part .main_myaccount_respansive_site .menus_mmrs{
        position: fixed;
        right: 0px;
        top: 0px;
        bottom: 0px;
        height: 100%;
        background: #f5f5f7;
        width: 300px;
        z-index: 2500;
        padding: 20px;
        box-shadow: 0px 0px 10px 0px #a9a9a9;
        display: none;
    }
    .main_of_myaccount_loged_part .main_myaccount_respansive_site .menus_mmrs > .fa-regular.fa-circle-xmark{
        float: left;
        direction: ltr;
        color: #f00;
        font-size: 20px;
        cursor: pointer;
    }
    .main_of_myaccount_loged_part .main_myaccount_respansive_site .menus_mmrs .avatar_momylp_we{
        float: right;
        width: 100%;
        padding: 5px;
        margin-top: 20px;
    }
    .main_of_myaccount_loged_part .main_myaccount_respansive_site .menus_mmrs .avatar_momylp_we img{
        width: 40%;
        margin: 0px 30%;
    }
    .main_of_myaccount_loged_part .main_myaccount_respansive_site .menus_mmrs .avatar_momylp_we .name{
        float: right;
        width: 100%;
        text-align: center;
        margin-top: 20px;
        color: #303030;
        font-size: 13px;
        margin-bottom: 30px;
    }
    .main_of_myaccount_loged_part .main_myaccount_respansive_site .menus_mmrs > ul{
        float: right;
        width: 100%;
        direction: rtl;
    }
    .main_of_myaccount_loged_part .main_myaccount_respansive_site .menus_mmrs > ul > li{
        list-style: none;
        padding: 10px 10px;
        width: 100%;
        float: right;
        margin: 5px 0px;
        background: #fff;
        display: flex;
        align-content: center;
        direction: rtl;
        border-radius: 7px;
        justify-content: space-between;
        cursor: pointer;
        border: solid 1px #ffffff;
        transition: all ease-in-out 0.3s;
    }
    .main_of_myaccount_loged_part .main_myaccount_respansive_site .menus_mmrs > ul > li.active{
        border-color: #fc7900;
        padding: 15px 10px;
    }
    .main_of_myaccount_loged_part .main_myaccount_respansive_site .menus_mmrs > ul > li:hover{
        border-color: #fc7900
    }
    .main_of_myaccount_loged_part .main_myaccount_respansive_site .menus_mmrs > ul > li > span{
        float: right;
        color: #303030;
        font-size: 12px;
        margin-left: 10px;
    }
    .main_of_myaccount_loged_part .main_myaccount_respansive_site .menus_mmrs > ul > li > i{
        color: #fc7900;
        font-size: 13px;
    }
    .main_of_myaccount_loged_part .main_myaccount_respansive_site .menus_mmrs > ul > a{
        float: right;
        width: 50%;
        margin-top: 10px;
        padding: 10px;
        background: #fc7900;
        border-radius: 7px;
        transition: all ease-in-out 0.3s;
    }
    .main_of_myaccount_loged_part .main_myaccount_respansive_site .menus_mmrs > ul > a:hover{
        background: #ffffff;
    }
    .main_of_myaccount_loged_part .main_myaccount_respansive_site .menus_mmrs > ul > a > li{
        list-style: none;
        display: flex;
        align-content: center;
        justify-content: center;
        color: #fff;
        font-size: 12px;
        transition: all ease-in-out 0.3s;
    }
    .main_of_myaccount_loged_part .main_myaccount_respansive_site .menus_mmrs > ul > a:hover > li{
        color: #fc7900;
    }
    .main_of_myaccount_loged_part .main_myaccount_respansive_site .menus_mmrs > ul > a > li > i{
        float: right;
        display: flex;
        align-content: center;
        margin-left: 10px;
        padding-top: 2px;
        font-size: 15px;
    }
}
@media screen and (max-width: 980px){
    .get_main_inp_part1{
        height: 647px !important;
    }
    .main_of_we_shop_page .main_of_products_we .single_of_products{
        width: 46% !important;
        margin: 20px 2% !important;
    }
}
@media screen and (max-width: 950px){
    .get_p2_main_box_we,
    .get_p2_main_box_we .z_gpmbw{
        align-items: baseline !important;
    }
    .get_p2_main_box_we .z_gpmbw img,
    .get_p2_main_box_we .z_gpmbw .z_gpmbw_texts_main_box{
        width: 100% !important;
    }
    .get_p2_main_box_we .z_gpmbw .price_we{
        margin-top: 0px !important;
    }
    .we_cart_content .wcc_right .wcc_prod_single{
        height: 250px !important;
    }
    .we_cart_content .wcc_right .wcc_prod_single img{
        float: right !important;
        height: 50% !important;
    }
    .we_cart_content .wcc_right .wcc_prod_single .wcc_ps_name_and_buns{
        height: 50% !important;
        width: auto;
    }
    .we_cart_content .wcc_right .wcc_prod_single .wcc_ps_price{
        width: 100% !important;
        margin-top: 39px !important;
        padding: 0px 30px !important;
        border-top: solid 1px #f5f5f7 !important;
        padding-top: 30px !important;
    }
    .main_of_myaccount_loged_part .momylp_content .momylp_defult_c .momylp_products_d .momylppd_main_prod .single_momylppd_prod{
        width: 46% !important;
    }
    .main_part_of_articles_archive_page_main_box .bottom_part_mpoaapmb .sbp_mpoaapmb{
        width: 46% !important;
        margin: 10px 2% !important;
    }
    .main_part_of_articles_archive_page_main_box .top_part_mpoaapmb .tpmpoaapmb_right_part{
        width: 100% !important;
    }
    .main_part_of_articles_archive_page_main_box .top_part_mpoaapmb .tpmpoaapmb_right_part .s_tpmpoaapmb_right_part{
        width: 48% !important;
        margin: 10px 1% !important;
    }
    .main_part_of_articles_archive_page_main_box .top_part_mpoaapmb .tpmpoaapmb_left_part{
        width: 98% !important;
        margin: 20px 1% !important;
    }
    .tikets_show_main_pde .tikets_s_m_pde_single{
        height: auto !important;
    }
    .tikets_show_main_pde .tikets_s_m_pde_single .tsmps_right p{
        height: auto !important;
        flex-wrap: wrap !important;
        padding: 0px 10px !important;
    }
    .tikets_show_main_pde .tikets_s_m_pde_single .tsmps_right p span.added_date, 
    .tikets_show_main_pde .tikets_s_m_pde_single .tsmps_right p span.update_date, 
    .tikets_show_main_pde .tikets_s_m_pde_single .tsmps_right p span.statuse{
        width: 100% !important;
        margin: 10px 0px !important;
    }
    .tikets_show_main_pde .tikets_s_m_pde_single .tsmps_right p span.dote{
        width: 90% !important;
        height: 1px !important;
        background: #f5f5f7 !important;
        margin: 0px 5% !important;
    }
}
@media screen and (max-width: 930px){
    footer.main_we_footer .center_org_footer_we_part p.about_our_we_text{
        width: 90% !important;
        margin: 20px 5% !important;
        padding: 0px !important;
    }
    .fop_cmospcb_sing_up_content{
        position: static !important;
        top: auto !important;
        right: auto !important;
        height: auto !important;
    }
    .fop_cmospcb_sing_up_content .main_of_content_sing_up_page{
        float: right !important;
        height: auto !important;
    }
    .fop_cmospcb_sing_up_content .main_of_content_sing_up_page .mocsup_left{
        width: 100% !important;
        margin-top: 0px !important;
    }
    .fop_cmospcb_sing_up_content .main_of_content_sing_up_page .mocsup_right{
        width: 100% !important;
        transform: none !important;
        margin-top: 30px !important;
    }
}
@media screen and (max-width: 890px){
    .get_main_inp_part1{
        height: 588px !important;
    }
    .imdex_p_main_part6_ldf{
        flex-wrap: wrap !important;
    }
    .wishelegant_cover_message_main .message_main_box_we{
        width: 90% !important;
    }
}
@media screen and (max-width: 830px){
    .index_p_main_part7 .ipmp7_center{
        bottom: auto !important;
        top: 50% !important;
        right: 5% !important;
        transform: translate(0px , -27%) !important;
        height: 200px !important;
        width: 90% !important;
    }
    .index_p_main_part7 .ipmp7_center .ipmp7_c_first_png_main{
        float: right !important;
        width: 20% !important;
        padding: 0px !important;
        padding-top: 20px !important;
    }
    .index_p_main_part7 .ipmp7_center .ipmp7_c_first_png_main img{
        float: right !important;
        width: 100% !important;
    }
    .index_p_main_part7 .ipmp7_center p.ipmp7_p_text_1{
        width: 50% !important;
        padding: 0px 10px !important;
        padding-right: 30px !important;
    }
    .index_p_main_part7 .ipmp7_center p.ipmp7_p_text_2{
        width: 50% !important;
        padding-right: 30px !important;
    }
    .index_p_main_part7 .ipmp7_center p.ipmp7_select_theme_main{
        float: left !important;
        width: 30% !important;
        top: 0px !important;
        position: absolute !important;
        left: 0px !important;
    }
    .index_p_main_part7 .ipmp7_center .ipmp7_c_secend_image_main{
        float: left !important;
        width: 30% !important;
        display: flex !important;
        align-content: center !important;
        justify-content: center !important;
        bottom: 0px !important;
        position: absolute !important;
        left: 0px !important;
        padding: 20px !important;
    }
    .index_p_main_part7 .ipmp7_center img{
        float: right !important;
        width: 60% !important;
    }
    .index_p_main_part7 .ipmp7_left p{
        bottom: 188px !important;
        position: absolute !important;
        margin: 0px !important;
        height: auto !important;
        width: 88% !important;
        padding: 0px !important;
    }
    .we_cart_content .wcc_right .wcc_prod_single{
        height: auto !important;
    }
    .we_cart_content .wcc_right .wcc_prod_single img{
        height: auto !important;
        width: 30% !important;
    }
    .we_cart_content .wcc_right .wcc_prod_single .wcc_ps_name_and_buns{
        width: 60% !important;
        height: auto !important;
        margin: 10px 5% !important;
        padding-right: 20px !important;
        border-right: solid 1px #f5f5f7 !important;
        margin-bottom: 0px !important;
    }
    .we_cart_content .wcc_right .wcc_prod_single .wcc_ps_price{
        width: 60% !important;
        height: auto !important;
        margin: 10px 5% !important;
        padding: 0px !important;
        border-top: none !important;
        padding-right: 20px !important;
        border-right: solid 1px #f5f5f7 !important;
        margin-top: 0px !important;
        padding-top: 30px !important;
    }
    
    
    .main_of_myaccount_loged_part .momylp_content .momylp_defult_c .momylp_products_d .momylppd_main_prod .single_momylppd_prod{
        width: 46% !important;
    }
}
@media screen and (max-width: 790px){
    .get_main_inp_part1{
        height: 522px !important;
    }
    .main_cover_form_question_opl_fryu .background_fqof form .fryu_right_part_filds_main_box,
    .main_cover_form_question_opl_fryu .background_fqof form .questions_data_fryu_main_box{
        width: 100% !important;
    }
    .main_of_myaccount_loged_part .momylp_content .momylp_defult_c .momylp_products_d .momylppd_main_prod .single_momylppd_prod{
        width: 96% !important;
    }
    .main_of_we_shop_page .main_of_products_we .single_of_products{
        width: 48% !important;
        margin: 20px 1% !important;
    }
}
@media screen and (max-width: 730px){
    .index_p_main_part7 .ipmp7_center{
        position: relative !important;
        top: auto !important;
        bottom: auto !important;
        left: auto !important;
        right: auto !important;
        transform: translate(0px , 0px) !important;
        border-radius: 0px !important;
        box-shadow: none !important;
        border-right: solid 1px #f4f4f5 !important;
        border-left: solid 1px #f5f5f7 !important;
        height: auto !important;
        width: 95% !important;
        display: flex !important;
        flex-wrap: wrap !important;
        direction: rtl !important;
    }
    .index_p_main_part7 .ipmp7_center .ipmp7_c_first_png_main{
        width: 30% !important;
    }
    .index_p_main_part7 .ipmp7_center p.ipmp7_p_text_1,
    .index_p_main_part7 .ipmp7_center p.ipmp7_p_text_2{
        width: 70% !important;
    }
    .index_p_main_part7 .ipmp7_center p.ipmp7_select_theme_main{
        position: relative !important;
        top: auto !important;
        right: auto;
        bottom: auto;
        left: auto !important;
        float: right !important;
        width: 50% !important;
    }
    .index_p_main_part7 .ipmp7_center .ipmp7_c_secend_image_main{
        float: right !important;
        width: 50% !important;
        position: relative !important;
        top: auto !important;
        right: auto !important;
        left: auto !important;
        bottom: auto !important;
    }
    .index_p_main_part7 .ipmp7_right, .index_p_main_part7 .ipmp7_left{
        height: auto !important;
    }
    .index_p_main_part7 .ipmp7_left p{
        position: relative !important;
        top: auto !important;
        right: auto !important;
        left: auto !important;
        bottom: auto !important;
        width: 100% !important;
        height: 100% !important;
        display: flex !important;
        align-content: center !important;
        justify-content: center !important;
    }
    .index_p_main_part7 .ipmp7_right .ipmp7_right_main_images img{
        height: 126px !important;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    .index_p_main_part7 .ipmp7_right .ipmp7_right_main_images{
        height: auto !important;
    }
}
@media screen and (max-width: 690px){
    .get_main_inp_part1{
        height: 457px !important;
    }
    .main_we_search_box form p button{
        right: 71% !important;
        width: 9% !important;
    }
    .main_we_search_box .close_mwsb{
        padding: 0px 50px !important;
    }
}
@media screen and (max-width: 650px){
    .main_we_check_out .right_content_mwco .p{
        width: 90% !important;
        margin: 14px 5% !important;
    }
    .we_copen_main_fild{
        width: 90% !important;
        margin: 0px 5% !important;
        margin-top: 50px !important;
        padding: 30px 10px !important;
    }
    .main_we_check_out .left_side_mwco .we_main_of_select_payment_gateway ul li{
        min-width: 140px !important;
    }
    .main_we_check_out .left_side_mwco ul{
        display: flex !important;
        justify-content: center !important;
        flex-wrap: wrap !important;
    }
    .we_copen_main_fild input[type="text"]{
        width: 90% !important;
        border: solid 1px #a9a9a9 !important;
        border-radius: 7px !important;
    }
    .we_copen_main_fild button{
        width: 50% !important;
        border-radius: 100px !important;
        margin: 20px 25% !important;
        margin-bottom: 0px !important;
    }
    .main_we_check_out .right_content_mwco{
        padding-top: 30px !important;
    }
    .main_of_we_shop_page .main_of_products_we .single_of_products{
        width: 70% !important;
        margin: 20px 15% !important;
    }
}
@media screen and (max-width: 750px){
    .get_p2_main_box_we{
        justify-content: center !important;
        flex-wrap: wrap !important;
    }
    .get_p2_main_box_we .z_gpmbw{
        width: 48% !important;
        margin-top: 20px !important;
        border: solid 1px #f5f5f7 !important;
        padding: 10px !important;
    }
    .get_p2_main_box_we .z_gpmbw .z_gpmbw_texts_main_box > span{
        padding-right: 20px !important;
    }
    .det_p4_delvin_max_main_box .main_3_dp4dmmb .m3d_right{
        width: 50% !important;
        margin: 0px 25% !important;
        margin-bottom: 20px !important;
    }
    .det_p4_delvin_max_main_box .main_3_dp4dmmb .m3d_left{
        width: 100% !important;
        padding: 10px !important;
    }
    .det_p4_delvin_max_main_box .main_3_dp4dmmb .m3d_left .m3d_l_2{
        padding-left: 0px !important;
    }
    .get_nchu1_main{
        display: flex !important;
        justify-content: center !important;
        flex-wrap: wrap !important;
    }
    .get_nchu1_main .g-nchu1_m_sing{
        width: 48% !important;
        min-height: 659px !important;
        height: auto !important;
        margin: 0px 1% !important;
        margin-top: 20px !important;
    }
    
    
    
    
    
    .nwe_main_articles_post a{
        width: 60% !important;
        margin: 20px 20% !important;
    }
}
@media screen and (max-width: 700px){
    .main_part_of_articles_archive_page_main_box .bottom_part_mpoaapmb .sbp_mpoaapmb{
        width: 96% !important;
    }
    .by_form_select_product_cover .main_bfspc{
        justify-content: center !important;
        flex-wrap: wrap !important;
        padding-top: 50px !important;
    }
    .by_form_select_product_cover .main_bfspc .bfspc_delvin_main_box{
        width: 46% !important;
        margin: 10px 2% !important;
    }
}
@media screen and (max-width: 600px){
    .main_of_myaccount_loged_part{
        padding: 0px 15px !important;
    }
    .main_of_tiket_edite_page_box .motepb_main_massage_tiket{
        padding: 0px !important;
    }
    
    
    
    
    .nwe_main_articles_post a {
        width: 80% !important;
        margin: 20px 10% !important;
    }
}
@media screen and (max-width: 590px){
    .get_main_inp_part1{
        height: 391px !important;
    }
    .main_we_search_box .close_mwsb{
        margin-top: 28px !important;
        padding: 0px 31px !important;
    }
    .main_part_of_articles_archive_page_main_box .top_part_mpoaapmb .tpmpoaapmb_right_part .s_tpmpoaapmb_right_part{
        width: 98% !important;
    }
    
    
    .main_of_myaccount_loged_part .momylp_content .momylp_defult_c .momylp_products_d.presinal_information .momylp_ppi p{
        flex-wrap: wrap !important;
    }
    .main_of_myaccount_loged_part .momylp_content .momylp_defult_c .momylp_products_d.presinal_information .momylp_ppi p span.value{
        white-space: wrap !important;
        width: 100% !important;
        margin: 10px 0px !important;
    }
    
    
    .main_of_myaccount_loged_part .momylp_content .momylp_defult_c .momylp_products_d.edit_presinal_information .momylp_pdepi .p{
        width: 98% !important;
    }
    .main_of_myaccount_loged_part .momylp_content .momylp_defult_c .momylp_products_d.edit_presinal_information .momylp_pdepi .p > input,
    .main_of_myaccount_loged_part .momylp_content .momylp_defult_c .momylp_products_d.edit_presinal_information .momylp_pdepi .p ul,
    .main_of_myaccount_loged_part .momylp_content .momylp_defult_c .momylp_products_d.edit_presinal_information .momylp_pdepi .p > select{
        width: 100% !important;
        margin-left: 0px !important;
    }
    .tikets_show_main_pde .tikets_s_m_pde_single .tsmps_right{
        width: 100% !important;
    }
    .tikets_show_main_pde .tikets_s_m_pde_single .tsmps_left{
        width: 50% !important;
        margin: 10px 25% !important;
    }







    .wishelegant_comments.wishelegant_pages_comments{
        padding: 50px 0px !important;
    }
    .wishelegant_comments.wishelegant_pages_comments div#respond{
        width: 100% !important;
        margin: 30px 0% !important;
    }
}
@media screen and (max-width: 550px){
    header.main_we_header .mwh_logo_part{
        height: 45px !important;
    }
    header.main_we_header .mwh_menus_part{
        display: none !important;
    }
    header.main_we_header{
        flex-wrap: wrap !important;
        height: 65px !important;
    }
    .we_shcu_bars_main ul{
        justify-content: center !important;
        flex-wrap: wrap !important;
    }
    .we_shcu_bars_main ul li:nth-last-child(1),
    .we_shcu_bars_main ul li:nth-last-child(2){
        display: none !important;
    }
    .mwh_menus_part_responsive{
        display: block !important;
    }
    .mwh_menus_part_responsive{
        float: right;
        padding: 0px 10px;
        direction: rtl;
    }
    .mwh_menus_part_responsive > i{
        font-size: 20px;
        color: #fff;
        cursor: pointer;
        transition: all ease-in-out 0.5s;
    }
    .mwh_menus_part_responsive > ul{
        position: fixed;
        top: 0px;
        left: 0px;
        bottom: 0px;
        height: 100%;
        width: 300px;
        background: #f5f5f7;
        z-index: 20000;
        padding-top: 20px;
        display: none;
        overflow: auto;
    }
    .mwh_menus_part_responsive > ul > .close_responsive_menus{
        float: right;
        width: 100%;
        padding: 16px 20px;
        padding-top: 0px;
    }
    .mwh_menus_part_responsive > ul > .close_responsive_menus i{
        font-size: 20px;
        color: #f00;
        cursor: pointer;
    }
    .mwh_menus_part_responsive > ul > li{
        float: left;
        width: 100%;
    }
    .mwh_menus_part_responsive > ul > li > a{
        float: right;
        width: 90%;
        padding: 10px;
        margin: 10px 5%;
        background: #fff;
        border-radius: 4px;
        color: #303030;
        font-size: 12px;
        direction: rtl;
        text-align: right;
        display: flex;
        align-content: center;
        position: relative;
    }
    .mwh_menus_part_responsive > ul > li > a > i{
        margin-left: 10px;
        color: #fc7900;
        font-size: 13px;
    }
    .mwh_menus_part_responsive > ul > li > a > .fa-solid.fa-chevron-left{
        position: absolute;
        left: 3px;
        display: flex;
        font-size: 16px;
        transition: all ease-in-out 0.5s;
    }
    .mwh_menus_part_responsive > ul > li > ul{
        float: right;
        width: 80%;
        background: #fff;
        border-radius: 4px;
        margin-left: 15%;
        margin-right: 5%;
        display: none;
    }
    .mwh_menus_part_responsive > ul > li > ul > li{
        list-style: none;
        float: right;
        width: 100%;
        padding: 10px;
    }
    .mwh_menus_part_responsive > ul > li > ul > li > a{
        float: right;
        width: 100%;
        padding: 10px;
        border-radius: 4px;
        border: solid 2px #f5f5f7;
        direction: rtl;
        text-align: right;
        color: #fc7900;
        font-size: 13px;
    }
    .mwh_menus_part_responsive > ul > li > ul > li > ul{
        float: right;
        width: 90%;
        margin: 10px 5%;
        background: #f5f5f7;
        border-radius: 4px;
        margin-bottom: 20px;
        padding: 10px;
    }
    .mwh_menus_part_responsive > ul > li > ul > li > ul > li{
        list-style: none;
        float: right;
        width: 100%;
    }
    .mwh_menus_part_responsive > ul > li > ul > li > ul > li > a{
        margin: 10px 0px;
        float: right;
        padding: 10px;
        width: 100%;
        background: #fff;
        border-radius: 4px;
        direction: rtl;
        text-align: right;
        color: #303030;
        font-size: 11px;
    }
    .get_nchu1_main .g-nchu1_m_sing{
        width: 98% !important;
        height: auto !important;
        min-height: auto !important;
        padding-bottom: 30px !important;
    }
    .get_p2_main_box_we .z_gpmbw{
        width: 98% !important;
    }
    .imdex_p_main_part6_ldf img{
        width: 200px !important;
    }
    .det_p4_delvin_max_main_box .main_3_dp4dmmb .m3d_right{
        width: 90% !important;
        margin: 0px 5% !important;
    }
    .det_p4_delvin_max_main_box .main_3_dp4dmmb .m3d_left .m3d_l_1{
        flex-wrap: wrap !important;
    }
    .det_p4_delvin_max_main_box .main_3_dp4dmmb .m3d_left .m3d_l_1 span{
        width: 100% !important;
        margin-bottom: 20px !important;
    }
    footer.main_we_footer .center_org_footer_we_part .we_sosial_media_main_box_footer{
        width: 90% !important;
        margin: 20px 5% !important;
        border-top: solid 1px #fff !important;
        border-bottom: solid 1px #fff !important;
        padding: 20px !important;
    }
    .main_cover_form_question_opl_fryu .background_fqof form{
        width: 80% !important;
    }
    .fop_cmospcb_sing_up_content .main_of_content_sing_up_page .mocsup_right .p_mocsup_fild_main_box{
        width: 100% !important;
        margin: 0px 0% !important;
        margin-bottom: 25px !important;
    }
    .fop_cmospcb_sing_up_content .main_of_content_sing_up_page .mocsup_left{
        margin-top: 30px !important;
        transform: none !important;
    }
    .we_cart_content .wcc_right .wcc_prod_single img{
        width: 47% !important;
    }
    .we_cart_content .wcc_right .wcc_prod_single .wcc_ps_name_and_buns{
        width: 100% !important;
        border: none !important;
        border-top: solid 1px #fafafd !important;
        margin: 30px 0% !important;
        padding: 20px 0px !important;
        border-bottom: solid 1px #fafafd !important;
    }
    .we_cart_content .wcc_right .wcc_prod_single .wcc_ps_price{
        width: 100% !important;
        border: none !important;
        margin: 10px 0px !important;
        padding-top: 0px !important;
    }
}
@media screen and (max-width: 500px){
    .index_p_main_part7 .ipmp7_right, .index_p_main_part7 .ipmp7_left{
        height: auto !important;
        padding: 50px 0px !important;
    }
    .index_p_main_part7 .ipmp7_left p{
        font-size: 50px !important;
    }
    .main_of_myaccount_loged_part .momylp_content .momylp_defult_c .momylp_products_d .momylppd_main_prod .single_momylppd_prod{
        width: 96% !important;
        max-width: 1000px !important;
    }
    
    
    
    
    .main_of_myaccount_loged_part .momylp_content .momylp_defult_c .momylpdc{
        flex-wrap: wrap !important;
    }
    .main_of_myaccount_loged_part .momylp_content .momylp_defult_c .momylpdc a{
        width: 100% !important;
        margin: 10px 0px !important;
    }
    
    
    
    
    .nwe_mag_top_part_main .nwe_mtpm_left,
    .nwe_mag_top_part_main .nwe_mtpm_right{
        height: auto !important;
    }
}
@media screen and (max-width: 490px){
    .get_main_inp_part1{
        height: 324px !important;
    }
    .imdex_p_main_part6_ldf{
        margin: 30px 0px !important;
    }
    .imdex_p_main_part6_ldf img{
        width: 100px !important;
    }
    .main_we_search_box .search_result_top_show_main_box span.we_main_no_item_search{
        font-size: 17px;
    }
    .main_of_we_shop_page .main_of_products_we .single_of_products{
        width: 90% !important;
        margin: 20px 5% !important;
    }
}
@media screen and (max-width: 450px){
    .by_form_select_product_cover .main_bfspc .bfspc_delvin_main_box {
        width: 96% !important;
        margin: 10px 2% !important;
        border: solid 1px #f5f5f7 !important;
        padding: 20px !important;
    }
    
    
    
    .main_of_myaccount_loged_part .momylp_content .momylp_defult_c .momylp_products_d .momylppd_main_prod .single_momylppd_prod{
        flex-wrap: wrap !important;
        height: auto !important;
    }
    .main_of_myaccount_loged_part .momylp_content .momylp_defult_c .momylp_products_d .momylppd_main_prod .single_momylppd_prod .smomylppdp_right{
        width: 100% !important;
        margin-top: 15px !important;
    }
    
    
    .nwe_main_articles_post a {
        width: 96% !important;
        margin: 20px 2% !important;
    }
}
@media screen and (max-width: 445px){
    .main_we_search_box form p button{
        right: 68% !important;
        width: 12% !important;
    }
    .we_copen_main_fild > label{
        padding: 0px 20px !important;
    }
    .we_copen_main_fild button{
        width: 70% !important;
        margin: 20px 10% !important;
        margin-bottom: 0px !important;
    }
    .nwe_main_mag_order{
        flex-wrap: wrap !important;
    }
    .nwe_main_mag_order span.main_mag_order_label{
        width: 100% !important;
        margin-bottom: 10px !important;
    }
}
@media screen and (max-width: 390px){
    .get_main_inp_part1{
        height: 266px !important;
    }
    footer.main_we_footer .center_org_footer_we_part p.about_our_we_text{
        width: 95% !important;
        margin: 20px 2.5% !important;
        padding: 0px !important;
    }
    .main_cover_form_question_opl_fryu .background_fqof form{
        width: 90% !important;
        height: 95% !important;
    }
    .tikets_show_main_pde .tikets_s_m_pde_single .tsmps_left{
        width: 90% !important;
        margin: 10px 5% !important;
    }
    .main_of_we_shop_page .main_of_products_we .single_of_products{
        width: 100% !important;
        margin: 20px 0% !important;
    }
    .nwe_main_articles_post a .single_main_art_post{
        height: 450px !important;
    }
    
    
    
    .nwe_main_articles_post a .single_main_art_post:hover .logo{
        right: 80% !important;
        transform: rotate(0deg) !important;
    }
}
@media screen and (max-width: 350px){
    .nwe_main_articles_post a .single_main_art_post {
        min-height: 520px !important;
        height: auto !important;
    }
    .nwe_main_articles_post a {
        width: 100% !important;
        margin: 20px 0% !important;
    }
    .nwe_main_articles_post{
        padding: 30px 10px !important;
    }
}
@media screen and (max-width: 300px){
    .get_main_inp_part1{
        height: 240px !important;
    }
    .nwe_main_articles_post a .single_main_art_post {
        height: auto !important;
    }
    .nwe_main_articles_post a .single_main_art_post .logo{
        display: none !important;
    }
}