.product{
     background-image: linear-gradient(to top, rgba(0, 0, 9, 15), rgba(0, 0, 0, 0)), url(img/fest_design_banner_g.png);
     border-radius: 5px;
     background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}
#product_new_arrival{
     background-image: linear-gradient(to top, rgba(0, 0, 9, 15), rgba(0, 0, 0, 0)), url(img/fest_design_banner_r.png);
    
}
#product_Beauty_Groomings{
    background-image: linear-gradient(to top, rgba(0, 0, 9, 15), rgba(0, 0, 0, 0)), url(img/fest_design_banner_r.png);
    
}
.product-thumb{
    border-radius:5px;
}
.product-card{
    background-color:white;
}
.product-category{
    color: white;
    font-size: xx-large;
    
}
.slide3 a{
    width:97%;
}
main{
    margin-top:130px;
}
.slider-container2{
     background-image: linear-gradient(to top, rgba(0, 0, 9, 15), rgba(0, 0, 0, 0)), url(img/fest_design_banner_g.png);
     border-radius: 5px;
     width:97%;
     
    
}
.categories_name{
    color:white;
}
.categories_name_box{
    color:white;
}
.categories_name_box {
    height:30px;
    width: 80%;
    padding: 10px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    color: #fff;
    border-radius: 0 0 10px 10px;
    align-content: baseline;
    text-align: center;
}

.categories_name {
    font-size: 18px;
    font-weight: bold;
}
.circle-card-container2{
    text-align: -webkit-center;
}
  
@media only screen and (max-width: 480px) {
    main{
        margin-top:90px;
    }
    .categories_name_box{
        display:none;
    }


}


@media only screen and (min-width: 481px) and (max-width: 768px) {
     main{
        margin-top:90px;
    }
    .categories_name_box{
        display:none;
    }
       
}
   
