*/*Bundle Colors*/

.bundles .bundle:nth-child(1){
		border-color:#8CCED6 !important;
		background-color:#8CCED6 !important;		
}

.bundles .bundle:nth-child(2){
		border-color:#03045e !important;
		background-color:#03045e !important;	
}

.bundles .bundle:nth-child(3){
		border-color:#00072d !important;
		background-color:#00072d !important;			
}

/* Max height for Bundle 3*/

.jet-form-builder-page:not(.jet-form-builder-page--hidden){
		max-height:2400px;
}
/* Max height for Bundle 3*/

.jet-apb-slot[data-friendly-time^="3:00 AM"],
.jet-apb-slot[data-friendly-time^="4:00 AM"],
.jet-apb-slot[data-friendly-time^="5:00 AM"],
.jet-apb-slot[data-friendly-time^="6:00 AM"],
.jet-apb-slot[data-friendly-time^="7:00 AM"],
.jet-apb-slot[data-friendly-time^="8:00 AM"],
.jet-apb-slot[data-friendly-time^="9:00 AM"],
.jet-apb-slot[data-friendly-time^="10:00 AM"],
.jet-apb-slot[data-friendly-time^="11:00 AM"],
.jet-apb-slot[data-friendly-time^="12:00 PM"],
.jet-apb-slot[data-friendly-time^="1:00 PM"],
.jet-apb-slot[data-friendly-time^="2:00 PM"] {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #eee;
}

/*checkout page*/

#paymob-logo{
		height:40px !important;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .wc_payment_method label{
		font-size: 18px;
		font-weight:700;
}

.warning{
		text-align:center;
		margin-top:-30px;
}

.warning-ar{
		text-align:right;
}