.container-checkout{
    display: flex;
}

.contenedor-finalizar-compra{
    width: 60%;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-right: 10px;
    box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1);

}
.space-between{
    display: flex;
    justify-content: space-between;
    width: 100%;
}





.form-group-50{
    width: 49%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

@media (max-width: 991.98px) {
    .space-between{
        flex-direction: column;
    }
    
.form-group-50{
    width: 100%;
    
}
    }
.contenedor-finalizar-compra label{
    width: 100%;
    font-size: 14px;
    margin-bottom: 2px;
    color: #666666;
}
.contenedor-finalizar-compra .form-group-100{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    border-radius: 30px;
}
.form-control{
    width: 100%;
    height: 40px;
    padding-left: 10px;
    border-radius: 5px;
    border: 1px solid #ced4da;
    transition: all 0.5s ease-in-out;
}

.form-control:hover{
    border: 1px solid #e30d13;
}



.form-control:focus-visible{
    outline: none;
}
textarea.form-control{
    padding-top: 10px;
    height: 80px;
    padding-left: 10px;
    

}

.input-required > label{
    color: #e30d13;
}
.input-required > input{
    border: 1px solid #e30d13;
    border-radius: 3px;
    box-shadow: 0px 0px 2px #e30d13;
}
.warning{
    font-size: 12px;
    color: #e30d13;
    display: none;
}
.input-required > .warning{
    display: block;
}



/* Metodos de pago */
.contenedor-metodos-pago{
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}
.your-orden{
    text-align: center;
    width: 100%;
    height: 40px;
    font-size: 18px;
}

/* Product subtotal */
.resumen{
    width: 100%;
    background-color: #ffffff;
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1);
    
}
.resumen table{
    width: 100%;
   
}
.resumen table thead, .resumen table tfoot{
    height: 35px;
}
.resumen table tfoot{
    height: 35px;
}
.resumen table .product-name{
    text-align: left;
    font-weight: 500;
    color: #333333;
    position: relative;
}
.resumen table .product-total{
    text-align: right;
    font-weight: 500;
    color: #333333;
    position: relative;
}
.resumen table .order-total th.label-total{
    text-align: left;
    font-weight: 500;
    color: #333333;
    position: relative;
}
.resumen table .order-total th.total{
    text-align: right;
    font-weight: 500;
    color: #333333;
    position: relative;
}
.product-image{
    display: flex;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
}
.product-image .imagen-product{
    width: 80px;
    border-radius: 8px;
    margin-right: 10px;
}
.product-image span{
    font-size: 12px;
    font-weight: 400;
}
.product-subtotal{
    text-align: right;
}
.product-subtotal span {
    font-size: 14px;
    font-weight: 400;
}


/* Metodos de pago */
.metodos-pago{
    background-color: #ffffff;
    width: 100%;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 15px;
    box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1);
}
.metodos-pago > .form-group-100{
    width: 100%;
    display: flex;
    margin-bottom: 15px;
}
.metodos-pago > .form-group-100 > .radio-button{
    margin-right: 10px;
    cursor: pointer;
}
.metodos-pago > .form-group-100 > label{
    cursor: pointer;
    font-size: 14px;
}
.btn-realizar-pedido{
    width: 100%;
    height: 40px;
    background-color: #e30d13;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    color: #ffffff;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.4);
    transition: all 0.7s ease-in-out;

}
.btn-realizar-pedido:hover{
    background-color: #961818;
}
.btn-realizar-pedido:disabled{
    opacity: 0.5;
    cursor:  not-allowed;
}

/* Orden Recibo */
.oculto{
    display: none;
}


@media (max-width: 991.98px) {
    .imagen-product {
      display: none;
    
       } 

    .contenedor-finalizar-compra{
        flex: 1 1 auto;
       }
    .contenedor-metodos-pago{
        flex: 2 2 auto;
    }
    }


    @media (max-width: 767.98px) {
        .container-checkout{
            flex-direction: column;
        }
        .contenedor-finalizar-compra{
            width: 100%;
           }
        .contenedor-metodos-pago{
            width: 100%;
            margin-top: 30px;
        }
        .imagen-product {
            display: block;
          
             } 
    .your-orden{
        text-transform: uppercase;
        
    }
    }

    .ceimg{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .ceimg img{

        width: 55%;}



        .container-boton{
            /* background-color: #2cb742; */
            /* border: 1px solid #2cb742; */
            position: fixed;
            z-index: 9999
            ;
            border-radius: 50%;
            bottom: 20px;
            right: 10px;
            /* padding: 25px; */
            transition: ease 0.3s;
            animation: efecto 1.2s infinite;
        }
        
        @media (min-width: 576px){
            .container-boton{
                right: 20px;
                bottom: 20px;
        
            }}
        
        
        
        .container-boton img{
            width: 60px;
            vertical-align: middle;
        }
        
        
        
        .container-boton:hover{
            transform: scale(1.05);
            transition: 0.3s;
        }
        
        .boton{
            width: 80px;
            transition: ease 1s;
        }
        
        @keyframes efecto{
            0%{
                box-shadow: 0 0 0 0 #2cb742;
            }
            100%{
                box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
            }
        }
        