.payment-info {
	/*  */
	display: flex;
	flex-wrap: wrap;
	margin: 25px 0;
	border: 2px dashed;
	border-color: #c1c1c1;
	padding: 25px;
	max-width: 1080px;
	margin: 0 auto;
	margin-bottom: 50px !important;
}

.payment-methods.payment_method_pagos_qr_payment label {
	display: flex;
	align-items: center;
	vertical-align: middle;
	margin-bottom: 10px;
	margin-top: 10px;
}

.payment-info-title {
	max-width: 1080px;
	margin: 0 auto;
	margin-bottom: 25px !important;
}

.payment-qr {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
}

.payment-qr img {
	width: 100%;
	margin: 5% auto;
	max-width: 250px;
}

.instruction-input {
	display: flex;
	align-items: center;
	max-width: 350px;
}

.payment-methods {
	/* display: flex;
    flex-wrap: wrap; */
	justify-content: space-around;
	margin-top: 15px;
}

.payment-method {
	display: block;
	margin-bottom: 1rem;
	cursor: pointer;
}

.payment-method img {
	display: block;
	width: 100%;
	height: auto;
	transition: all 0.1s ease;
}

.payment-method input[type="radio"]:checked + img {
	transform: scale(0.95);
	box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
	border: solid 2px #2ecc71 !important;
}

#payment .payment_methods li img {
	float: right;
	border: 0;
	padding: 0;
	max-height: 70px !important;
}

label.payment-method {
	margin: 0;
}

@media only screen and (min-width: 768px) {
	.qr-col-lg-6 {
		width: 50%;
	}

	.qr-col-lg-12 {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.qr-col-sm-12 {
		width: 100%;
	}
}

.clippy {
	width: 15%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-bottom: 0 !important;
	border-radius: 0px;
	height: 35.02px;
}

.clippy img {
	width: 80%;
	padding: 3px;
}

.clippy:hover {
	cursor: pointer;
	opacity: 0.7;
}

p#accept_cripto {
	padding-left: 15px;
}

.payment-instructions-cnt-1.payment-submit{
	margin-top: 5%;
}