
#cantact_pages .content{
    width: 40%;
}

#cantact_pages .page_container > .flex{
    justify-content: space-between;
}
#cantact_pages .email_box{
    width: 30%;
    min-width: 350px;
}
#cantact_pages .email_box .success{
    text-align: center;
    font-weight: bold;
    color: #E44573;
    font-size: 1.2em;
}
#cantact_pages .form_box .flex{
    margin-bottom: 20px;
    justify-content: space-between;
}
#cantact_pages .form_box .flex .items{
    width: 48%;
}
#cantact_pages .form_box .items{
    width: 100%;
}
#cantact_pages .form_box input{
    width: 100%;
}

#cantact_pages .form_box .btn_red{
    margin-top: 20px;

}



/*---- persons_page ----*/
#persons_page {
    min-height: 500px;
    padding:50px 0 ;
}
#persons_page .page_title{
	font-size: 2.5em;
    font-weight: bold;
    color: var(--primary-color);
    margin-bottom: 30px;

}

#persons_page .list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#persons_page .list .items {
    width: 260px;
    margin-bottom: 50px;
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 0 5px #bbbbbb;
    color: var(--primary-color);
}

#persons_page .list .items .cover {
    margin: 0 auto;
    border: 1px solid var(--primary-color);
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
}


#persons_page .list .items .title {
    font-size: 1.3em;
    margin-bottom: 10px;
}


#person_page .page_cover{
    width: 100%;
    max-height: 500px;
    font-size: 0;
}

#person_page .page_cover img{
    width: 100%;
}

#person_page .side{
    min-width: 300px;
    padding-top: 40px;
    color: var(--primary-color);
}

#person_page .side .box{
    margin-bottom: 50px;
    margin-left: 50px;
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 0 5px #bbbbbb;
    position: sticky;
    top: 100px;
}

#person_page .side .box .cover {
    margin: 0 auto;
    border: 1px solid var(--primary-color);
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
}

#person_page .side .box .title {
    font-size: 1.3em;
    margin-bottom: 10px;
}

#person_page .content{
    margin: 40px 0;
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 0 5px #bbbbbb;
    width: 100%;
}

#person_page .content .items{
    margin-bottom: 10px;
}

#person_page .content .items .title{
    font-size: 1.3em;
    margin-bottom: 10px;
    color: var(--primary-color);
    border-bottom: 2px solid var(--s-color);
    padding-bottom: 10px;
}






/*---- introductions_page ----*/


#introductions_page .list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 50px 0;
}
#introductions_page .list .items{
    width: 23%;
    text-align: center;
    background-color: var(--light-color);
    border-radius: 3px;
    padding: 20px;
}
#introductions_page .list .items .title{
    font-size: 1.5em;
    font-weight: bold;
    color: var(--primary-color);

}




#introduction_page .tabs{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--light-color);
    border-radius: 3px;
    padding: 10px;
    text-align: center;
    margin: 10px 0 ;
}
#introduction_page .tabs .items{
    width: 25%;
    font-size: 1em;
    font-weight: bold;
    color: var(--primary-color);
    border-radius: 3px;
    padding: 10px;
}
#introduction_page .tabs .items.active{
    background-color: var(--primary-color);
    color: #fff;
}


#introduction_page .list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 50px 0;
}
#introduction_page .list .items{
    width: 23%;
    background-color: var(--light-color);
    border-radius: 3px;
    padding: 20px;
    margin-bottom: 20px;
}
#introduction_page .list .items .title {
    font-size: 1.3em;
    font-weight: bold;
    color: var(--primary-color);
    text-align: center;
    margin-top: 10px;
    min-height: 55px;
    align-content: center;

}
#introduction_page .list .items .cover{
    text-align: center;
}


#introduction_page .list .items img{
    max-height: 200px;
}

#introduction_page .list.games .items,
#introduction_page .list.instagram .items{
    width: 43%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: left;

}

#introduction_page .list.movies .items{
    width: 100%;
}
#introduction_page .list.games .items .cover,
#introduction_page .list.instagram .items .cover{
    display: none;
}





/*---- introductions_page ----*/


#cantact_pages .desc img{
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
/*---- contents_pages ----*/

#contents_pages {
    min-height: 500px;
    background-color: #eee;
}



#contents_pages .page_title{
	font-size: 2.5em;
    font-weight: bold;
    color: var(--primary-color);
}

#contents_pages .desc{
    font-size: 1em;
    margin-bottom: 10px;
}

.lang_fa #contents_pages .img{
    width: 50%;
    padding-right: 50px;
    direction: ltr;
}
.lang_en #contents_pages .img{
    /*width: 25%;*/
    padding-left: 50px;
    direction: rtl;
}




