* {
    margin: 0;
    padding: 0;
    text-decoration: none !important;
}

/* width */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(168, 169, 171, 0.08);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    background: #808080;
    border-radius: 5px;
}

body {
    background: var(--bg-body);
    transition: 0.2s all linear;
    overflow-x: hidden;
}

.c-header--comma .header-search form {
    position: relative;
}

.header-search-results {
    position: absolute;
    background: #fff;
    width: 358px;
    top: 80px;
    border-radius: 6px;
    z-index: 99;
}

.result-image {
    width: 40px;
    height: 40px;
}

/*tooltip*/
.custom-tooltip {
    position: absolute;
    top: 0;
    right: -15px;
    width: max-content;
    font-size: 14px;
    background: #ffffff;
    color: var(--first-color);
    padding: 5px 8px;
    border-radius: 5px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.custom-tooltip::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: #ffffff;
    bottom: -2px;
    left: 50%;
    transform: translate(-50%) rotate(45deg);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    background: var(--single-meta-color);
}

/*btn share tooltip*/
.shipax-blog .content ul li .text .share:hover .custom-tooltip {
    top: -45px;
    right: -15px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/*tooltip*/

.swiper {
    width: 100%;
}

/*start style single blog*/
.c-s-content {
    margin-top: 0.7rem;
    padding: 20px 15px 0 15px;
    border-radius: 10px;
    box-shadow: 0 0 50px 0 rgba(51, 49, 49, 0.1);
    background: var(--bg-content-single);
}

@media (min-width: 768px) {
    .c-s-content {
        padding: 20px 40px 0 40px;
    }
}

.single-search-results {}

/* sopix blog */
.shopix .c-s-content h4 {
    font-weight: 600;
}

/* یکسان‌سازی اندازه تصاویر داخل مقاله */
.shopix .c-s-img {
    width: 100%;
    max-width: 550px;
    /* حداکثر عرض دلخواه (می‌توانید تغییر دهید) */
    height: 400px;
    /* ارتفاع ثابت یکسان برای همه تصاویر */
    margin: 0 auto 20px auto;
    /* مرکز چین و فاصله از پایین */
    overflow: hidden;
    border-radius: 16px;
    /* اختیاری: گوشه‌های گرد */
}

.shopix .c-s-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* همه تصاویر ناحیه مشخص شده را بدون اعوجاج پر می‌کنند */
    display: block;
}

/* در موبایل ارتفاع را کمی کمتر کنید (اختیاری) */
@media (max-width: 768px) {
    .shopix .c-s-img {
        height: 200px;
    }
}

.shopix .c-s-content .c-t-s-bolg {
    padding: 15px 0;
    border-top: 1px solid #00000021;
}

.shopix .c-s-text {
    color: #515962;
}

.shopix .c-s-ticket li {
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    width: 100%;
    margin: 0.25rem;
}

.shopix .c-s-ticket p {
    background-color: #f0f0f0;
    padding: 10px;
    border-right: 4px solid #053ec2;
    border-radius: 7px;
}

.shopix .c-s-content .c-list-item .box {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(171, 171, 171, 0.53);
    height: 55px;
    width: 190px;
    border-radius: 7px;
    text-align: center;
    transition: 0.3s;
}

.shopix .c-s-content .c-list-item .box span {
    word-spacing: 0.3px;
}

.shopix .c-s-content .c-list-item .box span svg {
    margin-inline: 5px;
}

.shopix .c-s-content .c-list-item .c-s-text {
    color: rgba(128, 128, 128, 1);
    letter-spacing: -0.3px;
}

.shopix .blog-footer {
    padding: 40px 0;
}

