/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 10 2025 | 14:14:20 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 




==============================
עמוד הבית
==============================
===============================

/*
תיקון "בריחת" המסך עד הסוף שמאלה + הוספת תפריטים קופצים בצמר וחוטים ובהוראות סריגה
--------------------------
*/
.site-header-compact .main-navigation ul ul {
    display: none;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    display: block;
	}

.site-header-compact .main-navigation ul ul {
    display: none;
}


/*
עיצוב גודל כתב ברוכים הבאים בתצוגת ניידים
--------------------------------
*/
@media only screen and (max-width: 320px){
.elementor-3449 .elementor-element.elementor-element-e542790 .elementor-heading-title {
font-size:18px;
	}
	}
@media only screen and (min-device-width : 321px) and (max-device-width : 399px){
.elementor-3449 .elementor-element.elementor-element-e542790 .elementor-heading-title {
font-size:22px;
	}
	}
@media only screen and (min-device-width : 400px) and (max-device-width : 480px){
.elementor-3449 .elementor-element.elementor-element-e542790 .elementor-heading-title {
font-size:24px;
	}
	}

/*
עיצוב גודל כותרות הקטגוריות בקוביות הקטנות בתצוגת ניידים
--------------------------------
*/
@media only screen and (max-width: 320px){
.elementor-widget-heading .elementor-heading-title a{
font-size:14px !important;
	text-align: center !important;
	font-weight: 600 !important;
	}
}
@media only screen and (min-device-width : 321px) and (max-device-width : 400px){
.elementor-widget-heading .elementor-heading-title a{
font-size:20px !important;
	text-align: center !important;
	font-weight: 600 !important;
	}
}
@media only screen and (min-device-width : 401px) and (max-device-width : 480px){
.elementor-widget-heading .elementor-heading-title a{
font-size:25px !important;
	text-align: center !important;
	font-weight: 600 !important;
	}
}




/*
עיצוב החלק של "מיין לפי" ו-כמות תוצאות של מוצרים בקטגוריה בתצוגת ניידים
--------------------------------
*/
.site-container	
p.woocommerce-result-count{
display: none !important;
	}

@media only screen and (min-width: 980px){
.woocommerce .woocommerce-ordering select {
	margin-right: -280px!important;
	width: 250px;
}
}


@media only screen and (max-width: 285px){
.woocommerce .woocommerce-ordering select, .woocommerce-page .woocommerce-ordering select {
    width: 90%;
	font-size:10px !important;
}
}

@media only screen and (min-device-width : 286px) and (max-device-width : 400px){
.woocommerce .woocommerce-ordering select, .woocommerce-page .woocommerce-ordering select {
    width: 90%;
	font-size:12px !important;
}
}
	
@media only screen and (min-device-width : 401px) and (max-device-width : 480px){
.woocommerce .woocommerce-ordering select, .woocommerce-page .woocommerce-ordering select {
    width: 90%;
	font-size:15px !important;
	}
}

@media only screen and (min-device-width : 481px) and (max-device-width : 980px){
.woocommerce .woocommerce-ordering select, .woocommerce-page .woocommerce-ordering select {
    width: 50%;
		font-size:14px !important;
	}
	}


/*
צבע כותרות פוטר
--------------------------------
*/

.site-footer .widgettitle, .site-footer .widget-title
{
	color: #82CFC7 !important;
	}


/*
מיקום אייקון התוסף נגישות
------------------------
*/
body #acwp-toolbar-btn-wrap {
    bottom: 120px;
    left: 50px !important;
}










==============================
עמוד לתשלום ==============================
===============================

/*
ביטול שורות "היית כאן בעבר" ו "יש לך קופון" בעמוד לתשלום בתצוגת נייד 


@media only screen and (max-device-width: 768px) {
.woocommerce .woocommerce-info, .woocommerce-page .woocommerce-info{
    display: none;	}
}

*/






/*
עיצוב כפתור הוסף לסל  במוצרים עם וריאציות בעמוד המוצר עצמו בתצוגת ניידים
------------------------------

*/

@media only screen and (max-device-width : 320px) {
		.woocommerce div.product
form.variations_form.cart	
	div.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled
	{
		display: block !important;
		margin-top:550px !important;

	}	
	
.woocommerce div.product
form.variations_form.cart	
	div.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled
div.quantity
{
width: 45% !important;
float: right !important;	
	
			}	


.woocommerce div.product
form.variations_form.cart	
	div.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled
button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed
{
width: 30% !important;
	font-size: 12px !important;
		}


.woocommerce div.product
form.variations_form.cart	
div.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled
button.single_add_to_cart_button.button.alt
{
width: 45% !important;
float: right !important;	
		}


.woocommerce div.product
form.variations_form.cart	
div.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled
		div.quantity
{
width: 53% !important;
float: right !important;	
		}

}



