﻿* {
    padding: 0;
    margin: 0;
    font-family: sans-serif;
}
.break{
    display:none;
}

.granddPa .parentCat #catalog .cat .filas .card {
    height: 45vh;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.granddPa .parentCat #catalog .cat .filas .card .card-title {
    width:100%;
    height:10%;
    color: white;
    background: #2c3e50;
}
    .granddPa .parentCat #catalog .cat .filas .card .pictPrice .card-prices .titleBcode {
        width: 50%;
        height: 10%;
        color: white;
        margin-top: 5px;
        color: white;
        background: #2c3e50;
        display:none
    }
    .granddPa .parentCat #catalog .cat .filas .card .pictPrice .card-prices .titleStock {
        position: absolute;
        height: 10%;
        width: 70%;
        bottom: 1px;
        text-align: left;
        border-style: none;
        border-width: 1px;
        border-color: silver;
        border-radius: 2%;
        color: black !important;
        -webkit-print-color-adjust: exact;
    }
    .granddPa .parentCat #catalog .cat .filas .card .pictPrice .card-prices .titleQTY {
        height: 10%;
        width: 50%;
        margin: 0;
        color: white;
        background: #2c3e50;
        display:none;
    }
    .granddPa .parentCat #catalog .cat .filas .card .pictPrice .card-prices .quantityReq {
        height: 5vh;
        width: 50%;
        margin: 0;
        border-style: solid;
        border-width: 1px;
        border-color: black;
        display:none;
    }

    .granddPa .parentCat #catalog .cat .filas .card .pictPrice {
        height: 90%;
        width: 100%;
    }
    .granddPa .parentCat .cat .cover {
        display: none;
    }
.granddPa .parentCat #catalog .cat .waterMark {
    display: none;
}
.granddPa .parentCat #catalog .cat .filas .card .row .card-prices {
    position:relative;
    height:100%;
    width: 60%;
}
.granddPa .parentCat #catalog .cat .filas .card .row .card-prices .list-group .list-group-item {
    display: flex;
    position: relative;
    width: 100%;
}
.granddPa .parentCat #catalog .cat .filas .card .row .card-prices .list-group .list-group-item .priceName {
    width:50%;
    text-align:left;
}
    .granddPa .parentCat #catalog .cat .filas .card .row .card-prices .list-group .list-group-item .priceValue {
        width:50%;
        text-align:right;
    }
.granddPa .parentCat #catalog .cat .filas .card .row .card-img-top {
    padding: 0px;
    width: 40%;
    margin: auto;
    height:100%;
    background-color:whitesmoke;
}

    .granddPa .parentCat #catalog .cat .filas .card .row .card-img-top img {
       width:100%;
        height: 100%;
       object-fit:contain;
        display: block;
    }