/* استایل کامنت‌ها */
.shopix .comments-list h4 {
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.shopix .comment-item {
    border-bottom: 1px solid #f0f0f0;
    padding: 12px;
    margin-bottom: 10px;
    box-shadow: 0 0 50px 0 rgba(51, 49, 49, 0.1);
    background: var(--bg-content-single);
    border-radius: 4px;
}

.shopix .comment-item strong {
    color: #333;
    font-size: 16px;
}

.shopix .comment-item small {
    margin-right: 10px;
    font-size: 12px;
}

.shopix .comment-item p {
    margin-top: 8px;
    margin-bottom: 0;
    color: #555;
    line-height: 1.6;
}

.blog-footer-t.ratings {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #f5f5f5;
    padding: 15px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}

.blog-footer-t.ratings div>span:nth-child(1) {
    font-size: 18px;
    font-weight: bold;
}

.blog-footer-t.ratings div>span:nth-child(2) {
    color: #ffd700;
    font-size: 20px;
}

.blog-footer-t.ratings div>span:nth-child(3) {
    color: #777;
    font-size: 14px;
}

.blog-footer-b .cat li {
    padding: 8px 20px;
    background-color: rgba(0, 84, 247, 0.1);
    color: #3d3eff;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    -webkit-border-radius: 12px;
}

.blog-footer-b .cat li a {
    color: #0054F7;
}

.blog-footer-b .icons span:nth-child(1) {
    height: fit-content;
    background: #fff7c8;
    padding: 10px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.like-btn {
    gap: 4px;
}

.like-btn #like-count {
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    color: #333;
}

.no-products {
    margin: 30px 0px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

#commaShopArchiveResults {
    transition: all 0.2s ease;
    position: relative;
    min-height: 300px;
}

#commaShopArchiveResults.is-loading {
    pointer-events: none;
}

#commaShopArchiveResults.is-loading::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    z-index: 10;
    border-radius: inherit;
}

/* استایل پری‌لودر داخل محتوا */
#commaShopArchiveResults .preloader {
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translate(-0%, -50%);
    z-index: 20;
    display: none;
}

#commaShopArchiveResults.is-loading .preloader {
    display: block;
}

#commaShopArchiveResults .preloader .spinner {
    width: 50px;
    height: 50px;
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid #3498db;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    margin: 0 auto 10px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#commaShopArchiveResults .preloader span {
    color: #333;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.8);
    padding: 5px 12px;
    border-radius: 20px;
    display: inline-block;
}

.blog-footer-b .icons>span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    height: 40px;
    line-height: 1;
    padding: 10px 14px;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    background: transparent;
}

.blog-footer-b .icons>span svg {
    width: 20px;
    height: 20px;
    display: block;
}

.blog-footer-b .icons span:nth-child(3) {
    height: fit-content;
    background: #e3e6ff;
    padding: 10px;
    border-radius: 12px;
}

