﻿.v_ihide, .v_iHide {display:none !important;}
.clear {
    clear: both;
}
/************************************************************************************************************************
Errors
************************************************************************************************************************/

.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: 'פריט לא נמצא ברשימת המוצרים';  }

.woocommerce-error.cartStatus0 {
    display: none;
}
/************************************************************************************************************************
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: 'תודה על פנייתך, מספר פנייה:'; }


.woocommerce-error.cartStatus0 {
    display: none;
}
ul.products {
    display: inline-block;
    width: 100%;
    -webkit-padding-start: 0px;
}
body.rtl .woocommerce ul.products li.product
{ list-style: none; }

.woocommerce .wiz-grid.columns-3 ul.products[data-wiz-container] li.product[data-wiz-item], 
.woocommerce-page .wiz-grid.columns-3 ul.products[data-wiz-container] li.product[data-wiz-item] /* 3 items in a row*/
{
	width: 33%;
}
.woocommerce .wiz-grid.columns-4 ul.products[data-wiz-container] li.product[data-wiz-item], 
.woocommerce-page .wiz-grid.columns-4 ul.products[data-wiz-container] li.product[data-wiz-item]  /* 4 items in a row*/
{
	width: 25%;
}
.woocommerce .wiz-grid.columns-5 ul.products[data-wiz-container] li.product[data-wiz-item], 
.woocommerce-page .wiz-grid.columns-5 ul.products[data-wiz-container] li.product[data-wiz-item] /* 5 items in a row*/
{
	width: 20%;
}

@media only screen and (min-width: 959px) {
	.woocommerce .wiz-grid.columns-3 ul.products[data-wiz-container][data-wiz-container] li:nth-child(3n+5) /* 3 items in a row*/
	{
		clear:both;
	}
	.woocommerce .wiz-grid.columns-4 ul.products[data-wiz-container][data-wiz-container] li:nth-child(4n+6) /* 4 items in a row*/
	{
		clear:both;
	}
	.woocommerce .wiz-grid.columns-5 ul.products[data-wiz-container][data-wiz-container] li:nth-child(5n+7) /* 5 items in a row*/
	{
		clear:both;
	}
	
}

@media only screen and (max-width: 1130px) 
{
	/*.woocommerce .wiz-grid ul.products[data-wiz-container] li.product[data-wiz-item], 
	.woocommerce-page .wiz-grid ul.products[data-wiz-container] li.product[data-wiz-item] {
		width: 50% !important;
	}
	/* 3 items in a row*/
	.woocommerce .wiz-grid.columns-3 ul.products[data-wiz-container][data-wiz-container] li:nth-child(2), 
	.woocommerce .wiz-grid.columns-3 ul.products[data-wiz-container] li.product:nth-child(2n), 
	.woocommerce-page .wiz-grid.columns-3 ul.products[data-wiz-container] li.product:nth-child(2n)
	{
		clear:both !important; 		
	}
	
	.woocommerce .wiz-grid.columns-3 ul.products[data-wiz-container][data-wiz-container] li:nth-child(2n) /* 3 items in a row*/
	{
	clear:none;
	}
	.woocommerce .wiz-grid.columns-3 ul.products[data-wiz-container][data-wiz-container] li:nth-child(2n+4) {
		clear: both;
	}
	/* 4 items in a row*/
	.woocommerce .wiz-grid.columns-4 ul.products[data-wiz-container][data-wiz-container] li:nth-child(2), 
	.woocommerce .wiz-grid.columns-4 ul.products[data-wiz-container] li.product:nth-child(2n), 
	.woocommerce-page .wiz-grid.columns-4 ul.products[data-wiz-container] li.product:nth-child(2n)
	{
		clear:both !important;
	}
	
	.woocommerce .wiz-grid.columns-4  ul.products[data-wiz-container][data-wiz-container] li:nth-child(2n) /* 3 items in a row*/
	{
	clear:none;
	}
	.woocommerce .wiz-grid.columns-4 ul.products[data-wiz-container][data-wiz-container] li:nth-child(2n+4) {
		clear: both;
	}
	 /* 5 items in a row*/
	.woocommerce .wiz-grid.columns-5 ul.products[data-wiz-container][data-wiz-container] li:nth-child(2), 
	.woocommerce .wiz-grid.columns-5 ul.products[data-wiz-container][data-wiz-container] li:nth-child(3n+5)
	{
		clear:both !important;
	}
	.woocommerce .wiz-grid.columns-5  ul.products[data-wiz-container][data-wiz-container] li:nth-child(2n) /* 3 items in a row*/
	{
	clear:none;
	}
	.woocommerce .wiz-grid.columns-5 ul.products[data-wiz-container] li.product[data-wiz-item], 
	.woocommerce-page .wiz-grid.columns-5 ul.products[data-wiz-container] li.product[data-wiz-item] {
		width: 33% !important;
	}
}
@media only screen and (max-width: 499px)
{
	.woocommerce .wiz-grid ul.products[data-wiz-container] li.product[data-wiz-item], 
	.woocommerce-page .wiz-grid ul.products[data-wiz-container] li.product[data-wiz-item] {
		width: 100% !important;
	}
}




table.shop_table {
    width: 100%;
	    border: 1px solid rgba(0,0,0,.1);
}
.woocommerce table.shop_table td {
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 6px 12px;
    vertical-align: middle;
}
@media only screen and (min-width: 760px)
{
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 48%;
}
}




@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	table.shop_table_responsive, 
	table.shop_table_responsive thead, 
	table.shop_table_responsive tbody, 
	table.shop_table_responsive th, 
	table.shop_table_responsive td, 
	table.shop_table_responsive tr
	{
		display: block;
	}
	.woocommerce table.cart .product-thumbnail, 
	.woocommerce-page #content table.cart .product-thumbnail, 
	.woocommerce-page table.cart .product-thumbnail {
		display: block !important; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	table.shop_table_responsive thead tr { 
		position: absolute;
		top: -9999px;
		right: -9999px;
	}
	
	table.shop_table_responsive tr {border-bottom: 1px solid;/* margin-bottom: 20px; */}
	
	table.shop_table_responsive td { 
		/* Behave  like a "row" */
		border: none;
		
		position: relative;
		padding-right: 30% !important;
		width: 100% !important;
		text-align: right !important;
		background: white;
	}
	table.shop_table_responsive td.actions { 
	padding-right: 0px !important ;
	display: inline-block;
	width: 100%;
	}
	table.shop_table_responsive td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		right: 6px;
		width: 25%;
		padding-left: 10px;
		white-space: nowrap;
	}

	table.shop_table_responsive tr td::before {
    content: attr(data-title) ;
}
[data-wiz-cart-actions] td:before {
    content: "";
}
}
.woocommerce a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red!important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
}.woocommerce a.remove:hover {
    color: #fff!important;
    background: red;
}

