/* shipping methods style */
.woocommerce-shipping-totals{
	display:grid !important;
}
.woocommerce-shipping-totals .cart-totals-label{
	margin-bottom :10px
}
.cart-shipping .cart-totals-value{
	text-align: left;
	
}
html[lang="ar"] .cart-shipping .cart-totals-value,
html[lang="he-IL"] .cart-shipping .cart-totals-value{
	text-align: right;
	
}
.woocommerce-shipping-methods li{
	padding: 5px;
	border: 1px solid;
	margin-bottom: 10px !important;
	border-radius: 10px
}
.woocommerce-shipping-methods  li:has(input[type="radio"]:checked){
		background-color:var(--minimog-color-box-white-border) !important;
}

.woocommerce-shipping-methods li {
	display: flex;

}
.woocommerce-shipping-methods li label{
	display: inline-block;
	width: 100%;
}

html[lang="ar"] .woocommerce-shipping-methods li input,
html[lang="he-IL"] .woocommerce-shipping-methods li input{
	margin-right: 10px;
	
}
.cart-collaterals{
	justify-content:center;
}