.blog-footer-b .icons span:nth-child(2) {
    height: fit-content;
    background: #ffe3e8;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

/* send ticket */
.shopix .send-ticket .container {
    width: 600px;
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: auto;
}

.shopix .send-ticket h3 {
    margin-bottom: 5px;
    font-size: 1.5rem;
    font-weight: 700;
}

.send-ticket .send-form-n,
.send-ticket .send-form-e {
    width: 100%;
}

@media (min-width: 768px) {

    .send-ticket .send-form-n,
    .send-ticket .send-form-e {
        width: 50%;
    }
}

.shopix .send-ticket label {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 12px;
    display: block;
    color: #444;
}

.shopix .send-ticket input,
.shopix .send-ticket textarea {
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    border: 1px solid #ddd;
    font-size: 14px;
    margin-bottom: 18px;
    outline: none;
}

.shopix .send-ticket textarea {
    height: 150px;
    resize: none;
    background: #f7f7ff;
}

.shopix .send-ticket button {
    background: #2f53f5;
    color: #fff;
    padding: 12px 30px;
    border: none;
    border-radius: 12px;
    font-size: 15px;
    cursor: pointer;
}

.shopix .send-ticket button:hover {
    background: #1e3ae0;
}

/* comma single blog*/

/* comma single blog*/
.comma .c-s-content .c-s-img {
    padding-bottom: 3rem;
}

.comma .c-s-content .c-s-img img {
    width: 100%;
    object-fit: cover;
    margin-top: -4rem;
    height: auto;
    border-radius: 7px;
    box-shadow: 0 10px 33px 0 rgba(0, 0, 0, 0.26);
}

.comma .c-t-s-bolg h4 {
    margin-bottom: 90px;
    color: #000000;
    font-size: 28px;
    font-weight: 600;
    padding: 37px 25px 0 0;
}

.comma .c-s-content .c-list-item div.box {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(171, 171, 171, 0.53);
    height: 55px;
    width: 32.5%;
    border-radius: 7px;
    text-align: center;
    transition: 0.3s;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .comma .c-s-content .c-list-item .boxs {
        flex-direction: column;
        align-items: center;
    }

    .comma .c-s-content .c-list-item div.box {
        width: 100%;
    }

}

.comma .c-s-content .c-list-item .box span {
    word-spacing: 0.3px;
}

.comma .c-s-content .c-list-item .box span svg {
    margin-inline: 5px;
}

.comma .c-s-content .c-list-item .c-s-text {
    color: rgba(128, 128, 128, 1);
    letter-spacing: -0.3px;
}

.comma .c-s-content .p-content {
    overflow-wrap: break-word;
    white-space: normal;
}

/* end comma single blog*/

/*start style pagination */
.pagination,
.woocommerce-pagination .page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination .link-page,
.woocommerce-pagination .page-numbers li {
    background-color: var(--bs-body-bg);
    color: var(--bs-dark);
    height: 40px;
    width: 40px;
    margin: 10px;
    border-radius: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.pagination .link-page:hover {
    background-color: #0b4be1d9;
}

.pagination .pagination-num,
.woocommerce-pagination .page-numbers li .page-numbers {
    background-color: var(--bs-body-bg);
    color: var(--bs-black);
    padding: 5px;
    width: 40px;
    margin-top: 20px;
    border-radius: 50%;
    height: 40px;
    border: 1px solid lightgrey;
}

.more-pagination {
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 10px;
}

/*end style pagination */

/* start style comment */
.c-comment .user-comment {
    width: 90%;
    border-radius: 15px;
    padding: 10px;
    margin: 20px 0;
    box-shadow: 0 10px 33px 0 rgba(126, 126, 126, 0.26);
}

.c-comment .user-comment .user {
    background: var(--bg-body);
    width: max-content;
    border-radius: 10px;
    color: var(--bg-body-dark) !important;
    padding: 0 11px;
    box-shadow: 0 10px 33px 0 rgba(206, 206, 206, 0.11);
}

.c-comment .user-comment .user .checked {
    color: orange;
}

.c-comment .user-comment .user img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

.c-comment .user-comment .c-text-comment {
    overflow: hidden;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.3px;
}

.c-comment .user-reply-comment {
    border-radius: 15px;
    padding: 10px;
    margin: 15px 100px 0 15px;
    box-shadow: 0 10px 33px 0 rgba(173, 173, 173, 0.23);
}

.c-comment .user-reply-comment .user {
    background: var(--white);
    width: max-content;
    border-radius: 10px;
    color: var(--white);
    padding: 0 11px;
    box-shadow: 0 10px 33px 0 rgba(231, 231, 231, 0.26);
}

.c-comment .user-reply-comment .user .checked {
    color: orange;
}

.c-comment .user-reply-comment .user img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

.c-comment .user-reply-comment .c-text-comment {
    overflow: hidden;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.3px;
}

/* end style comment */

/* start style blog */
.c-l-a-bolg {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 15px;
    background: var(--white);
    border-radius: 12px;
    padding: 12px 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.c-l-a-bolg>div:first-child {
    display: flex;
    align-items: center;
}

.c-l-a-bolg .c-l-a {
    display: inline-block;
    padding: 6px 16px;
    font-size: 0.85rem;
    font-weight: 500;
    color: #2c3e50;
    background-color: #f0f2f5;
    border-radius: 12px;
    transition: all 0.25s ease;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid transparent;
    white-space: nowrap;
}

.c-l-a-bolg h3 {
    font-size: 0.9rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
    white-space: nowrap;
}

.c-l-a-bolg .c-l-a:hover {
    background-color: #e0e7ff;
    color: #0054f7;
    transform: translateY(-1px);
}

.c-l-a-bolg .c-l-a.active {
    background-color: #0054f7;
    color: #fff;
    box-shadow: 0 4px 10px rgba(0, 84, 247, 0.3);
    border-color: #0054f7;
}

@media (max-width: 768px) {
    .c-l-a-bolg {
        gap: 8px;
        padding: 12px 16px;
        border-radius: 16px;
    }

    .c-l-a-bolg .c-l-a {
        padding: 5px 12px;
        font-size: 0.75rem;
    }

    .c-l-a-bolg h3 {
        font-size: 0.8rem;
    }
}

@media (max-width: 576px) {
    .c-l-a-bolg {
        justify-content: center;
    }

    .c-l-a-bolg>div:first-child {
        width: 100%;
        justify-content: center;
        margin-bottom: 6px;
    }

    .c-l-a-bolg .c-l-a {
        white-space: normal;
        text-align: center;
        flex: 0 0 auto;
    }
}

.c-b-content .box {
    display: flex;
    flex-direction: row;
    height: 240px;
    background: var(--white);
    border-radius: 20px 0;
    overflow: hidden;
    transition: 0.3s;
    margin-top: 1rem;
    box-shadow: 0 0 50px 0 rgba(51, 49, 49, 0.1);
}

.c-b-content .box:after {
    content: "";
    position: absolute;
    top: 110%;
    left: 0;
    background: var(--first-color);
    width: 1.2px;
    height: 25px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.c-b-content .box:hover:after {
    top: 40%;
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
}

.c-b-content .box .image:before {
    content: "...";
    width: 100%;
    position: absolute;
    top: 12%;
    text-align: center;
    color: white;
    font-size: 5rem;
    z-index: 1;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}

.c-b-content .box:hover .image:before {
    opacity: 1;
    visibility: visible;
}

.c-b-content .box .image:after {
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.38);
    border-radius: 0 0 20px 0;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}

.c-b-content .box:hover .image:after {
    opacity: 1;
    visibility: visible;
}

.c-b-content .box .image {
    width: 40%;
    height: 100%;
    flex-shrink: 0;
    position: relative;
}

.c-b-content .box .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 0 20px 0;
    transition: 0.5s;
}

.c-b-content .box .content {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 12px 15px;
}

.c-b-content .box .content .title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
    height: 2.8em;
}

.c-b-content .box .content p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.85rem;
    line-height: 1.4;
    height: calc(1.4em * 5);
    color: #91989c;
}

