
.mxr-preloader {
	position: fixed;
	z-index: 9999;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255,255,255,.8);
	text-align: center;
}
.mxr-preloader .preloader__loader {
    width: 16px;
    height: 16px;
    margin: 0 1px;
    background-color: #a9bfd9;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: preloaderAnimation 1.4s infinite ease-in-out;
    animation: preloaderAnimation 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.mxr-preloader .preloader__loader--1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.mxr-preloader .preloader__loader--2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.mxr-preloader .preloader__texto {
    font-size: 22px;
    margin-top: 30px;
    color: #28394d;
    font-weight: 700;
}

@keyframes preloaderAnimation {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: #28394d;
    }
}
.payment-method-button .payment-button:hover {
	opacity: .8;
}

.payment-method-button {
	margin-bottom: 1rem;
}

#paypal-button-container {
	line-height: 0;
}

/* General */
.order-form,
.payment-method,
.resume-order,
.mxr-card {
    box-shadow: 0 0 14px rgba(0, 0, 0 , .11);
    border-radius: 5px;
    padding: 30px 24px;
}

.mxr-button {
    display: block;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border: none;
    border-radius: 4px;
    min-width: 220px;
    padding: 0 15px;
    background-color: #4F545E;
    font-size: 14px;
    text-transform: uppercase;
}
.mxr-button,
.mxr-button:hover {
    text-decoration: none;
}

/* General inputs */ 
.mxr-form .form-control {
    border-color: #D8D8D8;
    border-radius: 2px;
}
.mxr-form .form-control,
.mxr-form .form-control::placeholder {
    font-size: 14px;
}
.mxr-form .form-control:focus {
    box-shadow: none;
}
.mxr-form .form-control:not(textarea) {
    height: 48px;
}
.mxr-form .form-check .form-check-input {
    visibility: hidden;
}
.mxr-form .form-check .form-check-label {
    position: relative;
    font-size: 10px;
    line-height: 14px;
}
.mxr-form .form-check .form-check-label::before,
.mxr-form .form-check .form-check-label::after {
    content: "";
    position: absolute;
    /* top: 3px; */
    top: 0;
    left: -1.25rem;
}
.mxr-form .form-check .form-check-label::before {
    width: 14px;
    height: 14px;
    border: solid 1px #C4C4C4;
    border-radius: 2px;
}
.mxr-form .form-check .form-check-label::after {
    width: 10px;
    height: 10px;
    background-image: url(../images/icon-check.png);
    background-size: 10px;
    margin-left: 2px;
    margin-top: 2px;
}
.mxr-form .form-check .form-check-input:not(:checked) + .form-check-label::after {
    display: none;
}
.mxr-form input[type=submit] {
    height: 42px;
    line-height: 42px;
    border: none;
    border-radius: 4px;
    min-width: 220px;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
}
/* Error */
.mxr-form .mxr-error-input {
    background-color:#FAE6E6;
    border-color: #FD6161;
}
.mxr-form .mxr-error-form,
.mxr-form .mxr-success-form {
    text-transform: uppercase;
    font-size: 10px;
    line-height: 16px;
    font-weight: 700;
}
.mxr-form .mxr-success-form {
    color: #57aa6a;
}
.mxr-form .mxr-error-form {
    color: #FD6161;
}


/* General title y subtitle card */
.mxr-card--title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}
.mxr-card--subtitle {
    letter-spacing: .5px;
    position: relative;
}
.mxr-card--subtitle::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 47px;
    height: 3px;
}

/* Reserva formulario */
.payment-description .payment-description--img {
    border-radius: 50%;
    border: solid 2px #DADADA;
    overflow: hidden;
}

