h4#productid {
    text-align: center;
    
        /* text-align: center; */
    text-align: center;
    background-color: #ccc;
    width: 98%;
    height: 30px;
     margin-left: 0px; 
    /* line-height: 20px; */
    /* color: black; */
     font-size: 19px; 
    border-bottom: 4px solid #000093;
    
     transition: transform 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}



h4#productid:hover {
    text-align: center;
    background-color: white;
    /* width: 98%; */
    height: 30px;
       margin-left: 0px; 
     line-height: 15px;
    color: #3c328e;
    border-bottom: 4px solid red;
}


div#productid {
    border: 1px solid;
    border-bottom: 3px solid #1e1ea0;
}
img#newimage {
    /*margin-left: -11px;*/
    border-radius: 15px
}
div#newid {
    margin-top: 32px;
}
section.products-section {
    padding-top: 25px;
    padding-bottom: 25px;
}










@media (max-width: 600px) {
img#newimage {
    margin-left: -11px;
    border-radius: 15px
}

h4#productid {
       text-align: center;
        /* text-align: center; */
         background-color: #ccc;
        width: 89%;
        height: 30px;
        margin-left: 16px;
        /* line-height: 20px; */
        /* color: black; */
        /* font-size: 22px; */
        border-bottom: 4px solid #000093;
}

h4#productid:hover {
    text-align: center;
    background-color: white;
    /* width: 98%; */
    height: 30px;
       margin-left: 0px; 
     line-height: 15px;
    color: #3c328e;
    border-bottom: 4px solid red;
}

.header-navigation {
    background-color: #ffffff00;
    margin-bottom: 25px;
    /* margin-top: -2px; */
    border: none;
    border-radius: 0;
    z-index: 999;
}

 
}