/*
Silence is dalmata 
*/

.plexo_payment__modal {
	position: fixed;
	display: flex;
	height: 100vh;
	width: 0;
	top: 0;
	left: 0;
	padding: 0;
	box-sizing: border-box;
	transition: opacity 0.5s 0.4s, height 0.5s, width 0.5s, padding 0.5s 1s;
	justify-content: center;
	z-index: 91349;
	box-sizing: border-box;
	pointer-events: none;
}
.plexo_payment__modal::before{
	position: fixed;
	height: 0;
	width: 0;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 91350;
}
.plexo_payment__modal iframe {
	border: 0;
	width: inherit;
	min-width: inherit;
	min-height: inherit;
	height: inherit;
}

.plexo_payment__modal > .plexo_payment__modal_container, .plexo_payment__modal_expresscheckout > .plexo_payment__modal_container {
	opacity: 0;
	max-width: 100%;
	border: 0;
	box-shadow: 0 0 10px 5px rgb(0 0 0 / 0.2);
	transition: height 0.5s, width 0.5s;
	padding: 15px;
	background: #eee;
	box-sizing: content-box;
	position: relative;
	height: 650px;
	max-height: 100vh;
	width: 50vw;
	min-width: 320px;
}

#plexo_payment__connect {
	display: none;
	transition: opacity 0.5s 1s;
}

#plexo_payment__connect:checked ~ .plexo_payment__modal {
	min-height: 568px; /* iphone 5 */
	width: 100vw;
	padding: 0;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-direction: column;
	pointer-events: unset;
}
#plexo_payment__connect:checked ~ .plexo_payment__modal::before {
	height: 100vh;
	width: 100vw;
}

#plexo_payment__connect:checked ~ .plexo_payment__modal > .plexo_payment__modal_container {
	opacity: 1;
	z-index: 91351;
}

.plexo_payment__card_data.hidden {
	display: none;
}
label[for='plexo_payment__connect'] a.button .add,
label[for='plexo_payment__connect'] a:not(.button) .change {
	display: inline;
}
label[for='plexo_payment__connect'] a:not(.button) .add,
label[for='plexo_payment__connect'] a.button .change {
	display: none;
}

.plexo_payment__card_data {
	display: grid;
	grid-template-columns: 1fr 4fr;
	grid-gap: 10%;
	align-items: center;
	margin: 1rem auto 2rem;
	background: white;
	border: 1px solid;
	border-radius: 3px;
	padding: 1rem;
	max-width: fit-content;
	min-width: 200px;
}

.plexo_payment__card_number {
	display: block;
}

.payment_method_plexo label[for='plexo_payment__connect'] {
	display: block;
	margin: auto;
	text-align: center;
}

a.alt {
	cursor: pointer;
}

.plexo_payment__modal_close {
	height: 0;
	z-index: 91352;
	font-size: 1rem;
	cursor: pointer;
	position: absolute;
	right: 4px;
	color:#000;
	top: 4px;
}
.plexo_payment__modal_close:hover {
	color: #ccc;
}

.plexo_expired_notice {
	margin: 0 0 1rem;
}
.plexo_expired_notice.hidden {
	display: none;
}

.plexo_session_timer {
	text-align: center;
	position: relative;
	border: 1px solid;
	width: 100px;
	margin: 0 auto 2rem;
	display:none!important;
}

.warning {
	animation-name: warning;
	animation-duration: 5s;
	animation-iteration-count: infinite;
}

.plexo_session_timer::after {
	font-family: 'WooCommerce';
	content: '\e016';
	display: inline-block;
	color: inherit;
	margin-left: 0.35rem;
	font-size: 12px;
	opacity: 0.5;
}

.plexo_session_timer:hover::after {
	opacity: 1;
}

.plexo_session_timer::before {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	content: attr(disclosure);
	width: 250px;
	left: calc(100px + 1rem);
	background: white;
	top: -1rem;
	font-size: small;
	color: #333333;
	padding: 0.5rem 1rem;
	text-align: left;
	border: 1px dashed #333;
	transition: opacity 0.5s;
}

