#zipmoney-express-button {
    outline: none;
}

#payment-method-zipmoney-logo {
    margin-right: 10px;
}

#zipmoney-express-product {
    text-align: right;
    font-size: 14px;
    line-height: 1em;
    clear: both;
}

#zipmoney-express-cart {
    text-align: right;
    font-size: 14px;
    line-height: 1em;
    clear: both;
}

.zipmoney-express-cart-button {
    padding-top: 5px;
}

#zipmoney-express-button-img, #zipmoney-express-widget-img {
    display: inline-block;
}

#zipmoney-express-button {
    display: block;
    line-height: 0;
}

#zipmoney-express-button:after {
    content: '';
    display: block;
    clear: both;
}

.zip-loading-icon {
    width: 30px;
    margin: 0 auto;
    position: relative;
    display: block;
}

.zipmoney_popup_window_content {
    background: rgba(255, 255, 255, 1);
}

.zip-cart-please-wait {
    padding: 15px;
}

@media only screen and (max-width: 770px) {
    .zipmoney-strip-banner-responsive-top {
        display: none;
    }
}

@media only screen and (min-width: 771px) {
    .zipmoney-strip-banner-responsive-bottom {
        display: none;
    }
}

/**************************zipmoney/popup/windowjs/windowjs.css***************************/
.windowjs-nav,
.windowjs-nav span
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}


#zipmoney_popup_window_zipmoney-widget-general .top, #zipmoney_popup_window_zipmoney-express-learn-more .top {
    display: none;
}

#zipmoney_popup_window_zipmoney-widget-general {
    width: 693px;
    height: 500px;
    border: none;
}

#zipmoney-widget-modal-previous {
    outline: none;
}

#zipmoney-widget-modal-next {
    outline: none;
}

.zipmoney_popup_window_title {
    height: 2px;
}

.overlay_zipmoney_popup_window {
    background: rgba(0, 0, 0, 0.5);
}

.windowjs-close, .windowjs-prev span, .windowjs-next span {
	background-image: url('windowjs_sprite.png');
}


.windowjs-close {
	position: absolute;
	top: -21px;
	right: -23px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 10600;
}

.windowjs-nav {
	position: absolute;
	top: 0;
	width: 10%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 10500;
}

.windowjs-prev {
	left: 0;
}

.windowjs-next {
	right: 0;
}

.windowjs-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 10500;
	visibility: hidden;
}

.windowjs-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.windowjs-next span {
	right: 10px;
	background-position: 0 -72px;
}

.windowjs-nav:hover span {
    position: absolute;
	visibility: visible;
}

.windowjs-nav:hover {
    position: absolute;
}

