.main-properties { border:1px solid #eee; padding:12px; margin:10px 0; border-radius:6px; }
.main-properties .logo { width:48px; height:auto; margin-left:12px; }
.mpoz-order-btn { background:#0073aa; color:#fff; border:0; padding:8px 12px; border-radius:4px; cursor:pointer; }
.mpoz-order-btn:disabled { opacity:0.6; cursor:not-allowed; }
.sponsored-text { font-size:12px; color:#888; }
.property { padding:6px 8px; }
.comments-template{border-radius:10px;box-shadow:0 1px 2px 0 rgba(0,0,0,.2);background-color:#fff}
.r-card{background-color:#fff}.r-content-box{background-color:#fff;border-radius:10px;box-shadow:0 1px 2px 0 rgba(0,0,0,.2);margin-bottom:1.1428rem;padding:1.1428rem}
.r-border-rounded {
    border-radius: 10px !important;
}
.r-p-3 {
    padding: 1.1428rem !important;
}
.r-mb-2 {
    margin-bottom: .8571rem !important;
}
.r-card1 {
    background-color: #fff;
}
.d-flex {
    display: flex !important;
}
.d-flex1 {
    display: flex;
}
.flex-wrap {
    flex-wrap: wrap !important;
}

.itemxx{float: right;
    display: inline-block;}

/* کانتینر نمایش محصولات */
.mcp-list {
    width: 100%;
    max-width: 1200px;
    margin: 20px auto;
    display: grid;
   
    gap: 20px;
    padding: 10px;
}

.mcp-label
{margin:20px;}
/* کارت محصول به سبک DigiKala */
.mcp-card {
    background: #fff;
    border-radius: 12px;
    padding: 18px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    border: 1px solid #eee;
    
   /* flex-direction: column;*/
    justify-content: space-between;
    transition: 0.25s ease;
    cursor: pointer;
    
    width: 100%;
display: block;
     
}

.mcp-card:hover {
    box-shadow: 0 4px 18px rgba(0,0,0,0.12);
    transform: translateY(-3px);
    border-color: #ddd;
}
.position-relative {
    position: relative !important;
}
/* تصویر محصول (اگر داری) */
.mcp-image {
    width: 100%;
    height: 170px;
    background: #f7f7f7;
    border-radius: 10px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.mcp-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* عنوان */
.mcp-title {
    
    font-size: 10px;
    font-weight: 600;
    color: #333;
    padding:2px;
    margin-bottom: 10px;
    line-height: 1.5;
}

/* توضیحات */
.mcp-description {
    font-size: 13px;
    color: #666;
    margin: 5px;
   
    line-height: 1.7;
    /*height: 60px;
    overflow: hidden;*/
}

/* قیمت */
.mcp-price {
    font-size: 17px;
    font-weight: 700;
    color: #d32f2f;
    margin-bottom: 12px;
}

/* دکمه خرید */
.mcp-buy-btn {
    
    background: #ef394e;
    color: #fff;
    padding: 12px 25px; 
    min-width: 120px;     
    border: none;
    
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    margin-top: auto;
    transition: 0.25s ease;
     text-align:center;
}

.mcp-btn
{
    /*display: inline-block; */
   width: 50%;
display: block;
margin: 0 auto;

   
}
.mcp-buy-btn:hover {
    background: #d82a3a;
}

/* برای راست‌چین (به سبک دیجی‌کالا) */
.mcp-card {
    direction: rtl;
    text-align: right;
}
