.page-title {
    font-size: 30px;
    font-weight: normal;
    color: var(--secondary_color);
    text-align: center;
    margin: 0 auto 20px;
    max-width: 616px;
}

.page-sub-title {
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    margin: 0 auto 75px;
    max-width: 616px;
}

.wp-block-heading-wrap {
    padding-right: 21px;
    height: 49px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    margin-left: 15px;
    margin-bottom: 32px;
}

.wp-block-heading-wrap:before {
    content: " ";
    width: 9px;
    height: 9px;
    background: var(--secondary_color);
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.wp-block-heading-wrap:after {
    content: " ";
    width: 1px;
    height: 49px;
    background: var(--primary_color);
    position: absolute;
    right: 4px;
    bottom: 0;
    z-index: 1;
}

.wp-block-heading-wrap h2,
.wp-block-heading-wrap h1,
.wp-block-heading-wrap .wp-block-heading {
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    color: var(--primary_color);
    position: relative;
    display: table;
    width: fit-content;
}

.wp-block-heading-wrap .wp-block-heading:after {
    content: " ";
    background-color: var(--secondary_color);
    -webkit-mask-image: url(../img/3line-vector.svg);
    mask-image: url(../img/3line-vector.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    width: 28px;
    height: 27px;
    position: absolute;
    top: -11px;
    left: -20px;
    -webkit-mask-size: calc(100% - 10px) auto;
    mask-size: calc(100% - 10px) auto;
}


.wp-block-heading-wrap span {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    font-family: Montserrat;
    color: color-mix(in srgb, var(--primary_color) 36%, transparent);
}


.entry-content,
.entry-content p {
    font-size: 16px;
    line-height: 30px;
    color: var(--dark_gray_color);
    margin-bottom: 24px;
    text-align: justify;
}

.entry-content h3,
.entry-content h4,
.entry-content h5 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 24px;
    color: var(--primary_color);
}

.entry-content ul li {
    list-style: disc;
}

.entry-content ol li {
    list-style: decimal;
}

.entry-content li::marker {
    color: var(--secondary_color);
}

.entry-content img {
    width: auto;
    height: auto;
    max-width: 100%;
    border-radius: 24px;
}

.entry-content .wp-block-image,
.entry-content .wp-block-list {
    margin-bottom: 24px;
}

.entry-content .wp-block-quote-is-layout-flow {
    font-family: 'peyda' !important;
}


.page-img-wrapper {
    display: block;
    margin: 32px auto;
    text-align: center;
}

.page-img-wrapper img {
    border-radius: 24px;
}

.img-404 {
    margin: 40px auto 0;
    text-align: center;
    display: block;
}

.text-404 {
    font-size: 40px;
    font-weight: 400;
    color: var(--dark_gray_color);
    margin: 0;
    text-align: center;
}

.btn-404 {
    margin: 60px auto;
    display: flex;
    width: 273px;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
/********************************************************************************//* about */


/*.about-mid-space {*/
/*    padding-top: 140px;*/
/*}*/

/*.entry-content.text-center,*/
/*.entry-content.text-center p {*/
/*    text-align: center;*/
/*}*/



/********************************************************************************//* simple-page */
body.is_account{
    background: #ffffff;
}
.simple-page{
    padding-top: 32px;
}
.simple-page header{
    min-height: 70px;
}
.simple-page-wrapper {
    padding-top: 90px;
    padding-bottom: 67px;
}
.simple-search-box-form{
    width: 400px;
    max-width: 100%;
    height: 48px;
    background: var(--bg_color);
    border: 1px solid color-mix(in srgb, var(--dark_gray_color) 24%, transparent);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
}
.simple-search-box-form input:focus,
.simple-search-box-form input:active,
.simple-search-box-form input{
    background: transparent;
    border: 0;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    color: var(--dark_gray_color);
    height: 24px;
    padding: 0;
    width: calc(100% - 30px);
}
.simple-search-box-form input::placeholder{
    color: color-mix(in srgb, var(--dark_gray_color) 24%, transparent);
}
.simple-search-box-form button:active,
.simple-search-box-form button:focus,
.simple-search-box-form button{
    background: transparent;
    border: 0;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.simple-search-box-form button i{
    width: 24px;
    height: 24px;
    font-size: 24px;
    color: var(--primary_color);
}
.user-account-wrapper{
    position: relative;
    height: 70px;
}
.user-account-wrapper img{
    border-radius: 100%;
    position: absolute;
    right: 5px;
    top: 5px;
}
.user-account-wrapper svg{
    filter: drop-shadow(0 1px 30px rgba(0,0,0,0.1));
}
.user-account-wrapper .alert{
    border: 0;
    margin: 0;
    padding: 0;
    width: 60px;
    height: 60px;
    background: rgba(255, 10, 63,0.1);
    border-radius: 100%;
    color: #FF0A3F;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 5px;
    top: 5px;
}
.user-account-wrapper .has-alert{
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #FF0A3F;
    position: absolute;
    left: 40px;
    top: 16px;
}
.user-account-wrapper .alert:after{
    display: none;
}
.user-account-wrapper .alert i{
    font-size: 24px;
    height: 24px;
}
.alert-menu{
    padding: 16px;
    min-width: 316px;
}
.alert-menu .head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid color-mix(in srgb, var(--dark_gray_color) 16%, transparent);
}
.alert-menu .head span{
    color: var(--text_color);
    line-height: 1;
}
.alert-menu .head span i{
    font-size: 20px;
    height: 20px;
    margin-left: 8px;
}
.alert-menu .head a{
    color: var(--discount_color);
    font-size: 14px;
    line-height: 1;
}
.alert-menu .body {
    padding: 24px 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.alert-menu .body .alert-item{
    background: color-mix(in srgb, var(--primary_color) 6%, transparent);;
    color: var(--dark_gray_color);
    font-size: 14px;
    line-height: 1;
    padding: 16px 10px;
    border-radius: 16px;
}
.alert-menu .btn{
    width: 100%;
    height: 52px;
    font-size: 16px;
    gap: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.alert-menu .btn i{
    font-size: 20px;
}

@media (max-width: 767px) {
    .simple-page header{
        flex-wrap: wrap;
    }
    .simple-page header .logo{
        order: 1;
    }
    .simple-page header .btn,
    .user-account-wrapper{
        order: 2;
    }
    .simple-search-box-form{
        order: 3;
        width: 100%;
        margin-top: 16px;
    }
}
/********************************************************************************//* responsive */


@media (max-width: 991px) {
    .page-title {
        margin: 20px auto;
    }

    .page-sub-title {
        font-size: 32px;
        margin: 0 auto 45px;
    }

    .text-404 {
        font-size: 26px;
    }

    .btn-404 {
        margin: 40px auto;
    }


    /*.about-mid-space {*/
    /*    padding-top: 80px;*/
    /*}*/




}

@media (max-width: 575px) {
    .page-title {
        font-size: 24px;
    }

    .page-sub-title {
        font-size: 16px;
        margin: 0 auto 32px;
    }





    .section-head.section-head-center .dot-line {
        display: none;
    }

    .section-head.section-head-center .section-head-inner-wrap {
        width: 100%;
    }

    /*.about-mid-space {*/
    /*    padding-top: 40px;*/
    /*}*/
}

