.d-none{
	display: none;
}

#estimatedelivery{
	border:0;
	border-radius:25px;
}
#estimatedelivery .form-group{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}
#estimatedelivery .form-group label{
	flex: 0 0 30%;
}
#estimatedelivery .form-group select{
	flex: 0 0 68%;
	border-radius: 25px;
}
.estimatedeliverycart .title span{
	font-size: 17px !important;
	font-weight: 500 !important;
}
#estimatedprice{
    font-weight: 700;
    color: #00525C;
}
#estimatedname{
	color: #00525C;
    font-weight: 600;
    font-size: 15px;
}