@media print {
    
    .print-show{
        display: block !important;
        width: 100% !important;
    }
    
    header,
    footer,
    .print-hidden,
    .d-flex.print-hidden
    {
        display:none !important;
    } 
}

.badge-list span{
    
}

.product-image-slider .slick-track{
    background-color: black !important;
}


/*
.product-image-slider figure.slick-slide:before{
    content: "karel";
    width: 100%;
    height: 100%;
    background-color: red;
    position: absolute;
    
}

*/