.zipmoney-strip-banner {
    height: auto;
    padding: 10px 0px;
}

.widget-product {
    padding: 10px 0px;
}

.widget-cart {
    padding: 10px 0px;
}

.ps-tagline {
    min-height: 50px;
}

.ps-tagline .widget-tagline {
    padding: 10px 20px;
}

.ps-tagline .widget-tagline {
    float: right;
    clear: both;
}

.payment_module .zipmoneypayment {
    padding: 20px;
}

.payment_module .zipmoneypayment .widget-tagline {
    display: block !important;
}

.payment_module .zipmoneypayment .widget-tagline .zip-info {
    border: none;
    padding: 0px;
}

.payment_module .zipmoneypayment .widget-tagline img {
    display: none;
}

.payment_module .zipmoneypayment .widget-tagline .zip-info:hover {
    border: none;
    background: none;
}

.zipmoneypayment_payment_module_description {
    padding: 8px 20px 5px 20px;
    position: relative;
    z-index: 100;
    margin-top: -12px;
    margin-bottom: 12px;
    border: 1px solid #d6d4d4;
    border-top: snow;
    border-radius: 0 0 4px 4px;
}

.zipmoneypayment_payment_module_description #zipmoney-learn-more {
    text-decoration: underline;
}

.widget-tagline-cart {
    padding-left: 20px;
}

.payment-options #zipmoney-learn-more {
	display: inline !important;
	font-size: 80% !important;
}

.payment-options .zip-widget__wrapper--type-checkouttitle {
	vertical-align: top;
	display: inline-block;
	padding: 0px;
}

#checkout .zip-overlay {
	position: fixed;
	/* Sit on top of the page content */
	display: none;
	/* Hidden by default */
	width: 100%;
	/* Full width (cover the whole page) */
	height: 100%;
	/* Full height (cover the whole page) */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	/* Black background with opacity */
	z-index: 20;
	/* Specify a stack order in case you're using a different order for other elements */
	cursor: pointer;
	/* Add a pointer on hover */
}

#checkout .zip-overlay-text {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	line-height: 1.2;
	font-size: 3rem;
	color: white;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

#checkout #partPayCalculatorWidget {
	display: none !important;
}