@media only screen and (min-device-width : 321px) and (max-device-width : 780px){
		
.woocommerce div.product
form.variations_form.cart .single_variation_wrap
	{
margin-top:150px !important;
		}
	
	.woocommerce div.product
	form.variations_form.cart .single_variation_wrap .e-atc-qty-button-holder {
		width: 50% !important;
		margin-right: 50px !important;
		
	}	
	
	.woocommerce div.product
form.variations_form.cart	
	div.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled
	{
		display: block !important;
		
	}	
	
.woocommerce div.product
form.variations_form.cart	
	div.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled
div.quantity
{
		margin-right: -100px !important;
	width:40% !important;
		}	


.woocommerce div.product
form.variations_form.cart	
	div.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled
button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed
{
width: 50% !important;
font-size: 13px !important;

		}
	

.woocommerce div.product
form.variations_form.cart	
div.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled
button.single_add_to_cart_button.button.alt
{
width: 26% !important;
float: right !important;	
	font-size: 13px !important;

		}


.woocommerce div.product
form.variations_form.cart	
div.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled
		div.quantity
{
width: 41% !important;
float: right !important;	
		}
	
	

	
	
	
	
	
	
	
	
	
}




@media screen and (min-width: 980px){
	.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled
	{
width: 200% !important;	
	margin-bottom: 40px; 
	
		}
	
	.single_variation_wrap
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled
.button.single_add_to_cart_button.button.alt
{


float: right !important;	
	margin-bottom: 40px; 
	
		
		}

	.single_variation_wrap
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled
	{
		width: 200% !important;
	}
}




/*
עיצוב כפתור הוספת קופון בעמוד עגלת קניות בתצוגת ניידים
----------------------------
*/
@media screen and (max-width: 768px){

.woocommerce table.shop_table_responsive
td.actions div.coupon
{
width: 100% !important;
}

.woocommerce table.shop_table_responsive
td.actions div.coupon input#coupon_code.input-text
{
width: 70% !important;
}

.woocommerce table.shop_table_responsive
td.actions div.coupon button.button
{
width: 30% !important;
}

}

	
	
	
	
	/*
	עיצוב כפתור הסר מוצר בעגלת קניות
----------------------------
*/
.woocommerce table.cart a.remove, .woocommerce-page #content table.cart a.remove, .woocommerce-page table.cart a.remove 
{
color: grey !important;
    border: 1px solid;
    border-radius: 50%;
	font-size: 1.5em;
	
}









/*
==============================
אפליקציית מיני כרט חלון קופץ ==============================
===============================
*/	
	
/*
עיצוב כפתור "לעגלת-הקניות"
------------------------------
*/

a.xoo-wsc-ft-btn.xoo-wsc-ft-btn-cart
{
  padding: 5px 20px !important;
  border: 1px solid #e6e6e6 !important;
    
	}

/*
עיצוב כפתור לתשלום
------------------------------
*/
a.xoo-wsc-ft-btn.xoo-wsc-ft-btn-checkout
{
  padding: 8px 30px !important;
    border: 1px solid #e6e6e6;
}

/*
עיצוב פונט ציור עגלה תצוגת מחשב
------------------------------
*/
.xoo-wsc-basket i{
	color: #e793be !important;
	background-colorrrr: #F4F6F5 !important;
	padding-top:5px !important;
}

@media only screen and (min-device-width : 980px){
.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-basket {
	margin-top:35px !important;	
  margin-left:20px !important;	
    display: block;
	background-color: transparent;
	
	
	}	
	.xoo-wsc-basket i{
		font-size: 25px !important;
		
 }  
.xoo-wsc-items-count {
font-size: 12px !important;
	width: 20px;
	height: 20px;
	top: -10px;
    right: -10px;
	line-height: 20px;
 }  
}

