body,html,*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    direction: ltr;
    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;
    }
}
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;
}
.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;
}
@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.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%;
}
/* part1 */
.delvin_reqular_main_part1{
    width: 95%;
    float: right;
    margin: 30px 2.5%;
    position: relative;
    height: auto;
    background: #000000;
    overflow: hidden;
    border-radius: 7px;
}
.delvin_reqular_main_part1 img{
    float: right;
    width: 100%;
    height: auto;
    opacity: 0.5;
}
.delvin_reqular_main_part1 .delvin_regular_top_part_dft{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    padding: 30px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.delvin_reqular_main_part1 .delvin_regular_top_part_dft h1{
    float: right;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 48px;
    font-weight: 500;
}
.delvin_reqular_main_part1 .delvin_regular_top_part_dft span{
    float: right;
    width: 100%;
    text-align: center;
    color: #f5f5f7;
    font-size: 13px;
    font-weight: 300;
}
.delvin_reqular_main_part1 .delvin_regular_center_texts_div{
    position: absolute;
    top: 70%;
    right: 0%;
}
.delvin_reqular_main_part1 .delvin_regular_center_texts_div h3{
    float: right;
    width: 100%;
    text-align: right;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    padding: 20px 30px;
}
.delvin_reqular_main_part1 .delvin_regular_center_texts_div span{
    float: right;
    width: 100%;
    text-align: right;
    font-size: 12px;
    color: #f5f5f7;
    padding-right: 30px;
}
.delvin_reqular_main_part1 .delvin_regular_center_texts_div button{
    float: right;
    margin-top: 30px;
    margin-right: 30px;
    color: #ffffff;
    background: #fc7900;
    padding: 7px 20px;
    border-radius: 100px;
    font-size: 10px;
    border: none;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 123px;
}
.delvin_reqular_main_part1 .delvin_regular_center_texts_div button:hover{
    background: #ff9839;
}
.delvin_reqular_main_part1 .delvin_regular_center_texts_div button i{
    font-size: 0px;
}
.delvin_reqular_main_part1 .delvin_regular_center_texts_div button.loading{
    font-size: 0px;
}
.delvin_reqular_main_part1 .delvin_regular_center_texts_div button.loading i{
    font-size: 14px;
    animation: spiner_animation_we infinite 1s;
}
.delvin_reqular_main_part1 .delvin_regular_center_texts_div button.success{
    direction: ltr;
}
.delvin_reqular_main_part1 .delvin_regular_center_texts_div button.success i{
    font-size: 13px;
    margin-right: 10px;
}
.delvin_reqular_main_part1 span.error_massage_we_delvin{
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: #ffffff;
    min-width: 200px;
    direction: rtl;
    text-align: center;
    padding: 10px 20px;
    border-radius: 7px;
    box-shadow: 0px 0px 10px 2px #fc7900;
    color: #303030;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.delvin_reqular_main_part1 span.error_massage_we_delvin i{
    font-size: 15px;
    margin-left: 10px;
    color: #fc7900;
}
/* part2 */
.delvin_regular_main_part2{
    float: right;
    width: 100%;
    margin: 50px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.delvin_regular_main_part2 p{
    width: 50%;
    text-align: right;
    color: #303030;
    font-size: 13px;
    line-height: 32px;
    font-weight: 300;
    direction: rtl;
}
/* part3 */
.delvin_regular_main_part3{
    float: right;
    width: 100%;
    margin: 30px 0px;
    padding: 0px 60px;
}
.delvin_regular_main_part3 span.border{
    float: right;
    width: 40%;
    margin: 0px 30%;
    height: 1px;
    margin-bottom: 50px;
    background: #f5f5f7;
}
.delvin_regular_main_part3 ul{
    float: right;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.delvin_regular_main_part3 ul li{
    float: left;
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.delvin_regular_main_part3 ul li i{
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    border: solid 1px #fc7900;
    border-radius: 5px;
    color: #303030;
    font-size: 21px;
}
.delvin_regular_main_part3 ul li span{
    float: left;
    width: 200px;
    color: #303030;
    font-size: 11px;
    line-height: 23px;
    font-weight: 700;
}
/* part4 */
.delvin_regular_main_part4{
    float: right;
    width: 100%;
    margin: 50px 0px;
    height: 35px;
    background: #f5f5f7;
    direction: rtl;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.delvin_regular_main_part4 span.error_massage_we_delvin{
    position: absolute;
    right: 20px;
    border: solid 1px #fc7900;
    height: 70%;
    padding: 0px 30px;
    direction: rtl;
    align-items: center;
    justify-content: center;
    color: #303030;
    font-size: 12px;
    border-radius: 100px;
    display: none;
}
.delvin_regular_main_part4 span.error_massage_we_delvin i{
    float: right;
    font-size: 14px;
    color: #fc7900;
    margin-left: 10px;
}
.delvin_regular_main_part4 button.we_add_to_cart{
    float: right;
    height: 70%;
    border: none;
    background: #fc7900;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 10px;
    border-radius: 100px;
    color: #fff;
    font-size: 10px;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
    direction: rtl;
    min-width: 122px;
}
.delvin_regular_main_part4 button.we_add_to_cart.success{
    direction: ltr;
}
.delvin_regular_main_part4 button.we_add_to_cart.success i{
    margin-right: 5px;
}
.delvin_regular_main_part4 button.we_add_to_cart.loading{
    font-size: 0px;
}
.delvin_regular_main_part4 button.we_add_to_cart i.fa-solid.fa-bag-shopping{
    font-size: 12px;
    margin-right: 9px;
}
.delvin_regular_main_part4 button.we_add_to_cart.loading i.fa-solid.fa-bag-shopping{
    margin: 0px;
    font-size: 0px;
}
.delvin_regular_main_part4 button.we_add_to_cart:hover{
    background: #fe9838;
}
.delvin_regular_main_part4 button.we_add_to_cart i.fa-solid.fa-spinner{
    font-size: 0px;
}
.delvin_regular_main_part4 button.we_add_to_cart.loading i.fa-solid.fa-spinner{
    font-size: 14px;
    animation: spiner_animation_we infinite 1s;
}
.delvin_regular_main_part4 .timer_tnb{
    float: right;
    margin-right: 20px;
    display: flex;
    align-items: center;
    direction: rtl;
}
.delvin_regular_main_part4 .timer_tnb span.trc{
    direction: rtl;
    margin-left: 10px;
    color: #303030;
    font-size: 11px;
}
.delvin_regular_main_part4 .timer_tnb .main_timer_thj_plk{
    display: flex;
    align-items: center;
    float: right;
    height: 30px;
    direction: rtl;
}
.delvin_regular_main_part4 .timer_tnb .main_timer_thj_plk span{
    padding: 0px 5px;
    border: solid 1px #fc7900;
    font-size: 13px;
    height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 5px;
    border-radius: 4px;
}
/* part5 */
.delvin_regular_main_part5{
    float: right;
    width: 100%;
    direction: rtl;
    padding: 0px 30px;
}
.delvin_regular_main_part5 h3{
    float: right;
    width: 100%;
    font-size: 30px;
    text-align: right;
    line-height: 48px;
    color: #303030;
    font-weight: 700;
    margin-left: 0px;
}
.delvin_regular_main_part5 ul{
    float: right;
    width: 50%;
    direction: rtl;
    margin-top: 40px;
    padding: 0px 30px;
}
.delvin_regular_main_part5 ul li{
    direction: rtl;
    list-style: none;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.delvin_regular_main_part5 ul li i{
    width: 40px;
    height: 40px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #fc7900;
    color: #303030;
    font-size: 19px;
    margin-left: 10px;
}
.delvin_regular_main_part5 ul li span{
    color: #303030;
    font-size: 12px;
}
/* part6 */
.delvin_regular_main_part6{
    float: right;
    width: 100%;
    margin: 50px 0px;
    direction: rtl;
    padding: 0px 30px;
}
.delvin_regular_main_part6 .drmp6_add_to_cart_part{
    float: right;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    direction: rtl;
    flex-wrap: wrap;
}
.delvin_regular_main_part6 .drmp6_add_to_cart_part span.error_massage_we_delvin{
    float: right;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #303030;
    font-size: 13px;
    font-weight: 700;
    direction: rtl;
}
.delvin_regular_main_part6 .drmp6_add_to_cart_part span.error_massage_we_delvin i{
    font-size: 15px;
    color: #fc7900;
    margin-left: 10px;
}
.delvin_regular_main_part6 .drmp6_add_to_cart_part span.main_border{
    float: right;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.delvin_regular_main_part6 .drmp6_add_to_cart_part span.main_border span{
    width: 270px;
    height: 1px;
    background: #fc7900;
}
.delvin_regular_main_part6 .drmp6_add_to_cart_part .price_and_add_to_cart{
    display: flex;
    align-items: center;
    direction: rtl;
}
.delvin_regular_main_part6 .drmp6_add_to_cart_part .price_and_add_to_cart .d_price{
    display: flex;
    align-items: center;
    direction: rtl;
    margin-left: 30px;
}
.delvin_regular_main_part6 .drmp6_add_to_cart_part .price_and_add_to_cart .d_price p.price{
    float: right;
    width: 67px;
    margin-left: 10px;
}
.delvin_regular_main_part6 .drmp6_add_to_cart_part .price_and_add_to_cart .d_price p.price del{
    float: right;
    width: 100%;
    direction: rtl;
    text-align: right;
    color: #fc7900;
    font-size: 10px;
}
.delvin_regular_main_part6 .drmp6_add_to_cart_part .price_and_add_to_cart .d_price p.price ins{
    float: right;
    width: 100%;
    direction: rtl;
    margin-top: 5px;
    text-decoration: none;
    color: #303030;
    font-size: 14px;
    font-weight: 700;
}
.delvin_regular_main_part6 .drmp6_add_to_cart_part .price_and_add_to_cart .d_price span.price_unit{
    font-size: 12px;
    font-weight: 700;
    color: #303030;
}
.delvin_regular_main_part6 .drmp6_add_to_cart_part .price_and_add_to_cart button.we_add_to_cart{
    border: solid 1px #fc7900;
    background: none;
    padding: 10px 15px;
    border-radius: 100px;
    color: #303030;
    font-size: 10px;
    direction: rtl;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    min-width: 125px;
    transition: all ease-in-out 0.3s;
}
.delvin_regular_main_part6 .drmp6_add_to_cart_part .price_and_add_to_cart button.we_add_to_cart:hover{
    background: #fc7900;
    color: #ffffff;
}
.delvin_regular_main_part6 .drmp6_add_to_cart_part .price_and_add_to_cart button.we_add_to_cart.loading{
    font-size: 0px;
}
.delvin_regular_main_part6 .drmp6_add_to_cart_part .price_and_add_to_cart button.we_add_to_cart i{
    font-size: 0px;
}
.delvin_regular_main_part6 .drmp6_add_to_cart_part .price_and_add_to_cart button.we_add_to_cart.loading i{
    font-size: 14px;
    animation: spiner_animation_we infinite 1s;
}
.delvin_regular_main_part6 .drmp6_add_to_cart_part .price_and_add_to_cart button.we_add_to_cart.success{
    direction: ltr;
}
.delvin_regular_main_part6 .drmp6_add_to_cart_part .price_and_add_to_cart button.we_add_to_cart.success i{
    margin-right: 5px;
    font-size: 12px;
}
.delvin_regular_main_part6 .drmp6_question_part{
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.delvin_regular_main_part6 .drmp6_question_part button{
    width: 35px;
    height: 35px;
    background: none;
    border: solid 1px #fc7900;
    margin-right: 10px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    color: #303030;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
}
.delvin_regular_main_part6 .drmp6_question_part button:hover{
    background: #fc7900;
    color: #ffffff;
}
.delvin_regular_main_part6 .drmp6_question_part p{
    float: left;
    width: 77px;
}
.delvin_regular_main_part6 .drmp6_question_part p .title{
    float: left;
    width: 100%;
    direction: rtl;
    color: #303030;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
}
.delvin_regular_main_part6 .drmp6_question_part p .val{
    float: left;
    font-size: 11px;
    margin-top: 5px;
}
/* part7 */
.delvin_regular_main_part7{
    float: right;
    width: 100%;
    margin: 50px 0px;
    padding: 0px 30px;
    direction: rtl;
}
.delvin_regular_main_part7 .drmp7_header_main{
    float: right;
    width: 100%;
    direction: rtl;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.delvin_regular_main_part7 .drmp7_header_main i{
    font-size: 43px;
    color: #c20303;
    margin-left: 20px;
}
.delvin_regular_main_part7 .drmp7_header_main h5{
    font-size: 30px;
    color: #303030;
    text-align: right;
    direction: rtl;
}
.delvin_regular_main_part7 p{
    float: right;
    width: 70%;
    margin: 0px 15%;
    color: #303030;
    font-size: 13px;
    line-height: 28px;
    direction: rtl;
}
/* question part */
.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;
}
/* demos links */
.get_main_of_demos_links{
    float: right;
    width: 100%;
    margin: 20px 0px;
    padding: 0px 40px;
}
.get_main_of_demos_links .get_btnss_demos_links_pjk{
    float: right;
    width: 100%;
    direction: rtl;
    padding: 20px 30px;
    border-top: solid 1px #f5f5f7;
    display: flex;
    align-items: center;
    justify-content: center;
}
.get_main_of_demos_links .title_of_get_btnss_demos_links_pjk{
    float: right;
    width: 100%;
    display: flex;
    direction: rtl;
    align-items: center;
    justify-content: right;
    margin-bottom: 10px;
}
.get_main_of_demos_links .title_of_get_btnss_demos_links_pjk h6{
    color: #303030;
    font-size: 25px;
    margin: 0px 20px;
}
.get_main_of_demos_links .title_of_get_btnss_demos_links_pjk img{
    width: 45px;
}
.get_main_of_demos_links .get_btnss_demos_links_pjk a{
    color: #303030;
    font-size: 13px;
    padding: 7px 40px;
    border: solid 1px #fc7900;
    border-radius: 100px;
    margin: 10px;
    transition: all ease-in-out 0.3s;
}
.get_main_of_demos_links .get_btnss_demos_links_pjk a:hover{
    background: #fc7900;
    color: #ffffff;
}
/* screen shots */
.main_delvin_max_screen_shots{
    float: right;
    width: 100%;
    padding: 50px 30px;
    border-top: solid 1px #f5f5f7;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.main_delvin_max_screen_shots img{
    width: 46%;
    height: auto;
    border: solid 1px #dcdcdc;
    margin: 0px 2%;
    padding: 10px;
    border-radius: 7px;
}
/*links*/
.delvin_documentation_link_main{
    float: right;
    width: 90%;
    padding: 30px 40px;
    direction: rtl;
    border-top: solid 1px #f5f5f7;
    margin: 10px 5%;
}
.delvin_documentation_link_main a{
    float: right;
    padding: 10px 20px;
    color: #ffffff;
    background: #fc7900;
    border-radius: 7px;
    font-size: 12px;
    margin: 10px;
}
/* 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;
}
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;
}
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;
}
/* rsponsive */
@media screen and (max-width: 1150px){
    .delvin_regular_main_part4 span.error_massage_we_delvin{
        position: relative !important;
        transition: none !important;
        top: auto !important;
        right: auto !important;
        left: auto !important;
        bottom: auto !important;
        margin-left: 10px !important;
    }
}
@media screen and (max-width: 1050px){
    .main_cover_form_question_opl_fryu .background_fqof form{
        width: 80% !important;
    }
}
@media screen and (max-width: 850px){
    .delvin_regular_main_part4{
        height: auto !important;
        padding: 10px 30px !important;
        flex-wrap: wrap !important;
    }
    .delvin_regular_main_part4 > *{
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    .delvin_regular_main_part4 span.error_massage_we_delvin{
        padding: 5px 30px !important;
    }
    .delvin_regular_main_part4 button.we_add_to_cart{
        padding: 5px 10px !important;
    }
    .main_cover_form_question_opl_fryu .background_fqof form{
        width: 90% !important;
    }
}
@media screen and (max-width: 950px){
    .delvin_regular_main_part2 p{
        width: 70% !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;
    }
}
@media screen and (max-width: 600px){
    .delvin_reqular_main_part1 .delvin_regular_center_texts_div{
        top: 50% !important;
    }
}
@media screen and (max-width: 650px){
    .delvin_regular_main_part2 p{
        width: 80% !important;
    }
    .delvin_regular_main_part5 ul{
        width: 100% !important;
        margin-top: 0px !important;
    }
    .delvin_regular_main_part5 h3{
        margin-bottom: 50px !important;
    }
}
@media screen and (max-width: 550px){
    header.delvin-max-main-header {
        height: 130px !important;
        position: relative !important;
        display: block !important;
        padding: 0px !important;
    }
    header.delvin-max-main-header .main_dmmh_right_part {
        position: absolute !important;
        top: 70px !important;
        width: 100% !important;
        height: 40px !important;
        margin: 10px 0px !important;
        right: 0px !important;
    }
    header.delvin-max-main-header .main_dmmh_right_part ul {
        justify-content: center !important;
        width: 100% !important;
        height: 100% !important;
        align-content: center !important;
    }
    header.delvin-max-main-header .main_dmmh_left_part {
        position: absolute !important;
        width: 90% !important;
        margin: 10px 5% !important;
        display: flex !important;
        align-content: center !important;
        justify-content: center !important;
        right: 0px !important;
        top: 0px !important;
        height: 60px !important;
        padding: 10px 0px !important;
        border-bottom: solid 1px #f5f5f7 !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_delvin_max_screen_shots img{
        width: 96% !important;
        margin: 10px 2px !important;
    }
}
@media screen and (max-width: 450px){
    .delvin_regular_main_part5 h3{
        font-size: 20px !important;
    }
    .delvin_regular_main_part7 .drmp7_header_main h5{
        font-size: 20px !important;
    }
    .delvin_regular_main_part7 p{
        width: 100% !important;
        margin: 0px !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;
    }
}
@media screen and (max-width: 350px){
    .delvin_regular_main_part3{
        padding: 0px 10px !important;
    }
    .delvin_reqular_main_part1 .delvin_regular_center_texts_div {
        top: 40% !important;
    }
}