.fodwp-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(0,0,0,.8);
}
@media (min-width: 320px) and (max-width: 767px) {
	.fodwp-popup {
		left: 5%!important;
	    width: 80%!important;
	}
}
.fodwp-popup {
	position: fixed;
	left: 25%;
	top: 10%;
	min-width: 320px;
	max-width: 648px;
    margin: 0 auto;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 0 10px 0 #222;
    height: auto;
    width: 50%;
}
.fodwp-title {
	background-color: #B4D0D9;
}
.fodwp-title {
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	vertical-align: middle;
}
.fodwp-gifts {
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}
.fodwp-gift-thumbnail {
	height: 150px;
	width: 150px;
	border-radius: 3px;
}
.fodwp-gift-item {
	float: left;
	width: 33.33%;
	text-align: center;
	display: block;
}
.fodwp-checkbox {
	float: left;
	margin-top: 2px;
	margin-left: 5px;
}
.fodwp-gift-item h4 {
	white-space: normal;
	text-transform: uppercase;
	width: 100%;
	font-size: 14px;
	font-weight: 700;
	height: 40px;
}
.fodwp-items-wrap{
	margin: 11px 0 0;
    overflow-y: auto;
    max-height: 60vh;
}
.fodwp-gifts input {
    background-color: #d2d2d2;
    font-weight: 700;
    border-radius: 3px;
    padding: .618em 1em;
    border: 0;
    color: black;
}
.fodwp-gifts .fodwp-actions {
	text-align: center;
	margin-top: 5px;
}
.meter {
	height: 30px;  /* Can be anything */
	position: relative;
	margin: 60px 0 20px 0; /* Just for demo spacing */
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	padding: 5px;
	-webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
	-moz-box-shadow : inset 0 -1px 1px rgba(255, 255, 255, 0.3);
	box-shadow : inset 0 -1px 1px rgba(255, 255, 255, 0.3);
	cursor: pointer;
}
.meter > span {
	display: block;
	height: 100%;
	border-radius: 15px;
	background:#3092d9;
	position: relative;
}
.meter > span:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 7px 5px;
	background:url(cart.png) top right no-repeat;
	border-color: transparent transparent #33a8dd transparent;
	content: "";
	position: absolute;
	top: -7px;
	right: 10px;
}
.meter > span:after, .animate > span > span {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: 
 -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(255, 255, 255, .2)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.75, rgba(255, 255, 255, .2)), color-stop(.75, transparent), to(transparent) );
	background-image: 
 -moz-linear-gradient( -45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent );
	z-index: 1;
	-webkit-background-size: 50px 50px;
	-moz-background-size: 50px 50px;
	-webkit-animation: move 2s linear infinite;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	overflow: hidden;
}
.animate > span:after {
	display: none;
}
 @-webkit-keyframes move {
 0% {
 background-position: 0 0;
}
 100% {
 background-position: 50px 50px;
}
}
.title {
	cursor:pointer;
}
#fodwp-hide {
	width: 100%;
	padding: 0px 0;
	text-align: center;
	margin-top: 20px;
	border:#EEE solid 1px;
}
#fodwp-label {
	position:absolute;
	top: -40px;
	right: 0;
	font-size: 12px;
	background:url(cart.png) top center no-repeat;
	width:32px;
	height:80px;
	line-height:150px;
}
#fodwp-wrap {
	width: 100%;
	max-width:600px;
	margin: 50px auto;
	padding:0 15px;
	box-sizing:border-box;
}