/*
עיצוב פונט ציור עגלה תצוגת ניידים
------------------------------

@media only screen and (max-device-width : 979px){
.xoo-wsc-basket {	
	display: block;
	}	
.xoo-wsc-basket i{
		font-size: 24px !important;
position: relative !important ; 
	   
	}
	
	.xoo-wsc-items-count {
font-size: 12px !important;
	width: 17px;
	height: 17px;
	top: -8px;
    right: -12px !important;
	line-height: 18px;
 }  
}
	
@media only screen and (max-device-width : 280px){
.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-basket {
	margin-left:10px !important;	
	margin-top:-45px !important;	
	
	}	
}

@media only screen and (device-height : 480px){
.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-basket {
	margin-left:12px !important;	
	margin-top:-45px !important;	
	}	
}


@media only screen and  (min-width: 281px) and  (max-width: 390px){
.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-basket {
	margin-left:28px !important;	
	margin-top:-45px !important;	
	}	
}

@media only screen and  (min-width: 391px) and  (max-width: 979px){
.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-basket {
	margin-left:55px !important;	
	margin-top:-50px !important;	
	}	
}
*/









/*
עיצוב פונט של ציור עגלת הקניות בתצוגת ניידים 
-----------------------------------
*/

@media only screen and (max-device-width : 980px){
 .xoo-wsc-modal .xoo-wsc-container{
    max-height: 550px;
    margin-left: 0px; 
 }   
    
.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-basket i {
    font-size: 30px !important;
	padding-top:5px !important;
	z-index: 2;
	margin-top: 3px;
	
 }  
 
.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-basket {
	margin-top: -10px !important;	
	margin-lefttt: 50px;
	padding: 1px 4px 4px 3px !important;
    display: block;
	display: block;
	}	
}	
















/*
גודל כיתוב משלוחים חינם בתצוגת ניידים
------------------------------
*/
@media only screen and (max-device-width : 280px){
.elementor-3838 .elementor-element.elementor-element-5e29a6d .elementor-heading-title {
    font-size: 17px;
}
}





/*
מיקום אייקון התחברות בתצוגת ניידים
------------------------------
*/
@media only screen and (max-device-width : 319px){
.elementor-3838 .elementor-element.elementor-element-708b1c7 > .elementor-widget-container {
    margin: 6px 120px 0px 0px;
    padding: 0px 0px 0px 0px;
}
}

@media only screen and (device-height : 480px){
.elementor-3838 .elementor-element.elementor-element-708b1c7 > .elementor-widget-container {
  margin: 6px 145px 0px 0px;
  padding: 0px 0px 0px 0px;
}
}

@media only screen and  (min-width: 321px) and  (max-width: 380px){
.elementor-3838 .elementor-element.elementor-element-708b1c7 > .elementor-widget-container {
  margin: 6px 175px 0px 0px;
  padding: 0px 0px 0px 0px;
}
}

@media only screen and  (min-width: 381px) and  (max-width: 400px){
.elementor-3838 .elementor-element.elementor-element-708b1c7 > .elementor-widget-container {
  margin: 6px 190px 0px 0px;
  padding: 0px 0px 0px 0px;
}
}

@media only screen and  (min-width: 401px) and  (max-width: 979px){
.elementor-3838 .elementor-element.elementor-element-708b1c7 > .elementor-widget-container {
  margin: 6px 220px 0px 0px;
  padding: 0px 0px 0px 0px;
}
}



/*
מחיקת כפתור הסר מוצר בעמוד לתשלום 
------------------------------
*/
.woocommerce #order_review a.remove{
		display: none!important;
	}



/*
עיצוב לתוסף מוצר מורכב 
*/
.wooco-alert {
border-left: 5px solid red;
font-size: 18px;
}




/*
עיצוב כפתור הוסף לסל בעמוד של המוצר עצמו בתצוגת מחשב
----------------------------

.woocommerce div.product form.cart .button  {
  padding: 10px 50px;
margin-right: 15px;
border: 1px solid #626666;
background-color: #d8d8d8;
}
*/



/*
עיצוב כפתור הוסף לסל בעמוד של המוצר עצמו בתצוגת ניידים
----------------------------
*/
@media only screen and  (max-width: 285px){
.woocommerce div.product form.cart 
{
display: flex !important;
padding: 1px 1px 1px 1px;
	}
.woocommerce div.product form.cart .button {
padding: 12px 17px !important;	
text-align: center;
font-size: 12px !important;
border: 1px solid #626666;
	}
.woocommerce div.product form.cart div.quantity {
width:350px ;
	}
	}


@media only screen and  (min-width: 286px) and  (max-width: 325px){
.woocommerce div.product form.cart 
{
display: flex !important;
padding: 1px 1px 1px 1px;
	}
.woocommerce div.product form.cart .button {
padding: 12px 17px !important;	
text-align: center;
font-size: 12px !important;
border: 1px solid #626666;
	}
.woocommerce div.product form.cart div.quantity {
width:250px ;
	}
	}

