div.ui-datepicker{font-size:12px;}
	
div.daily_delivery_products, div.weekly_delivery_products{
	/*border:1px solid #c6d3bf;
	background-color:#DFF0D8;
	padding:20px 20px 0;*/
	padding-top:0px;
	margin-bottom:30px;
	min-width: 100% !important;
	}
	
div.daily_delivery_products h3, 
div.weekly_delivery_products h3{
	margin-bottom:15px;
	}

div.daily_delivery_products span, 
div.weekly_delivery_products span{
	display:inline-block;
	margin-top:7px;
	}
	
div.daily_delivery_products h3 img{padding-right:12px;}

div.daily_delivery_products table.shop_table{
	background-color:#FAFEF5;
	border:1px solid #CCCCCC;
	border-radius:4px;
	margin-top:20px;
	}

div.daily_delivery_products .right, div.weekly_delivery_products .right{float:none;}

/*div.daily_delivery_products label{width:120px;}*/

div.daily_delivery_products .shop_table .daily_delivery_date label{
	float:left;
	/*width:120px;*/
	padding-top:7px;
	}

div.daily_delivery_products table.shop_table th p{
	padding:0;
	margin:0;
	}

.woocommerce div.daily_delivery_products table.shop_table th{
	vertical-align:middle;
	padding:15px;
	}
	
div.daily_delivery_products .daily_delivery_input{
	position:relative;
	float:left;
	width:100%;
	}

.woocommerce div.daily_delivery_products table.shop_table select{
	background-color:#FAFEF5;
	border:1px solid #CCCCCC;
}

.woocommerce div.daily_delivery_products table.shop_table th input{
	background-color:#FAFEF5;
	border:1px solid #CCCCCC;
	border-radius:4px;
	padding:6px 12px;
	height:34px;
	width:100%;
	}
	
.woocommerce div.daily_delivery_products table.shop_table th input:focus{
	border-color:#69bf29;
	}
	
/*.woocommerce div.daily_delivery_products table.shop_table td{padding: 10px 12px 8px;}*/
	
div.daily_delivery_products .ui-datepicker-trigger{
	position:absolute;
	top:5px;
	right:8px;
	background:none;
	border:none;
	padding:0;
	}


div.weekly_delivery_products{
	/*margin-top:15px;*/
	border:1px solid #CCCCCC;
	background-color:#f6f6f6;
	}

div.weekly_delivery_products table.shop_table{
	background-color:#ffffff;
	border:1px solid #d1d1d1;
	margin-top:20px;
	}
	

.weekly_delivery_date p.form-row label{
	display:none;
	}
	
.weekly_delivery_date .form-row select{box-shadow:none;}
.weekly_delivery_date .form-row select:focus{border-color:#69bf29;}


.woocommerce table.shop_table .weekly_delivery_date th,
.woocommerce table.shop_table .weekly_delivery_date td{border:none}
.woocommerce table.shop_table .weekly_delivery_date td{padding:0;}


.woocommerce table.shop_table thead .daily_delivery_date th,
.woocommerce table.shop_table thead .daily_delivery_date td{border:none; padding-bottom:1px;}
.woocommerce table.shop_table thead .daily_delivery_date td{padding:0;}


.woocommerce table.shop_table thead .daily_delivery_date,
.woocommerce table.shop_table thead .weekly_delivery_date{ 
	border:2px solid orange; 
	padding:0 5px 0 0;  
	border-radius:5px;
    -webkit-border-radius:5px;
    -o-border-radius:5px;
    -moz-border-radius:5px;
/*	min-width:380px;*/}

.woocommerce table.shop_table thead .weekly_delivery_date{
	padding-top:5px;}

.woocommerce table.shop_table thead .daily_delivery_date table,
.woocommerce table.shop_table thead .weekly_delivery_date table{ width:100%;}

.woocommerce div.daily_delivery_products table.shop_table th input{ font-weight:normal;}

.woocommerce table.shop_table thead .daily_delivery_date table th,
.woocommerce table.shop_table thead .weekly_delivery_date table th{ width:140px;}

@media (max-width:550px){
	div.daily_delivery_products .right, 
	div.weekly_delivery_products .right{float:none;}
	
	div.daily_delivery_products .shop_table .daily_delivery_date label{
		float:none;
		width:100%;
		padding-top:0px;
		}
		
	div.daily_delivery_products .daily_delivery_input{float:none; padding-bottom:15px;}
	
	.weekly_delivery_date table, .woocommerce table.shop_table thead .daily_delivery_date table{width:100%;}
	
	.woocommerce table.shop_table .weekly_delivery_date th,
	.woocommerce table.shop_table .weekly_delivery_date td,
	
	.woocommerce table.shop_table thead .daily_delivery_date th,
	.woocommerce table.shop_table thead .daily_delivery_date td{
		display:block;
		}
		
	.woocommerce table.shop_table .weekly_delivery_date th{padding:0;}
	
	.woocommerce .weekly_delivery_products .form-row{padding:0; padding-bottom:15px;}
}

.woocommerce table.shop_table thead .daily_delivery_date td{
	padding:5px 10px;
}

.woocommerce div.daily_delivery_products table.shop_table th td.daily_delivery_button{
	text-align:center;
}

td button.chose_daily_deliver_date{
	background-color: rgb(0, 122, 255) !important;
    font-family: Roboto;
    color: rgb(255, 255, 255);
    text-decoration: none !important;
    line-height: 40px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 17px;
    border-radius: 25px;	
		padding-top: 5px !important;
    padding-right: 28px !important;
    padding-bottom: 5px !important;
    padding-left: 28px !important;
}

td button.chose_daily_deliver_date:hover {
	background-color: black !important;
}

.woocommerce div.daily_delivery_products table.shop_table th td.daily_delivery_button button:hover{
	background-color:#0573f0;
}