﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    float: none;
    font-family: Garamond, serif;
}


@page {
    size: auto;
    content: none !important;
    margin:0mm;
    
}
body {
    padding-top: 72px;
    padding-bottom: 72px;
}
a[href]:after {
    content: none !important;
}

.sidebar{
    display:none;
}

.header, .modal-header, footer, .modal-title {
    display: none;
}

.granddPa {
    width: 100%;
    max-width:100%;
    border: none;
    box-shadow: none;
    font-family: sans-serif;
    width: 100%;
    margin-left:-1cm;
}
.granddPa .parentCat {
    max-width: 100% !important;
    width: 100% !important;
    border: none;
    box-shadow: none;
 
}

    .granddPa .parentCat .cat {
        width: 100%;
       
    }
    .granddPa .parentCat .cat .cover {
        width: 100%;
        display: block;
        text-transform: uppercase;
        
    }
        .granddPa .parentCat .cat .cover .cover-logo {
           width:100%;

            text-align: center;
            margin: auto;
        }
            .granddPa .parentCat .cat .cover .cover-logo h1 {
                margin-bottom: 50px;
            }
        .granddPa .parentCat .cat .cover .cover-logo img{
            height:100%;
            width:auto;
            object-fit:contain;
        }
            .granddPa .parentCat .cat .cover .cover-logo h2 {
                
                margin-top:70px;
            }
            
    .granddPa .parentCat #catalog .cat .waterMark {
        display: none;
        position:fixed !important;
        z-index:1000;
        right:0;
        bottom:10%;
       
    }
        .granddPa .parentCat #catalog .cat .waterMark img {
           
            width: 100%;
            object-fit: contain;
            opacity: 0.1;
        }
        .granddPa .parentCat #catalog .cat .waterMark::before {
            position: relative;
            top: -75%;
            left: -75%;
            display: block;
            width: 150%;
            height: 150%;
            transform: rotate(-45deg);
            content: attr(data-watermark);
            opacity: 0.7;
            line-height: 3em;
            letter-spacing: 2px;
            color: #fff;
        }

    .granddPa .parentCat #catalog {
        max-width: 100% !important;
        width: 100% !important;
        margin: auto;
        border: none;
        box-shadow: none;
        display: flex;
        flex-direction: row;
    }
        .granddPa .parentCat #catalog .cat .filas{
            margin-top:30px;

        }
            .granddPa .parentCat #catalog .cat .filas #noBreak {
                display: block;
               /* height:20px;*/
            }
            .granddPa .parentCat #catalog .cat .filas #break {
                display: block;
              /* height: 20px;*/
              page-break-after:always;
               
            }
    .granddPa .parentCat #catalog .cat .filas #noBreak {
        height:20px;
    }
    .granddPa .parentCat #catalog  .cat{
        padding:5px;
    }
    /* .modal-content .modal-body #catalog .row */
        .granddPa .parentCat #catalog .cat .filas .card {
            padding-top: 2cm;
            width: 100%;
            height: 44vh;
            max-height: 44vh;
            position: relative;
        }

        .granddPa .parentCat #catalog .cat .filas .card .card-title {
            color: white !important;
            background-color: #2c3e50 !important;
            -webkit-print-color-adjust: exact;
            font-size: large;
            text-align: left;
        }

            .granddPa .parentCat #catalog .cat .filas .card .pictPrice .card-prices .titleBcode {
                width: 70%;
                height: 10%;
                color: white;
                text-align:center;
                margin-top: 5px;
                color: white !important;
                background: #2c3e50 !important;
                -webkit-print-color-adjust: exact;
            }

            .granddPa .parentCat #catalog .cat .filas .card .pictPrice .card-prices .titleQTY {
                height: 10%;
                width: 70%;
                margin: 0;
                text-align: center;
                color: white !important;
                background: #2c3e50 !important;
                -webkit-print-color-adjust: exact;
            }
            .granddPa .parentCat #catalog .cat .filas .card .pictPrice .card-prices .titleStock {
                position: absolute;
                height: 10%;
                width: 70%;
                bottom: 1px;
                text-align: center;
                border-style: solid;
                border-width: 1px;
                border-color: black;
                border-radius:2%;
                color: black !important;
                
                -webkit-print-color-adjust: exact;
            }
            .granddPa .parentCat #catalog .cat .filas .card .pictPrice .card-prices .quantityReq {
                height: 3vh;
                width: 70%;
                margin: 0;
                border-style: solid;
                border-width: 1px;
                border-color: black;
            }



        .granddPa .parentCat #catalog .cat .filas .card .row {
            display: flex;
            flex-direction: row;
            justify-content: space-around;
            padding: 2px;
            border-width: 1px;
        }
.pictPrice{
    border-style:double;
    border-radius:5px;
}
.granddPa .parentCat #catalog .cat .filas .card .row .card-prices {
   
    width: 50%;
    font-size:20px;
}
            .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 .text-center {
        background: #2c3e50 !important;
        color: white !important;
        -webkit-print-color-adjust: exact;
    }
.granddPa .parentCat #catalog .cat .filas .card .row .card-prices .list-group .list-group-item .priceName {
    text-align: left;
    width: 60%;
}
                .granddPa .parentCat #catalog .cat .filas .card .row .card-prices .list-group .list-group-item .priceValue {
                    text-align: right;
                    width: 40%;
                }
.granddPa .parentCat #catalog .cat .filas .card .row .card-img-top {
    padding: 0px;
    width: 50%;
    margin: auto;
    background: whitesmoke !important;
    -webkit-print-color-adjust: exact;
}
                .granddPa .parentCat #catalog .cat .filas .card .row .card-img-top img {
                    width: 100%;
                    height: 35vh;
                    max-height: 35vh;
                  object-fit:contain;
                    display: block;
                }
    /*

        

            #catalog .card .row .col-lg-7 img {
                max-height: 28vh;
                max-width: 100%;
                display: block;
            }

.list-group-item {
    margin-left: 2px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
        */