@media only screen and  (min-width: 326px) and  (max-width: 380px){
.woocommerce div.product form.cart 
{
display: flex !important;
padding: 1px 1px 1px 1px;
	}
.woocommerce div.product form.cart .button {
padding: 12px 17px;	
text-align: center;
font-size: 16px !important;
border: 1px solid #626666;
	}
.woocommerce div.product form.cart div.quantity {
width:280px !important ;
	}
	}

@media only screen and  (min-width: 381px) and  (max-width: 780px){
.woocommerce div.product form.cart 
{
display: flex !important;
padding: 1px 1px 1px 1px;
	}
.woocommerce div.product form.cart .button {
padding: 12px 15px !important;	
text-align: center;
font-size: 16px !important;
border: 1px solid #626666;
	}
.woocommerce div.product form.cart div.quantity {
width:50% !important ;
	}
	}



/*
עיצוב כפתור הוסף לסל (בחר אפשרויות} במוצרים עם וריאציות בעמודי הקטגוריות ובעמוד החנות בתצוגת מחשב
------------------------------
*/
.woocommerce #review_form #respond .form-submit input, .woocommerce ul.products li.product a.add_to_cart_button, .woocommerce-page #review_form #respond .form-submit input, .woocommerce-page ul.products li.product a.add_to_cart_button
{ 
	margin: 10px 15px !important ;
	border-radius:5px !important ;
	width: 80% !important ;
	font-size:14px !important ;
	
}

.woocommerce-page ul.products li.product a.add_to_cart_button:hover
{ 
background-color: #82cfcf !important ;

}


/*
עיצוב כפתור הוסף לסל (בחר אפשרויות} במוצרים עם וריאציות בעמודי הקטגוריות ובעמוד החנות בתצוגת ניידים
------------------------------
*/

@media screen and  (max-width: 325px) {
.woocommerce #review_form #respond .form-submit input, .woocommerce ul.products li.product a.add_to_cart_button, .woocommerce-page #review_form #respond .form-submit input, .woocommerce-page ul.products li.product a.add_to_cart_button
{ 
	margin: 10px 11px !important ;
	border-radius:7px !important ;
	width: 85% !important ;
	font-size:13px !important ;
}
}

@media screen and  (min-width: 326px) and  (max-width: 480px) {
.woocommerce #review_form #respond .form-submit input, .woocommerce ul.products li.product a.add_to_cart_button, .woocommerce-page #review_form #respond .form-submit input, .woocommerce-page ul.products li.product a.add_to_cart_button
{ 
	margin: 10px 13px !important ;
	border-radius:7px !important ;
	width: 85% !important ;
	font-size:15px !important ;
}
}



/*
עיצוב כפתור הוסף לסל בעמודי הקטגוריות ובעמוד החנות בתצוגת מחשב
------------------------------
*/
.woocommerce ul.products li.product a.button.alt.ajax_add_to_cart.add_to_cart_button.product_type_simple.single_add_to_cart_button
{ 
	margin: 5px 0px !important ;
	border-radius:5px !important;
	width: 55% !important;
	font-size: 14px !important;
}


/*
עיצוב כפתור -1+ בעמודי הקטגוריות ובעמוד החנות בתצוגת מחשב
------------------------------
*/
@media screen and  (min-width: 980px) {
.woocommerce  ul.products li.product  div.quantity a.wbu-qty-button.wbu-btn-sub
{
margin-left: 10px!important;
padding-top: 2px !important;
}

.woocommerce  ul.products li.product  div.quantity a.wbu-qty-button.wbu-btn-inc
{
margin-right: 10px !important;
padding-top: 2px !important;
}

.woocommerce  ul.products li.product  div.quantity input.qty
{
width:15% !important;
height: 30px !important;

}
}




/*
עיצוב כפתור הוסף לסל  בעמודי הקטגוריות ובעמוד החנות בתצוגת ניידים
------------------------------
*/
@media screen and  (max-width: 320px) {
.woocommerce ul.products li.product a.button.alt.ajax_add_to_cart.add_to_cart_button.product_type_simple.single_add_to_cart_button
{
	margin: 10px 0px !important ;
	width: 85% !important;
	border-radius:5px;
	font-size: 13px !important;
	 font-weight: 500;
}
}