.c-b-content .box .content .more {
    text-align: end;
}

.c-b-content .box .content .more .btn {
    padding: 5px 25px;
    background: #0054F7;
    color: var(--text-color);
}

.c-b-content .box .content .more .btn:hover {
    padding: 5px 25px;
    background: #053ec2;
    color: var(--white);
}

/*start style sipax blog*/
.slider-sec {
    margin-top: 1rem;
    height: 60vh;
}

.slider-blog-swiper .image {
    height: 100%;
}

.slider-blog-swiper {
    height: 100%;
}

.slider-sec .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.search-sec .form {
    box-shadow: 0 0 10px 10px #80808014;
    border-radius: 10px;
}

.search-sec .form form {
    width: 100%;
}

.search-sec .form form input {
    width: 100%;
    border: none;
}

.shipax-blog .content ul li {
    display: flex;
    align-items: stretch;
}

.shipax-blog .content ul li:not(:first-child) {
    margin: 10px 0;
}

.shipax-blog .content ul li .image {
    position: relative;
    height: auto;
    width: 20%;
    margin-left: 10px;
    display: flex;
    align-items: center;
}

.shipax-blog .content ul li .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.shipax-blog .content ul li .text {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(196, 196, 196, 0.34);
    padding: 10px;
    border-radius: 10px;
    max-height: 280px;
    /* دلخواه - می‌توانید بر اساس دیزاین تنظیم کنید */
    overflow-y: auto;
    flex-direction: column;
    width: 100%;
    box-shadow: 0 0 10px 10px rgba(243, 243, 243, 0.45);
}

.shipax-blog .content ul li .text p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* فقط ۳ خط نشان داده شود */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    margin-bottom: 0;
}

.shipax-blog .content ul li .text .title {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 10px 0;
}

.shipax-blog .content ul li .text .share {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    margin: 0 10px;
    position: relative;
    border-radius: 4px;
    border: 1px solid rgba(180, 179, 179, 0.34);
}

.shipax-blog .content ul li .text .data {
    padding: 5px 10px;
    border-radius: 4px;
    cursor: default;
    border: 1px solid rgba(180, 179, 179, 0.34);
}

.shipax-blog .content ul li .image:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.shipax-blog .content ul li:hover .image:before {
    -webkit-animation: circle 0.75s;
    animation: circle 0.75s;
}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
}

