/*

- Bootstrap v3.3.1

- Font Awesome 4.2.0

- Less - Leaner CSS v2.0.0-b1

*/


/*@import url("css/bootstrap/bootstrap.min.css");*/

@import url("css/bootstrap/bootstrap.min.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");


/* Custom Here */
h1.page-title {
	font-size: 30px;
}

a {
	text-decoration: none;
}

/* End Custom Here */

/* 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) {

h1.page-title {
	font-size: 20px;
}
    
    .btn {
	height: 50px !important;
	width: 100% !important;
}

a.btn {
	line-height: 33px;
}

    .input-group-btn .btn {
	height: auto !important;
	width: auto !important;
}
    
    .btnbuy_form .btn {
	width: 82% !important;
	height: auto !important;
}
    
    
    .detail-page .btnbuy_form .btn{
        width: 100% !important;
        height: 50px !important;
    }
    
    .accordion-button, .form-capsule .form-group label, body {
	font-size: 14px !important;
    }
    

}