.windowjs-nav:active {
    position: absolute;
    top: 1px;
}
.windowjs-close:active {
    position: absolute;
    top: -20px;
}
.windowjs-nav:hover {
    position: absolute;
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	.windowjs-close, .windowjs-prev span, .windowjs-next span {
		background-image: url('windowjs_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

/**************************prototype/windows/themes/default.css***************************/
.overlay_dialog {
	background-color: #666666;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.overlay___invisible__ {
  background-color: #666666;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

.dialog_nw {
	width: 9px;
	height: 23px;
	background: transparent url(default/top_left.gif) no-repeat 0 0;		
}

.dialog_n {
	background: transparent url(default/top_mid.gif) repeat-x 0 0;	
	height: 23px;
}

.dialog_ne {
	width: 9px;
	height: 23px;
	background: transparent url(default/top_right.gif) no-repeat 0 0;		
}

.dialog_e {
	width: 2px;
	background: transparent url(default/center_right.gif) repeat-y 0 0;	
}

.dialog_w {
	width: 2px;
	background: transparent url(default/center_left.gif) repeat-y 0 0;		
}

.dialog_sw {
	width: 9px;
	height: 19px;
	background: transparent url(default/bottom_left.gif) no-repeat 0 0;			
}

.dialog_s {
	background: transparent url(default/bottom_mid.gif) repeat-x 0 0;		
	height: 19px;
}

.dialog_se {
	width: 9px;
	height: 19px;
	background: transparent url(default/bottom_right.gif) no-repeat 0 0;			
}

.dialog_sizer {
	width: 9px;
	height: 19px;
	background: transparent url(default/sizer.gif) no-repeat 0 0;	
	cursor:se-resize;	
}

.dialog_close {
	width: 14px;
	height: 14px;
	background: transparent url(default/close.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	left:8px;
	cursor:pointer;
	z-index:2000;
}

.dialog_minimize {
	width: 14px;
	height: 15px;
	background: transparent url(default/minimize.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	left:28px;
	cursor:pointer;
	z-index:2000;
}

.dialog_maximize {
	width: 14px;
	height: 15px;
	background: transparent url(default/maximize.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	left:49px;
	cursor:pointer;
	z-index:2000;
}

.dialog_title {
	float:left;
	height:14px;
	font-family: Tahoma, Arial, sans-serif;
	font-size:12px;
	text-align:center;
	width:100%;
	color:#000;
}

.dialog_content {
	overflow:auto;
	color: #DDD;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	background-color:#123;
}

.top_draggable, .bottom_draggable {
  cursor:move;
}

.status_bar {
  font-size:12px;
}
.status_bar input{
  font-size:12px;
}

.wired_frame {
	display: block;
  position: absolute;
  border: 1px #000 dashed;
}

/* DO NOT CHANGE THESE VALUES*/
.dialog {
	display: block;
	position: absolute;
}

.dialog table.table_window  { 
  border-collapse: collapse; 
  border-spacing: 0; 
  width: 100%;
	margin: 0px;
	padding:0px;
}

.dialog table.table_window td , .dialog table.table_window th { 
  padding: 0; 
}

.dialog .title_window {
  -moz-user-select:none;
}                                                    

/**************************lib/prototype/windows/themes/magento.css***************************/
.dialog { border:0px solid #555; }
.dialog .bot { display:none !important; }
.overlay_magento { background-color:#000; filter:alpha(opacity=60); -moz-opacity:.6; opacity:.6; -webkit-opacity:.6; }
.top.table_window { border-bottom:1px solid #e6e6e6; background:#6a838b url(magento/top_bg.gif) 0 100% repeat-x; }

.magento_nw { width:6px; height:28px; }
.magento_n { height:28px; }
.magento_ne { width:6px; height:28px; }

.magento_w { width:6px; }
.magento_e { width:6px; }
.magento_w,
.magento_e,
.magento_content { background: #fafafa url(magento/content_bg.gif) 0 0 repeat-x; }

.magento_sw { background:#deebf0; width:5px; height:3px; }
.magento_s { background:#deebf0; height:3px; }
.magento_se,

.magento_sizer { background:#deebf0; width:5px; height:3px; }
.magento_sizer { cursor:se-resize; }

.magento_close { width:16px; height:16px; background:url(magento/window_close.png) no-repeat 0 0; position:absolute; top:5px; right:7px; cursor:pointer; z-index:1000; }
.magento_minimize { width:16px; height:16px; background:url(magento/window_minimize.png) 0 0 no-repeat; position:absolute; top:5px; right:28px; cursor:pointer; z-index:1000; }
.magento_maximize { width:16px; height:16px; background:url(magento/window_maximize.png)0 0 no-repeat; position:absolute; top:5px; right:49px; cursor:pointer; z-index:1000; }

.magento_title { float:left; width:100%; font:bold 12px/28px Arial, Helvetica, sans-serif; color:#fff; text-align:left; }

.magento_content { overflow:auto; font-size:12px; }
.magento_content,
.magento_content label { color:#333; font-family:Arial, sans-serif; }

.magento_buttons { padding:10px; text-align:right; }
.magento_buttons input.button { border-width:1px; border-style:solid; border-color:#ed6502 #a04300 #a04300 #ed6502;  background:#ffac47 url(magento/btn_bg.gif) 0 100% repeat-x; padding:0 7px 1px 7px; font:bold 12px/18px Arial, Helvetica, sans-serif; color:#fff; cursor:pointer; text-align:center; white-space:nowrap; }
.magento_buttons button.button span span span { display:inline; background:none; padding:0; height:auto; }

/* FOR IE */
* html .magento_close { background-image:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="magento/window_maximize.png", sizingMethod="crop"); }
* html .magento_minimize { background-image:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="magento/window_close.png", sizingMethod="crop");}
* html .magento_maximize { background-image:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="magento/window_minimize.png", sizingMethod="crop"); }

/**************************skin/frontend/base/default/zipmoney/css/style.css***************************/
#zipmoney-widget-general-addtocart, #zipmoney-widget-specific-addtocart {
    clear: left;
    margin: 0;
    text-align: left;
    padding-top: 10px;
}
.zipmoney-express-cart-product {
    padding-top: 10px;
}

#zipmoney-express-product .zipmoney-express-cart-product-learn-more {
    float: none;
}

.zip-order-success-message {
	border: 1px solid #3d6611; 	
	background-color: #eff5ea;
	background-image: url(images/i_msg-success.gif);
	color: #3d6611;
	padding: 10px; 
}

.zip-hover:hover{
    cursor: pointer;
}

.zm-landing-container {
    width: 900px !important;
}

/***********************zipmoney popup*****************************/

.zipmoney_popup {
  width:693px;
  margin:auto;
  font-family: Mavenpro-medium, Arial, Helvetica, sans-serif;
}
.zipmoney_inn {
  background-color: #7DC149;
  width:100%;
  /* float:left; */
  padding: 40px;
  text-align: center;
}
.zipmoney_inn head1 {
  
  text-align:center;
  font-size:36px;
  color:#fff;
  padding:30px 0;
  font-weight:normal;
}
.zipmoney_inn head1 span {
  font-family: Mavenpro-black, Arial, Helvetica, sans-serif;
}
.zipmoney_content {
  width:100%;
  float:left;
  background-color:#fff;
  padding:26px 16px 26px 33px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.zipmoney_leftbar {
  width:292px;
  float:left;
}
.zipmoney_leftbar head2 {
  color:#7DC149;
  font-size:26px;
  font-family: Mavenpro-medium, Arial, Helvetica, sans-serif;
  margin-bottom:16px;
}
.zipmoney_leftbar li {
  background-color:#E5E5E4;
  min-height:40px;
  font-size:17px;
  color:#606160;
  line-height:44px;
  position:relative;
  padding-left:26px;
  margin-bottom:5px;
}
.zipmoney_leftbar li span {
  color:#7DC149;
}
.zipmoney_leftbar li div {
  background:url('https://d1mrld4ampwm2q.cloudfront.net/standard-template/info/images/list_img.gif') left 2px no-repeat;
  width:34px;
  height:40px;
  position:absolute;
  left:-17px;
  text-align:center;
  font-size:20px;
  color:#fff;
}
.zipmoney_rightbar {
  width:310px;
  float:right;
}
.zipmoney_rightbar head3 {
  color:#7DC149;
  font-size:26px;
  font-family: Mavenpro-medium, Arial, Helvetica, sans-serif;
  margin-bottom:16px;
}
.zipmoney_rightbar li {
  color:#606160;
  font-size:16px;
  background:url('https://d1mrld4ampwm2q.cloudfront.net/standard-template/info/images/listright_img.gif') left 6px no-repeat;
  line-height:23px;
  padding:4px 0 4px 30px;
}
.zipmoney_rightbar li span {
  font-size:11px;
}
.terms_btn {
  background-color:#fff;
  width:280px;
  height:38px;
  border:1px #98CE6E solid;
  line-height:38px;
  text-decoration:none;
  display:block;
  margin-top:15px;
  text-align:center;
  font-size:16px;
  color:#7DC149;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  transition:All 1s ease;
  -webkit-transition:All 1s ease;
  -moz-transition:All 1s ease;
  -o-transition:All 1s ease;
}
.terms_btn:hover {
  background-color:#98CE6E;
  color:#fff;
}
.zipmoney_footer {
  width:100%;
  float:left;
  background-color:#E5E5E4;
  padding:9px 30px 9px 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.zip_footerleft {
  width:450px;
  float:left;
  font-size:12px;
  color:#727171;
  line-height: 150%;
}
.zip_footerright {
  width:156px;
  float:right;
}
.over_time_text {
  font-size: 20px !important;
  margin-top:-7px !important;
  font-weight:bold;
  -ms-transform: rotate(-10deg);
  /* IE 9 */
  -webkit-transform: rotate(-10deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-10deg);
}
@media screen and (max-width: 692px) {
  .zipmoney_popup {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  .zipmoney_leftbar {
    width: 100%;
  }
  .zipmoney_rightbar {
    width: 100%;
    margin-top: 20px;
  }
  .zip_footerleft {
    width: 100%;
    text-align: center;
  }
  .zip_footerright {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  .zipmoney_inn head1 {
    font-size: 20px;
    padding:0;
  }
  .zip_terms_condition {
    padding: 8% 2%;
  }
  .read_img {
    display: none;
  }
  .zipmoney_inn{
    padding:15px;
  }
  .zipmoney_content{
    padding:10px 16px 0px 33px;
  }
  .zipmoney_leftbar head2{
    font-size: 20px;
  }
  .zipmoney_leftbar li{
    font-size: 14px;
  }
  .zipmoney_rightbar head3{
    font-size: 20px;
  }
  .zipmoney_rightbar ul{
    margin-left: -28px;
  }
  .zipmoney_rightbar li{
    font-size: 14px;
  }
  .zipmoney_footer{
    padding:15px 16px;
  }
  .windowjs-close{
    top:-12px;
    right:-12px;
  }
}
.zip-mon {
  font-style:italic;
}
#zipmoney_popup_window_zipmoney-learn-more_row1{ display: none; }