.tarjeta-producto {
    display: flex;
    flex-wrap: wrap;
    width: 17%;
    background: white;
    border-radius: 5px;
    border: #ebecec solid 2px;
    margin: 1% auto;
    padding: 1%;
}
.tarjeta-producto .img-producto {
    width: 100%;
    position: relative
}
.tarjeta-producto .img-producto img {
    width: 100%;
    border-radius: 5px 5px 0px 0px
    box-sizing: border-box;
    min-width: 80px;
    margin: auto;
    max-height: 230px;
    height: auto;
    max-width: 200px;
    aspect-ratio: 1/1;
    min-height: 140px;
}
.tarjeta-producto .informacion-producto{width: 100%;}
.tarjeta-producto .product-name {
    width: 90%;
    margin: 5px auto;
    font-size: 16px;
    text-align: left;
    line-height: 1.2;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    word-break: break-word;
}
.tarjeta-producto .product-brand {
    width: 90%;
    margin: auto;
    font-size: 20px;
    text-align: left;
    color: #ff3c3c;
    font-weight: bold
}
.tarjeta-producto .price-section {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-wrap: wrap;
    width: 95%;
    justify-content: space-around;
    justify-content: flex-start;
    margin: auto
}
.tarjeta-producto .price-section p {
    margin: 1% 5%
}
.tarjeta-producto .price-product {
    font-size: 13px;
    color: #888;
    margin: 1% 3% !important
}
.tarjeta-producto .price-product {
    text-decoration: line-through;
    -webkit-text-decoration-color: #888;
    text-decoration-color: #888;
    -moz-text-decoration-color: #888
}
.tarjeta-producto .sale-price-product {
    font-size: 1.2rem;
    font-weight: 800;
    color: #333
}
.tarjeta-producto .discount {
    color: #fff;
    padding: 3px;
    border-radius: 5px;
    font-size: 15px;
    background: #117C00;
}
.tarjeta-producto .envio {
    color: #10c156;
    font-size: 13px;
    display: flex;
    flex-direction: column;
    width: 47%;
    margin: 3% 0 0 5%
}
.tarjeta-producto .precio-envio {
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    margin: auto
}
.tarjeta-producto .envioExpressLanding {width: 48%}
.tarjeta-producto .envioExpressLanding img {width: 75%}
.tarjeta-producto .envioExpressLanding.sinEnvio {width: 100%}
.tarjeta-producto .envioExpressLandingSinEnvio img {width: 90%}
.tarjeta-producto .texto-quedan{
    margin: 0% 5% 0 0;
    font-family: 'Bebas Neue';
    font-size: 1.5rem;
    color: #f00;
}
.tarjeta-producto .contador-tiempo {
    display: flex;
    flex-direction: row;
    /*justify-content: space-around;*/
    align-items: center;
    width: 85%;
    margin: auto;
    border: 1px solid #fff;
}
.tarjeta-producto .contador-digito {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tarjeta-producto .contador-digito p:first-child {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 3px;
    color: #f00;
    border-radius: 5px;
    font-size: 1.5rem;
    margin: 0px;
    font-weight: 400;
    font-family: 'Bebas Neue', 'arial';
}
.tarjeta-producto .contador-digito p {
    color: #fff;
    font-family: 'Bebas Neue', 'arial';
    font-weight: 100;
    font-size: 4rem;
}
.contador-tiempo.skeleton {
    height: 30px;
    margin: 5px 0;
}
.precio-envio.skeleton-sb{margin: 0;}
.sale-price-product.skeleton {
    height: 20px;
    width: 50%;
}
.price-product.skeleton {
    width: 20%;
    height: 10px;
    margin: 4px 0 !important;
}
.meses-telmex.skeleton, .meses-tarjetas.skeleton {
    width: 70%;
    margin: 4px 0;
}
.envio.skeleton{
    width: 40%;
    margin: 4px auto 0 0;
}
.envioExpressLanding.skeleton {
    width: 25%;
    margin-top: 4px;
}
.tarjeta-producto .metodos-pagos{
    width: 90%;
    margin: auto;
}
.tarjeta-producto .meses-telmex {
    margin: 5px auto;
    display: flex;
    flex-direction: row;
    width: 95%;
}
.tarjeta-producto .meses-telmex img, .tarjeta-producto .meses-tarjetas img {
    width: 25px;
    margin-right: 5px;
    height: intrinsic;
}
.tarjeta-producto .meses-telmex {
    width: 95%;
    font-size: 1.2rem;
    color: #000;
}
@media only screen and (min-width: 1600px) {
    .tarjeta-producto .img-producto {
        width: 13em;
        margin: auto
    }
}
@media (max-width: 1420px) {
    .tarjeta-producto .texto-quedan {font-size: 1.25rem;}
    .tarjeta-producto .contador-digito p:first-child {font-size: 1.3rem;}
}
@media (max-width: 1340px) {
    .tarjeta-producto .meses-telmex {font-size: 1rem;}
}
@media (max-width: 1240px) {
    .tarjeta-producto .texto-quedan {margin: 0% 1% 0 0;font-size: 0.7rem;}
    .tarjeta-producto .contador-digito p:first-child {font-size: 0.85rem;}
    .tarjeta-producto .envio{font-size: 8px;}
    .tarjeta-producto .product-name {font-size: 13px;}
    .tarjeta-producto .sale-price-product {font-size: 1rem;}
    .tarjeta-producto .discount {font-size: 10px;}
    .tarjeta-producto .meses-telmex {font-size: 0.85rem;}
    .tarjeta-producto .meses-telmex img, .tarjeta-producto .meses-tarjetas img {width: 18px;}
}
@media (max-width: 1024px) {
    .tarjeta-producto .sale-price-product {font-size: 0.85rem;}
    .tarjeta-producto .discount {font-size: 9px;}
    .tarjeta-producto .price-section p {margin: 1% auto;}
}
@media (max-width: 780px) {
    .tarjeta-producto .metodos-pagos{
        width: 95%;
        margin: 10px auto 0;
    }
    .tarjeta-producto .meses-telmex {font-size: 1rem;}
    .tarjeta-producto .meses-telmex img, .tarjeta-producto .meses-tarjetas img {width: 25px;}
}
@media (max-width: 769px),print{
    .tarjeta-producto .texto-quedan{
        font-size: 25px;
        margin: 0 2%;
    }
    .tarjeta-producto .contador-tiempo {
        width: 90%;
        padding: 1% 0;
    }
    .tarjeta-producto .contador-digito {flex-direction: column;}
    .tarjeta-producto .contador-digito p:first-child {
        font-size: 30px;
        padding: 0px;
        margin: 1px 1px;
    }
    .tarjeta-producto .contador-digito p:nth-child(2) {font-size: 12px;}
    .tarjeta-producto .envio {
        flex-direction: row;
        font-size: 13px;
        width: 50%;
        margin: 3% 0 0 0;
    }
    .tarjeta-producto .envioExpressLanding {
        width: 49%;
        margin-top: 0%
    }
    .tarjeta-producto .envioExpressLanding img {width: 100%}
    .tarjeta-producto {
        width: calc(50% - 8px);
        margin: 1% auto;
        padding: 3% 0;
    }
    .tarjeta-producto .img-producto {
        width: 80%;
        margin: auto
    }
    .tarjeta-producto .sale-price-product {
        font-size: 1.5rem;
        width: 60%
    }
    .tarjeta-producto .informacion-producto {
        margin: 2% auto;
        width: 100%;
    }
    .tarjeta-producto .price-product {
        font-size: 13px;
        margin: 3% 1% !important;
    }
    .tarjeta-producto .price-section p {
        margin: 4% 2% 0
    }
    .tarjeta-producto .discount {
        padding: 0 3px;
        border-radius: 5px;
        font-size: 14px;
        margin: 7% 0 0 7% !important;
    }
    .tarjeta-producto .precio-envio {
        width: 90%;
        margin: 0 auto;
    }
    .tarjeta-producto .product-name,
    .tarjeta-producto .product-brand {
        margin: 5% auto;
        width: 100%;
    }
    .tarjeta-producto .product-name{font-size: 16px;}
    .tarjeta-producto .price-section{
        width: 97%;
        margin: auto 0 auto auto;
    }
    .contador-tiempo.skeleton {
        margin: 5px auto;
        height: 18px;
    }
    .sale-price-product.skeleton {height: 15px;}
    .price-product.skeleton {
        width: 20%;
        height: 12px;
        margin: 3% 5% !important;
    }
    .envio.skeleton {
        width: 40%;
        margin: 2px auto 0 0;
    }
    .envioExpressLanding.skeleton {
        width: 30%;
        margin-top: 2px;
    }
    .meses-telmex.skeleton, .meses-tarjetas.skeleton {margin: 4px 5%;}
}
@media (max-width: 600px) {
    .tarjeta-producto .texto-quedan {font-size: 19px;}
    .tarjeta-producto .contador-digito p:first-child {font-size: 20px;}
    .tarjeta-producto .sale-price-product {font-size: 1.2rem;}
    .tarjeta-producto .product-name {font-size: 14px;}
    .tarjeta-producto .envio {font-size: 11px;}
}
@media (max-width: 400px) {
    .tarjeta-producto .texto-quedan {font-size: 17px;}
    .tarjeta-producto .contador-digito p:first-child {font-size: 18px;}
    .tarjeta-producto .sale-price-product {font-size: 1rem;}
    .tarjeta-producto .discount {font-size: 10px;}
    .tarjeta-producto .meses-telmex {font-size: 0.8rem;}
    .tarjeta-producto .meses-telmex img, .tarjeta-producto .meses-tarjetas img {width: 18px;}
}
@media (max-width: 360px) {
    .tarjeta-producto .price-product {font-size: 10px;}
    .tarjeta-producto .envio {font-size: 9px;}
}
@media (max-width: 330px){
    .tarjeta-producto .contador-digito p:first-child {font-size: 15px;}
    .tarjeta-producto .texto-quedan {font-size: 15px;}
    .tarjeta-producto .discount {border-radius: 3px;font-size: 8px;margin: 9% 0 0 9% !important;}
    .tarjeta-producto .sale-price-product {font-size: 0.9rem;}
    .tarjeta-producto .envio {font-size: 8px;}
    .tarjeta-producto .product-name {font-size: 12px;}
}
@media (max-width: 290px) {
    .tarjeta-producto .texto-quedan {font-size: 12px;}
    .tarjeta-producto .sale-price-product {font-size: 0.8rem;}
    .tarjeta-producto .meses-telmex {font-size: 0.7rem;}
}