/* Metodos de pago */
.payment-method .payment-methods-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}
.payment-method .payment-buttons .payment-method-button .payment-button {
    display: block;
    width: 100%;
    height: 51px;
    border: none;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
}
.payment-method .payment-buttons .payment-method-button.pay-with-redsys-container .payment-button {
    background: #1F2937;
    color: #FFFFFF;
}
.payment-method .payment-buttons .payment-method-button.pay-with-redsys_bizum-container .payment-button {
    background: #05C0C7;
    color: #FFFFFF;
}
.payment-method .payment-methods-subtitle {
    font-size: 14px;
    line-height: 18px;
}
.payment-method .payment-methods-subtitle::before {
    content: '';
    display: inline-block;
    min-width: 20px;
    height: 26px;
    background-image: url(../images/icon-compra-segura.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    margin-right: 10px;
}
/* Formulario checkout */
.order-form .personal-info-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}
/* Resumen */
.resume-order .payment-methods-title {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
}
.resume-order .order--details .resume-brand {
    font-weight: 700;
    font-size: 20px;
    line-height: 21px;
}
.resume-order .order--details .resume-version {
    font-size: 15px;
    line-height: 18px;
}
.resume-order .order--details .resume-features-veh > div {
    font-size: 12px;
    line-height: 18px;
}
.resume-order .order--details .resume-features-veh > div:not(:last-child)  {
    border-right: solid 1px #DADADA
}
.resume-order .order--details .resume-features-veh > .resume-environmental img  {
    max-width: 30px;
}
@media (min-width: 576px) {
    .resume-order .order--details .resume-features-veh > .resume-environmental img  {
        max-width: 40px;
    }
}
.resume-order .order--details .resume-prices .resume-prices--data {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}
.resume-order .order--details .resume-prices .resume-prices--text {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
}
.resume-order .order--details .resume-prices.resume-payment-rest {
    opacity: .7;
}
.resume-order .order--details .resume-prices.resume-prices--legal {
    font-size: 10px;
    line-height: 18px;
}

/** Pestañas de Login - Regiter Form **/
.mxr-tabs-loginregister {
    box-shadow: 0 0 14px rgba(0, 0, 0 , .11);
    border-radius: 5px;
    margin: 30px 0;
}
.mxr-tabs-loginregister .nav-tabs {
    border: none;
}
.mxr-tabs-loginregister .nav-tabs .nav-item {
    width: 50%;
    text-align: center;
}
.mxr-tabs-loginregister .nav-tabs .nav-item .nav-link {
    color: #4F545E;
    border: none;
    border-bottom: solid 3px #F3F4F6;
    border-radius: 0;
    background-color: #F3F4F6;
    font-size: 14px;
    letter-spacing: 1.25px;
    height: 67px;
    line-height: 67px;
    padding: 0;
    transition: all ease .35s;
}
.mxr-tabs-loginregister .nav-tabs .nav-item .nav-link.active {
    background-color: #FFFFFF;
}
.mxr-tabs-loginregister .tab-content {
    padding: 30px 24px;
}

