/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme-
 Author:         Steve
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
#ui-datepicker-div{
	padding:10px;
	background-color:#dca47d;
}

.ui-datepicker-calendar{
	background-color:#FFF!important;
	color:#000;
}

.ui-datepicker a{color:#000;}
.ui-datepicker thead{
	background: #dca47d !important;
	color: #FFF !important;
}


.ui-state-default{
	padding:3px 6px 3px 6px!important;
	background-color: #FFF!important;
	//color:#000;
}

.ui-datepicker-title, .datepicker-header{
	background-color:#FFF!important;
}


.ui-datepicker-next,.ui-datepicker-next{
	color:#000;
	cursor: pointer;
	padding:3px;
} 
.ui-datepicker-next{float:right;}

.ui-datepicker .ui-widget-header, .ui-datepicker .ui-datepicker-header {
	background:#FFF !important;
	margin-top:10px;
}

.ui-datepicker-month,.ui-datepicker-year{
	color:#000;
}


.ui-datepicker-unselectable, .ui-state-disabled{
	color:#CCC!important;
}

.ui-datepicker-today{
	font-weight: bold;
}




/* = End Calendar.....
------------------------------------------------------- */

.woocommerce-Price-amount .amount,.price{color:#000 !important;};
.woocommerce-info,.woocommerce-NoticeGroup, .woocommerce-NoticeGroup-updateOrderReview{
	background-color: #dca47d !important;
}

/* Start Checkout Page Elements
------------------------------------------------------- */
.pickupDelivery .input-radio, .pickupDelivery .radio, {
 display:inline-block;
}


.my_custom_checkout_field h4{
	color:#000;
	margin:40px 0 0 0;
}


/* SingleProduct Text Area for Cakes Lettering
------------------------------------------------------- */
.singleProdVarTextarea{
	width:320px;
	height:100px;
/* doesn't seem to be working at the moment.  Life is WAY TO SHORT to figure out why.
}


/* Start Custom Counter for Gift Card directions on CheckOut Page.
---------------------------------------------------------- */


.custom-counter li::before {
  counter-increment: step-counter;
  content: counter(step-counter);
}

.custom-counter {
  counter-reset: section;
}


#ordersTable{ font-size:9px!important; }

#ordersTable tr:nth-child(even) {
  background-color: #f2f2f2!important;
}