@media (max-width: 991px) {
	.plexo_session_timer::before {
		left: calc(-100px + 0.5rem);
		text-align: center;
	}
}
.plexo_session_timer.hidden {
	display: none;
}
.plexo_session_timer:hover::before {
	opacity: 1;
}

@keyframes warning {
	0% {
		color: #333;
	}
	50% {
		color: #e2401c;
	}
	100% {
		color: #333;
	}
}

.woocommerce-error.plexo_expired_notice {
	margin: 1rem auto 2rem;
}

#payment .payment_methods li .plexo_payment__provider img {
	max-height: unset;
	min-width: 20px;
}

.plexo_method_description {
	text-align: center;
	margin: 1rem 0 0;
	display: block;
}

label[for='payment_method_plexo']::after {
	content: url('../img/wc-plexo-logo-60x29.png');
	margin-left: 1rem;
	top: 6px;
	position: relative;
}

.plexo_installments {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-gap: 10%;
    align-items: center;
    grid-column-start: 2;
    grid-column-end: 3;
}
/**************************************/
.plexo_payment__modal_expresscheckout {
	background: rgba(0, 0, 0, 0.9);
	color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	transition: all 0.5s;
	z-index: 999999;
	display:none
	
	/*position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	height: 100vh;
	width: 100vw;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;*/

}
.plexo_payment__modal_expresscheckout  .plexo_payment__modal_container {
	width: 40%;
	height: 60%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	font-size: 1.5em;
	text-align: center;
	opacity: 1;
/*	width: 400px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	opacity: 1;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
  -webkit-transition: opacity 400ms ease-in;
-moz-transition: opacity 400ms ease-in;
*/
/*transition: opacity 400ms ease-in;*/
  
}

.plexo_payment__modal_expresscheckout:target {
	opacity:1;
	pointer-events: auto;
}

.plexo_payment__modal_expresscheckout iframe {
	border: 0;
	width: inherit;
	min-width: inherit;
	min-height: inherit;
	height: inherit;
	width:100%;
	height: 100%;
}
.plexo_payment_list{
	padding:0;
}

.plexo_payment_list li.plexo-container-general{
	cursor: pointer;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
    width: 40%;
    margin-right: 10px;
    background: #fff;
    display: inline-grid;
	height: 100px;
	margin-bottom:15px;
}

.plexo_payment_list li.plexo-container-general a:focus{
	outline-color:#fff;
}

.plexo_payment_list li.plexo-container-general .plexo-image-container{
	display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.plexo_payment_list li.plexo-container-general .plexo-image-container .card-logo{
	padding: 10px;
	width: 100px;
	display: block;
	margin: 0 auto;
}



.plexo_payment_list li.plexo-container-general .plexo-image-container .card-logo img{
	display: block;
}

.plexo_payment_list li.plexo-container-general label{
	display: block;
    line-height: 30px;
	color:#333;
	font-weight: 400;
	font-size:16px;
	width: 100%;
	text-decoration: none;
}

.plexo_payment_list li.plexo-container-general select{
	height: 35px;
	width: 100%;
	border: 1px solid #ccc;
    background: #fff;
    border-radius: 5px;
}


.plexo_payment_list li.plexo-container-general.active, .plexo_payment_list li.plexo-container-general:hover{
	border-color: #ff5501
}

.contentbuttonplexo_pay{
	text-align: right;
}

.buttonplexo_pay{
	background-color: #333333;
    border-color: #333333;
    color: #ffffff;
	padding: 0.6180469716em 1.41575em;
	font-weight:400;
	font-size: 20px;
	
}

.plexo_payment_error{
	display: none;
}

.plexo_payment_error div{
	display: none;
}

.plexo_payment_error p{
    font-size: 18px;
    text-align: right;
    color:#ff0000;
}

#payment_box payment_method_plexo{
	padding-top:
}

#payment .payment_methods .payment_thumb_logo .payment-logo{
	display: inline-block;
	padding: 0 16px;
}

#payment .payment_methods .payment_thumb_logo .payment-logo img {
	width:55px;
	height: auto;
	max-height: initial;
}

.plexo_method_description {
	margin:0
}

.payment_card{
	display: none;
}

.plexo_total_pay{
	font-size:20px
}

.total_price_withdiscount{
	font-size:16px;
	text-decoration: line-through;
	padding-right:16px;
}