/*
* Mi cuenta (pestañas)
*/
.mxr-account  {
    box-shadow: 0 0 14px rgba(0, 0, 0 , .11);
    border-radius: 5px;
    margin: 30px 0;
}
/* Mi cuenta > Iconos pestañas */
.mxr-account .mxr-account--icon {
    display: flex;
    align-items: center;
}
.mxr-account .mxr-account--icon::before {
    content: '';
    display: block;
    height: 20px;
    width: 20px;
    -webkit-mask-size: 20px;
    mask-size: 20px;
    margin-bottom: 5px;
    background-color: #1A1A1A;
}
@media (min-width: 992px) {
    .mxr-account .mxr-account--icon::before {
        margin-right: 10px;
        margin-bottom: 0;
    }
}
.mxr-account .mxr-account--icon-profile::before{
    -webkit-mask-image: url("../images/icon-profile.svg");
    mask-image: url("../images/icon-profile.svg");
}
.mxr-account .mxr-account--icon-orders::before{
    -webkit-mask-image: url("../images/icon-orders.svg");
    mask-image: url("../images/icon-orders.svg");
    height: 15px;
}
.mxr-account .mxr-account--icon-faq::before{
    -webkit-mask-image: url("../images/icono-faq2.svg");
    mask-image: url("../images/icono-faq2.svg");
    -webkit-mask-size: 11px;
    mask-size: 11px;
    width: 11px;
}
.mxr-account .mxr-account--icon-terms::before{
    -webkit-mask-image: url("../images/icon-cart.svg");
    mask-image: url("../images/icon-cart.svg");
}
/* Mi cuenta > Pestañas */
.mxr-account .mxr-account--tabs {
    border: none;
}
.mxr-account .mxr-account--tabs .nav-item .nav-link {
    color: #1A1A1A;
    border: none;
    border-radius: 0;
    background-color: #F3F4F6;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.25px;
    height: 88px;
    padding: 0;
    justify-content: center;
    transition: all ease .35s;
    text-decoration: none;
}
.mxr-account .tab-content {
    padding: 30px 24px;
}
@media (max-width: 991px) {
    .mxr-account .mxr-account--tabs .nav-item .nav-link {
        flex-direction: column;
        font-size: 10px;
    }
}
/* Mi cuenta > Perfil */
.mxr-account .mxr-profile .mxr-profile--title-name {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
}
.mxr-account .mxr-profile .mxr-form--profile label {
    text-transform: uppercase;
    font-size: 10px;
    line-height: 16px;
}
.mxr-account .mxr-profile .mxr-form--profile label.label-require:not(.label-disable)::before {
    content: '*';
    display: inline-block;
    float: right;
}
.mxr-account .mxr-profile .mxr-form--profile label.label-disable {
    position: relative;
}
.mxr-account .mxr-profile .mxr-form--profile label.label-disable::after {
    content: '';
    display: block;
    height: 3px;
    width: 17px;
    background-color: red;
    position: absolute;
    bottom: -.5rem;
    left: 0;
}
.mxr-account .mxr-profile .mxr-form--profile .form-control:disabled {
    border: none;
    background-color: transparent;
    padding-left: 0;
}
@media (min-width: 992px) {
    .mxr-account .mxr-profile .mxr-form--profile .row > .col-data-user {
        border-right: solid 1px #DADADA;
        padding-right: 50px;
    }
    .mxr-account .mxr-profile .mxr-form--profile .row > .col-data-password,
    .mxr-account .mxr-profile .mxr-form--profile .row > .col-data-button {
        padding-left: 50px;
    }
}
/* Mi cuenta > Pedidos */
.mxr-account .mxr-orders .mxr-order {
    border: solid 1px #E0E0E0;
    border-radius: 2px;
    color: #1F2937;
}
.mxr-account .mxr-orders .mxr-order:last-child {
    margin-bottom: 0 !important;
}
.mxr-account .mxr-orders .mxr-order .mxr-order--button {
    height: 53px;
    cursor: pointer;
    color: #4F545E;
}
.mxr-account .mxr-orders .mxr-order .mxr-order--button .mxr-order--data-index {
    height: 27px;
    width: 27px;
    border: solid 1px #E0E0E0;
    border-radius: 27px;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
}
.mxr-account .mxr-orders .mxr-order .mxr-order--button .mxr-order--data-id {
    font-size: 14px;
    line-height: 18px;
}
.mxr-account .mxr-orders .mxr-order .mxr-order--button .mxr-order--data-status {
    height: 19px;
    line-height: 19px;
    text-transform: uppercase;
    border-radius: 5px;
    font-size: 9px;
    opacity: .55;
    color: #1A1A1A;

    /* color: #73B1A2;
    background-color: #D5F3EC; */
}