.shipax-blog .content ul li .data svg {
    margin: 0 5px;
}

.shipax-blog .content ul li .btn {
    background: linear-gradient(135deg, #0054f7, #6a11cb);
    color: #fff;
    border-radius: 10px;
    padding: 20px 18px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 84, 247, 0.2);
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
    flex-shrink: 0;
    min-width: 48px;
    justify-content: center;
}

.shipax-blog .content ul li .btn svg {
    width: 15px;
    height: 11px;
    display: block;
    flex-shrink: 0;
    transition: transform 0.2s ease-in-out;
}

.shipax-blog .content ul li .btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: linear-gradient(135deg, #007ba8, hsl(217, 93%, 48%));
    transition: width 0.4s ease;
    z-index: -1;
    border-radius: inherit;
}

.shipax-blog .content ul li .btn:hover::before {
    width: 100%;
}

.shipax-blog .content ul li .btn:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    color: #fff;
}

.shipax-blog .content ul li .btn:hover svg {
    transform: translateX(-5px);
}

.shipax-blog .sidebar {
    text-align: center;
}

.shipax-blog .sidebar h4 {
    font-size: 1rem;
    margin: 10px 0;
}

.shipax-blog .sidebar .concat {
    border-radius: 10px;
    border: 1px dashed rgba(128, 128, 128, 0.42);
}

.shipax-blog .sidebar .concat a {
    display: inline-block;
    background: rgba(0, 63, 164, 0.55);
    padding: 5px;
    border-radius: 10px;
    margin: 0 0 10px 0;
    color: #fff !important;
}

.shipax-blog .sidebar .concat .image {
    width: 100%;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shipax-blog .sidebar .concat .image img {
    width: 50%;
    margin-top: 15px;
    height: auto;
    object-fit: cover;
}

.shipax-blog .sidebar .product-box-blog {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid rgba(128, 128, 128, 0.42);
}

.shipax-blog .sidebar .product-box-blog .box {
    box-shadow: 0 0 10px 10px rgba(243, 243, 243, 0.45);
}

.sidebar .product-box-blog .box .image img {
    width: 100%;
    height: auto;
}

.pagination {
    color: #fff;
}

/* استایل صفحه‌بندی وردپرسی */
.pagination ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    border-radius: 8px;
    color: #333;
    text-decoration: none;
    transition: 0.3s;
}

.pagination .page-numbers.current {
    background: #0054f7;
    color: #fff;
}

.pagination .prev,
.pagination .next {
    padding: 0 15px;
}

.pagination .page-numbers.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/*end style sipax blog*/

p.hide-if-no-js {
    margin-top: 0 !important;
}

p.hide-if-no-js a {
    padding: 6px 10px 10px;
    line-height: 30px;
    border-radius: 5px;
    text-decoration: none;
}

p.hide-if-no-js a.delete-custom-img {
    background: red;
    color: #fff;
}

p.hide-if-no-js a.upload-custom-img {
    background: #dfeafb;
    color: #757575;
}

.custom-img-container img {
    padding: 5px;
    max-width: 160px;
    max-height: 160px;
    border: 1px solid #eee;
    border-radius: 3px;
}

.jt-bg-image-upload-wrapper span {
    margin: 10px 0;
    display: block;
}

/*dsf*/
.radio_container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #cecece;
    width: 140px;
    height: 40px;
    border-radius: 5px;
    box-shadow: inset 0.5px 0.5px 2px 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 10px;
}

.radio_container input[type="radio"] {
    appearance: none;
    display: none;
}

.radio_container label {
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: inherit;
    width: 60px;
    height: 30px;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    transition: linear 0.3s;
    color: #6e6e6edd;
}

.radio_container input[type="radio"]:checked+label {
    background-color: #1e90ff;
    color: #f1f3f5;
    font-weight: 400;
    transition: 0.3s;
}

.display-none {
    display: none;
}

.HolooWP-iconpicker {
    position: absolute;
    background: #fff;
    width: 357px;
    height: 240px;
    overflow-y: auto;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    transition: 0.3s;
    display: none;
    top: 100%;
    left: 0;
    z-index: 6;
}

