body{

    font-family: iranyekan;
    direction: rtl;

    background-color: #eeeeee;
}

a{
    text-decoration: none;
}
header-mainmenu{

    position: relative;
}

.header-mainmenu   ul {

    display: flex;


}


.header-mainmenu > ul > li > a{

    color: #444 !important;
    padding: 10px;
    display: inline-block;
    transition:  all 0.3s;
    border-radius: 20px;
    margin-top: 24px;
    margin-right: 26px;

}

.header-mainmenu > ul > li > a:hover{

    background: #ff4646;
    color: #fff !important;
}

.header-megamenu > ul > li:after{

    content: "";
    height:50px;
    display:none;

}


.header-megamenu >ul:hover >li::after{

    display:block;

}
.header-mainmenu  > ul   >li  >ul{

    width: 100%;
    background: #fff  no-repeat left bottom;
    min-height: 300px;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    top: 130px;
    border-radius: 20px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    right: 0;
    padding: 10px;
    z-index: 999;
}

.header-mainmenu  ul li:hover ul{

    visibility: visible;
    opacity: 1;
    top:313px

}
.btg{
    background-color: #D5ECFF;
}

.bt img{
    width: 100%;
}
.header-mainmenu  > ul > li > ul  > li{

    width: 15%;
    font-size: 15px;
    font-weight: 500;
    border-left: 1px solid #eee;


}

.header-mainmenu  ul li  ul li a{

    color: #444 !important;
    padding: 20px;
    display: inline-block;


}

.header-mainmenu  ul  li  ul  li ul{

    font-weight: normal;
    padding-right: 20px;
    flex-direction: column;


}
.header-mainmenu  ul  li  ul  li ul li {


    width: 110%;


}

.header-mainmenu .small-menu{
    background: #fff;
    width: 20%;
    flex-direction: column;
    min-height: 200px;
    right: auto;
    font-weight: normal;


}

.header-mainmenu .small-menu li{


    width: 100%;
    border: none;


}

