
#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 {
    min-width: 300px;
    margin-bottom: 50px;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 0 5px #bbbbbb;
    color: var(--primary-color);
    background-color: var(--light-color);
    width: 20%;
}

#persons_page .list .items .cover {
    margin: 0 auto;
    border-radius: 5px;
    margin-bottom: 15px;
    overflow: hidden;
    font-size: 0;
}


#persons_page .list .items .title {
    font-size: 1.3em;
    text-align: center;
}


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

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

#person_page .side {
    width: 400px;
    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;
    background-color: var(--light-color);

}

#person_page .side .box .cover {
    margin: 0 auto;
    border-radius: 5px;
    /*margin-bottom: 15px;*/
    overflow: hidden;
    font-size: 0;

}




#person_page .side .box .title {
    font-size: 1.3em;
    text-align: center;
}

#person_page .content {
    margin: 40px 0;
    background-color: var(--light-color);
    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.1em;
    margin-bottom: 10px;
    color: var(--primary-color);
    border-bottom: 2px solid var(--s-color);
    padding-bottom: 10px;
}

#person_page .content .items:first-child .title{
    font-size: 1.4em;
    border-bottom: 4px solid var(--primary-color);
    display: inline-block;
}
/*---- contents_pages ----*/

#contents_pages {
    min-height: 500px;
    background-color: var(--light-color);
}
#contents_pages .desc img{
    border-radius: 5px;
    max-width: 500px;
}

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

#contents_pages .desc {
    font-size: 1em;
    margin-bottom: 10px;
}
#contents_pages .desc a{
    color: var(--secondary-color);
    font-weight: bold;
}
#contents_pages .desc h4,
#contents_pages .desc h2,
#contents_pages .desc h3 {
    color: var(--primary-color);
}

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

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


#contents_pages .img img {
    position: sticky;
    top: 100px;
    max-height: 300px;
    width: auto;
}

#podcasts {
    background-attachment: fixed;
    min-height: 700px;
    display: flex;
    align-items: center;
}
#podcasts .img {
    width: 40%;
}

#podcasts .img img {
    max-height: max-content;
}

#podcasts .content {
    width: 50%;
}
#podcasts .form_box {
    max-width: 250px;
    margin: 0;
}
#podcasts .form_box .btn_main {
    width: 100%;

}
#podcasts .btn_main span {
    background-image: url("../../uploads/icon/microphone.png");
    background-size: 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background-repeat: no-repeat;
}

#podcasts .page_container {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
}




#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;
    align-items: center;
}


#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;
    color:var(--primary-color);
}

#cart_page .steps .items {
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

#cart_page .steps .items a {
    color: var(--secondary-color);
    padding: 20px 45px;
    border-radius: 5px;
    font-weight: bold;
    background-color: var(--light-color);
    transition: all .3s;
}


#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 * {
    filter: grayscale(1);
    opacity: .5;
}
#cart_page .steps .items a:hover *,
#cart_page .steps .items a.active *{
    filter: grayscale(0);
    opacity: 1;

}


#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");
}
#cart_page {
    background-color: var(--light-color);
}
.factor .tb .delete {
    position: absolute;
    right: 110%;
    top: 10px;
}
.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 .head {
    color: var(--primary-color);
}
.factor .tb .head .cell{
    border-bottom: 1px solid #ddd;
}
.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: 30px;
    font-weight: 500;
}

#cart_page .btn_main {
    width: 100%;
    padding: 5px 0;
    text-align: center;
    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 .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%;
}

#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 .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) {


}

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

    }


    #contents_pages .page_container > .flex {
        flex-wrap: wrap;
        justify-content: center;
    }

    #contents_pages .img {
        width: 100%;
        max-width: 400px;
        padding-left: 0;
        margin: 0 auto;
    }

    #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) {
    #contents_pages .desc img{
        max-width: 100%;
    }
    .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) {


}
