/*your custom css goes here*/

@media only screen and (max-width: 1366px) {
  .todays_deal span,
  .todays_deal del {
        font-size: 11px !important;
    }
}

#carga {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,.5);
    border: 1px dashed #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 500;
    /* border: 1px dashed lime; */
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}
