/*
****************************************************************************
****************************************************************************
General
****************************************************************************
****************************************************************************
*/

.action-box {
    border: 1px solid #EAEAEA;
    text-align: center;
    /* width: 282px; */
    width: auto;
    z-index: 3;
    background-color: #ffffff;
}

.action-box>.header {
    background-color: #F2F2F9;
    padding: 15px;
}

.action-box>.header h6 {
    font-size: 15px;
    margin: 0;
    text-transform: uppercase;
    text-align: center
}

/* .action-box > .body {
    padding: 30px 20px
} */

/*
****************************************************************************
****************************************************************************
Precio
****************************************************************************
****************************************************************************
*/

.action-box>.body .price {
    padding: 20px 20px
}

.action-box>.body .price .final {
    color: #E52320;
    font-weight: 700;
    font-size: 28px;
    line-height: 28px
}

.action-box>.body .price .original-price {
    margin-top: 10px;
}

.action-box>.body .price .original-price span.original {
    text-decoration: line-through;
    color: #7E7272;
    font-size: 16px;
}

.action-box>.body .price .original-price span.descuento {
    background-color: #E52320;
    color: #ffffff;
    border-radius: 5px;
    padding: 2px 5px;
    text-decoration: none
}

.action-box>.body .price .financiamiento {
    display: none;
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px
}

/*
****************************************************************************
****************************************************************************
Selección de precio
****************************************************************************
****************************************************************************
*/

.action-box>.body .selection {
    padding: 0 20px 20px 20px;
}

.action-box>.body .selection .item {
    border: 1px solid #EAEAEA;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 12px;
    margin-bottom: 10px;
    border-radius: 4px;
    cursor: pointer;
    transition: border-color 0.2s ease
}

.action-box>.body .item-template {
    display: none;
}

.action-box>.body .selection .item img {
    height: 14px;
    width: 14px;
    display: block;
}

.action-box>.body .selection .item:last-child {
    margin-bottom: 0;
}

.action-box>.body .selection .item .checked {
    display: none
}

.action-box>.body .selection .item .unchecked {
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid #EAEAEA;
    border-radius: 7px
}

.action-box>.body .selection .item:hover, .action-box>.body .selection .item.active {
    border-color: #2274D4
}

.action-box>.body .selection .item.active .checked {
    display: block
}

.action-box>.body .selection .item.active .unchecked {
    display: none;
}

/*
****************************************************************************
****************************************************************************
Cupon
****************************************************************************
****************************************************************************
*/

.action-box>.body .cupon {
    background-color: #F2F2F9;
    padding: 10px 20px 10px 20px;
    display: flex;
    align-items: center;
    justify-content: stretch
}

/* .action-box > .body .cupon > div {
    
} */

.action-box>.body .cupon .code {
    flex-grow: 1
}

.action-box>.body .cupon .code input {
    width: 100%;
    padding: 8px 12px;
    border: 0;
    border-radius: 3px 0 0 3px;
    font-size: 15px
}

.action-box>.body .cupon button {
    width: 100px;
    min-width: 100px;
    border: 0;
    background-color: #2274D4;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 0 3px 3px 0;
    padding: 8px 0;
}


.action-box>.body .cupon button .remove {
    display: none
}


.action-box>.body .cupon label{
    color: #555555;
    font-size: 15px;
    margin: 0;
    font-weight: 400;
    display: none;
}
.action-box>.body .cupon.valido label {
    display: block;
}
.action-box>.body .cupon.valido .code input,
.action-box>.body .cupon.valido .code input:disabled  {
    background-color: #F2F2F9;
    color: #151414;
    padding-left: 5px;
    font-weight: 600
}

.action-box>.body .cupon .code input:focus {
    outline: 0
}

.action-box>.body .cupon.valido button {
    width: 50px;
    min-width: 50px;
    background-color: #F2F2F9;
    color: #151414;
}

.action-box>.body .cupon.valido button span {
    display: none
}
.action-box>.body .cupon.valido button span.remove {
    display: inline
}


/*
****************************************************************************
****************************************************************************
Footer
****************************************************************************
****************************************************************************
*/

.action-box>.footer {
    background-color: #022540;
    padding: 20px 20px
}

.action-box>.footer button, .action-box>.footer a {
    width: 100%;
    padding: 15px;
    display: block
}

.action-box>.footer>* {
    margin-bottom: 10px
}

.action-box>.footer>*:last-child {
    margin-bottom: 0
}

.action-box>.footer button,
.action-box>.footer a {
    background-color: #ffffff;
    border: none
}
.action-box>.footer a.btn-main,
.action-box>.footer button.btn-main {
    text-transform: uppercase;
    background-color: #2274D4;
    color: #ffffff;
    font-weight: 600;
    font-size: 17px;
    border: 0;
}

.action-box>.footer a {
    color: #151414;
    background-color: #2274D4;
    background-color: #FFFFFF;
    text-decoration: none
}

/*
****************************************************************************
****************************************************************************
Loading
****************************************************************************
****************************************************************************
*/

.action-box.loading {
    /* opacity: 0.4; */
    position: relative;
}

.action-box .blur {
    display: none;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
}

.action-box.loading .blur {
    display: block;
}

.action-box .blur .lds-dual-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -32px;
}

.lds-dual-ring {
    display: inline-block;
    width: 64px;
    height: 64px;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 46px;
    height: 46px;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid #E52320;
    border-color: #E52320 transparent #E52320 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}