מדיניות פרטיות שלנו, היא הסבר כיצד אנו משתמשים במידע שאנחנו מקבלים או אוספים, אודות הגולשים והמשתמשים באפליקציות (יישומונים) ובאתר האינטרנט שלנו. גלישה נעימה. קרא על מדיניות הפרטיות שלנו
// $(document).ready(function () {
// // Check each product
// $('.layout_list_item').each(function () {
// // If the product has the class 'articles'
// if ($(this).hasClass('articles')) {
// // Add the CSS to the specifications inside it
// $(this).find('.specifications').css({
// direction: 'ltr',
// textAlign: 'left'
// });
// }
// });
// });