.mxr-account .mxr-orders .mxr-order .mxr-order--data-veh .mxr-order--data-img {
    width: 66px;
}
.mxr-account .mxr-orders .mxr-order .mxr-order--data-veh .mxr-order--data-name {
    width: calc(100% - (66px + .5rem));
}
.mxr-account .mxr-orders .mxr-order .mxr-order--data-veh .mxr-order--data-name .mxr-order--data-brand {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
}
.mxr-account .mxr-orders .mxr-order .mxr-order--data-veh .mxr-order--data-name .mxr-order--data-version {
    font-size: 12px;
    line-height: 18px;
}
.mxr-account .mxr-orders .mxr-order .mxr-order--data-status .mxr-order--data-status-badge {
    height: 19px;
    line-height: 19px;
    text-transform: uppercase;
    border-radius: 5px;
    font-size: 9px;
    opacity: .55;
    color: #1A1A1A;

    /* color: #73B1A2;
    background-color: #D5F3EC; */
}
.mxr-account .mxr-orders .mxr-order .mxr-order--data-features .mxr-order--data {
    font-size: 12px;
    line-height: 18px;
    border-right: solid 1px #6B7280;
    padding: 0 15px;
    /* width: 100%; */
    display: block;
    text-align: center;
}
.mxr-account .mxr-orders .mxr-order .mxr-order--data-features .mxr-order--data:first-child {
    padding-left: 0;
}
.mxr-account .mxr-orders .mxr-order .mxr-order--data-features .mxr-order--data:last-child {
    border-right: 0;
    padding-right: 0;
}
.mxr-account .mxr-orders .mxr-order .mxr-order--data-features .mxr-order--data-environmental img {
    max-width: 25px;
}
.mxr-account .mxr-orders .mxr-order .mxr-order--data-prices .mxr-order--text {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
}
.mxr-account .mxr-orders .mxr-order .mxr-order--data-prices .mxr-order--price {
    font-size: 12px;
    line-height: 24px;
}
.mxr-account .mxr-orders .mxr-order .mxr-order--data-prices .mxr-order--data-payment-pending {
    border-top: solid 1px #DADADA;
    font-weight: 700;
}
.mxr-account .mxr-orders .mxr-order .mxr-order--data-prices .mxr-order--data-payment-pending .mxr-order--price {
    font-size: 15px;
    line-height: 24px;
}
.mxr-account .mxr-orders .mxr-order .mxr-order--data-prices .mxr-order--data-payment-ammount .mxr-order--price {
    color: #62A531;
    font-weight: 700;
}
.mxr-account .mxr-orders .mxr-order .mxr-order--data-prices .mxr-order--data-date-method {
    font-size: 10px;
    line-height: 18px;
}
/* Login Form */
/* Register Form */


.mxr-registerform .mxr-button--login-register,
.mxr-loginform .mxr-button--login-register {
    height: 42px;
    line-height: 42px;
    border: none;
    border-radius: 4px;
    width: 100%;
    color: #1A1A1A;
    font-size: 14px;
    text-transform: uppercase;
}
@media (min-width: 768px) {
    .mxr-registerform .mxr-button--login-register,
    .mxr-loginform .mxr-button--login-register {
        max-width: 220px;
    }
}

/*
* Recuperar contraseña
*/
.mxr-lostpass .mxr-form input[type=submit] {
    width: 100%;
}

/*
* Menu
*/
div.mxr-menu-content {
    flex-wrap: nowrap !important;
}

.mxr-menu--container{
    position: relative;
}

.mxr-menu--container:hover a.mxr-submenu--account,
.mxr-menu a.mxr-submenu--account:hover{
    display: flex;
}

.mxr-menu a.mxr-submenu--account:hover{
    text-decoration: underline;
}

.mxr-menu a,
.mxr-menu a:hover {
    text-decoration: none;
}
.mxr-menu a {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 10px;
    text-transform: uppercase;
    padding-left: 30px;
    padding-right: 15px;
    white-space: nowrap;
}
.mxr-menu a::before {
    content: '';
    width: 20px;
    height: 20px;
    -webkit-mask-size: 20px;
    mask-size: 20px;
    display: block;
}

.mxr-submenu--account--logout::before{
    height: 17px !important;
}

.mxr-menu a.mxr-menu--account::before,
.mxr-menu a.mxr-menu--login-register::before {
    -webkit-mask-image: url("../images/icon-my-account.svg");
    mask-image: url("../images/icon-my-account.svg");
}

.mxr-menu .mxr-submenu--container{
    right: 0;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    position: absolute;
    display: flex;
    flex-direction: column;
    background-color: #fff;
}

.mxr-menu a.mxr-submenu--account {
    display: none;
    flex-direction: row;
    background-color: white;
    align-items: center;
    justify-content: flex-start;
    padding: 15px 20px;
    cursor: pointer;
}

.mxr-menu a.mxr-submenu--account--logout::before {
    -webkit-mask-image: url("../images/icon-log-out.svg");
    mask-image: url("../images/icon-log-out.svg");
    margin-right: 7px;
}

