.cls-table td, .cls-table td a {
    text-align: center;
    color: #374080;
}

.cls-table {
    font-size: 20px;
}

.cls-table th {
    display: none !important;
    background-color: white !important;
}

.cls-table td {
    border: none !important;
}

@media screen and (min-width: 1200px) {
    .cls-formulario {
        grid-template-columns: repeat(2, 1fr);
    }

    .cls-col {
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media screen and (max-width: 1200px) {
    .cls-formulario {
        grid-template-columns: repeat(1, 1fr);
    }

    .cls-col {
        padding-left: 0;
    }
}

.cls-imagen-producto {
    width: 60px;
    height: auto;
}

.cls-total-cart {
    background-color: #eee;
    text-align: center;
}

.cls-title {
    font-size: 16px !important;
    font-weight: bold !important;
    text-align: left !important;
    padding-bottom: 15px !important;
}

.cls-title-2 {
    font-size: 15px !important;
    font-weight: 200 !important;
    text-align: left !important;
    padding-bottom: 15px !important;
}

.cls-total {
    font-size: 24px !important;
    font-weight: bold !important;
    text-align: left !important;
}

.cls-total-1 {
    font-size: 24px !important;
    font-weight: bold !important;
    text-align: left !important;
}

.cls-table-total td {
    background-color: #eee;
}

.cls-table-productos td, .cls-table-productos th {
    padding-left: 10px;
    padding-right: 10px;
}

.cls-table-productos th {
    text-align: center;
    padding-bottom: 10px;
}

.cls-format-img-modal {
    border-right: 1px solid gray;
    margin-top: -30px;
}

.cls-table-responsive {
    border: 1px solid grey;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 18px;
    padding-right: 18px;
}

.cls-div-mobil {
    display: none;
}

.cls-div-desktop {
    display: block;
}

@media screen and (max-width: 975px) {
    .cls-div-mobil {
        display: block;
        margin-top: 15px;
    }

    .cls-div-desktop {
        display: none;
    }

    .cls-format-img-modal {
        border-right: 0;
        margin-top: -10px;
    }

    .cls-title {
        font-size: 16px !important;
        font-weight: bold !important;
        text-align: right !important;
        padding-bottom: 15px !important;
    }

    .cls-title-2 {
        padding-left: 7px !important;
        font-size: 15px !important;
        font-weight: 200 !important;
        text-align: left !important;
        padding-bottom: 15px !important;
    }

    .cls-total {
        font-size: 18px !important;
        font-weight: bold !important;
        text-align: right !important;
    }

    .cls-total-1 {
        font-size: 18px !important;
        font-weight: bold !important;
        text-align: left !important;
        padding-left: 7px !important;
    }

    .cls-table-productos td {
        border: 0.5px solid grey;
        padding-left: 5px;
        padding-right: 5px;
    }

    .cls-table-responsive {
        overflow-x: scroll;
        /*overflow: scroll;*/
    }

    .cls-table-responsive table {
        width: 100%;
    }

    .cls-cantidad {
        text-align: center;
    }

    .cls-cantidad .fa-minus {
        margin-bottom: 20px;
    }

    .cls-cantidad .fa-plus {
        margin-top: 20px;
    }
}

.cls-txt-qtr {
    width: 40px;
    text-align: center;
    border: 0.5px solid grey;
    border-radius: 4px;
}