.pz-cartone-table >thead{
background-color: var(--cat-var,  #91B508);
}
.pz-cartone-table > thead  th{
color: white;
text-transform:uppercase;
}
.pz-cartone-table, .pz-cartone-table th, .pz-cartone-table tr, .pz-cartone-table td{
border:none;
border-collapse: collapse;
text-align: center;
position:relative;
}
.pz-cartone-table tbody tr{
background-color: white;
}
.pz-cartone-table tbody tr td{
z-index: 2;
position: relative;
}
.pz-cartone-table tbody tr:nth-of-type(even){
background:rgb(245,245,245);
}
.pz-cartone-table tbody tr:nth-of-type(even):after{
content:"";
position: absolute;
inset:0;
width:100%;
height: 100%;
background:  var(--cat-var , #91B508);
opacity: 0.05;
z-index:0;
}
@media screen and (max-width:1080px){
.pz-cartone-table, .pz-cartone-table th, .pz-cartone-table tr, .pz-cartone-table td
{
max-width: 100%!important;
}
.pz-cartone-table th,.pz-cartone-table td{
max-width: calc(100% /6)!important;
padding:5px!important;
}
}
.pz-cartone-table, .pz-cartone-table th, .pz-cartone-table tr, .pz-cartone-table td
{
max-width: 100%!important;
}
.pz-cartone-container{
width: 100%;
overflow-x: auto;
}