.HolooWP-iconpicker input.HolooWP-iconpicker-search {
    background: #f4f4f5;
    border: none;
    width: 100%;
}

.icon-fontawesome {
    display: flex;
    position: relative;
    align-items: center;
}

.icon-fontawesome>span.icon {
    width: 30px;
    height: 30px;
    background: #f4f4f5;
    border-radius: 5px;
    margin-inline-end: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.icon-fontawesome>input.icon-class {
    background: #f4f4f5;
    border: none;
}

.HolooWP-iconpicker-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.HolooWP-iconpicker-list .HolooWP-iconpicker-icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f4f5;
    border-radius: 5px;
    margin: 2px;
    font-size: 16px;
}

.cover-back {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 5;
    display: none;
}

/**/

/*phone template one*/
.phone-tmp-one {
    display: flex;
    background: #fff;
    padding: 2rem 3.15rem;
    border-radius: 0 0 30px 30px;
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
}

.phone-tmp-one a {
    color: inherit;
    text-decoration: none;
    margin: 0 0.2rem;
    display: flex;
    align-items: center;
    padding: 0.75rem 1.25rem;
    border-radius: 30px;
    position: relative;
    --hover-bg: #5b37b720;
    --hover-c: #5b37b7;
}

.phone-tmp-one a svg {
    margin-right: -2.5rem;
    width: 28px;
    height: 28px;
    pointer-events: none;
    transition: margin 0.2s ease-out;
}

.phone-tmp-one a span {
    opacity: 0;
    visibility: hidden;
    font-size: 0.9rem;
    margin-left: 0.9rem;
}

.phone-tmp-one a:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    transform: translate(0%, -50%) scale(0);
    visibility: visible;
    opacity: 1;
}

.phone-tmp-one a.active {
    background: var(--hover-bg);
    color: var(--hover-c);
}

.phone-tmp-one a.active:before {
    background: var(--hover-c);
    opacity: 0;
    visibility: hidden;
    transform: translate(0%, -50%) scale(2);
    transition: all 0.4s ease-out;
}

.phone-tmp-one a.active svg {
    margin-right: 0;
}

.phone-tmp-one a.active span {
    visibility: visible;
    opacity: 1;
    transition: all 0.2s ease-out;
}

@media (max-width: 500px) {
    .phone-tmp-one {
        flex-direction: column;
        justify-self: start;
        border-radius: 0 30px 30px 0;
        padding: 2rem 1.15rem 2rem 0.75rem;
    }

    .phone-tmp-one nav a {
        margin: 0.5rem 0;
    }

    /* remove the negative margin from the svg elements, as the width is to be taken in full */
    .phone-tmp-one nav svg {
        margin: 0;
    }
}

/* start style responsive */

@media (max-width: 768px) {
    .top-footer .menu-footer {
        display: none;
    }

    .c-footer-type-one .bottom-footer .c-image-footer {
        width: 100%;
        margin: 5px 0;
    }

    .c-footer-type-one .bottom-footer .box-menu {
        width: 100%;
    }

    .c-footer-type-one .bottom-footer .box-menu {
        flex-wrap: wrap;
    }

    .c-footer-type-one .top-footer .c-image-footer {
        width: 100%;
    }
}

@media (max-width: 992px) {}

/* end style responsive */

/* SPA navigation: top progress + skeleton */
.comma-spa-progress {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99999;
    height: 3px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.25s ease;
}

.comma-spa-progress.is-active {
    opacity: 1;
}

.comma-spa-progress__bar {
    display: block;
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, #ff7a00 0%, #ffb347 45%, #ff7a00 100%);
    background-size: 200% 100%;
    box-shadow: 0 0 10px rgba(255, 122, 0, 0.45);
    transition: width 0.28s ease;
    animation: comma-spa-progress-shimmer 1.1s linear infinite;
}

@keyframes comma-spa-progress-shimmer {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

.comma-spa-content.is-loading {
    min-height: 55vh;
}

.comma-spa-skeleton {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 28px 16px 48px;
}

.comma-spa-skeleton__hero,
.comma-spa-skeleton__line,
.comma-spa-skeleton__card {
    position: relative;
    overflow: hidden;
    background: #eceff3;
    border-radius: 14px;
}

.comma-spa-skeleton__hero::after,
.comma-spa-skeleton__line::after,
.comma-spa-skeleton__card::after {
    content: "";
    position: absolute;
    inset: 0;
    transform: translateX(-100%);
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.65) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    animation: comma-spa-skeleton-wave 1.35s ease-in-out infinite;
}

