.divgrande{
    width: 420px;
    height: 100%;
    position: fixed;
    top: 0;
    right: -345px;
    transition: all 0.5s ease-in-out;
    z-index: 500;
}
.divgrande2{
    position: fixed;
    width: 420px;
    height: 100%;
    top: 0;  
    right: 0; 
    background-color: rgb(244 247 255);
    transition: all 0.5s ease-in-out;
    border-left: 2px solid #0020ff;
    z-index: 900;
}
.divgrande:hover{
    top: 0;
    right: 0;
    background-color: rgb(244 247 255);
    transition: all 0.5s ease-in-out;
    border-left: 2px solid #0020ff;
}
.divcarrito05{
    width: 100%;
    position: relative;
    background-color: azure;
    display: flex;

}
.divcart05{
    position: fixed;
    width: 75px;
    top: 25%;
}
.divcart06{
    position: absolute;
    width: 82%;
    height: 100vh;
    background:#000b57;
    left: 18%;
}
.divcart06:hover{
    width: 100%;
    left: 0;
    transition: all 0.5s ease-in-out;
}
.carrito0555{
    border: 1px solid red;
    border-radius: 50%;
    padding: 10%;
    width: 100%;
    background-color: rgb(255, 255, 223);

}
.divcart05>h4{
    text-align: center;
}
.titcart01{
    font-size: 13px;
    font-family: monospace;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid goldenrod;
    padding: 3px;
}
.imgcart{
    width: 50px;
}
.divgrandecarrito{
    border-radius: 10px;
}
.input1{
    border: 1px solid rgb(0, 106, 85);
    font-size: 17px;
    padding: 2px 8px;
    width: 65px;
    border-radius: 5px;
}
.h4check{ 
    color: rgb(255, 59, 59);
    text-align: center;
}
.row{
    display: flex;
    position: relative;
    width: 100%;
}
.divcheckorder1{
    width: 40%;
    border: 2px solid rgb(0, 6, 95);
    border-radius: 10px 0 0 10px;
    box-shadow: rgb(100 100 111 / 50%) -15px 12px 17px 0px;
    border: 3px solid rgb(214 217 255);
}
.divcheckorder2{
    width: 60%;
    background-color: rgb(21, 29, 53);
    position: relative;
    top: 0;
    box-shadow: rgb(100 100 111 / 50%) 10px 12px 17px 0px;
    border: 3px solid rgb(214 217 255);
    border-radius: 0 10px 10px 0;
}
.ocultar{
    display: none;
}
.h1_1{
    padding: 20px 0;
    border-bottom: 5px solid #ffc377;
}
.h1_2{
    text-align: center;
    padding: 10px;
    font-size: 20px;
    color: #02148b;
}
#respuesta05{
    border-bottom: 5px solid #ffc377;
}
.botoncart{
    border: 1px solid blue;
    width: 47%; 
    padding: 5px 10%;
    background-color: rgb(55, 55, 224);
    border-radius: 10px;
    color: aliceblue;

}
.botoncart:hover{
    cursor: pointer;
    color: rgb(123, 255, 0);

}
.botoncart2{
    border: 1px solid blue;
    width: 99%;
    padding: 5px 0;
    background-color: rgb(55, 55, 224);
    border-radius: 10px;
    color: aliceblue;

}
.botoncart2:hover{
cursor: pointer;
color: rgb(123, 255, 0);
}
.botoncart>a{
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
}
.preciopublico2555 {
    padding: 15px 0;
    color: white;
    font-weight: 700;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    text-align: right;
}
th{
    font-size: 18px;
    font-weight: 600;
    font-family: fantasy;
    color: #001999;
    padding: 0 3px;
}
td{
    font-size: 14px;
    font-family: monospace;
    color: white;
}
.tablapadd{
    text-align: center;
}
p{
    color: #080075;
    padding: 5px 5px;
}
.inputcheck1{
    color: #00b300;
    border: 0.5px solid red;
    padding: 5px 10px;
    font-size: 13px;
    margin: 0 0 0 10px;
    border-radius: 2px;
}
.btnpagotipo{
    color: #00b300;
    margin: 8px 3px 8px 10px;
    padding: 4px 5px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 6px;
    border: 1px solid #00b300;
}
.btnpagotipo:hover{
    cursor: pointer;
    color: #080075;

}
.mt-3{
    position: absolute;
    bottom: 15%;
}
.mt-3-2{
    position: absolute;
    bottom: 0;
}
#respuesta555{
    font-size: 25px;
    padding: 2px 10px;
    color: #00b300;
}
#ocultar55{
    display: none;
}
button{
    padding: 2px 5px;
    background-color: whitesmoke;
    box-shadow: rgba(0, 0, 0, 0.5) 2px 3px 3px 0px;
    border: 1px solid gray;
    margin: 0 3px;
}
