/*
 Theme Name:   Your Child Theme Name
 Template:     astra
*/


/* Not Mobile */
@media only screen and (min-width: 430px) {

div,h2,ul{
 direction:rtl!important;
	text-align:right!important;
 }
	.pum-content{
		margin-top:70px;
	}
	.cart_totals{
		width: 100%!important;
	}
}

/* Mobile only */
@media only screen and (max-width: 430px) {
	#shipping_method li:first-of-type{
		margin-top:30px!important;
	}	
	#shipping_method li{
		text-align:right;
	}
	/* סידור שוליים איזור סוגי משלוחים בעגלת הקניות*/
	#order_review{
		padding:0!important;
	}
	.woocommerce-shipping-totals{
		width:115%;
	}
	/* בעגלת הקניות מסדר את "משלוח" מעל סוגי המשלוחים*/
	.woocommerce-shipping-totals
	{
		display:flex;
	}
	/* מטפל בשדה טקסט סוגי משלוחים בעגלת הקניות*/
	#shipping_method li {
		padding-left:0!important;
	}
	
	#shipping_method li input{
		margin-top:4px!important;
	}	
	#ast-hf-menu-1{
		text-align:right;
	}
	.ast-mobile-popup-drawer .ast-mobile-popup-header{
		justify-content:flex-start;
	}
	/* zigzag city and place input field align*/
	#pickup_city .select2-selection--single{
		margin-right:10%!important;
		width:85%!important;
	}
	/*
	.wc-proceed-to-checkout:after{
    line-height: 1em;
    display: block;
    text-align: center;
    margin-bottom: 1em;
    font-size: 1em;
    padding: 1em;
}
*/

}




/* מוצר רגיל צבע כפתור */
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
	background: #e8e8e8; /*רקע*/
	color: #000000; /*טקסט*/
}
/* מוצר רגיל מעבר עכבר */
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover {
	background: #000000; /*רקע*/
	color: #ffffff; /*טקסט*/
}
/* מוצר עם וריאציות צבע כפתור */
a.button.product_type_variable.add_to_cart_button {
	background: #e8e8e8; /*רקע*/
	color: #000000; /*טקסט*/
}
/* מוצר עם וריאציות מעבר עכבר */
a.button.product_type_variable.add_to_cart_button:hover {
	background: #000000; /*רקע*/
	color: #ffffff; /*טקסט*/
}

/* צבע תג מבצע */
span.onsale {
    background-color: black !important; /* רקע */
    color: white !important; /* טקסט */
}

/* צבע עיגולים פילטר מחיר */
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background: lightgray !important;
}

/*Popup*/
/*popup text*/
	.pum-content{
		margin-top:60px;
	}
bdi{
	direction:rtl;
	text-align:right;
}

/* cart page change text to ערים */
/*
p:nth-child(2) .select2-selection.select2-selection--single span{
	display:none;
}

p:nth-child(2) .select2-selection.select2-selection--single:after{
	content:"לחצו לבחירת עיר"
}
*/
/* cart page proceed to checkout button - text change and color */
 .wc-proceed-to-checkout{
	visibility:hidden;
}

.wc-proceed-to-checkout a:after {
    visibility: visible;
    content: "לחצו לבחירת סוג המשלוח או לאיסוף עצמי";
    background: #6A66F7;
    display: table;
    zoom: 1;
    padding: 0.7em 0;
    font-weight: 100;
    font-size: 1.3em;
    letter-spacing: 0;
    width: 100%;
}

