.post_carrito_opd{
    padding-left: 40px;
}

.text-center { text-align: center !important; }

.datapickermodal{z-index:1151 !important;}

.text-right
{
    text-align: center !important;
}
.cls_precio{
    color: #F97B6D;
    font-size: 20px;
}
.cls_link
{
    color: #F97B6D !important;
}
.cls_info_prod{
    font-weight: bold;
    font-size: 20px;
}
.card
{
    padding: 20px;
}
.card-text
{
    padding: 20px;
}
.card-body{

}
.card-body-categoria{
    height: 230px;
    padding: 10px;
}


.card_img_productos{
    height: 1000px;
    text-align: center !important;
    display: inline;
    vertical-align: middle;
}

.card_img_categoria{
    height: 230px;
    text-align: center;
    display: inline;
    vertical-align: middle;
}

.img_productos
{
    width: 330px;
    height: auto;
}
.img_carrito{
    width: 100px;
    height: auto;
}

.tbl_carrito {
    border-spacing: 5px;
    border-collapse: separate;
}
.tbl_td_carrito {
    padding: 5px;
    text-align: center !important;
}


.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #eed3d7;
    border-radius: 4px;
    position: fixed;
    bottom: 50%;
    right: 21px;
    /* Each alert has its own width */
    float: right;
    clear: right;
    background-color: white;
}

.alert-red {
    color: white;
    background-color: #DA4453;
}
.alert-green {
    color: white;
    background-color: #37BC9B;
}
.alert-blue {
    color: white;
    background-color: #4A89DC;
}
.alert-yellow {
    color: white;
    background-color: #F6BB42;
}
.alert-orange {
    color:white;
    background-color: #E9573F;
}


.lista-red {
    background-color: #DA4453;
    color: #FFFFFF !important;
}

.lista-green {
    background-color: #86c021;
    color: #FFFFFF !important;
}

.img_btncarrito {
    display: none;
}

.btn-submit {
    background-color: white;
    color: black;
    border: 2px solid #008CBA;
}

.btn-submit:hover {
    background-color: #008CBA;
    color: white;
}


.titulo_producto
{
    font-weight:600 !important;
    font-size:5em !important;
    color:rgba(255,255,255,1) !important;
}

@media only screen and (max-width: 767px) {
    .card_img_productos
    {
        height: 180px;

    }
    .card_img_categoria
    {
        height: 100px;
    }
.card-body-categoria
    {
        height: 200px;
    }
    .post_carrito_opd{
        padding-left: 10px;
    }

    .img_btncarrito {
        display: block;
        margin: 0 auto;

        position: fixed;
        top: 30px;
        right: 10px;
        transition: all 300ms ease 0ms;
        z-index: 99;

    }
    .menu_carrito {
        display: none;
    }

    .titulo_producto
    {
        font-size:3em !important;
    }
}
@media screen
and (min-device-width : 768px)
and (max-device-width : 1366px)
{
    .card_img_productos
    {
        height: 150px;

    }
 .card-body-categoria
    {
        height: 320px;
    }
    .post_carrito_opd{
        padding-left: 20px;
    }
    .img_btncarrito {
        display: block;
        margin: 0 auto;


        position: fixed;
        top: 30px;
        right: 10px;
        transition: all 300ms ease 0ms;
        z-index: 99;

    }
    .menu_carrito {
        display: none;
    }
    .titulo_producto
    {
        font-size:3em !important;
    }
}
