@keyframes showHide {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes horizontal {
  0% {
    transform: translatex(0) translatey(0);
  }
  50% {
    transform: translatex(15px) translatey(0);
  }
  100% {
    transform: translatex(0) translatey(0);
  }
}
@-moz-keyframes horizontal {
  0% {
    transform: translatex(0) translatey(0);
  }
  50% {
    transform: translatex(15px) translatey(0);
  }
  100% {
    transform: translatex(0) translatey(0);
  }
}
@-o-keyframes horizontal {
  0% {
    transform: translatex(0) translatey(0);
  }
  50% {
    transform: translatex(15px) translatey(0);
  }
  100% {
    transform: translatex(0) translatey(0);
  }
}
@keyframes horizontal {
  0% {
    transform: translatex(0) translatey(0);
  }
  50% {
    transform: translatex(15px) translatey(0);
  }
  100% {
    transform: translatex(0) translatey(0);
  }
}
#payment {
  background: none !important;
}

.wc-payment-mode {
  margin: 30px 0;
  background-color: #ecf7fa;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
  .wc-payment-mode {
    margin: 1.5em 0;
    border-radius: 0.5em;
  }
}
@media (max-width: 991.98px) {
  .wc-payment-mode {
    margin: 0;
    padding: 0;
  }
}
.wc-payment-mode__methods {
  padding: 30px 50px 30px 30px !important;
  border: none !important;
  margin: 0 !important;
}
@media (max-width: 1599.98px) {
  .wc-payment-mode__methods {
    padding: 20px !important;
  }
}
.wc-payment-mode__element {
  padding-top: 30px;
  position: relative;
  margin: 0 0 20px 0 !important;
  list-style: none;
  padding-left: 0 !important;
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
  .wc-payment-mode__element {
    margin: 0 !important;
  }
}
.wc-payment-mode__element:before {
  content: none !important;
}
.wc-payment-mode__input {
  position: absolute;
  top: 0;
  left: -30px;
  visibility: hidden;
}
.wc-payment-mode__input[type=radio]:checked ~ .wc-payment-mode__custom-radio-button {
  background: #3fb2d2;
  border-color: #3fb2d2;
}
.wc-payment-mode__input[type=radio]:checked ~ .wc-payment-mode__custom-radio-button:after {
  content: " ";
  width: 8px;
  height: 13px;
  border-bottom: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  position: absolute;
  top: 3px;
  left: 6px;
  transform: rotate(45deg);
}
.wc-payment-mode__label {
  top: 0 !important;
}
.woocommerce-checkout-payment .wc-payment-mode__label {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  padding: 0 0 0 40px;
  position: absolute;
  top: 4px;
  left: 0;
  text-transform: none;
  z-index: 2;
}
.wc-payment-mode__label img {
  position: relative;
  top: -2px;
  margin: 0 0 0 5px;
}
.wc-payment-mode__custom-radio-button {
  position: absolute;
  top: 0;
  left: 8px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  z-index: 1;
  border: 1px solid #979797;
}
.payment_method_redsys .wc-payment-mode__custom-radio-button {
  top: 4px;
}
.wc-payment-mode__info {
  position: relative !important;
  font-size: 0.75em !important;
  color: #000 !important;
  line-height: 1.42 !important;
  padding: 15px !important;
  background-color: #fff !important;
  border-radius: 4px !important;
  margin-top: 15px !important;
}
.wc-payment-mode__info p {
  margin: 0;
}
.wc-payment-mode__info:after, .wc-payment-mode__info:before {
  bottom: 100%;
  left: 18px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.wc-payment-mode__info:after {
  border-bottom-color: #fff;
  border-width: 9px;
  margin-left: -9px;
}
.wc-payment-mode__info:before {
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.wc-payment-mode .payment_box::before {
  content: none !important;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  float: none;
}

.woocommerce-checkout-payment hr {
  color: transparent;
  border-bottom: 1px dashed #3fb2d2;
  width: 100%;
  opacity: 1;
  margin: 40px 0 !important;
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
  .woocommerce-checkout-payment hr {
    margin: 2em 0 !important;
  }
}
@media (max-width: 991.98px) {
  .woocommerce-checkout-payment hr {
    margin: 20px 0 !important;
  }
}
.woocommerce-checkout-payment__total {
  background-color: #3fb2d2;
  color: #fff;
  text-align: center;
  padding: 0 30px;
  min-height: 70px;
  line-height: 1.3;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.25em;
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
  .woocommerce-checkout-payment__total {
    padding: 0 1.5em;
    min-height: 3.5em;
    font-size: 1em;
  }
}
@media (max-width: 991.98px) {
  .woocommerce-checkout-payment__total {
    padding: 20px;
    text-align: center !important;
    text-wrap: balance;
    flex-direction: column;
  }
}
.woocommerce-checkout-payment__total-price {
  font-size: 2.25em;
  font-weight: bold;
  font-family: "Gantari", sans-serif;
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
  .woocommerce-checkout-payment__total-price {
    font-size: 1.8em;
  }
}

.woocommerce-checkout {
  margin: 0 35px;
}
@media (max-width: 991.98px) {
  .woocommerce-checkout {
    margin: 0;
  }
}
@media (max-width: 767.98px) {
  .woocommerce-checkout {
    padding-top: 0;
  }
}

.woocommerce-terms-and-conditions-wrapper {
  position: relative;
  width: fit-content;
  margin: 0 0 13px 0;
}

.woocommerce-terms-checkbox-wrapper {
  position: relative;
  font-size: 1.125em;
  margin-bottom: 7px;
}

#payment .payment_methods li .payment_box fieldset.card-saved {
  padding-bottom: 0;
  font-size: 13px;
}

.woocommerce-terms-and-conditions-checkbox-text {
  padding-left: 30px;
  color: #9b9b9b;
  font-weight: normal;
  line-height: 1.43;
  font-size: 0.875em;
}
.woocommerce-terms-and-conditions-checkbox-text a {
  color: #002858;
  text-decoration: underline;
  font-weight: 600;
}
.woocommerce-terms-and-conditions-checkbox-text a:hover, .woocommerce-terms-and-conditions-checkbox-text a:active, .woocommerce-terms-and-conditions-checkbox-text a:focus, .woocommerce-terms-and-conditions-checkbox-text a:visited {
  color: #002858;
}

@media (max-width: 991.98px) {
  .wc-review-order {
    margin-top: 50px !important;
  }
}