

.blogs-links-appended{
    display: none;
}

.addressbar{
    padding-block: 50px;
}

.fix-col-right{
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    flex-direction: column;
    gap: 80px;
}

.blogs-links{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    gap: 20px;
}

.blogs-links a{
    background: var(--secondary-color);
    padding: 3px 10px;
    text-align: center;
    width: 100%;
    border-radius: 20px;
    color: #fff !important;
}

.detail-blog-image{
    width: 423px;
    height: 423px;
    position: relative;
}

.detail-blog-image::before{
    content: url('data:image/svg+xml,<svg width="64" height="46" viewBox="0 0 64 46" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.21094 3.20898C21.368 12.6309 37.3045 26.2858 49.3636 42.7912" stroke="%23443895" stroke-width="3.76" stroke-linecap="round" stroke-linejoin="round"/><path d="M49.2109 22.0869C54.3181 27.822 58.0589 34.7689 60.0744 42.1767" stroke="%23443895" stroke-width="3.76" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    position: absolute;
    width: 40px;
    height: 40px;
    top: 9px;
    right: 35px;
}

.detail-blog-image::after{
    content:url('data:image/svg+xml,<svg width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_225_33)"><path d="M4.86328 2.58984C17.9199 16.4073 34.8074 26.8634 53.3019 32.5805" stroke="%23443895" stroke-width="3.76" stroke-linecap="round" stroke-linejoin="round"/><path d="M2.69922 11.0488C11.1071 22.5795 22.9011 31.7957 36.3738 37.3475" stroke="%23443895" stroke-width="3.76" stroke-linecap="round" stroke-linejoin="round"/><path d="M6.26953 28.1445C10 36.1209 12.31 44.7034 13.0848 53.41" stroke="%23443895" stroke-width="3.76" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_225_33"><rect width="56" height="56" fill="white"/></clipPath></defs></svg>');
    position: absolute;
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 8px;
    left: 60px;
}


.detail-blog-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.col-detail-blog-img{
    display: flex;
    justify-content: center;
}

.blog-name{
    padding-left: 200px;
    padding-bottom: 10px;
}

.blog-name h1{
    color: var(--primary-color);
    font-size: var(--site-title);
    line-height: 40px;
    font-family: 'VZ-Bold';
}
.font-weight-bold{
    /*font-weight: bold;*/
    font-family: 'VZ-Bold';
}
.blog_text p {
    /*display: flex;*/
    /*justify-content: center;*/
    text-align: justify;
}

.blog_text{
    text-align: justify;
}

.blog_text p strong{
    font-family: 'VZ-Bold' !important;
    font-weight: 500 !important;;
}

.blog_text strong{
    font-family: 'VZ-Bold' !important;
    font-weight: 500 !important;;
}

.blog_text ul{
    padding-right: 1.4rem;
    padding-left: 0;
}

.blog_text p img{
    width: 100% !important;
    height: 100% !important;
    /*margin-block: 40px;*/
    object-fit: contain;
}

.blog_text * img{
    width: 100% !important;
    height: 100% !important;
    /*margin-block: 40px;*/
    object-fit: contain;
}


/*fix*/

.whole-detail-row{
    justify-content: flex-end;
}

.blog-detail{
    position: relative;
}

.posFix {
    position: fixed;
    top: 255px;
    width: 450px !important;
    padding-top: 15px;
}

.posAbs {
    position: absolute;
    bottom: -20px;
    width: 450px !important;
}

.aside{
    /*max-width: 306px;*/
    width: 450px;
    z-index: 3;
}

/*fix*/


.all-details-about-product{
    min-height: 666px;
}



/*responsive*/


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

    .detail-blog-image {
        width: 370px;
        height: 370px;
    }

    .fix-col-right {
        gap: 60px;
    }

    .detail-blog-image {
        width: 320px;
        height: 320px;
        position: relative;
    }

    .detail-blog-image::before {
        top: 2px;
        right: 17px;
    }

    .detail-blog-image::after {

        bottom: 0px;
        left: 43px;
    }

}


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

}


