/* ===============================
   GoldChi Product Details
================================ */


.goldchi-product-details {

    margin-top: 25px;

    padding: 20px;

    background: #ffffff;

    border: 1px solid #e8e8e8;

    border-radius: 12px;

    box-shadow: 0 5px 20px rgba(0,0,0,.05);

    direction: rtl;

}



.goldchi-product-details h3 {

    margin: 0 0 18px;

    padding-bottom: 12px;

    border-bottom: 2px solid #d4af37;

    font-size: 18px;

    font-weight: 700;

    color: #333;

}





.goldchi-detail-item {

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 5px 0;

    border-bottom: 1px solid #f1f1f1;

    font-size: 14px;

    color: #555;

}



.goldchi-detail-item:last-child {

    border-bottom: none;

}




.goldchi-detail-item span {

    font-weight: 500;

    color: #666;

}




.goldchi-detail-item strong {

    color: #b8860b;

    font-weight: 700;

    direction: rtl;

}




.goldchi-detail-item strong::after {

    margin-right:5px;

}





/* حالت موبایل */

@media(max-width:768px){


    .goldchi-product-details {

        padding:15px;

        margin-top:20px;

    }



    .goldchi-detail-item {

        font-size:13px;

        padding:10px 0;

    }


}