* {
    margin: 0 ;
    padding: 0 ;
    border: none;
    box-sizing: border-box;
    font-family: 'Poppins', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 
                 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    scroll-behavior: smooth;
    /* outline: 2px solid red; */
}

.viga-font {
    font-weight: 800;
    font-family: 'Viga', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 
                 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}


 .product-page select {
    padding: 5px;
    border-radius: 3px;
    border: 2px solid gray;
}


.bg-green {
    background-color: #0f7135fc !important;
    color: white !important;
}




.text-justify{
    text-align: justify !important;
}
