#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    cursor: pointer;
}

#pageLoader {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f1f2f3;
    z-index: 9999;
    cursor: pointer;
}

#text {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.categorieTitlePosition{
    position: absolute;
    /* background-color: black; */
    top: 20%;
    left: 45%;
}

.overlaycard {
    z-index: 2000;
    width: 90%;
    height: 80%;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: white;
    border-radius: 20px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.overlaycart {
    z-index: 2000;
    width: 550px;
    height: 80%;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: white;
    border-radius: 20px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.productModalDiv {
    height: 100%!important;
}

.inputQuantityCart {
    width: 50px;
    text-align: center;
    padding-right: 0px;
    padding-top: 0px;
    background-color: #ffffff !important;
    border: none;
}

.listaDeProductos {
    height: 77%;
    padding: 12px;
}

.cantidadProductoModal {
    text-align: center;
    background-color: #ffffff !important;
    border: none;
}

.overlayCheckoutForm {
    z-index: 2000;
    width: 50%;
    height: 62%;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: white;
    border-radius: 20px;
    transform: translate(-50%, -50%);
}

.cardButtons {
    position: absolute;
    top: 70%;
    left: 30%;
    width: 225px;
}

.glow {
    color:white;
    text-align: center;
    animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #cfcfcf, 0 0 40px #cfcfcf, 0 0 50px #cfcfcf, 0 0 60px #cfcfcf, 0 0 70px #cfcfcf;
  }
  
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #00ff08, 0 0 40px #00ff08, 0 0 50px #00ff08, 0 0 60px #00ff08, 0 0 70px #00ff08, 0 0 80px #00ff08;
  }
}

.glowClose {
    color:white;
    text-align: center;
    animation: glowClose 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glowClose {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #cfcfcf, 0 0 40px #cfcfcf, 0 0 50px #cfcfcf, 0 0 60px #cfcfcf, 0 0 70px #cfcfcf;
  }
  
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #ff0000, 0 0 40px #ff0000, 0 0 50px #ff0000, 0 0 60px #ff0000, 0 0 70px #ff0000, 0 0 80px #ff0000;
  }
}

@media (max-width: 575.98px) {
    .categorieTitlePosition{
        position: absolute;
        /* background-color: black; */
        top: 0%;
        left: 40%;
    }
    
    .cardButtons {
        position: absolute;
        top: 70%;
        left: 23%;
        width: unset !important;
    }
    .float {
        z-index:1030;
        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 5px;
        right: 6px;
        background-color: #bb0811;
        color: #FFF;
        border-radius: 50px;
        text-align: center;
        box-shadow: 2px 2px 3px #999;
    }
    
    .floatText {
    position: fixed;
    width: 24px;
    height: 24px;
    bottom: 45px;
    right: 4px;
    background-color: #fff;
    color: #000;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    text-decoration: unset;
    z-index:1040;
}
    .inputQuantityCart {
        width: 40px;
        text-align: center;
        padding-left: 0px;
        padding-top: 0px;
        background-color: #ffffff !important;
        border: none;
    }
    .listaDeProductos {
        height: 60%;
        padding: 4px;
        overflow-x: clip;
    }
    .productModalDiv {
        height: 35% !important;
    }
    .overlaycard {
        z-index: 2000;
        width: 90%;
        height: 90%;
        padding: 0px;
        position: absolute;
        top: 50%;
        left: 50%;
        background-color: white;
        border-radius: 20px;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
    .overlaycart {
        z-index: 2000;
        width: 90%;
        height: 90%;
        padding: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        background-color: white;
        border-radius: 20px;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
}

@media (max-width: 767.98px) {
    .cardprice {
        font-weight: bold;
        font-size: 20px;
        position: absolute;
        bottom: -12px;
    }

    .cardButtons {
        position: absolute;
        top: 70%;
        left: 23%;
        width: unset !important;
    }
    .float {
        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 5px;
        right: 6px;
        background-color: #bb0811;
        color: #FFF;
        border-radius: 50px;
        text-align: center;
        z-index:1030;
        box-shadow: 2px 2px 3px #999;
    }
    
    .floatText {
    position: fixed;
    width: 24px;
    height: 24px;
    bottom: 45px;
    right: 4px;
    background-color: #fff;
    color: #000;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    text-decoration: unset;
    z-index:1040;
}
    .inputQuantityCart {
        width: 40px;
        text-align: center;
        padding-left: 0px;
        padding-top: 0px;
        background-color: #ffffff !important;
        border: none;
    }
    .listaDeProductos {
        height: 60%;
        padding: 4px;
        overflow-x: clip;
    }
    .productModalDiv {
        height: 35% !important;
    }
    .overlaycard {
        z-index: 2000;
        width: 90%;
        height: 90%;
        padding: 0px;
        position: absolute;
        top: 50%;
        left: 50%;
        background-color: white;
        border-radius: 20px;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
    .overlaycart {
        z-index: 2000;
        width: 90%;
        height: 90%;
        padding: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        background-color: white;
        border-radius: 20px;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
}

@media (max-width: 1399.98px) {
    .backbutton3 {
        color: black !important;
        background-color: #ffffffc7 !important;
        border-color: black!important;
        position: fixed;
        right: 321px;
        top: 12px;
        z-index: 3000;
        border-radius: 30px;
    }
    .backbutton {
        color: black!important;
        background-color: #ffffffc7 !important;
        border-color: black!important;
        position: fixed;
        top: 49px;
        right: 57px;
        z-index: 9999;
        border-radius: 30px;
    }
    .productModalDiv {
        height: 56%;
    }
    .listaDeProductos {
        height: 60% !important;
        padding: 4px;
        overflow-x: clip;
    }
    .overlayCheckoutForm {
        z-index: 2000;
        width: 50%;
        height: 92%;
        padding: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        background-color: white;
        border-radius: 20px;
        transform: translate(-50%, -50%);
    }
    .cardButtons {
        position: absolute;
        top: 70%;
        left: 72%;
        width: unset !important;
    }
}

@media (max-width: 1199.98px) {
    .botonesModalProducto {
        height: 22% !important;
    }
    .listaDeProductos {
        height: 75%;
        padding: 4px;
        overflow-x: clip;
    }
    .overlayCheckoutForm {
        z-index: 2000;
        width: 91%;
        height: 92%;
        padding: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        background-color: white;
        border-radius: 20px;
        transform: translate(-50%, -50%);
        overflow-y: auto;
    }
    .backbutton3 {
        color: black !important;
        background-color: #ffffffc7 !important;
        border-color: black!important;
        position: fixed;
        right: 13px;
        top: 28px;
        z-index: 3000;
        border-radius: 30px;
    }
    .backbutton {
        color: black!important;
        background-color: #ffffffc7 !important;
        border-color: black!important;
        position: fixed;
        top: 49px;
        right: 57px;
        z-index: 9999;
        border-radius: 30px;
    }
}