/*
- Bootstrap v5
- Font Awesome 4.2.0
*/


/*@import url("css/bootstrap/bootstrap.min.css");*/
@import url("css/bootstrap/bootstrap.min.css");
@import url("css/fontawesome6/css/all.css");
@import url("css/fontawesome/font-awesome.css");
@import url("style_templates.css");
@import url("style_osp.css");
@import url("css/style_table.css");
@import url("css/style_cart.css");
@import url("css/style_form.css");
@import url("css/style_accordion.css");


/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    
}


/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

}


/* Landscape phone to below */
@media (max-width: 480px) {
    
}