body{
    width: 100vw;
    height: 100vh;
    padding: 0;
}

.form-control.is-valid, select.form-control.is-valid{
    background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="rgba(140,167,69,1)" d="M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z"/></svg>') !important;
    background-repeat: no-repeat;
    /*background-position-x: 98.5%;*/
    background-position-y: 50%;
    background-size: 15px;
    padding-right: 28px;
}
.form-control.is-invalid, select.form-control.is-invalid,
.form-check-input.is-invalid~.form-check-label{
    display: block;
    background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="rgba(220,53,69,1)" d="M24 20.188l-8.315-8.209 8.2-8.282-3.697-3.697-8.212 8.318-8.31-8.203-3.666 3.666 8.321 8.24-8.206 8.313 3.666 3.666 8.237-8.318 8.285 8.203z"/></svg>') !important;
    background-repeat: no-repeat;
    /*background-position-x: 98.5%;*/
    background-position-y: 50%;
    background-size: 15px;
    padding-right: 28px;
}
.form-check-input.is-invalid~.form-check-label{
    display: inline-block;
}

#form-tarjeta small {
    position: absolute;
    bottom: -20px;
    color: red;
    right: 0;
}

.checkout-area{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 100%;
    max-width: 780px;
    height: 100%;
}

@media (min-width: 320px) {
    .checkout-area .billing-details{
        padding-top: 110px;
    }                
}

@media (min-width: 576px) {

}

@media (min-width: 992px) {
    .checkout-area .billing-details{
        padding-top: 90px;
    }
}

@media (min-width: 1200px) {
    .checkout-area .billing-details{
        padding-top: 45px;
    }                
}

@media (min-width: 1400px) {
    .checkout-area .billing-details{
        padding-top: 60px;
    }                
}            

.your-order-area .your-order-wrap .your-order-product-info .your-order-middle li {
    margin: 0 0 6px !important;
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-total {
    margin: 1px 0 1px !important;
    padding: 1px 0 1px !important;
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-middle {
    margin: 20px 0 !important;
    padding: 15px 0 18px !important;
}

.volver-atras{
    margin-top: 2%;
    font-size: 16px;
    text-decoration: underline;
    color: #000000;
}

.pasos-compra-null{
    margin-top: 0px !important;
}

.table-info{
    width: 940px;
    margin: 0 auto;
    background-color: white;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border: 1px solid #d6d6d6;
}

.info-compra-title h3{
    /*border: 1px solid #d6d6d6;*/
    border-radius: 0px;
    padding: 10px 30px 10px 30px;
    background-color: white;
    font-size: 18px;
    font-weight: 500;
    /*box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;*/
    max-width: 940px;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.style-table{
    margin: 0 auto;
    width: 880px;
    border-collapse: collapse;
    border: none; 
    color:#000;
}

.ver-detalles{
    margin-top: 10px;
    margin-bottom: 15px;
    text-align: center;   
}

.ver-detalles span{
    color: #000000 !important;
    font-weight: 400 !important;
    font-size: 14px;
    cursor: pointer;
}

.hidden {
    display: none;
}

.counter {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    right: 30%;
}

.btn-pagar {
    position: relative;
    display: inline-block;
}

.margin-top-barra {
    margin-top: 0px !important;
}

#btn_pagar{
    background-color: var(--color-empresa);
    color: #ffffff;
}