.mxr-menu a.mxr-submenu--account--cuenta::before {
    -webkit-mask-image: url("../images/icon-rueda.svg");
    mask-image: url("../images/icon-rueda.svg");
    margin-right: 7px;
}

.mxr-menu .mxr-menu--account{
    cursor: pointer;
}

@media (max-width: 455px) {
    .mxr-menu a {
        padding-left: 0;
        padding-right: 8px;
    }

    .text-menu--account{
        display: none;
    }

    .mxr-menu .mxr-submenu--container{
        margin-top: 8px;
    }

    #mobile-header-middle-bar-left{
        padding-right: 5px !important;
    }
}

/*
* Resumen sticky
*/
.mxr-resume-sticky {
    box-shadow: 0px -14px 12px rgba(0, 0, 0, 0.14);
    border-bottom: solid 4px red;
    bottom: 0;
    z-index: 10;
}
.mxr-resume-sticky .mxr-resume-sticky--thumb {
    width: 66px;
}
.mxr-resume-sticky .mxr-resume-sticky--data {
    width: calc(100% - 76px);
}

.mxr-resume-sticky .mxr-resume-sticky--name .mxr-resume-sticky--brand {
    font-size: 13px;
    line-height: 21px;
    font-weight: 700;
}
.mxr-resume-sticky .mxr-resume-sticky--name .mxr-resume-sticky--version {
    font-size: 10px;
    line-height: 18px;
}
.mxr-resume-sticky .mxr-resume-sticky--features > div {
    font-size: 12px;
    line-height: 18px;
    padding: 0 20px;
}
.mxr-resume-sticky .mxr-resume-sticky--features > div.mxr-resume-sticky--features-environmental img {
    width: 30px;
}
.mxr-resume-sticky .mxr-resume-sticky--features > div:first-child {
    padding-left: 0;
}
.mxr-resume-sticky .mxr-resume-sticky--features > div:not(:last-child) {
    border-right: solid 1px #6B7280;
}
.mxr-resume-sticky .mxr-resume-sticky--price:not(.mxr-resume-sticky--price-mobile) {
    padding-left: 15px;
    border-left: solid 1px #DADADA;
}
.mxr-resume-sticky .mxr-resume-sticky--price .mxr-resume-sticky--price-text {
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
}
.mxr-resume-sticky .mxr-resume-sticky--price .mxr-resume-sticky--price-numb {
    font-size: 17px;
    line-height: 24px;
    font-weight: 700;
}

.mxr-resume-sticky .mxr-button {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* .mxr-resume-sticky .mxr-button::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    -webkit-mask-size: 20px;
    mask-size: 20px;
    margin-right: 10px;
    -webkit-mask-image: url("../images/icon-cart.png");
    mask-image: url("../images/icon-cart.png");
} */

@media (min-width: 768px) {
    .mxr-resume-sticky .mxr-resume-sticky--thumb {
        width: 97px;
    }
    .mxr-resume-sticky .mxr-resume-sticky--data {
        width: calc(100% - 117px);
    }
    .mxr-resume-sticky .mxr-resume-sticky--name .mxr-resume-sticky--brand {
        font-size: 21px;
        line-height: 24px;
    }
    .mxr-resume-sticky .mxr-resume-sticky--name .mxr-resume-sticky--version {
        font-size: 18px;
        line-height: 21px;
    }
    .mxr-resume-sticky .mxr-resume-sticky--price .mxr-resume-sticky--price-numb {
        font-size: 21px;
        line-height: 24px;
    }
    /* Mi cuenta > Pedidos */
    .mxr-account .mxr-orders .mxr-order .mxr-order--data-veh .mxr-order--data-name .mxr-order--data-brand {
        font-size: 21px;
        line-height: 24px;
    }
    .mxr-account .mxr-orders .mxr-order .mxr-order--data-veh .mxr-order--data-name .mxr-order--data-version {
        font-size: 18px;
        line-height: 21px;
    }
    .mxr-account .mxr-orders .mxr-order .mxr-order--data-veh .mxr-order--data-img {
        width: 97px;
    }
    .mxr-account .mxr-orders .mxr-order .mxr-order--data-veh .mxr-order--data-name {
        width: calc(100% - (97px + .5rem));
    }
    .mxr-account .mxr-orders .mxr-order .mxr-order--data-features .mxr-order--data-environmental img {
        max-width: 30px;
    }

}


