#dateofdelivery {
	padding-bottom: 0px;
	text-align: center;

}
#dateofdelivery p {
	background: #46a74e;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 85%;
	line-height: 50px;
	margin: auto;
	font-size: 18px;

}
#dateofdelivery .note {
	display: block;
	padding: 0px 0px 35px;
	margin: 0px;
	font-size: 11px;
	text-align: left;
}

#delivery_dates_wrap a {
  margin-left: 21px;
  padding-top: 11px;
  display: block;
  /*color: #46a74e;*/
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  text-decoration: underline;
}
#delivery_dates_wrap a span {
	display: inline;
	clear: both;
	padding-top: 12px;
}
#delivery_dates_wrap a span.delivery_date_price_result {
	padding-top: 2px;
}
#pop_up_delivery_dates p {
	color: #777 !important;
}

#pop_up_delivery_dates h4.header {
	color: white;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	background: #47a74e url(img/fast_kurier.png) no-repeat 15px 50%;
	text-transform: uppercase;
	padding-left: 65px;
	padding-top: 0px !important;
	margin-top: 0px !important;
}

.list_carrier_date {

}
.list_carrier_date li {
	display: block;
	width: 100%;
	min-width: 650px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
	clear: both;
}
.list_carrier_date .carrier_name {
	float: left;
	background: #364838;
	color: white;
	padding-left: 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 320px;
	position: absolute;
	top: 10px;
	z-index: 1;
	font-size: 12px;

}

.list_carrier_date .date {
	background-color: #317836;
	height: 41px;
	line-height: 33px;
	padding-left: 10px;
	padding-right: 10px;
	width: 440px;
	color: white;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	float: right;
	position: relative;
	z-index: 2;
}
.list_carrier_date .date.shipping_cost {
	line-height: 33px;
	padding-top: 4px
}

.list_carrier_date .date span {
	font-weight: 700;
}
  @media only screen and (max-width: 756px) {
	.list_carrier_date .carrier_name {
		float: none;
		position: static;
		/*width: 310px;*/
		width: 100%;


	}
	.list_carrier_date .date {
		float: none;
		/*width: 310px;*/
		width: 100%;
		background-position: 95%;
		padding: 15px 0px 15px 5px;
		line-height: 22px;
		height: auto;
	}
	.list_carrier_date .date span {
		display: block;
	}
	.list_carrier_date li {
		min-width: 0;
	}
  }

.force_hide {
	display: none !important;
}

a#call_delivery_fancy:hover { text-decoration: underline; }
a#call_delivery_fancy.only_price { height: 42px; }
#pop_up_delivery_dates .list_carrier_date .only_cost .product_shipping_date { display: none; }
#pop_up_delivery_dates .list_carrier_date .only_cost .product_shipping_data { margin-top: 10px; }
.list_carrier_date .product_shipping_date { float: left; }
.list_carrier_date .product_shipping_data { float: right; }
@media only screen and (max-width: 756px) {
	.list_carrier_date .date span { display: inline; }
	.list_carrier_date .date.shipping_cost { padding: 5px 5px 5px 15px; }
	.list_carrier_date .product_shipping_date { float: none; line-height: 22px; }
	.list_carrier_date .product_shipping_data { float: none; line-height: 22px; }
}

