.elementor-808 .elementor-element.elementor-element-1362d29{--display:flex;}.elementor-808 .elementor-element.elementor-element-eb3c9a4{--display:flex;}.elementor-808 .elementor-element.elementor-element-cafc222 .elementor-button{background-color:var( --e-global-color-f83716e );font-size:17px;fill:var( --e-global-color-acda8e1 );color:var( --e-global-color-acda8e1 );}#elementor-popup-modal-808 .dialog-widget-content{background-color:var( --e-global-color-f83716e );border-radius:6px 6px 6px 6px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-808{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-808 .dialog-message{width:709px;height:auto;}#elementor-popup-modal-808 .dialog-close-button{display:flex;}/* Start custom CSS for html, class: .elementor-element-e033c02 */#order-list-display .order-item-card {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 15px 0;
    border-bottom: 1px dashed #eee;
    direction: rtl; /* برای فارسی سازی */
}

#order-list-display .item-details {
    flex-grow: 1;
    padding-left: 20px;
}

#order-list-display .item-image img {
    width: 100px; /* تنظیم اندازه عکس */
    height: auto;
    border-radius: 5px;
}

#order-list-display .item-quantity-control {
    display: flex;
    align-items: center;
    margin-top: 10px;
    font-size: 18px;
}

#order-list-display .qty-btn {
    cursor: pointer;
    font-weight: bold;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    color: #555;
}/* End custom CSS */
/* Start custom CSS *//* برای شبیه‌سازی ظاهر کارت‌های سفید با حاشیه نقطه چین */
.order-item-card {
    display: flex;
    justify-content: space-between;
    align-items: center; /* تراز کردن آیتم‌ها به مرکز */
    padding: 20px;
    margin-bottom: 20px;
    border: 1px dashed #ddd; /* حاشیه نقطه چین */
    border-radius: 10px;
    background-color: #fff;
    direction: rtl; 
}

.item-details {
    flex-grow: 1;
    padding-left: 20px;
}

.item-name {
    margin: 0 0 5px 0;
    font-size: 1.2em;
}

.item-price {
    color: #666;
    margin-bottom: 10px;
}

.item-image img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 5px;
}

/* کنترلگر کمیت */
.item-quantity-control {
    display: flex;
    align-items: center;
    font-size: 1.1em;
}

.qty-btn {
    cursor: pointer;
    font-weight: bold;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    color: #555;
    background-color: #f9f9f9;
}

.current-qty {
    font-weight: bold;
}

.screenshot-note {
    text-align: center;
    font-size: 1.1em;
    color: #333;
    margin-top: 30px;
}/* End custom CSS */