.tablamenucar{
    width: 60%;
    margin: auto;
    text-align: center;
}
.tablamenucar>a{    
    text-align: center;
    text-decoration: none;    
    border: 1px solid black;
    color: black;
    border-radius: 5px;
    font-size: 18px;
}
.tablamenucar>a:hover{    
    background-color: yellow;
    color: blue;
    transition: all 0.4s ease;
}
table {
    margin: auto;
    width: 100%;
}

.tablacart { 
    width: 100%;
    border: 1px solid red;
    border-radius: 10px;
}

.tablacart thead, tfoot { 
    font-family: 'Times New Roman', Times, serif;
    letter-spacing: -1px;
    font-size: 15px;
    color: red;  
    border: 1px solid red;
    height: 50px;
}

.top-left {
    border-top-left-radius: 20px;
}
.top-right {
    border-top-right-radius: 20px;
}
.top-right a{
    color: black;
    border: 1px solid black;
    border-radius: 5px;
    font-size: 12px;
}
.top-right a:hover{
    color: white;
    background-color: black; 
}
.bottom-left {
    border-bottom-left-radius: 20px;
}
.bottom-right a{
    color: whitesmoke;
    text-decoration: none;
    font-size: 1em;
    border: 2px solid red;
    padding: 1px;
    background-color: red;
    border-radius: 5px;

} 
.bottom-right a:hover{
    
    color: black;
    background-color: yellow;
    
    
}

.tablacart td, th {
    border-collapse: collapse;
    padding: 12px 0;
}

.tablacart tbody {
    font-family:'Times New Roman', Times, serif;
    text-align: center;
    font-size: 13px;
}
tr:hover{
    color: plum;
}
.tablacart tr:nth-child(even) {
    background-color: whitesmoke;
}

.tablacart tbody tr:nth-child(odd) {
    background-color: whitesmoke;
}

.top-left, .top-right, .ref, .que {
    width: 10%;
}
.hace {
    width: 60%;
}

p {
    font-family: 'Courier New', Courier, monospace;
    font-size: 20px;
    text-align: right;
    width: 80%;
    letter-spacing: 3px; 
}
span {
    letter-spacing: 12px;
}

.container_tablamenu{
    width: 60%;
    margin: auto;
    display: flex;
}
.divcontainer_tablamenu1{
    width: 16%;
    padding: 1%;
    border: 3px solid #8d0000;
    
}
.divcontainer_tablamenu1 a{
    font-size: 1.5em;
    text-decoration: none;
    color: #194D5C;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    
}

.divcontainer_tablamenu2{
    width: 100%;
    margin: auto;
}
.tabla_detalleproduct{
    width: 60%;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr  1fr;
    border-top: 1px solid #8d0000;
    border-left: 1px solid #8d0000;
    border-right: 1px solid #8d0000;
}
.tabla_detalleproduct div{    
    width: 100%;
    margin: auto;   
    margin: 0;
    padding: 0; 
}


.labeldetalle{
    font-size: 14px;
    float: left;
    width: 30%;
    padding: 2px;
}
.labeldetalle2{
    width: 70%;
    float: left;
    font-size: 16px;
    font-weight: 800;
    color:royalblue;
    font-family: math;
}

