.big_loader{
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background-image: url(loader.gif);
	background-color:rgba(255,255,255,0.5);
	background-repeat:no-repeat;
	background-position:50% 50%;
	z-index:1000000;
	
}

/**
* sample editor
*/
.img_container{
	width: 75px;
    height: 75px;
    position: relative;
    background-position: center;
    background-size: cover;
}
.fs_20{
	font-size:20px;
}
.fs_12{
	font-size:12px !important;
}
.fs_16{
	font-size:16px !important;
}
.datepicker-icon{
	right:7px;
	top:5px;
	font-size:14px;
}
#ui-datepicker-div { 
	font-size:11px; 
}
.wc-block-components-order-summary-item__individual-prices .wc-block-components-product-price__regular, .wp-block-woocommerce-checkout-order-summary-coupon-form-block{
	display: none;
}