@media screen and (min-width: 321px) and (max-width: 375px) { 
.woocommerce ul.products li.product a.button.alt.ajax_add_to_cart.add_to_cart_button.product_type_simple.single_add_to_cart_button
{
width: 85% !important;
	font-size: 16px;
	 font-weight: 550;
}
}

@media screen and (min-width: 376px) and (max-width: 780px) {
.woocommerce ul.products li.product a.button.alt.ajax_add_to_cart.add_to_cart_button.product_type_simple.single_add_to_cart_button
{
width: 85% !important;
	font-size: 18px;
	 font-weight: 550;
}
}




/*
שינוי תצוגת עמוד עגלת קניות שיופיע באותה שורה בתצוגת מחשב
------------------------------
*/
@media(min-width: 980px) {
  .woocommerce-cart .woocommerce{
    display: flex !important;
	

  }

  .woocommerce-cart .woocommerce-cart-form{
    flex: 1 0 45%;
    margin-right: 10px;
margin-left:60px;

  }    
  .woocommerce-cart .cart-collaterals  {
 flex: 1 0 40%;
    padding-top:85px !important;
  }


}



/*
עיצוב מחדש עמוד עגלת קניות בתצוגת מחשב
------------------------------
*/
@media screen and (min-width: 980px){
.woocommerce-cart .woocommerce {
display: inline!important;

}

.woocommerce-cart .woocommerce .woocommerce-cart-form table{
  width: 600px;
position: absolute;
}


 .woocommerce-cart .cart-collaterals h2  {
display: none;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  min-width: 500px !important;
position: relative;
margin-top: -85px;
}

.woocommerce .cart_totals th
{
width: 40% !important;
}
 .woocommerce .cart_totals td
{
width: 60% !important;
padding-right: 20px;
}

.woocommerce table.shop_table td {
  padding: 15px ;
font-size: 13px ;

  }

.woocommerce .cart-collaterals td {
 font-size: 16px !important;
  }

.woocommerce table.shop_table tr.order-total td{
 font-size: 22px !important;
  }

.woocommerce .cart-collaterals th  {
  border-right:1px solid #eaeaea;
  border-left:1px solid #eaeaea;
}	

.woocommerce table.shop_table {
border:3px solid #a6a6a6 !important;
}

.woocommerce table.shop_table tbody tr.woocommerce-shipping-totals th,
.woocommerce table.shop_table tbody tr.woocommerce-shipping-totals td ul{
 font-size: 16px !important;
  }

}




/*
שינוי תצוגת עמוד לתשלום שיופיע באותה שורה בתצוגת מחשב
------------------------------
*/
@media(min-width: 1100px) {
  .woocommerce-checkout .woocommerce {
    display: block;
  }
  
.woocommerce-checkout #customer_details{
 width: 50% !important;
float: right;
border:3px solid #a6a6a6 !important;
padding: 15px;
   }

.woocommerce-checkout 
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p label
{
font-size: 20px !important;
   }

.woocommerce #order_review_heading {
display: none;
}

#order_review.woocommerce-checkout-review-order {
width: 40% !important;
float: left;
border:3px solid #a6a6a6 !important;

  }

#order_review.woocommerce-checkout-review-order table.shop_table {
border:1px solid #a6a6a6 !important;
  }

#order_review.woocommerce-checkout-review-order table.shop_table tfoot{
font-size: 16px !important;
  }

#order_review.woocommerce-checkout-review-order table.shop_table tfoot tr.cart-subtotal{
font-size: 16px !important;
  }

#order_review.woocommerce-checkout-review-order table.shop_table tfoot tr.order-total{
font-size: 18px !important;
  }

#order_review.woocommerce-checkout-review-order table.shop_table tfoot tr.order-total td{
font-size: 18px !important;
  }

.woocommerce-checkout-review-order .woocommerce-checkout-payment ul li {
font-size: 20px !important;
  }

.woocommerce-checkout-review-order .woocommerce-checkout-payment .form-row span{
font-size: 20px !important;
  }

.woocommerce-checkout-review-order .woocommerce-checkout-payment {
border:1px solid #a6a6a6 !important;
  }


}





/*
מיקום כפתור הוסף לסל על המוצרים הקשורים בתצוגת מחשב
-------------------------------
*/
.woocommerce section.related.products form.cart div.quantity {
	 margin-right: 0px;
width: 100% !important;
		}
section.related.products form.cart a.button.alt.ajax_add_to_cart.add_to_cart_button.product_type_simple.single_add_to_cart_button
{
width: 90% !important;
margin-right:10px !important;
}