.mxr-resume-sticky i{
    margin-right: 12px;
}

@media (max-width: 767px) {
    .mxr-resume-sticky .mxr-button {
        /* font-size: 0; */
        min-width: auto;
    }

    
    .mxr-resume-sticky i{
        margin-right: 0 !important;
    }
}


/*Botones ayuda @cbienzobas*/

.container-help-buttons a {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    line-height: 16px;
    font-weight: 500;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    text-decoration: none;
}

.container-help-buttons a:hover{
    text-decoration: none;
}

.container-help-buttons .help-button-condiciones{
    border-right: solid 1px #DADADA;
}

.container-help-buttons a::before {
    content: '';
    display: block;
    margin-bottom: 8px;
}
.container-help-buttons .help-button-condiciones::before {
    width: 25px;
    height: 29px;
    -webkit-mask-size: 25px;
    mask-size: cover;
    -webkit-mask-image: url("../images/icono_info_reserva.svg");
    mask-image: url("../images/icono_info_reserva.svg");
}

.container-help-buttons .help-button-faqs::before {
    width: 25px;
    height: 25px;
    -webkit-mask-size: 25px;
    mask-size: 25px;
    -webkit-mask-image: url("../images/icono_ayuda_reserva.svg");
    mask-image: url("../images/icono_ayuda_reserva.svg");
    background-repeat: no-repeat;
    background-position: center;
}

/*@Cbienzobas 13/12/2021*/

#boton_editar{
    cursor: pointer;
}

.fw-500{
    font-weight: 500 !important;
}

.fw-700{
    font-weight: 700 !important;
}

.mxr-registerform--form,
.mxr-loginform--form{
    max-width: 900px;
    margin: auto;
}

.mxr-order--data-status-badge.Cancelado,
.mxr-order--data-status-badge.Fallido,
.mxr-order--data-status-badge.Denegado{
    background-color: #f7a7a3;
    color: #8f130c;
}

.mxr-order--data-status-badge.Completado,
.mxr-order--data-status-badge.Procesando{
    /* background-color: #57aa6a !important; */
    background-color: #a8f0c6;
    color: #178344;
}

.ancho-contenedor-mxr{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

/*Desactivar botones pago cuando no se está logueado*/

.payment-buttons-disabled button,
.payment-buttons-disabled #paypal-button-container{   
    pointer-events: none;
    opacity: 0.3;
}

.subtitle-user-name{
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #878377;
}


/* Modal Pago Stripe */
.opacity-0 {
    opacity: 0
}
.hidden {
    display: none;
}
#payment-element {
    border: 1px solid black;
}

#stripe-checkout-form .payment-description .payment-description--img {
    max-width: 100px;
}
form#stripe-payment-form.locked #stripe-pay-now-submit {
    cursor: not-allowed;
    opacity: .5;
    pointer-events: none
}

form#stripe-payment-form.locked .status {
    opacity: 1!important
}

form#stripe-payment-form .loader,form#stripe-payment-form .loader:after,form#stripe-payment-form .loader:before {
    animation-fill-mode: both;
    animation: load7 1.8s ease-in-out infinite;
    border-radius: 50%;
    height: 2.5em;
    width: 2.5em
}

form#stripe-payment-form .loader {
    animation-delay: -.16s;
    color: #000;
    font-size: 4px;
    margin: 0 auto;
    position: relative;
    text-indent: -9999em;
    transform: translateZ(0)
}

form#stripe-payment-form .loader:after,form#stripe-payment-form .loader:before {
    content: "";
    position: absolute;
    top: 0
}

form#stripe-payment-form .loader:before {
    animation-delay: -.32s;
    left: -3.5em
}

form#stripe-payment-form .loader:after {
    left: 3.5em
}

#payment-message {
    color: red;
    font-weight: 600;
}