
.cv_custom_compare_price{
/* display:none; */
  display:block;
}
.cv_show_compare{
display:block !important;
}

.cv_product_form_item_2 {
    display: none !important;
}
.template-collection .product-card__image-with-placeholder-wrapper {
    width: 100%;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .price .price-item--sale {
    color: #000000;
} */

/*MEdia Starts*/
@media (max-width:420px){
.template-collection .product-card__image-with-placeholder-wrapper {
    height: 230px;
}
}

/* Import Tajawal Font */
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');

/* Force Tajawal and RTL on Arabic only */
html[lang="ar"] body {
    font-family: 'Tajawal', sans-serif !important;
}

/* Ensure global alignment for Arabic */
html[lang="ar"] p {
    direction: RTL !important;
    text-align: right !important;
}


html[lang="ar"] .left {
  text-align: right!important;
}

html[lang="ar"] .site-nav__childlist {
    text-align: right!important;
}

html[lang="ar"] .site-footer__content {
  text-align: right;
}

@media only screen and (min-width: 750px) {
    html[lang="ar"] .site-footer__linklist-item {
        padding: 0 0px 5px 0;
    }
}

html[lang="ar"] #SiteNav {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: center;
}