/* Delivery rate widget */

.flywolf_delivery_rate_title {
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.flywolf_delivery_rate_widget {
	width: 468px;
	margin: 0 auto;
	position: relative;
}
.flywolf_delivery_rate_widget .flywolf_the_postcode_field {
	height: 88px;
	line-height: 88px;
	padding: 0 20px;
	text-align: center;
	font-size: 15px;
	border: 1px solid #c7c7c7;
	width: 364px;
	float: left;
	outline: 0;
}
.flywolf_delivery_widget_button {
	height: 88px;
	line-height: 90px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	width: 103px;
	cursor: pointer;
	float: left;
	font-size: 15px;
	background-color: #8dcb98;
	color: #fff;
}
.flywolf_delivery_widget_reset_button {
	height: 88px;
	line-height: 90px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	width: 105px;
	cursor: pointer;
	float: left;
	font-size: 15px;
	background-color: #f5cecf;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	right: 0;
	transition: all 500ms;
}
.flywolf_delivery_widget_reset_button.active {
	visibility: visible;
	opacity: 1;
}
.flywolf_delivery_widget_input_holder {
	margin-bottom: 10px;
}
.flywolf_delivery_widget_info_box {
	transition: all 500ms;
	height: 66px;
	padding: 10px;
	width: 342px;
	background-color: #efefef;
	margin-bottom: 15px;
	position: absolute;
	top: 1px;
	left: 1px;
	font-size: 14px;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	color: #000;
}
.flywolf_delivery_widget_info_box.active {
	opacity: 1;
	visibility: visible;
}
.flywolf_delivery_rate_widget {
	transition: all 500ms;
}
.flywolf_delivery_rate_widget.loading {
	opacity: 0.5;
}
.flywolf_the_price, .flywolf_the_weekend_price_info, .flywolf_the_weekend_price, .flywolf_error1, .flywolf_error2, .flywolf_error3, .flywolf_error4 {
	display: block;
	padding: 0px 1px;
}
.flywolf_the_price {
	font-weight: bold;
	padding: 21px 1px;
}
.flywolf_error1, .flywolf_error3 {
	font-weight: bold;
}





.flywolf_delivery_widget_input_holder ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #797979;
    opacity: 0.6;
}
.flywolf_delivery_widget_input_holder :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #797979;
   opacity: 0.6;
}
.flywolf_delivery_widget_input_holder ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #797979;
   opacity: 0.6;
}
.flywolf_delivery_widget_input_holder :-ms-input-placeholder { /* Internet Explorer 10+ */
   opacity: 0.6;
}
.flywolf_delivery_widget_input_holder input[placeholder], .flywolf_delivery_widget_input_holder [placeholder], .flywolf_delivery_widget_input_holder *[placeholder] {
	/*opacity: 0.8;*/
}
.flywolf_delivery_widget_input_holder input[text] {
	opacity: 1 !important;
}


/* Extra small devices (phones, less than 768px) */
@media (max-width: 480px) { 
	.flywolf_delivery_rate_widget {
		width: 300px;
	}
	.flywolf_delivery_rate_widget .flywolf_the_postcode_field {
		width: 298px;
		margin: 0;
	}
	.flywolf_delivery_widget_button {
		width: 298px;
		margin: 0;
	}
	.flywolf_delivery_widget_reset_button {
		top: 88px;
		width: 298px;
		right: inherit;
		left: 0;
	}
	.flywolf_delivery_widget_info_box {
		width: 276px;
		font-size: 12px !important;
	}
	.flywolf_delivery_rate_title {
		font-size: 18px;
	}

}