.comma-spa-skeleton__hero {
    height: 220px;
    margin-bottom: 28px;
    border-radius: 18px;
}

.comma-spa-skeleton__line {
    height: 18px;
    margin-bottom: 14px;
}

.comma-spa-skeleton__line--lg {
    width: 72%;
}

.comma-spa-skeleton__line--md {
    width: 92%;
}

.comma-spa-skeleton__line--sm {
    width: 58%;
    margin-bottom: 28px;
}

.comma-spa-skeleton__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.comma-spa-skeleton__card {
    height: 240px;
}

@keyframes comma-spa-skeleton-wave {
    100% {
        transform: translateX(100%);
    }
}

body.dark .comma-spa-skeleton__hero,
body.dark .comma-spa-skeleton__line,
body.dark .comma-spa-skeleton__card {
    background: #2a2a2a;
}

body.dark .comma-spa-skeleton__hero::after,
body.dark .comma-spa-skeleton__line::after,
body.dark .comma-spa-skeleton__card::after {
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.08) 50%,
        rgba(255, 255, 255, 0) 100%
    );
}

@media (max-width: 992px) {
    .comma-spa-skeleton__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 576px) {
    .comma-spa-skeleton {
        padding-top: 18px;
    }

    .comma-spa-skeleton__hero {
        height: 160px;
    }

    .comma-spa-skeleton__grid {
        grid-template-columns: 1fr;
    }

    .comma-spa-skeleton__card {
        height: 180px;
    }
}

/* SPA navigation: top progress + skeleton */
@keyframes comma-spa-shimmer {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

#comma-spa-progress {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99999;
    height: 3px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.25s ease;
}

#comma-spa-progress.is-active {
    opacity: 1;
}

.comma-spa-progress__bar {
    display: block;
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, #ff7a00, #ffb347, #ff7a00);
    box-shadow: 0 0 10px rgba(255, 122, 0, 0.45);
    transition: width 0.25s ease;
}

.comma-spa-content.is-loading {
    min-height: 42vh;
}

.comma-spa-skeleton {
    padding: 28px 0 48px;
    animation: comma-spa-skeleton-in 0.25s ease;
}

@keyframes comma-spa-skeleton-in {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.comma-spa-skeleton__hero,
.comma-spa-skeleton__line,
.comma-spa-skeleton__card,
.comma-spa-skeleton__sidebar-block {
    border-radius: 12px;
    background: linear-gradient(90deg, #eceff3 25%, #f8f9fb 50%, #eceff3 75%);
    background-size: 200% 100%;
    animation: comma-spa-shimmer 1.4s ease-in-out infinite;
}

.comma-spa-skeleton__hero {
    width: 100%;
    height: 220px;
    margin-bottom: 28px;
}

.comma-spa-skeleton__line {
    height: 16px;
    margin-bottom: 14px;
}

.comma-spa-skeleton__line--lg {
    width: 58%;
    height: 28px;
    margin-bottom: 22px;
}

.comma-spa-skeleton__line--md {
    width: 82%;
}

.comma-spa-skeleton__line--sm {
    width: 46%;
    margin-bottom: 28px;
}

.comma-spa-skeleton__layout {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.comma-spa-skeleton__card {
    height: 210px;
}

body.dark .comma-spa-skeleton__hero,
body.dark .comma-spa-skeleton__line,
body.dark .comma-spa-skeleton__card,
body.dark .comma-spa-skeleton__sidebar-block {
    background: linear-gradient(90deg, #2a2a2a 25%, #3a3a3a 50%, #2a2a2a 75%);
    background-size: 200% 100%;
}

@media (max-width: 768px) {
    .comma-spa-skeleton {
        padding: 18px 0 36px;
    }

    .comma-spa-skeleton__hero {
        height: 160px;
    }

    .comma-spa-skeleton__layout {
        grid-template-columns: 1fr;
    }

    .comma-spa-skeleton__card {
        height: 160px;
    }
}