.divGround .tblOurProducts{
    border:none;
    background: none;
    background-color: none;
    background-image: url(...../images_mediglobus/image_011.png);
    border-radius: 10px;

    text-align: center;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
}
.divGround .tblOurProducts{
    width: 100%;
    float: center;
    
    text-align: center;
    color: #00aab4;
    font-size: 40px;
    font-weight: bold;
    text-decoration: none;
}

.divGround .tblOurProducts .tbltrOurProducts{
    
    float: center;
    
    text-align: center;
    color: #00aab4;
    font-size: 40px;
    font-weight: bold;
    text-decoration: none;
}

.divGround .tblOurProducts .tbltrOurProducts .tbltrtdOurProducts{
    
    float: center;
    
    text-align: center;
    color: #00aab4;
    font-size: 40px;
    font-weight: bold;
    text-decoration: none;
    
    transition: 1.0s;
    box-shadow: 0px -5px 0px gainsboro;

    box-shadow: 2 4px 8px 2 rgba(46, 54, 52, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    filter: drop-shadow(10px 10px 13px #636466);
    filter: drop-shadow(5px 5px 10px #00aab4);
}








.divGround .tblProductsView{
    width: 100%;
    height:auto;

    border:none;
    background: none;
    background-color: white;
    background-image: none;

    text-align: center;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
}
.divGround .tblProductsView .tbltrProductsView{
    border:none;
    background: none;
    background-color: white;
    background-image: none;
}
.divGround .tblProductsView .tbltrProductsView .tbltrtdProductsView{
    border:none;
    background: none;
    background-color: white;
    background-image: none;
}






.divGround .tblProductsView .tblProductsList{
    width: 100%;
    height:auto;

    border:none;
    background: none;
    background-color: white;
    background-image: none;

    text-align: center;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
}
.divGround .tblProductsView .tblProductsList tr td{
    border:none;
    background: none;
    background-color: honeydew;
    background-image: none;
}
.divGround .tblProductsView .tblProductsList .aByLink{
    text-decoration: none;
    border:none;
    background: none;
    background-color: gainsboro;
    background-image: none;
}
.divGround .tblProductsView .tblProductsList .aByLink:hover{
    text-decoration: none;
    border:none;
    background: none;
    background-color: #00aab4;
    background-image: none;
}
.divGround .tblProductsView .tblProductsList .imgABC{
    width: 40%;
    height:auto;
    border-radius: 10px;
}



.divGround .tblProductsView .tblProductsList .h2____Tag{
    color:#636466;
    font-size: 15px;    
}
.divGround .tblProductsView .tblProductsList .h2____Tag:hover{
    color:#00aab4;
    font-size: 15px;   
}

.divGround .tblProductsView .tblProductsList .aByLink{
    color:red;
}
.divGround .tblProductsView .tblProductsList .imgABC{
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    shape-outside: circle(50%);

    opacity: 80%;    
    transition: 1.0s;    
    cursor: pointer;

    width: 40%;
    height:auto;
    border-radius: 10px;
}
.divGround .tblProductsView .tblProductsList .imgABC:hover{
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    shape-outside: polygon(0 0, 100% 0, 80% 100%, 20% 100%);

    opacity: 100%;    
    transition: 1.0s;    
    cursor: pointer;

    width: 100%;
    height:auto;
    border-radius: 10px;
}


