﻿.v_ihide, .v_iHide {display:none !important;}

/************************************************************************************************************************
Errors
************************************************************************************************************************/

.genstatus.v_empty:before 		{ content: 'נתונים חסרים: '; }
.genstatus.v_invalid:before  	{ content: 'נתונים שגויים: '; }
.genstatus.v_error:before 		{ content: 'שגיאה: '; }
.genstatus.v_ok:before 		{ content: 'הפעולה הסתיימה בהצלחה'; }
.itemtocartstatus.v_ok:before {content: 'הפריט נוסף לסל הקניות שלך';}
.updatecart.v_ok:before { content: 'הסל עודכן בהצלחה';}
.emptycart.v_ok:before { content: 'הסל רוקן בהצלחה'; }
.deleteitem.v_ok:before {  content: 'הפריט נמחק מהסל'; }
.pass_3.v_error:before { content: 'שגיאה: '; }
.pass_3.v_ok:before { content: 'סיסמא נשלחה'; }
.read_policy_p:before{ content: 'נא לאשר את תקנון החנות'; }	
.don_3.v_error:before { content: 'שגיאה: '; }
.don_3.v_ok:before { content: 'תודה על תרומתך!'; }

/* item status */
.v_iSale:before { content: 'מבצע'; }
.v_istat3:before { content: 'פריט לא פעיל';  }
.v_istat4:before{ content: 'נא פנו אלינו לביצוע הזמנה';  }
.v_istat5:before { content: 'לא נקבע מחיר לפריט';  }
.v_istat6:before{ content: 'פריט לא נמצא ברשימת המוצרים';  }
.v_istat7:before{ content: 'פריט לא במלאי';  }
.v_istat8:before{ content: 'פריט לא נמצא ברשימת המוצרים';  }

/************************************************************************************************************************
Single item page
************************************************************************************************************************/

span.v_ihidesingle label,
span.Vat0, span.PVat, .b2b-hide
{
display: none;
}
 

/************************************************************************************************************************
Grid
************************************************************************************************************************/

.more-info {
display: none !important; /* in general we're hiding the 'more info' buttons */
}
.v_ihide.add2cart + .more-info {
display: inline-block !important; /*if for some reason the item cannot be bought we're showing the "more info" button */
}
a.button.matrix.m0 {
display: none !important; /*if the item doesn't have a matrix we're hiding the "chose options" button */"
}
.add2cart.matrix1 .add_to_cart_button, .add2cart.matrix2 .add_to_cart_button { 
display: none !important; /* if the item has a matrix we're hiding the "add2cart" button */
}
.v_ihide.add2cart ~ a.button.matrix {
display: none !important; /*if for some reason the item cannot be bought we're hiding the "matrix" button */
}
.v_istat5 ~ ins span.amount, .v_istat5 ~ .Vat0, .v_istat5 ~ .Vat1 {
display: none !important;
}

a.added_to_cart.wc-forward[wiz_enabled='no'] {
  display: none !important;
}
/************************************************************************************************************************
Others
************************************************************************************************************************/
/* user deails */
.discount0
{
display:none;
}
/* cart */
.emptycart {
display: none; /* hiding the "cart is empty" message */
}
#wiz-cart.v_ihide + .emptycart {
display: block !important;
}
.packsv_ihide span.qty {
display: none; /* hiding the word "יחידים" if there are no packs */
}	

/* send info about cart */
.send_cart_p.v_empty:before                   { content: 'נתונים חסרים: '; }
.send_cart_p.v_invalid:before  { content: 'נתונים שגויים: '; }
.send_cart_p.v_error:before                     { content: 'שגיאה: '; }
.send_cart_p.v_ok:before { content: 'תודה על פנייתך, מספר פנייה:'; }





