﻿body {
    direction: rtl;
}
.body-2 {
    font-size: 1.5rem;
    line-height: 2rem;
}
.display-block {
    display: block !important;
}
.rtl {
    direction: rtl !important;
}
.ltr {
    direction: ltr !important;
}
.right {
    float: right !important;
}
.left {
    float: left !important;
}
.float-start {
    float: inline-start !important;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.font-weight-600 {
    font-weight: 600 !important;
}
.font-12px {
    font-size: 12px;
}
.relative {
    position: relative;
}
.pr-0-pl-40 {
    padding: 0 0 0 40px !important;
}
.header-10 .header-top {
    height: 39px;
    line-height: 39px;
}
.header-contact {
    margin-left: auto;
    margin-right: 0;
}
.bold {
    font-weight: 700 !important;
}
.footer .widget-about p {
    text-align: justify;
}

/*===============Default===============*/
.entry .entry-body .entry-content p.truncate {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    line-height: 1.5;
    max-height: calc(1.5em * 3);
}

/*=============== ===============*/
.btn-product.btn-wishlist,
.btn-product.btn-compare {
    border: 0 none;
}
    .btn-product.btn-wishlist:hover, .btn-product.btn-wishlist:focus,
    .btn-product.btn-compare:hover, .btn-product.btn-compare:focus {
        background-color: #fff;
        color: #39f;
    }
        .btn-product.btn-wishlist:hover span, .btn-product.btn-wishlist:focus span,
        .btn-product.btn-compare:hover span, .btn-product.btn-compare:focus span {
            color: #666;
            text-decoration: underline;
        }
    .product-details-footer .social-label {
        margin-left: 1rem;
    }
.cart-product-qty {
    position: absolute;
    direction: ltr;
}
.cart-added-success {
    padding: 12px;
    background: #e8f5e9;
    color: #2e7d32;
    border-radius: 6px;
    text-align: center;
    font-weight: bold;
}
.input-group-append.coupon-code {
    left: -40px;
}
.icon-refresh {
    margin-right: 1rem;
    margin-left: 0 !important;
}
.table.table-summary tbody tr td {
    border: 0 none;
}
.summary-subtotal {
    border-bottom: 0.1rem solid #ebebeb;
}
/*===============Product Details Values===============*/
ul.ul-details {
    list-style: none;
    direction: rtl;
    text-align: right;
    padding-right: 0;
    font-weight: 600;
}
    ul.ul-details li {
        padding: .75rem 0;
        background-color: #f9f9f9;
        margin: .5rem 0;
    }
        ul.ul-details li span.detail-title {
            padding-right: 2.5rem;
            color: #81858b;
        }
        ul.ul-details li span.detail-value {
            padding-right: 2.5rem;
        }
.close-toast {
    border: 0 none;
    background-color: unset;
}
/*=============== ===============*/
.spinner {
    width: 14px;
    height: 14px;
    border: 2px solid #ccc;
    border-top-color: #333;
    border-radius: 50%;
    display: inline-block;
    animation: spin .8s linear infinite;
}
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
/*=============== ===============*/
.checkdeliverbox {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.error-border {
    border: 1px solid red !important;
    border-radius: 4px;
}

input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #999;
    border-radius: 50%;
    cursor: pointer;
}

    input[type="radio"].error-border {
        border-color: red;
        box-shadow: 0 0 0 1px rgba(255,0,0,0);
    }

    input[type="radio"]:checked {
        background: #0d6efd;
        border-color: #0d6efd;
    }
/*=============== ===============*/
.sms-code-verification {
    margin: 0 auto;
    padding: 3rem;
    text-align: center; 
}
    .sms-code-verification .inputs-code {
        display: inline-flex;
        flex-direction: row;
        align-items: center;
    }
    .sms-code-verification input {
        font-size: 1.5rem;
        height: 4rem;
        text-align: center;
        width: 4rem;
        margin-right: 1.5rem;
    }
    .sms-code-verification input:last-child {
        margin-right: 0;
    }
/*=============== ===============*/
.modal button.icon-close {
    border: 0 none;
    background-color: unset;
}

/*.account-address-sep {
    height: 1px;
    padding: 1rem 0;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 2rem;
}*/

.toolbox {
    color: #666666;
    background-color: #f8f8f8;
    padding: 2rem;
    margin-bottom: 2.5rem;
    border: 1px solid var(--gray-300-color);
}

.mt-xs {
    margin-top: var(--spacing-xs);
}

.orders-cart-item_header {
    border: 1px solid var(--gray-300-color);
    padding: 2.5rem;
}

.order-list-border {
    border: 1px solid #f8f8f8;
}

.orders-cart-item {
    /*border: 1px solid var(--gray-300-color);*/
    /*padding: 2rem 0;*/
}

@media (max-width: 991px) {
    .orders-cart-item:not(:last-child) {
        border-left: none;
    }
}
/*=============== ===============*/
@media (min-width: 992px) {
    .sidebar-filter {
        position: static !important;
        right: auto !important;
        left: auto !important;
        transform: none !important;
        visibility: visible !important;
        opacity: 1 !important;
        display: block !important;
        width: 100% !important;
        height: auto !important;
        overflow: visible !important;
        z-index: auto !important;
        box-shadow: none;
    }
    .sidebar-filter-overlay {
        display: none !important;
    }
    /*.sidebar-toggler {
        display: none !important;
    }*/
}
/*=============== ===============*/
ul.filter-category {
    list-style: none;
    padding-right: 0;
    font-size: 1.5rem;
    margin-bottom: 0;
}
    ul.filter-category li {
        margin-bottom: 1rem;
    }
        ul.filter-category li:last-child {
            margin-bottom: 0;
        }
        ul.filter-category li a {
            display: block;
            color: inherit;
            text-decoration: none;
        }
.widget .widget-filter_ {
    max-height: 350px;
    overflow: overlay;
}
/*=============== ===============*/
.skeleton * {
    pointer-events: none;
}

.skeleton-img,
.skeleton-line,
.skeleton-btn,
.skeleton-circle,
.skeleton-label,
.skeleton-rating {
    position: relative;
    overflow: hidden;
    background: #ececec;
    border-radius: 8px;
}

    .skeleton-img::after,
    .skeleton-line::after,
    .skeleton-btn::after,
    .skeleton-circle::after,
    .skeleton-label::after,
    .skeleton-rating::after {
        content: "";
        position: absolute;
        inset: 0;
        transform: translateX(-100%);
        background: linear-gradient( 90deg, transparent, rgba(255,255,255,.65), transparent );
        animation: skeleton-loading 1.2s infinite;
    }

@keyframes skeleton-loading {
    to {
        transform: translateX(100%);
    }
}

/* تصویر */
.skeleton-img {
    width: 100%;
    aspect-ratio: 1/1;
}

/* برچسب تخفیف */
.skeleton-label {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 70px;
    height: 24px;
    z-index: 2;
    border-radius: 20px;
}

/* دکمه علاقه‌مندی */
.skeleton-circle {
    width: 38px;
    height: 38px;
    border-radius: 50%;
}

/* دکمه افزودن به سبد */
.skeleton-btn {
    width: 80%;
    height: 42px;
    margin: 15px auto;
    border-radius: 30px;
}

/* خطوط متن */
.skeleton-line {
    height: 14px;
    margin: 10px auto;
}

    .skeleton-line.category {
        width: 55%;
    }

    .skeleton-line.title {
        width: 80%;
        height: 20px;
    }

    .skeleton-line.price {
        width: 45%;
        height: 22px;
    }

/* امتیاز */
.skeleton-rating {
    width: 120px;
    height: 14px;
    margin: 15px auto 0;
}

.w-75 {
    width: 75%;
}
/*=============== ===============*/
.payment-box {
    border: 1px solid #BEBEBD;
    padding: 1rem;
    border-radius: 5px;
}
.btn-product.btn-paynow {
    background-color: #39f;
    padding: .25rem .5rem;
}
.btn-product.btn-paynow span {
    color: #fff;
}
/*=============== ===============*/
.product-details-action .btn.disabled {
    opacity: 1 !important;
    color: #cccccc !important;
    cursor: default;
    pointer-events: none;
    background-color: #fafafa !important;
    border-color: #ebebeb !important;
}
/*=============== ===============*/
.widget-reviews {
    border: 1px solid #ebebeb;
    border-radius: 8px;
    padding: 10px;
    background: #fff;
}

.review-title {
    display: inline-block;
    background: #f3f6ff;
    color: #143c96;
    padding: 8px 18px;
    border-radius: 8px;
    font-size: 2.2rem;
    font-weight: 700;
}

.review-summary-title {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    font-weight: 700;
}

.review-average {
    gap: 12px;
}

.review-average-value {
    width: 50px;
    height: 40px;
    background: #081639;
    color: #fff;
    border-radius: 8px;
    border-top-left-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 700;
}

.review-average-text {
    font-size: 1.6rem;
    color: #444;
}

.review-write-title {
    margin-top: 2rem;
    font-size: 1.8rem;
}

.review-write-desc {
    color: #999;
    font-size: 1.25rem;
    margin-bottom: 2rem;
}

.review-btn {
    border-radius: 8px;
}

/* ===========================
   SVG Rating
   =========================== */
.rating-svg {
    --size: 30px;
    position: relative;
    display: inline-block;
    width: calc(var(--size) * 5);
    height: var(--size);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* ستاره های خاکستری */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='210' height='42' viewBox='0 0 210 42'%3E%3Cg fill='%23d8d8d8'%3E%3Cpath d='M21 2.5l5.4 10.9 12 1.7-8.7 8.5 2.1 12-10.8-5.7-10.8 5.7 2.1-12-8.7-8.5 12-1.7z'/%3E%3Cpath transform='translate(42)' d='M21 2.5l5.4 10.9 12 1.7-8.7 8.5 2.1 12-10.8-5.7-10.8 5.7 2.1-12-8.7-8.5 12-1.7z'/%3E%3Cpath transform='translate(84)' d='M21 2.5l5.4 10.9 12 1.7-8.7 8.5 2.1 12-10.8-5.7-10.8 5.7 2.1-12-8.7-8.5 12-1.7z'/%3E%3Cpath transform='translate(126)' d='M21 2.5l5.4 10.9 12 1.7-8.7 8.5 2.1 12-10.8-5.7-10.8 5.7 2.1-12-8.7-8.5 12-1.7z'/%3E%3Cpath transform='translate(168)' d='M21 2.5l5.4 10.9 12 1.7-8.7 8.5 2.1 12-10.8-5.7-10.8 5.7 2.1-12-8.7-8.5 12-1.7z'/%3E%3C/g%3E%3C/svg%3E");
}
.rating-svg-fill {
    position: absolute;
    left: 0;
    top: 0;
    width: var(--rating);
    height: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 150px 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='210' height='42' viewBox='0 0 210 42'%3E%3Cg fill='%23FDB022'%3E%3Cpath d='M21 2.5l5.4 10.9 12 1.7-8.7 8.5 2.1 12-10.8-5.7-10.8 5.7 2.1-12-8.7-8.5 12-1.7z'/%3E%3Cpath transform='translate(42)' d='M21 2.5l5.4 10.9 12 1.7-8.7 8.5 2.1 12-10.8-5.7-10.8 5.7 2.1-12-8.7-8.5 12-1.7z'/%3E%3Cpath transform='translate(84)' d='M21 2.5l5.4 10.9 12 1.7-8.7 8.5 2.1 12-10.8-5.7-10.8 5.7 2.1-12-8.7-8.5 12-1.7z'/%3E%3Cpath transform='translate(126)' d='M21 2.5l5.4 10.9 12 1.7-8.7 8.5 2.1 12-10.8-5.7-10.8 5.7 2.1-12-8.7-8.5 12-1.7z'/%3E%3Cpath transform='translate(168)' d='M21 2.5l5.4 10.9 12 1.7-8.7 8.5 2.1 12-10.8-5.7-10.8 5.7 2.1-12-8.7-8.5 12-1.7z'/%3E%3C/g%3E%3C/svg%3E");
}
.rating-svg-product {
    --size: 20px;
    position: relative;
    display: inline-block;
    width: calc(var(--size) * 5);
    height: var(--size);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* ستاره های خاکستری */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='210' height='42' viewBox='0 0 210 42'%3E%3Cg fill='%23d8d8d8'%3E%3Cpath d='M21 2.5l5.4 10.9 12 1.7-8.7 8.5 2.1 12-10.8-5.7-10.8 5.7 2.1-12-8.7-8.5 12-1.7z'/%3E%3Cpath transform='translate(42)' d='M21 2.5l5.4 10.9 12 1.7-8.7 8.5 2.1 12-10.8-5.7-10.8 5.7 2.1-12-8.7-8.5 12-1.7z'/%3E%3Cpath transform='translate(84)' d='M21 2.5l5.4 10.9 12 1.7-8.7 8.5 2.1 12-10.8-5.7-10.8 5.7 2.1-12-8.7-8.5 12-1.7z'/%3E%3Cpath transform='translate(126)' d='M21 2.5l5.4 10.9 12 1.7-8.7 8.5 2.1 12-10.8-5.7-10.8 5.7 2.1-12-8.7-8.5 12-1.7z'/%3E%3Cpath transform='translate(168)' d='M21 2.5l5.4 10.9 12 1.7-8.7 8.5 2.1 12-10.8-5.7-10.8 5.7 2.1-12-8.7-8.5 12-1.7z'/%3E%3C/g%3E%3C/svg%3E");
}
.rating-svg-fill-product {
    position: absolute;
    left: 0;
    top: 0;
    width: var(--rating);
    height: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 100px 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='210' height='42' viewBox='0 0 210 42'%3E%3Cg fill='%23FDB022'%3E%3Cpath d='M21 2.5l5.4 10.9 12 1.7-8.7 8.5 2.1 12-10.8-5.7-10.8 5.7 2.1-12-8.7-8.5 12-1.7z'/%3E%3Cpath transform='translate(42)' d='M21 2.5l5.4 10.9 12 1.7-8.7 8.5 2.1 12-10.8-5.7-10.8 5.7 2.1-12-8.7-8.5 12-1.7z'/%3E%3Cpath transform='translate(84)' d='M21 2.5l5.4 10.9 12 1.7-8.7 8.5 2.1 12-10.8-5.7-10.8 5.7 2.1-12-8.7-8.5 12-1.7z'/%3E%3Cpath transform='translate(126)' d='M21 2.5l5.4 10.9 12 1.7-8.7 8.5 2.1 12-10.8-5.7-10.8 5.7 2.1-12-8.7-8.5 12-1.7z'/%3E%3Cpath transform='translate(168)' d='M21 2.5l5.4 10.9 12 1.7-8.7 8.5 2.1 12-10.8-5.7-10.8 5.7 2.1-12-8.7-8.5 12-1.7z'/%3E%3C/g%3E%3C/svg%3E");
}
/*=============== ===============*/

/*=============== ===============*/

/*=============== ===============*/

/*=============== ===============*/