@media screen and (max-width: 1199px){
    .detail-blog-image {
        width: 375px;
        height: 375px;
    }

    .blogs-links {
        padding-inline: 23px;
    }

    .fix-col-right {
        gap: 30px;
    }

    .blog-name {
        padding-left: 122px;
    }

    .blog-name h1 {
        font-size: 29px;
        line-height: 43px;
    }

    .blog_text p img {
        width: 350px;
        height: 350px;
        margin-block: 25px;
    }
}


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


    .blog-name h1 {
        font-size: calc(var(--site-title) - 5px);
        line-height: 31px;
    }

    .blogs-links-appended{
        display: block;
    }

    .all-details-about-product{
        min-height: unset;
    }

    .blogs-links-appended{
        padding-block: 30px;
    }

    .blogs-links-desc{
        display: none;
    }

}


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

}


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



    .farsi-digit * {
        font-size: var(--mobile-text-font) !important;
    }

    .detail-title h4 {
        color: var(--primary-color);
        font-size: var(--main-mobile-title);
        font-weight: 500;
        line-height: var(--mobile-line-height);
        text-align: center;
        font-family: 'VZ-Bold' !important;
    }

    .farsi-digit h2, .farsi-digit h3, .farsi-digit h4,.farsi-digit h5, .farsi-digit h6{
        font-size: var(--mobile-title-font);
        font-weight: 500;
        line-height: var(--mobile-line-height);
        font-family: 'VZ-Bold' !important;
    }

    .blog-name h1 {
        font-size: var(--main-mobile-title);
        line-height: var(--mobile-line-height);
        font-weight: 500;
        font-family: 'VZ-Bold' !important;
    }

    .blog_text p{
        font-size: 14px;
        line-height: 28px !important;
    }



    .blog_text p img {
        width: 117%;
        height: 678px;
        margin-block: 0px;
    }

    .detail-blog-image {
        width: 324px;
        height: 324px;
    }


    .detail-blog-image::before{
        width: 35px;
        height: 37px;
        top: 2px;
        right: 34px;
        transform: scale(.7);
    }

    .detail-blog-image::after{
        transform: scale(.7);
        width: 40px;
        height: 40px;
        bottom: -11px;
        left: 69px;
    }

}

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

    .blog_text p img {
        width: 117%;
        height: 533px;
        margin-block: 0px;
    }

}


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




    .blog_text p img {
        width: 117%;
        height: 459px;
        margin-block: 0px;
    }

    .detail-blog-image {
        width: 303px;
        height: 303px;
    }

    .blog-name {
        padding-left: 0;
        text-align: center;
        padding-block: 40px 7px;
    }

    .detail-blog-image::before {
        top: -11px;
        right: 26px;
    }

    .detail-blog-image::after {
        bottom: -17px;
        left: 51px;
    }

}


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


    .blog_text p img {
        width: 117%;
        height: 389px;
        margin-block: 0px;
    }

    .detail-blog-image {
        width: 300px;
        height: 300px;
    }
}


@media screen and (max-width: 320px){
    .blog_text p img {
        width: 117%;
        height: 327px;
        margin-block: 25px;
    }

    .detail-blog-image {
        width: 249px;
        height: 249px;
    }
}










/*responsive height*/
/*responsive height*/
/*responsive height*/





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

    .detail-blog-image {
        width: 323px;
        height: 323px;
        position: relative;
    }

    .fix-col-right {
        gap: 25px;
    }

    .detail-blog-image::after {
        bottom: 1px;
        left: 36px;
    }

    .detail-blog-image::before {
        top: -3px;
        right: 18px;
    }
}

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

    .detail-blog-image {
        width: 245px;
        height: 245px;
        position: relative;
    }

    .detail-blog-image::after {
        bottom: 1px;
        left: 36px;
        transform: scale(.7);
    }

    .detail-blog-image::before {
        top: -3px;
        transform: scale(.7);
        right: 18px;
    }

    .fix-col-right {
        gap: 16px;
    }

    .blogs-links {
        gap: 9px;
    }

}



/*responsive height*/
/*responsive height*/



/*responsive*/