/*
הוספת תמונת המוצר בעגלת קניות בתצוגת נייד
--------------------------------
*/
@media screen and (max-width: 768px){
.woocommerce #content table.cart .product-thumbnail,
.woocommerce table.cart .product-thumbnail,
.woocommerce-page #content table.cart .product-thumbnail,
.woocommerce-page table.cart .product-thumbnail{
    display: block !important;
	}
.woocommerce #content table.cart .product-thumbnail img,
.woocommerce table.cart .product-thumbnail img,
.woocommerce-page #content table.cart .product-thumbnail img,
.woocommerce-page table.cart .product-thumbnail img {
    max-width: 60px ;
	  max-height: 60px;
    float: none;
    display: table;
    margin: auto;
	 }
.woocommerce #content table.cart .product-thumbnail::before,
.woocommerce table.cart .product-thumbnail::before,
.woocommerce-page #content table.cart .product-thumbnail::before,
.woocommerce-page table.cart .product-thumbnail::before {
    display: none !important;
}
}

/*
גודל תמונת מוצר בעמוד עגלת קניות בתצוגת מחשב
--------------------------------
*/
@media screen and (min-width: 980px){
.woocommerce #content table.cart .product-thumbnail img,
.woocommerce table.cart .product-thumbnail img,
.woocommerce-page #content table.cart .product-thumbnail img,
.woocommerce-page table.cart .product-thumbnail img {
    max-width: 50px ;
	  max-height: 50px;
    
	 }
}


/*
מחיקת המילים מדינת ישראל בעמוד לתשלום בתצוגת מחשב
--------------------------------
*/
.woocommerce form.checkout p#billing_country_field.form-row.form-row-wide.address-field.update_totals_on_change.validate-required
{
    display: none !important;
}



/*
עיצוב הודעה  "רוצה להוסיף פריטים 
 נוספים" בעגלת קניות בתצוגת מחשב
----------------------------
*/
@media screen and (min-width: 980px){
.woocommerce  .woocommerce-notices-wrapper .woocommerce-message
{
padding-right: 50px !important;
font-size: 16px !important;
width: 100%   !important;
height: 55% !important;
border-top-color: #a6a6a6;

    }

.woocommerce form.woocommerce-cart-form
 .woocommerce-message
{
padding-right: 50px !important;
font-size: 16px !important;
width: 105%   !important;
height: 55% !important;
border-top-color: #a6a6a6;

    }


.woocommerce-message::before {
        color: #a6a6a6;
}
.woocommerce form.woocommerce-cart-form
 .woocommerce-message 
a.button
{
    float: left;
	font-size: 16px;
padding: 10px 20px 10px 20px;
margin-top: -10px;
}

}


/*
עיצוב הודעה  "רוצה להוסיף פריטים 
 נוספים" בעגלת קניות בתצוגת ניידים
----------------------------
*/
@media screen and (max-width: 480px){
.woocommerce form.woocommerce-cart-form
 div.woocommerce-message,
.woocommerce div.woocommerce-notices-wrapper
 div.woocommerce-message
{
padding-right:50px !important;
font-size: 15px !important;
width: 100%   !important;
display: list-item;
border-top-color: #a6a6a6;
    }
.woocommerce-message::before {
        color: #a6a6a6;
}
.woocommerce form.woocommerce-cart-form
 div.woocommerce-message 
a.button
{
position: relative;
padding-left: 10px;
padding-right: 10px;
margin-left: -30px;
font-size: 16px !important;
	}
}


.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
    display: none;
}







/* הוספת font-display: swap לכל הפונטים

@font-face {
    font-family: 'Eicons';
    src: url('/fonts/eicons.woff2?5.43.0') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Woo-Side-Cart';
    src: url('/fonts/Woo-Side-Cart.ttf?qq7fgp') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Font Awesome Solid';
    src: url('/webfonts/fa-solid-900.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Font Awesome Brands';
    src: url('/webfonts/fa-brands-400.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Font Awesome Regular';
    src: url('/webfonts/fa-regular-400.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('/fonts/rubik-ijwkbxyifdniv7ndrxyi0a.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('/fonts/rubik-ijwkbxyifdniv7nbrxw.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('/fonts/lato-s6uyw4bmutphjx4wxg.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('/fonts/lato-s6u9w4bmutphh7usswipgq.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('/fonts/lato-s6u9w4bmutphh6uvswipgq.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Slab';
    src: url('/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2') format('woff2');
    font-display: swap;
}

*/


















































































