
.product_grid_image{
    margin: auto;
    width: 50%;
    @media (max-width: 800px){
        width: 65%;
    }
    @media (max-width: 650px){
        width: 70%;
    }
    @media (max-width: 400px){
        width: 75%;
    }
}

.product_image_button_style {
    padding: 15px; 
    border: none;
    border-radius: 15px; 
    margin: auto;
    transition-duration: 0.2s;
    background-color: inherit;
  }

.product_image_button_style:hover{
    box-shadow: 0 0 15px rgb(117, 117, 117);
    background-color: rgb(236, 236, 236);
    border-radius: 20px; 
    padding: 5px; 
}

.list_button_style {
    padding: 5px; 
    border: none;
    border-radius: 10px; 
    display: block;
    margin: 10px auto 10px auto;
    /* height: 50px; */
    width: 80%; 
    font-size: 22px;
    transition-duration: 0.2s;
    background-color: inherit;
    @media (max-width: 1200px){
        font-size: 20px;
    }
    @media (max-width: 992px){
        font-size: 18px;
    }
  }

.list_button_style:hover{
    /* box-shadow: 0 0 10px rgb(34, 90, 210); */
    box-shadow: 0 0 10px rgb(189, 189, 189);
    background-color: rgb(205, 205, 205);
    /* color: rgb(34, 90, 210); */
    font-weight: bold;
    transform: scale(1.05);
}

.product_button_list_div{
    position: relative;
    margin: 0;
    /* padding: 8px; */
    /* border-right: solid 3px rgb(210, 209, 209); */
    background-color: rgb(234, 234, 234);
    /* background-color: inherit; */
    /*grid-row-start: 1;
    grid-row-end: 4;*/
    @media (max-width: 576px){
        display: none;
    }
}

.gridProducts_item{
    margin: 5px;
}