.header-parent{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.username a {
 background: url(images/bg.png) no-repeat center center, linear-gradient(to right, #111669, #14173d);
    padding: 15px;
    color: #FFFFFF;
    border-radius: 10px;
}



.header-cart{

    margin-left: 1rem;
    background-color: #40739e;
    border-radius: 5px;
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    position: relative;
    margin-top: -21px;
    display: inline-block;
}

.header-cart  i{

    color: #fff;
    font-size: 25px;
    display: flex;
    margin-top: -8px;

}

.header-cart  span{

    font-size: 13px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 50px;
    background-color: #ec406a;
    position: absolute;
    color: #fff;
    top: 20px;
    right: 8px;
}
.button-link{
    display: flex;
    justify-content: center;
    align-items: center;
}
.button-link img{
    width: 40px;
    height: 40px;
    vertical-align: middle;
    border-radius: 50%;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.1);
    box-shadow: 0 3px 6px rgba(0,0,0,.1);
    margin-left: 5px;
    margin-top: 20px;
}
.button-link  i{
    margin-top: 17px;
    margin-right: 10px;

}

.username{

    margin-top: 17px;
    margin-right: 10px;
}
.page-title{

    width: 100%;
    padding: 40px 0 50px 0;
    text-align: right;
    color: #fff;
}

.page-title  p{
    font-size: 26px;
    padding-bottom: 22px;
}

.inner-content{

    height: auto;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    text-align: right;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 25px;
    margin-top: 20px;
}

.post-title{

    font-size: 25px;
    color: #535454;
    font-weight: 600;
    border-bottom: 2px solid #e7e7e7;
    padding-bottom: 20px;
}

.data-meta{
    margin-top: 20px;
    color: #8f8f8f;
    font-size: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: bolder;
}

.data-meta  span{
    margin-left: 1rem;
}

.post_thumbnail_image{
    margin-top: 30px;
    margin-bottom: 48px;
    display: block;
    text-align: center;
}

.post_thumbnail_image img{
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 10px;
}

.entry_content{
    line-height: 3;
    color: #3e3e3e;

}

.entry_content  h2{

    font-size: 23px;
    line-height: 2;
    color: #404040;
    font-weight: 600;
}

.share_btn  a{

    color: #7b868a;
    margin: 0 5px
}
.help-download{
    background: #f8f9fa;
    border-radius: 8px;
    padding: 10px 20px;
    color: #000000;
    line-height: 20pt;
    margin-bottom: 20px;
    border: 1px dashed #281f1f;
    font-size: 14px;
}
.box-holder{
    position: relative;
}
.box-holder span{


    background-color: #3498db;
    border-radius: 8px;
    color: #fff;
    font-size: 12pt;
    padding: 10px 20px;
    cursor: pointer;
    line-height: 2;
    display: flex;
    justify-content: flex-start;
    align-items: center;


}

.box-holder  span i{
  position: absolute;
    left: 20px;

}

.button-download{

    display: flex;
    justify-content: space-around;

}

.pass{

    background: #535b61;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    border: 2px solid #535b61;
    flex-basis: 50%;
    line-height: 2;
    margin: 20px 0 0 10px;
}

.link_report {

    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    border: 2px solid  #e74c3c;
    flex-basis: 50%;
    line-height: 2;
    margin: 20px 10px 0 0;
    transition: all .5s ease;
    color:  #e74c3c;
}
.link_report:hover {

   background-color: #e74c3c;
    color: #fff;
}
.box_content{

    box-shadow: 0 0 8px -1px #d4d4d4;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 0 0 8px 8px;
    display: none;

}

.box_content a{

    display: block;
    border-bottom: 1px solid #dedede;
    color: #2e2e2e;
    margin: 5px;
    padding: 4px 5px;
    font-size: 15px;
    font-weight: 400;
    line-height: 2;

}

.box_content a:hover{

    color: #27ae60;


}

.link_report_content{
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    background-color: #f7f6f6;
    border: 1px solid #f5f5f5;
    margin-top: 10px;
    font-size: 13px;
    line-height: 2;
    display: none;
}

.author-box{

    display: flex;
    align-items: center;

}

.author-box  img{

    width: 104px;
    height: 104px;
    border-radius: 50%;
    border: 3px solid #e5e5e5;

}

.content-author{
    padding-right: 20px;
}

.content-author  h5{
    font-size: 18px;
    margin-bottom: 15px;
    color: #353534;
}

.content-author p{
    font-size: 15px;
    line-height: 2;
    color: #4a4a45;
}

.social-network{

    display: flex;
    justify-content: space-around;
    margin-bottom: 25px;
}

.social-network  img{

    transition: all .5s ease;
    box-shadow: 0 0 16px -6px #d3d3d3;
    border-radius: 8px;
    margin-right: 8px;
}

.social-network img:hover {
    transform: translateY(-5px);
}

.title_reviews{
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
}

.title_reviews h3{
    display: inline-block;
    color: #2a2929;
    position: relative;
    font-size: 18px;
    margin-right: 10px;
}

.title_reviews h3:after{

    content: '';
    height: 2px;
    width: 100%;
    display: block;
    background-color:#e74c3c;
    position: absolute;
    top: 50px;
}

.related_post{

    border-radius: 8px;
    overflow: hidden;
    margin: 15px 5px;
    transition: all .3s ease;
    border: 1px solid #eeeeee;

}
.post_thumbnail{
    position: relative;
}
.post_thumbnail img{

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

    padding: 5px 15px;
}

.entry_title{

    margin-top: 12px;
    height: 55px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -.5px;
    line-height: 21px;
    overflow: hidden;
    color: #464749;
    width: 90%;

}

.post_excerpt{

    font-size: 12px;
    height: 45px;
    line-height: 18px;
    color: #898989;

}

.onsale_price{

    position: absolute;
    width: 54px;
    height: 55px;
    background: url(images/discont_badge.png);
    z-index: 5;
    color: #fff;
    font-size: 11px;
    font-weight: 300;
    line-height: 22px;
    left: -1px;
    top: -1px;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
}

.onsale_price span{

    display: block;
    color: #fff;
    font-size: 17px;
    margin-top: 15px;

}
.play_video{
    position: absolute;
    top: 15px;
    right: 15px;
    text-align: center;
}

.play_video .play_btn{


    background-color: rgba(0, 0, 0, .37);
    width: 40px;
    height: 40px;
    border: 0;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.play_video .play_btn:hover{

    background-color: #FFFFFF;
    color: #000000;
}

.post_content{
    padding: 5px 15px;
}

.entry_title{

    margin-top: 12px;
    height: 55px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -.5px;
    line-height: 21px;
    overflow: hidden;
}

.entry_title a{
    color: #464749;
}

.course_content_bottom{
    border-top: 1px solid #e5e5e5;
    padding: 15px 0;
    font-size: .9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.course_student{
    color: #6c757d;
    display: flex;
    align-items: center;

}

.course_student span{
    margin-right: 8px;
}

.amount  del{
    color: #555;
}

.amount ins{
    background-color: #27ae60;
    padding:5px 10px;
    color: #FFFFFF;
    text-decoration: none;
}

.related_post:hover .onsale_price{
    transform: rotate(2deg);
}

.main-footer{
    background: #fff url("images/footer-bg-new-1.png") no-repeat bottom center;
    min-height: 400px;
    background-size: 100% 200px;
    margin-top: 20px;


}

.footer-widget-title{

    font-weight: 500;
    display: inline-block;
    padding: 20px;
    font-size: 18px;
}

.footer-widget  ul li i{

    font-size: 20px;
    color: #e74c3c;
}

.footer-widget  ul li span{

    font-weight: 300;
    font-size: 11px;
    color: #555;
    margin-right: 10px;
    font-weight: bold;
}

.footer-widget  ul li{

    margin-bottom: 20px;
}

.news_letter_txt{

    color: #555;
    font-weight: 300;
    text-align: justify;
}

.footer_news_letter_form form{
    display: flex;
    border-radius: 10px;
    overflow: hidden;


}


.footer_news_letter_form  form  input{
    border: none;
    width: 90%;
    background-color: #eeeeee;
    padding: 10px 20px;

}

.footer_news_letter_form  form  button{

    border: none;
    width: 15%;
    background-color: #e74c3c;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;

}

.namad{

    display: flex;
}

.copy-right  p{

    margin-top: 130px;
    font-weight: 300;
    color: #555;
    font-size: 15px;
}

.side-widget{

    background-color: #fff;
    min-height: 400px;
    border-radius: 10px;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;

}

.side-widget-title{

    display: block;
    text-align: center;
    border-bottom: 1px solid #a19b9b;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.side-widget  ul li{
    margin-bottom: 10px;
}
.side-widget  ul li a{

    display: flex;
    justify-content: flex-start;
}
.side-widget-img img{
    width: 70px;
}
.side-widget-txt{
    color: #555555;
    font-size: 14px;
    line-height: 2;
    display: inline-block;
}

.banner-left img{

    width: 100%;
    margin-top: 30px;
    border-radius: 10px;

}

.product_thumbnail{
    max-width: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.product_thumbnail  img{

    width: 100%;
    height: auto;
    border-radius: 5px;
}

.content{
    margin-top: 40px;
}
.conten{
    margin-top: 20px;
}
.contxt  h4{
    font-size: 38px;
    font-weight: bold;
    margin-top: 112px;

}

.contxt p{

    font-size: 18px;
    font-weight: 100;
    line-height: 44px;

}
.carousel-caption {
    position: absolute !important;
    left: -61% !important;
    bottom: 5.3rem !important;
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
    color: #000 !important;
    text-align: center !important;
}
.fr{
    background-color: #fff;
    color: #000 !important;
    padding: 20px;
    border-radius: 15px;
    margin-top: 20px;
    display: inline-block;

}

.dore{

    background-color: #2196F3;
    color: #fff !important;
    padding: 20px;
    border-radius: 15px;
    margin-top: 20px;
    display: inline-block;
    margin-right: 20px;

}
.inner-content{
    height: auto;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    text-align: right;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 25px;
}

.inner-content  h2{
    font-size: 23px;
    line-height: 2;
    color: #404040;
    font-weight: 600;
}

.inner-content p{
    line-height: 3;
    color: #3e3e3e;
}

.product_sidebar_box{
    background-color: #fff;
    padding: 1.35rem;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin-bottom: 12px;

}

.discount_countdown{
    display: flex;
    justify-content: space-around;
}
.counter_text{
    font-size: 12px;
    line-height: 18px;
}

.counter_text span{
    display: block;
    color: #ea1d21;
}

.counter_number{
    display: flex;
    flex-direction: row;
}
.counter_column .txt{
    font-size: 12px;
    display: block;
    text-align: center;
    color: #8d8d8d;
    margin-right: 6px;
    margin-top: 10px;
}

.counter_column  .num{
    font-size: 15px;
    border-left: 1px dashed #686868;
    border-radius: 8px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    height: 30px;
    display: block;
    margin-right: 7px;
}

.second{
    background-color: #ea1d21;
    border-left: none;
    color: #fff;
}

.course_sell{
    color: #777;
    font-size: 16px;
    display: flex;
    border: 1px dashed #ddd;
    background-color: #f9f9f9;
    border-radius: 10px;
    justify-content: space-between;
    padding: 12px;
    align-items: center;
    margin-top: 20px;
    position: relative
}

.course_sell:before{
    content: '';
    width: 16px;
    height: 16px;
    border-left: 1px dashed #ddd;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: calc(50% - 8px);
    right: -9px;

}

.course_sell p.price{
    font-size: 17px;
    display: flex;
    flex-direction: column;
}

.cart{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.cart .button {
    background-color: #1fbd50;
    border-radius: 3px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    font-size: 15px;
    border: 1px solid #1fbd50;
    color: #fff;
    height: 50px;
    box-shadow: 0 2px 12px rgba(31, 189, 80, .27);
    width: 104%;
    margin-top: 20px;
}
.cart .button:after {
    display: inline-block;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    content: "\f09d";
    width: 20px;
    height: 20px;
    text-align: center;
    position: absolute;
    right: 13px;
    top: 48%;
    margin-top: -10px;
    font-size: 18px;
    color: #fff;
    background: 0 0;
}
.extra_text{
    margin-top: 40px;
}

.extra_text p{
    line-height: 3;
    color: #3e3e3e;
    font-size: 14px;
}

.product_rating{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    align-items: center;
}
.average-rating-number{
    display: flex;
    font-size: 15px;
    color: #7b868a;
}

.average_stars_rating{
    display: inline-block;
    vertical-align: top;
    width: 90px;
    height: 18px;
    direction: ltr;
    margin-top: 5px;
    background-size: 18px;
    background: url(images/star-empty.svg) left top repeat-x;
}

ins
{
    text-decoration: none;
}

.product_view .view{

    border-left: 1px solid #e5e5e5;
    padding-left: 15px;
}

.course_mentor{
    display: flex;
}
.course_mentor img{
    max-width: 100%;
    width: 80px;
    height: auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 4px double #ddd;
}
.mentor_name{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.mentor_name  a{

    color: #464749;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    display: inline-block;
    margin-right: 20px;
}
.mentor_name  span{
    text-align: center;
    margin-right: 20px;
    font-size: 13px;
    display: inline-block;

}

.content p{
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 21px;
}

.total_sale{
    color: #555;
    text-align: center;
    border: 2px dotted #bdb3b3;
    line-height: 4;
    border-radius: 10px;
}

.total_sale  i{
    font-size: 27px;
    margin-left: 10px;
    color: #555;
}

.product_info_item{

    font-size: 14px;
    border-bottom: 1px dashed #e9ecef;
    padding-top: 6px;
    color: #7b868a;
    padding-bottom: 6px;
    line-height: 3;

}

.progress_bar{
    font-size: 15px;
    color: #7b868a;
    line-height: 3;
}

.meter{
    height: 10px;
    position: relative;
    background: #dce5e8;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    direction: ltr;

}

.meter  span{

    width: 133px;
    display: block;
    height: 100%;
    border-radius: 20px;
    background-color: #1fbd50;
    position: relative;
    overflow: hidden;
}

.meter span:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
    z-index: 1;
    background-size: 50px 50px;
    animation: progress 2s linear infinite;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;

}

.category-course{
    color: #7b868a;
    font-size: 13px;
}
.category-course  a{
    color: #7b868a;
    border: 1px dashed #efefef;
    display: inline-block;
    padding: 0 8px;
    margin: 0 2px 5px 0;
    border-radius: 10px;
    font-size: 11px;
    line-height: 18px
}

.short-url-link{
    color: #a7a7a7;
    padding: 3px 10px;
    letter-spacing: 1px;
    font-size: 12px;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    margin-top: 10px;
    line-height: 2;
}

.share_product{
    text-align: center;
    margin-top: 15px;
}

.share_product  a{
    color: #b1bbbf;
    margin-left: 1px;
    display: inline-block;
    border: 2px solid #b1bbbf;
    height: 35px;
    line-height: 35px;
    width: 35px;
    position: relative;
    border-radius: 3px;
    text-align: center;
}

.search_wrapper{
    position: absolute;
    width: 85%;
    z-index:9999;


}
.search-form{
    opacity: 0;
    transition: all 0.5s;

}
.search_wrapper  form{
    border-radius: 30px;
    display: flex;
    overflow: hidden;
    height: 57px;



}

.search_wrapper  form  input{

    width: 90%;
    background: #eaeaea;
    border: none;
    padding: 14px 20px;
    font-size: 15px;
}
.search_wrapper  form  button{

    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    width: 12%;
    background: #ff4646;
    color: #fff;
    font-size: 20px;

}

.display-header-search{

    display: block;
    opacity: 1;

}
.h-search{
    display: flex;
    justify-content: center;
    align-items: center;
}
.h-search input{
    background: #ffffff17;
    border: none;
    color: #fff;
    font-size: 17px;
    padding: 16px;
    border: 2px solid #ffffff38;
    width: 563px;
    height: 46px;
}

input::placeholder{
    font-size: 12px;
}


/**/



/*slider product*/
.product-title {
    text-align: center;
    margin: 50px;
}

.product-title h3 {
    color: #4C5C6F;
    font-size: 24px;
}

.product-title h4 {
    color: #63768B;
    font-size: 17px;
    font-weight: 100;
}


article.main-product-box {
    background-color: #fff;
    transition: all .3s ease;
    border-radius: 5px;


}
.main-product{
    background: #FFFFFF url("images/slide-bg-1n.png") no-repeat;
  padding: 3px 0;
}
article.main-product-box:hover {

    transform: translateY(-4px);
}

figure.pro-image {
    position: relative;
    overflow: hidden;
}

.pro-image img {
    width: 100%;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    height:auto;
}
.main-pro-title-article  h3{
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 5px;
    height: 72px;
}

.main-pro-title-article  h3 a{
    font-size: 17px;
    line-height: 1.5;
    height: 43px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 5px;
    color: #555;
}
.main-pro-title h3 {
    font-size: 16px;
    line-height: 1.5;
    height: 43px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 5px;


}

.main-pro-title h3 a{
    font-size: 17px;
    line-height: 1.5;
    height: 43px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 5px;
    color: #555;

}

.btn-more-video a {
    font-size: 16px;
    font-weight: 500;
    background-color: #673AB7;
    border-radius: 55px 55px 55px 55px;

    color: #fff;
    padding: 20px;
    transition: all 0.5s;
}

.btn-more-video {
    text-align: center;
    margin: 30px 0 50px;
}

.content{
    margin-top: 150px;
}

span.star-rating {
    display: block;
    text-align: left;
    color: #ffc107;
    padding: 0 0 0 7px;
}

.pro-meta {
    background: #f6f7fa;
    padding: 10px 12px;
    font-size: .9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

span.user-pro {
    color: #6c757d;
    font-size: 16px;
}

span.price {
    color: #9e9e9e;
}

article.main-product-box .btn-section {
    position: absolute;
    bottom: -45px;
    right: 12px;
    display: flex;
    align-items: center;
    opacity: 0;
    transition: all .2s linear;
}

article.main-product-box:hover .btn-section {
    bottom: 12px !important;
    opacity: 1;
}

article.main-product-box .pro-video-icon {
    background-color: rgba(255, 255, 255, .37);
    width: 40px;
    height: 40px;
    border: 0;
    color: #fff;
    font-size: 16px;
    padding-left: 3px;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 5px;
}

article.main-product-box .pro-video-icon:hover {
    background-color: #fff;
    color: #111;
}

article.main-product-box .pro-video-icon i {
    font-size: 23px;
}

.product-title  h4{
    color: #ff4646;
    font-weight: bolder;
}


/*video tab list */
.main-tab-content {
    background: url(images/bg.png) no-repeat center center, linear-gradient(to right, #111669, #14173d);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 70px 0px 70px 0px;
    position: relative;
    width: 100%;
}

.replyWp-shape-top {
    top: -1px;
}

.replyWp-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}

.replyWp-shape[data-negative=false].replyWp-shape-bottom, .replyWp-shape[data-negative=true].replyWp-shape-top {
    -webkit-transform: rotate(
            180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(
            180deg);
}

.replyWp-section .replyWp-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.main-tab-content > .replyWp-shape-top svg {
    width: calc(182% + 1.3px);
    height: 27px;
}

.main-tab-content svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.main-tab-content > .replyWp-shape-bottom svg {
    width: calc(182% + 1.3px);
    height: 27px;
}

.tab-video-list img {
    max-width: 100%;
}

.main-tab-title {
    text-align: center;
    margin-bottom: 40px;
}

.main-tab-title h3 {
    color: #FFFFFF;
    font-size: 24px;
    margin: 20px 0 9px;
}

.main-tab-title h4 {
    color: #DFE1E3;
    font-size: 17px;
    font-weight: 100;
}

.tab-video-btn-more {
    text-align: center;
    margin-top: 60px;
}

.tab-video-btn-more a {
    font-size: 17px;
    font-weight: 400;
    background-color: #f7a10a;
    border-radius: 6px 6px 6px 6px;
    padding: 15px 30px 15px 30px;
    display: inline-block;
    margin: 0 auto;
    color: #fff;
}

.tab-video-list-vidoe-box {
    background: #11111138;
    padding: 15px;
    border-radius: 10px;
}

.tab-video-list-sidebar {
    height: 400px;
    overflow-y: scroll;
}

.tab-video-list-sidebar .nav-pills .nav-link.active, .tab-video-list-sidebar .nav-pills .show > .nav-link {
    background-color: transparent;
}

.tab-video-list-link {
    float: right;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
}

.tab-video-list-image-1 {
    float: right;
    width: 100%;
    background: none !important;
    padding: 0px;
    border-radius: 7px;
    max-height: 110px;
    overflow: hidden;
    position: relative;
}

.tab-video-list-image-1 img {
    float: right;
    width: 100%;
    border-radius: 0px;
    height: 100%;
    margin-top: -15%;
}

.tab-video-list-image-2 {
    float: right;
    width: 100% !important;
    box-sizing: border-box;
    color: #fff;
    background: linear-gradient(to right, #222f3f7d, #222f3f);
    position: absolute;
    /* width: 100%; */
    right: 0;
    height: 100%;
    border-radius: 0px;
    padding: 22px;
    cursor: pointer;
}

.tab-video-list-image-2 img {
    float: right;
    width: 70px;
    height: 70px;
    border-radius: 90px;
    margin-left: 10px;
    padding: 5px;
    background: #00000069;
    margin-top: -2px;
}

.tab-video-list-link.active .tab-video-list-image-2 {
    background: linear-gradient(to right, #222f3f7d, #341766);
}

.tab-video-list-image-size {
    float: right;
    width: 70%;
}

.tab-video-list-image-size h3 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 0px;
    font-weight: 400;
    font-size: 18px;
    color: #fffffe;
}

.tab-video-list-time {
    color: #fff;
    float: right;
    background: linear-gradient(324deg, #341766 0%, #341766b3 100%);
    padding: 4px 10px;
    border-radius: 7px;
    margin-top: 10px;
    font-size: 14px;
}

.tab-video-list-time i {
    margin-left: 5px;
    margin-top: 1px;
    margin-bottom: -20px;
}
.categoryy{
    display: flex;
    justify-content: center;
    align-items: center;
}

.woocommerce-MyAccount-navigation {
    background: #ff7979;
    box-shadow: -8px 0 15px rgba(44, 44, 84,0.2);
}

.woocommerce-MyAccount-navigation ul li {
    padding: 12px;
    text-align: right;
    margin-top: 10px;
    border-radius: 5px;
    line-height: 1.5;
}

.woocommerce-MyAccount-navigation ul li a{
    color: #fff !important;
}

.woocommerce-MyAccount-navigation ul li.is-active {
    background: #434371;
}

ul{

    padding: 0!important;
}

.post-categories {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 0 !important;
    margin-right: 14px !important;
    margin-top: 11px !important;
}
.post-categories  li a{

    color: #8f8f8f !important;
    display: inline-block;
}

#gform_submit_button_1{
    background-color: #ff4646 !important;
    padding: 5px 15px !important;
    border-radius: 10px !important;
    color: #FFF !important;
    font-size: 17px !important;
}

/*comment*/
.post-comment{

    margin: 50px 0;
    color: #444 !important;
}

.comments-title {

    font-size: 20px !important;
    text-align: center !important;
    margin-top: 40px !important;
    margin-bottom: 40px !important;

}

ul.comment-list .comment-body{

    background-color: #fff;
    margin: 10px 0;
    border-radius: 10px;
    padding: 20px;
    line-height: 2;


}

.comment-author.vcard img{

    border-radius: 50%;
    margin: 5px 10px 15px;
}

.comment-meta.commentmetadata a{
    color: #555 !important;
}

.reply{

    background-color: #ff7675;
    display: inline-block;
    padding: 5px 20px;

}
.reply a{

    color: #fff !important;
}

#respond{

    background-color: #fff;
    border-radius: 20px;
    margin: 20px 0;
    padding: 10px;
    line-height: 2;
}
#respond textarea{

    background: #b2bec3 !important;
    border: none;
    width: 100%;
    border-radius: 10px;
    min-height: 212px;
    margin: 10px 0;
    padding: 10px;
    font-weight: 500;
    line-height: 1.5;
    color: #fff !important;
}
#respond input[type="text"],#respond input[type="email"] {
    background: #b2bec3 !important;
    border: none;
    width: 100%;
    border-radius: 10px;
    margin: 10px 0;
    padding: 10px;
    font-weight: 500;
    color: #fff !important;

}

#submit{
    background-color: #ff4646 !important;
    color: #fff !important;
    padding: 5px 15px !important;
}
/*end comment*/


.post-archive h1{

    background: #fff;
    display: inline-block;
    padding: 15px 50px;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 500;
    color: #444;

}

.post-archive .product-item-box,.releated-posts-box .product-item-box{
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    height: 311px;
}

.post-img{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
}

.post-img img{
    width: 70%;
    height: auto;
}
.header-login-title a{
    font-size: 13px;
    color: #555;
    display: inline-block;
}
.product-title a{
    color: #555 !important;
    font-size: 13px;

}
.product-item-box{
    position: relative;
    margin-bottom: 50px;
}
.add-to-cart{

    background: #eee;
    border-radius: 20px;
    padding: 10px 10px;
    font-size: 14px;
    color: green !important;
    top: 310px ;
    transition: top 0.5s;
    border: 1px solid gold;
    position: absolute;
    text-align: center;
    display: block;

}

.product-item-box:hover  .add-to-cart{

    top: 250px;
}

.page404{

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page404  h2{

    font-size: 28px;
    font-weight: 500;
    color: #444;
    margin: 20px 0;
}
.back-tomain{

    background: #bbb;
    padding: 14px 25px;
    border-radius: 16px;
    margin: 10px 0;
    color: #fff !important;
    font-size: 18px;
    font-weight: 500;
}

.page404  img{
    width: 65%;
    margin: 35px 0;
}

.page-content{

    background: #fff;
    border-radius: 20px;
    min-height: 350px;
    padding: 10px;
}

.page-title  {

    font-size: 19px;
    color: #444;
    border-bottom: 2px solid #eee;
    padding-bottom: 20px;
    margin: 20px;

}
.page-content  img{

    margin: 20px auto ;
    display: block;


}
.page-content  p{

    text-align: justify;
    line-height: 2;
    color: #555 !important;
    font-weight: 300;
    padding: 10px;
}

.last-post-widget li a{

    display: flex;
    color: #555 !important;
}

.last-post-widget img{

    width: 70px;
    margin-left: 10px !important;
    margin-bottom: 10px;
}

.last-post-title{


    text-align: center;
    max-height: 38px;
    width: 80%;
    font-size: 12px;
    overflow: hidden;


}

.last-post-widget li{

    margin-bottom: 10px;
    border-bottom: 2px solid #eeeeee;
}



#gallery-1 img{

    border: none !important;
}

.header-socialnetwork{

    display: flex;
    justify-content: center;


}



.header-socialnetwork  i{

    margin: 10px 0;
    padding: 10px;
    display: inline-block;
    cursor: pointer;
    font-size: 25px;
    transition:  all 0.5s;

}
.badge-item{
    background-color:#e67e22;
    color: #FFFFFF;
    padding: 0px 8px;
    font-size: 14px;
    margin-right: 8px;
}

.box-lession{
    display: flex;
}

.header-socialnetwork  i:hover{

    transform: rotate(30deg);
}

.fa-telegram{

    color: #3498db;
}
.fa-instagram{
    color: #e74c3c;
}

.fa-whatsapp{

    color: #2ecc71;
}
.collapsed{
    width: 100% !important;
}



.panel-heading-right{
    display: flex;
    justify-content: flex-end;
}


.download-btn  i{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
}

.title{
    display: inline-block;
    width: 75%;
}
.title  h4{

    margin-top: 20px;
    font-size: 15px;
    line-height: 2.5;

}

.info_se{

    padding: 10px;
    text-align: center;

}
.video-lesson-preview{
    display: flex;
    justify-content: flex-end;
}

.video-lesson-preview{
    margin-left: 26px;
}

/* Style the buttons that are used to open and close the accordion panel */
.banner-top  img{

    width: 100%;

}

.main-header{

    background-color: #ffffff;
    height: 215px;
    border-bottom-left-radius: 85px;
    border-bottom-right-radius: 85px;
}
.header-login{

    margin-top: 15px;
    border: 1px solid #d2c2c2;
    padding: 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-weight: bold;

}

.header-login .header-icon i{

    font-size: 20px;
}

.header-login .header-txt a{
    font-size: 15px;
    text-decoration: none;
    color: #555;
}

.menu-top ul{
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-top  ul li a{

    margin-top: 20px;
    display: inline-block;
    padding: 10px;
    text-decoration: none;
    color: #555;

}
.header-social{

    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-social a i{

    font-size: 25px;
    padding: 5px;
    transition: all 0.3s;
}

.fa-brands.fa-instagram{

    color: #e74c3c;
}

.fa-brands.fa-telegram{

    color:#3498db ;
}

.fa-brands.fa-whatsapp{

    color: #2ecc71;
}

.header-social a i:hover{

    transform: rotate(40deg);
}
.header-logo{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -30px;
}
.header-logo img{

    width: 72%;


}

.notification_bar{
    background: #40739e;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    color: #fff;
        display: none;

}

.woocommerce-billing-fields label{

    display: block !important;
    width: 100% !important;
}

#billing_first_name,#billing_last_name,#billing_address_1
,#billing_postcode,#billing_address_2,#billing_city,
#billing_phone,#account_username,#billing_email,#coupon_code{

    background: #b2bec3 !important;
    border: none;
    border-radius: 10px;
    margin: 10px 0;
    padding: 10px;
    font-weight: 500;
    color: #fff !important;

}

#coupon_code{
    width: 73% !important;
}


#reg_username,#user_login,#reg_password,#reg_email,#account_password,#account_username,#username,#password{
    background: #dfe6e9 !important;
    border: none;
    border-radius: 10px;
    margin: 10px 0;
    padding: 10px;
    font-weight: 500;
    color: #fff !important;
    color: #555 !important;
}

.woocommerce-additional-fields {
    display: none !important;
}





.header-search{
    padding: 0 30px;
    margin-top: -17px;
}

.header-search form{
    display: flex;
    border-radius: 10px;
    overflow: hidden;


}


.header-search  form  input{
    border: none;
    width: 90%;
    background-color: #eeeeee;
    padding: 10px 20px;

}

.header-search  form  button{

    border: none;
    width: 12%;
    background-color: #40739e;
    display: flex;
    justify-content: center;
    align-items: center;

}

.header-search  form button i{
    color: #ffffff;
    font-size: 23px;

}

.header-sabad{
    background-color: #40739e;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.header-sabad i{
    font-size: 20px;
    font-weight: bold;
}

.header-sabad .sabad-txt{
    font-size: 13px;
}

.header-sabad img{
    width: 45px
}


.main-menu{

    position: relative;
}
.woocommerce .cart .button {
    float: none;
    margin-bottom: 20px;
    width: 228px;
}
.main-menu   ul {

    display: flex;


}

.main-menu > ul > li > a{

    color: #444 !important;
    padding: 10px 20px;
    margin: 50px 0;
    display: inline-block;
    transition:  all 0.3s;
    border-radius: 20px;
    margin-top: 12px;

}

.main-menu > ul > li > a:hover{

    background: #ff4646;
    color: #fff !important;
}

.main-menu > ul > li:after{

    content: "";
    height:50px;
    display:none;

}


.main-menu >ul:hover >li::after{

    display:block;

}
.main-menu > ul   >li  >ul{

    width: 100%;
    background: #fff;
    min-height: 300px;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
    top: 130px;
    border-radius: 20px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    right: 0;
    padding: 10px;
    z-index: 999;
}

.side-widget-ads img{

    margin-bottom: 14px;
}

.main-menu  ul li:hover ul{

    visibility: visible;
    opacity: 1;
    top: -278px !important;


}
.result-hosein{

    background-color: #fff !important;
    overflow: hidden;
    padding: 10px;
    border-radius: 10px;
}

.result-hosein *{

    margin: 0 !important;
}

select{

    border: 0 !important;
}
.onsale{

    background: #ff3a4b !important;
    border-radius: 40px !important;
    min-height: 0px !important;
    line-height: 2.3 !important;
    padding: 0 10px !important;
    top: 10px !important;
    right: 10px !important;
}
.result-hosein{

    background-color: #fff !important;
    overflow: hidden;
    padding: 10px;
    border-radius: 10px;
    width: 100%;
}

.result-hosein *{

    margin: 0 !important;
}

select{

    border: 0 !important;
}
.boghche-click{

    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    min-height: 300px;
    margin: 10px 0;
    position: relative;
    margin-top: 50px;
}


.boghche-click  img{

    margin: 15px auto;
    display: block;
    width: 80% !important;
}

.boghche-click .woocommerce-loop-product__title,.woocommerce-loop-product__title{

    text-align: center;
    line-height: 1.5;
    height: 65px;
    margin: 20px auto;
    width: 90%;
    font-size: 16px !important;
    color: #444 !important;
}

.boghche-click .star-rating,.releated-posts-box .star-rating{

    float: none !important;
    display: block;
    margin: 10px auto;
}
.boghche-click .price{

    text-align: center !important;
    margin: 12px auto 14px;
    display: block;
}
.boghche-click .price span{

    font-size: 16px !important;
    font-weight: 400 !important;

}

.boghche-click .add_to_cart_button{

    position: absolute !important;
    font-weight: 400 !important;
    font-size: 15px !important ;
    padding: 15px !important;
    border-radius: 20px !important;
    bottom: -33px !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto !important;
    width: 65%;
    background: #eee !important;
    transition: all 0.5s;
    color: #e67e22 !important;

}

.boghche-click:hover .add_to_cart_button{

    bottom: 10px !important;
}

.boghche-click .add_to_cart_button.added{

    width: 71%;
}

.boghche-click:hover .add_to_cart_button.added{

    bottom: -30px !important;
}

.boghche-click .added_to_cart.wc-forward{

    background-color:#4cd137;
    color: #fff !important;
    padding: 8px !important;
    border-radius: 10px !important;
    display: block !important;
    width: 60%;
    margin: auto;
    text-align: center !important;

}
.main-menu  > ul > li > ul  > li{

    width: 15%;
    font-size: 15px;
    font-weight: 500;
    border-left: 1px solid #eee;


}

.main-menu  ul li  ul li a{

    color: #444 !important;
    padding: 20px;
    display: inline-block;


}

.main-menu ul  li  ul  li ul{

    font-weight: normal;
    padding-right: 20px;
    flex-direction: column;


}
.main-menu  ul  li  ul  li ul li {


    width: 110%;


}

.main-menu .small-menu{
    background: #fff;
    width: 20%;
    flex-direction: column;
    min-height: 200px;
    right: auto;
    font-weight: normal;


}

.main-menu .small-menu li{


    width: 100%;
    border: none;


}
.responsive-btn{

    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    height: 100%;
    font-size: 30px;
    color: #868686;
    margin-top: 7px;
    cursor: pointer;

}
.woocommerce-error{
    width: 96%;
}
.woocommerce-error li{

    text-align: center !important;
    margin-top: 22px !important;
}

.responsive_mega_menu img{

    display: none !important;
}

.button:after{
    display: none !important;
}
.responsive_mega_menu{

    background-color: #fff;
    position: fixed;
    width: 70%;
    right: -100%;
    top: 0;
    height: 100%;
    overflow: auto;
    transition: all 0.5s;
}

.responsive_mega_menu   ul li ul{


    display: none;
}

.responsive_mega_menu  ul li a{

    color: #555 !important;
    display: block;
    margin: 25px;
}

.responsive_mega_menu  ul li ul{

    padding-right: 20px;
    overflow: hidden;
    display: none;
}

.toggle-icon{

    float: left;
}

.txt_re_menu{

    text-align: center;
    display: flex;
    font-size: 17px;
    justify-content: center;
    margin-top: 8px;
    color: #ee5253
}
.logo-close {
    float: left;
    margin-right: -14px;
    margin-left: 14px;
    color: #555;
    font-size: 16px;
    cursor: pointer;
}

/*responsive*/


@media screen and (min-width: 992px){

    .header-mainmenu{

        display: block;
    }



    .responsive_mega_menu{
        display: none;
    }


    .dore{
        margin-bottom: 41px;
    }



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

    .social-network  img{
        width: 93% !important;
    }
    .header-search {

        padding: 0 ;
    }

    .header-logo img{

        width: 40%;
        margin-top: -29px;
    }

    .slider-txt{

        margin-bottom: -55px !important;
        font-size: 15px !important;
    }

    .slider-txt  h4{

        display: none;
    }

    .owl-next i ,.owl-prev i{
        background: #fff !important;
        width: 25px !important;
        height: 25px !important;
        border-radius: 50% !important;
        color: #555 !important;
        font-size: 20px !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 190px !important;
        left: 17px !important;
    }

    .slider-flash .product-item{

        width: 40%;
        margin: auto;
    }

    .header-mainmenu{

        display: none;
    }

    .responsive_mega_menu{
        display: block;
    }

    .logo-close {
        float: left;
        margin-right: -14px;
        margin-left: 20px;
        color: #555;
        font-size: 20px;
        cursor: pointer;
    }




}

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

    .data-meta{
        display: flex;
        flex-direction: column;
        line-height: 2.5;

    }
    .header-logo img{

        width: 60%;
    }

    .carousel-control-next i,.carousel-control-prev i{

        background: #fff;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        color: #555;
        font-size: 25px;
        display: flex;
        align-items: center;
        justify-content: center;

    }

    .slider-txt{

        margin-top: 20px !important;
        font-size: 15px !important;
    }

    .slider-flash .product-item{

        width: 50%;
        margin: auto;
    }


    .post-meta span{

        line-height: 2.5;
        font-size: 10px;


    }

    .single-post h1{

        font-size: 15px;
        text-align: center;
    }

    .post-archive .add-to-cart{

        display: none;
    }

    .woocommerce-product-details__short-description{

        text-align: center;
    }

    .boghche-click .add_to_cart_button{

        text-align: center;

    }









}

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

    .header-title{

        font-size: 10px;
    }

    .header-mini-cart{

        display: none;
    }


    .baner-headner-top{

        display: none;
    }

    .carousel-control-next i,.carousel-control-prev i{

        background: #fff;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        color: #555;
        font-size: 18px;
        display: flex;
        align-items: center;
        justify-content: center;

    }

    .post-comment{

        width: 13%;
    }


    .woocommerce-product-details__short-description{

        text-align: center;
    }
    .boghche-click .add_to_cart_button{

        text-align: center;

    }

    .main-footer{
        background: none;


    }



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

    .main-footer{
      background: none;


    }
    .slider-flash .product-item{

        width: 60%;
        margin: auto;
    }

    .button{
        font-size: 13px !important;
    }

    .product-title{

        font-size: 13px;
    }

    .post-comment{

        width: 27%;
    }

    .ashterak{

        display: none;
    }


    .page404 h2{

        font-size: 15px;
    }
    .back-tomain{

        font-size: 15px;
    }

    .boghche-click .add_to_cart_button{

        text-align: center;
        bottom: 10px;
    }

}

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

    input[type='search']::placeholder{

        font-size: 12px;
    }

    .header-search form  button{

        display: flex;
        justify-content: center;
        align-items: center;
        border: none;
        width: 22%;
        background: #40739e;;
        color: #fff;
        font-size: 20px;
    }
}

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


}

.ld-quiz-question-item__status {
    display: none;
}

/**/
.wpProQuiz_content .wpProQuiz_answerCorrectIncomplete {
    background: linear-gradient(135deg, #28a745, #218838) !important; /* گرادیانت سبز */
     /* رنگ متن سفید برای خوانایی */
    border: 2px solid #1e7e34 !important; /* کادر سبز تیره‌تر */
    border-radius: 8px; /* گوشه‌های گرد */
    padding: 10px 15px; /* فاصله داخلی برای ظاهر بهتر */
    font-weight: 700; /* متن بولد */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); /* سایه ملایم */
    transition: transform 0.2s ease; /* افکت انیمیشن */
}

.wpProQuiz_content .wpProQuiz_answerCorrectIncomplete:hover {
    transform: scale(1.03); /* موقع هاور کمی بزرگ‌تر میشه */
}
.wpProQuiz_incorrect {
    border-radius: 25px;
    border: 2px solid #10e340 !important;
    border-radius: 8px;
    padding: 10px 15px;
    font-weight: 700;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    background: #e0e0e0;
}
input.wpProQuiz_button {
    display: none;
}