[data-wizpay-button].wizpay-button-product{
	display: none;
}
#wizpay_widget.wizpay-button{
  margin-top: 15px !important;
}
.wizpay-button.wizpay-button-cart{
	/* float: right; */
}
.wizpay-button.wizpay-button-cart img{
	margin-left: auto;
  margin-right: 0;
}

.wizpay-modal {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

.wizpay-modal-content {
  position: relative;
  background-color: #fefefe;
  margin: 5% auto;
  width: 80%;
  height: 80%;
}

.wizpay-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.wizpay-close:hover,
.wizpay-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.wizpay-modal-content iframe{
	width: 100%;
	height: 100%;
  border: 0px;
}
.wizp-popup-close {
    position: absolute;
    background: border-box;
    font-size: 13px;
    border: 1px #fff solid;
    top: 20px;
    right: 36px;
    border-radius: 30px;
    color: white;
	cursor: pointer;
    padding: .6180469716em 1.41575em;
    text-decoration: none;
    font-weight: 600;
    text-shadow: none;
    display: inline-block;
    -webkit-appearance: none;
    word-break: break-all;
}

ul.custom-payfields {
    padding: 0 !important;
}
.payment_methods li {
    list-style: none !important;
    margin-left: 0;
    position: relative;
}
ul.custom-payfields li {
    float: left !important;
    width: 50%;
    text-align: center !important;
    list-style: none !important;
    min-width: 100px !important;
    margin-top: 20px !important;
}
ul.custom-payfields li .installment-title  {
  margin-bottom: 10px !important;
}
.wizpay-payment-holder{
	padding-top: 20px; 
}
.wizpay-logo-column img{
	margin-right: 50px;
}
.wizpay-logo-column ul  li svg{
  margin: auto !important;
}

.wizpay-logo-column-header{
  text-align: center;
  margin-top: 20px !important;
}

.wizpay-terms{
	padding-left:35px; 
	padding-right:35px;
}
@media (min-width:769px) {

  .wizpay-logo-column{
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
@media (max-width:769px) {
  .wizp-popup-close{
    display: none;
  }

  .custom-payfields{
    margin-bottom: 0px !important;
  }
	.wizpay-logo-column{
		margin-bottom: 20px;
	}
	.wizpay-logo-column img{
		margin: auto;
	}
	.wizpay-terms{
		padding: 0px;
	}

	ul.custom-payfields li{
		margin-bottom: 10px;
	    margin-top: 10px;
	}
}
.wizpay-hide{
  display: none !important;
}

.wizpay-text-center{
  text-align: center;
}