/*
- 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");

.custom-button, #custom-button {
	background-color: #fd1c02;
	padding: 15px 60px;
	border-radius: 40px;
	border: solid 2px transparent;
	color: white;
	cursor: pointer;
	transition: color 0.6s ease, background-color 0.6s ease;
	font-size: 16px;
	font-weight: normal;
	font-family: 'Roboto';
	position: relative;
	z-index: 99;
	color: #fff !important;
}

.custom-button:hover, #custom-button:hover {
    color: #fd1c02 !important;
    border: 2px solid #fd1c02;
    background-color: #fff;
}

.signin, .cart, .price, .group-quantity-control, .btnbuy_form{
display:none !important;
}


/* 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) {
    
}