#contents_pages h2 {
    color: var(--second-color);
    font-size: 1.2em;
    margin-top: 10px;
    margin-bottom: 5px;
}
#contents_pages a{
    color: var(--primary-color);
    font-weight: bold;
}
#about_page{
    background-attachment: fixed;
    min-height: 700px;
    display: flex;
    align-items: center;
}
#about_page .page_container{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}


#about_page .img{
    width: 40%;
}
#about_page .img img{
    max-height:max-content;
}
#about_page .content{
    width: 50%;
}




#cantact_pages .page_container > .flex{
    justify-content: space-between;
}
#cantact_pages .email_box{
    width: 30%;
}
#cantact_pages .email_box .success{
    text-align: center;
    font-weight: bold;
    color: #E44573;
    font-size: 1.2em;
}
#cantact_pages .form_box .flex{
    margin-bottom: 20px;
    justify-content: space-between;
}
#cantact_pages .form_box .flex .items{
    width: 48%;
}
#cantact_pages .form_box .items{
    width: 100%;
}
#cantact_pages .form_box input{
    width: 100%;
}

#cantact_pages .form_box .btn_red{
    margin-top: 20px;

}


/*---- landing ----*/

#contents_pages.landing{
    background-color: var(--primary-color);
    min-height: 100%;
}
#contents_pages.landing .content{
    width: 100%;
}


#contents_pages.landing .page_title {
    color:var(--light-color);
}
#contents_pages.landing .content > .flex{
    justify-content: space-between;
    align-items: center;
}
#contents_pages.landing .video {
    margin-top: 50px;
    /*border-radius: 5px;*/
    /*overflow: hidden;*/
    /*padding: 5px;*/
    /*background-color: var(--light-color);*/
}

#contents_pages.landing .desc {
    color: #000;
    font-size: 1.1em;
    font-weight: 500;
}
#contents_pages.landing .simple-button-plugin {
    padding: 10px 50px !important;
    box-shadow: 0 4px 3px 1px #00000025 !important;
    color: var(--light-color)!important;
    margin: 0 auto;
    font-weight: bold;
}
#contents_pages.landing .home {
    width: 100px;
}




#cart_page .steps{
    overflow: hidden;
    margin-bottom: 30px;
}
#cart_page .steps .dot {
    position: absolute;
    font-size: 2em;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 0;

}

#cart_page .steps .items{
    display: flex;
    justify-content: space-between;
    z-index: 1;
}
#cart_page .steps .items a{
    color: var(--second-color);
    padding: 20px 45px;
    border-radius: 5px;
    font-weight: bold;
    background-color: #fff;
    filter: grayscale(1);
    transition:all .3s ;
}

#cart_page .steps .items a:hover,
#cart_page .steps .items a.active{
    filter: grayscale(0);
}
#cart_page .steps a .icon {
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: center;
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto;
}
#cart_page .steps a:nth-child(1) .icon{
    background-image: url("../../uploads/icon/bag-handle-outline.svg");
}
#cart_page .steps a:nth-child(2) .icon{
    background-image: url("../../uploads/icon/address-card.svg");
}
#cart_page .steps a:nth-child(3) .icon{
    background-image: url("../../uploads/icon/card-outline.svg");
}
#cart_page .steps a:nth-child(4) .icon{
    background-image: url("../../uploads/icon/checkmark-circle-2-outline.svg");
}







 

.factor .tb .cell .discounted:after{
    content: "";
    height: 1px;
    background:var(--title-color);
    width: 100%;
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
}
.factor .tb .cell .discounted_price{
    color: var(--red-color);
    font-weight: bold;
}

  

.factor .tb .cell{
    vertical-align: middle;
}
.factor .tb .cell:last-child {
    width: 220px;
    text-align: center;
    font-weight: 500;
}
.factor .tb .row.list .cell{
    border-bottom: 1px solid #ddd;
}
.factor .tb .row .cell.t_left strong{
    font-weight: 500;
}
.factor .tb .row.total .cell.t_left,
.factor .tb .row.total .cell:last-child{
    border-top: 1px solid #ddd;
}

