.iwd-woocommerce-mini-cart {
	padding-left: 1.41575em;
	padding-right: 1.41575em;
	height: 60px;
}
.iwd-woocommerce-mini-cart .iwd-paypal-wrapper {
	height: 35px;
}
.iwd-paypal-credit-msg{
	margin: 10px 0;
}
.iwd-woocommerce-mini-cart .iwd-paypal-credit-msg{
	padding-top: 13px;
	margin: 0;
}
.paypal-subscribe{
	width: 20px;
	display: inline-block;
	margin: 0 0 0 10px;
	vertical-align: top;
}
.modal-subscribe {
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
}

.modal-subscribe .modal-content {
	background-color: #fefefe;
	margin: 15% auto;
	padding: 20px;
	border: 1px solid #888;
	width: 30%;
	border-radius:15px ;
}

.subscribe-button{
	display: block;
	height: 42px;
	border-radius: 10px;
	margin: 10px auto 0;
}
.m-content{
	text-align: center;
}

.close-subcription {
	color: #aaa;
	width: 20px;
	font-size: 28px;
	font-weight: bold;
	margin: 0 0 0 auto;
	line-height: 1;
}

.close-subcription:hover,
.close-subcription:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}