/* Add custom CSS styles below */

/* زر اضف للسلة */
button.s-button-element.s-button-btn.s-button-outline.s-button-sm.s-button-wide.s-button-primary-outline.s-button-loader-center {
    color: #4b5563 !important;
    border-color: #4b5563 !important;
}

button.s-button-element.s-button-btn.s-button-outline.s-button-sm.s-button-wide.s-button-primary-outline.s-button-loader-center .sicon-shopping {
    color: #4b5563 !important;
}

button.s-button-element.s-button-btn.s-button-outline.s-button-sm.s-button-wide.s-button-primary-outline.s-button-loader-center:hover {
    color: #4b5563 !important;
    background-color: white !important;
    border-color: #4b5563 !important;
}
button.s-button-element.s-button-btn.s-button-outline.s-button-sm.s-button-wide.s-button-primary-outline.s-button-loader-center:hover .sicon-shopping {
    color: #4b5563 !important;
}

/* اخفاء العين واضافة للمفضلة */
.product-card__actions,
.product-card__buttons.normal {
    display: none !important;
}
/* صفحة المنتج */
h2.total-price.text-red-400.font-bold.text-xl.inline-block,
h4.font-bold.text-xl.inline-block.total-price.text-red-400 {
    color: #f00 !important;
}

a#btn-show-more {
    color: blue !important;
}


/*تعديل على ترتيب العناصر*/
.product-single__info.col-lg-5.col-md-12.col-12.lg\:\!w-2\/4.md\:w-full.w-full.ltr\:md\:pl-\[15px\].rtl\:md\:pr-\[15px\].mt-5.sm\:mt-0 {

    display: flex;
    flex-direction: column;
}

.product-single__info>div.flex.items-center.justify-between.mb-5 {
    order: -10;
}

.product-single__info>h1.text-xl.md\:text-2xl.leading-10.font-bold.text-store-text-primary {
    order: -9;
}

.product-single__info>h2.product-entry__sub-title.text-sm.text-store-text-secondary.leading-6.mb-2\.5 {
    order: -8;
}

/*تعديل على قسم تم شراؤه */

.flex.flex-col.space-y-5.mb-5 .inventory-content.flex-grow.shrink-0 {
    display: none !important;
}

.product-single__info>.flex.flex-col.space-y-5.mb-5 {
    order: -7;
    margin-bottom: 6px !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.product-single__info>.flex.flex-col.space-y-5.mb-5>div {
    margin-top: 2px !important;
}

salla-installment.hydrated {
    order: 9;
}

.product-single__info>div.mb-3 {

    order: 10;
}