.form_detalle{
    display: grid;
    padding: 10px 0;
    width: 100%;
    grid-template-columns: 1fr  1fr;
}
.form_detalle div{
    display: flex;
    width: 90%;
    margin: 0  5%;
    justify-content: space-around;
    border: #8d0000 1px solid; 
}
.ferdy{
    color: chartreuse;
    display: none;
}
.deposito{
    display: none; 
    padding: 10px 0;
    margin: auto;
    width: 45%;
    
}
.deposito2{
    display: block; 

    
}
.deposito div{
    display: flex;
    width: 95%;
    margin: 0  5%; 
    justify-content: space-around;
}
.btnvisa{
    border: 1px solid red;
    border-radius: 100px;
    margin: 0 20px;
    background-color: red;
    color: whitesmoke;    
    font-weight: 600;
    padding: 1%;
    font-size: 15px;
    width: 100%;
    
}
.btnvisa:hover{
    color: red;
    background-color: whitesmoke;
    cursor: pointer;
}
.modif{
    border-bottom: #34495e 1px solid;
    border-radius: 4px;
    width: 100%;
    font-weight: 800;
    background: #00000012;
    font-size: 16px;
}
.visa456{
    width: 200px;
    border: 2px solid blue;
    background-color: blue;
    border-radius: 20px;
    text-align: center;
}
.visa456 a{
    color: red;
    font-weight: 500;
}
.visa456 a:hover{
    color: blue;
}
.visa456:hover{
    background-color: whitesmoke;
}
.visaaaaa{
    width: 400px;
}
.sinborde{
    border: none;
}



.divpagar{
    display: none;
}
.precio101{
    font-size: 20px;
    font-weight: 700;
    border-radius: 10px;
    padding: 5px 25px;
    color: white;
    background-color: red;
    border: 1px solid red;
}
.precio101:hover{
    cursor: pointer;
    background-color: rgba(255, 0, 0,0.5);
    color: black;
    transition: all 0.4s ease;
}
.mostrar{
    display: block;
}
.aprobado123{
    font-size: 16px;
    background-color: greenyellow;
    border-radius: 10px;
    text-align: center;

}
.denegado123{
    font-size: 16px;
    background-color: lightcoral;
    border-radius: 10px;
    text-align: center;

}
.pendiente123{
    font-size: 16px;
    background-color: rgb(246, 255, 0);
    border-radius: 10px;
    text-align: center;
}
.gridficha{
    display: flex;
    align-items: center;
  justify-content: center;
}
.contPago{
text-align: center;
}
.divpagar{
    text-align: center;
}
.borrar123{
    border: 1px solid black;
    border-radius: 50%;
    padding: 3px 8px;
    text-decoration: none;
}

button.boton_agregar_carrito {
    border: 1px solid;
    padding: 5px 100px;
    border-radius: 5px;
    background: transparent;
    cursor: pointer;
    transition: all 200ms;
}
button.boton_agregar_carrito:hover {
    background: red;
    color: white;
}

.boton_alistar {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 700px) {

    .container_tablamenu{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
    }
    .divcontainer_tablamenu1{ 
        width: 100%;
        margin: 0 0%;
        padding: 0 0%;
        border: 3px solid #8d0000;
        
    }
    .divcontainer_tablamenu2{
        width: 100%;
        margin: 0;
        padding: 0;
    } 
 
    .tablacart{
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .tabla_detalleproduct{
        width: 99%;
        margin: auto;
        padding: 0;
        grid-template-columns: 1fr  1fr;
    }
    .labeldetalle{
        font-size: 11px;
        font-weight: 500;
        font-family: 'Times New Roman', Times, serif;
    }
    .labeldetalle2{
        font-size: 14px;
        font-weight: 700;
        
        font-family: 'Times New Roman', Times, serif;
    }
    .btn1{
        font-size: 15px;
        padding: 5px;
    }
    .btn2{
        font-size: 10px;
        padding: 3px;
    }
    td{
        font-size: 14px;
    } 
    .h1guinda{
        font-size: 19px;
    }
    .h1guinda2{
        font-size: 19px;
    }

    .hace{
        font-size: 13px;
    }
    .deposito{
        margin: 0 ;
        width: 100%;
        
    }
    .yape3{
        width: 70%;
    }
    .btnvisa{
        width: 100%;
        font-size: 12px;
    }
    .tablamenucar{
        width: 98%;
    }
    .tablamenucar>a{    
        font-size: 18px;
    }


}
@media print {
    
    .divcontainer_tablamenu1{
       display: none;
    }
    .gridficha{
        display: none;
    }

}