/*
Silence is dalmata 
*/
.loading-screen {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 2em;
}
#loader {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

#loader svg {
  animation: rotate 1s ease-in-out infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.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: 750px;
  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: 15px;
  color: #000;
  padding: 5px;
}
.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.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 {
  display: flex;
  padding: 0;
  flex-wrap: wrap;
}

.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;
}

/* Infotip container */
.infotip {
  position: relative;
  display: inline-block;
}

/* Infotip text */
.infotip .infotiptext {
  visibility: hidden;
  width: 170px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
  bottom: 100%;
}

/* Show the tooltip text when you mouse over the tooltip container */
.infotip:hover .infotiptext {
  visibility: visible;
}

.infotip .infotiptext::after {
  content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}
.plexo_payment_list li.plexo-container-general a:focus {
  outline-color: #fff;
}

.plexo_payment_list li.plexo-container-general a {
  color: #222;
  text-decoration: none;
}

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

.plexo-image-container-descuento {
  display: flex;
  justify-content: space-around;
  width: 100%;
  height: 100%;
  align-items: center;
}

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

.card-logo {
  display: flex;
  align-items: center;
}

.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;
}

.order_total_container {
  padding-top: 10px;
  width: 54%;
}
.entry-content .table-wrapper {
  width: 100%;
}
.order_totals_table td {
  text-align: right;
}
@media (max-width: 767px) {
  .order_total_container {
    width: 100%;
  }
}
.order_totals {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-width: 1px;
  border-color: #ccc;
  border-style: solid;
  border-radius: 10px;
  padding: 10px !important;
}
.order_totals_table {
}
.order_totals_table tr {
}
.order_totals_table tr th {
  padding: 0 !important;
}
.order_totals_table tr th {
  padding: 0 !important;
}
#orderTax {
  text-align: left;
  color: #69727d;
}
#orderTax .woocommerce-Price-currencySymbol {
  color: #69727d;
}
#orderTax > .woocommerce-Price-amount > bdi {
  color: #69727d !important;
}
.buttonplexo_pay {
  width: 100% !important;
  margin-top: 20px !important;
  background-color: #5bc0de !important;
  float: none !important;
  color: var(--purchase-button-normal-text-color, #fff) !important;
  min-height: auto !important;
  padding: var(--purchase-button-padding, 1em 1em) !important;
  border-radius: var(--purchase-button-border-radius, 3px) !important;
  font-size: 16px !important;
}

.plexo_payment_error {
  display: none;
}

.plexo_payment_error div {
  display: none;
}

.plexo_payment_error p {
  font-size: 18px;
  color: #ff0000;
}
#plexo_payment_info {
  display: none;
}
#plexo_payment_info p {
  font-size: 16px;
  color: #000;  
}
#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;
}
.plexo-cart-coupon {
  padding: 0px 12px 0px 0px !important;
  color: #777 !important;
}
