/* Zid booking widget */
#zid-booking-widget{
    padding: 24px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
	background-image: linear-gradient(135deg, #260913 0%, #9e1f47 100%);
	padding-top: 15px;
    border-radius: 13px;
    transform: translateZ(0);


}


/* Selected banner */
.zbw-selected-banner{
	background-color: transparent !important;
	color: #7fff3a !important;
	font-weight: 700;
	font-size: 14px !important;
	border-color: transparent !important;
}

/* Date picker */
#zbw-dates{
	column-gap: 7px;
    margin-left: -1%;
    max-width: calc(100% - 10px) !important;

}

/* Section title */
.zbw-section-title{
  	color: #ffffff !important;
	font-size: 19px !important;
}

.zbw-slot.active {
	background-color: #e86d44 !important;
    color: #ffffff !important;
    border-color: #ffffff !important;
}
.zbw-date-btn.active {
	background-color: #e86d44 !important;
    color: #ffffff !important;
    border-color: #ffffff !important;
}

/* إخفاء النص الأساسي */
#zid-booking-widget .zbw-section-title:nth-child(5) {
    font-size: 0 !important;
}

/* إضافة النص الجديد */
#zid-booking-widget .zbw-section-title:nth-child(5)::after {
    content: "اختر موعد التوصيل";
    font-size: 16px !important; 
    display: block; 
}
/* إخفاء عدد المواعيد/المقاعد المتاحة بالكامل */
.zbw-slot .zbw-slot-seats {
	display: none !important;
}


/* الوان اختيار نوع الذبيحه */ 

/* Button */
#zbw-dates .active{
	background-color: #e86d44;
}

/* List Item */
ul .active{
	background-color: #e86d44 !important;
}

/* List Item */
.
/* List Item */
.product-options__item:nth-child(1) .product-options__item-text, .product-options__item:nth-child(2) .product-options__item-text, .product-options__item:nth-child(4) .product-options__item-text, .product-options__item:nth-child(5) .product-options__item-text{
	color: #f6f5f4 !important;
}

/*لون شريط الاعلانات*/
.bg-primary .announcement-marquee{
	background-image: linear-gradient(141deg, #260913 0%, #721331 100%);
}


body{
	background-color: #f6f5f4;
}