.factor .tb .delete{
    position: absolute;
    right: 110%;
    top: 10px;
}
.factor .tb .head{
    color: var(--primary-color);
}
.factor .tb .list .title {
    color: var(--primary-color);
    font-weight: 500;
}
.factor .tb .list .teacher {
    color: #aaa;
}
.factor .delete input[type="submit"] {
    position: relative;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 1;
    border: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    background-image: url("../../uploads/icon/delete.png");
    background-size: 15px;
    width: 20px;
    height: 20px;
}

 
.factor .tb .discount{
    display: flex;
    padding: 25px 10px 0 0;
    vertical-align: super;
}
.factor .tb .discount form{ 
    display: flex;
    justify-content: right;
    margin-left: 10px;
}
.factor .tb .discount form input[type="text"]{
    border: 1px solid var(--primary-color);
    border-radius:5px 0 0 5px;
    height: 30px;
    text-align: center;
}
.factor .tb .discount form input[type="submit"] {
    border-radius: 0 5px 5px 0;
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
    color: #fff;
    padding: 0 9px 0 7px;
    height: 40px;
    font-weight: 500;
}
#cart_page .tracking_file{
    max-width: 300px;
    text-align: center;
}
#cart_page input:not([type="submit"]){
    width: 100%;
    padding: 5px;
    height: 40px;
    border: 1px solid var(--primary-color);
}
#cart_page input[type="file"]{
    padding: 8px;
}

#cart_page #loading {
    display: none;
    color: var(--green-color);
}
#cart_page #image-preview {
    width: 100%;
    margin-top: 20px;
    max-width: 300px;
}
#cart_page #image-preview[src=""] {
    display: none;
}


#cart_page .btn_main{
    width: 100%;
    padding: 5px 0;
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
}
.total_price .row:not(:last-child) .cell{
    border-bottom: 1px solid #ddd;

}
#cart_page .step3{
    display: flex;
    justify-content: space-between;
}
#cart_page .step3 .factor{
    min-width: 50%;
}
#cart_page .step3 .factor .tb .row.list:last-child .cell {
    border-bottom: none;
}
#cart_page .step2 .w_box {
    padding: 40px;
    max-width: 450px;
    margin: 0 auto;
}

#cart_page .step2 .items {
    margin: 0 auto;
}
#cart_page .step2 .items:not(:last-child) {
    margin-bottom: 20px;
}
#cart_page .step2 .items .title{
    color: var(--primary-color);
    font-weight: bold;
    margin-bottom: 5px;
}
#cart_page .step2 .items input{
    border: 1px solid #aaa;
    height: 40px;
    padding:0  10px;
    width: 100%;
    font-size: 500;
}
#cart_page .step2 .items select{
    width: 34%;
    border: 1px solid #aaa;
    height: 40px;
    padding-right:10px;
}
#cart_page .step2 .items select:first-child{
    border-radius:0 5px 5px 0;
}
#cart_page .step2 .items select:last-child{
    border-radius: 5px 0 0 5px;
}
#cart_page .step2 .items select:nth-child(2){
    border-left: none;
    border-right: none;
    border-radius: 0;
}
#cart_page .step2 .items .flex{
    justify-content: space-between;
}

#cart_page .step2 .btn_main {
    height: 30px;
    align-content: center;
}

#cart_page{
    min-height: 550px;
}
#cart_page .success_pay .icon{
    width: 80px;
    margin: 0 auto;
}
#cart_page .success_pay {
    width: auto;
    display: table;
    text-align: center;
    margin: 0 auto;
    padding: 40px;
}
#cart_page .success_pay .status{
    margin-top: 20px;
    font-weight: bold;
    color: #666;
}

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

    #about_page .img {
        min-width: 400px;
    }
     #contents_pages  .page_container,
     #about_page  .page_container,
    #cantact_pages .page_container{
        padding: 40px  20px;
    }
}

@media only screen  and (max-width: 1024px) {
    #introduction_page .list .items{
        width: 30%;
    }

}
@media only screen and (max-width: 900px) {
    #about_page .page_container{
        flex-direction: row;
        flex-wrap: wrap;

    }

    #introduction_page .list .items{
        width: 45%;
    }

    #contents_pages .page_container > .flex{
        flex-wrap: wrap;
        justify-content: center;
    }
    #contents_pages .img{
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }

    .lang_fa #contents_pages .img{
        padding-right: 0;
        width: auto;
        max-width: 100%;
    }
    .lang_en #contents_pages .img{
        padding-left: 0;
    }

    #contents_pages .content{
        width: 100%;
    }
    #persons_page .list{
        justify-content: space-evenly;
    }
    #person_page .container > .flex{
        display: block;
    }
    #person_page .side {
        max-width: 300px;
        margin: 0 auto;
    }
    #person_page .side .box{
        margin-left: 0;
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 768px) {


    #introductions_page .list .items{
        width: 50%;

    }
    #introduction_page .list .items .title{
        font-size: 1.2em;
    }
    #introduction_page .list .items,
    #introduction_page .list.games .items,
    #introduction_page .list.instagram .items,
    #introduction_page .list.movies .items{
        width: 100%;
        display: block;
    }

    .factor .tb .cell:last-child {
        width: 120px;
    }
    #cart_page .steps .items a {
        padding: 15px;
    }
    #cart_page .step3 .factor{
        padding-left: 10px;
    }
}
@media only screen and (max-width: 540px) {


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


}
