@charset "utf-8";
/* CSS Document */
/*
Primary #0275d8
Success #5cb85c
Info #5bc0de
Warning #f0ad4e
Danger #d9534f
Inverse #292b2c
Faded #f7f7f7 
*/
body
{
	/*background-color: #4D6E57 !important;*/
}

.bg-danger {
	background-color: #0880BF !important;
}

.btn.bg-danger:hover {
	background-color: #EEF !important;
	color: #0880BF !important;
}

.btn-theme
{
	background-color: #DEEEEE !important;
	color: #222 !important;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
	margin-bottom: 1rem !important;
	border: 0;
}

.info-badge
{
	background-color: #0880BF !important;
	color: #EEF !important;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.bb_client_title
{
	font-size: 2.5rem !important;
    font-weight: bold !important;
    line-height: 55px !important;
  	text-align: center !important;
}
/*--datepicker--*/
.ui-widget-header
{
	/*background-color: #0275d8 !important;*/
	background: #0880BF url("") no-repeat !important;
}
/*--mobile.php*/
a 
{
	color: #fff;
}
.mb_bg
{	
	color: #fff;
}

.mb_textfield 
{
	border-radius: 12px;
}

.mb_btn_l 
{
	border: none;
	border-radius: 15px 3px 15px 15px;
	font-size: 14px;
	background-color: #222 !important;
	color: #DFDFDF !important;	
}

.mb_btn_r
{
	border: none;
	border-radius: 3px 15px 15px 15px;
	font-size: 14px;
	background-color: #222 !important;
	color: #DFDFDF !important;
}
/*--funcs/product_detail.php*/
.attrib_name
{
	color: #222;
	font-size: 2rem;
    font-weight: 300;
    line-height: 1.5;
}

.attrib_val_div
{
	color: #777;
	background-color: #CBCBCB;
}

.attrib_val_active
{
	color: #eee;
	background-color: #142738;
}

.attrib_val_div input[type='radio'] {
	display:none;
}

.attrib_val_div input[type='checkbox'] {
	display:none;
}
/*--order.php*/
.cat_bar
{
	/*background-color: #4D6E57 !important;*/
}
.cat_btn
{
	background-color: #0880BF !important;
	color: #EEF !important;
}

.cat_btn:hover
{
	/*background-color: #0A3F0E !important;*/
	background-color: #EEF !important;
	color: #0880BF !important;
}

.section_title
{
	/*background-color: #AEAEAE !important;
	color: #222 !important;*/
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
	margin-bottom: 1rem !important;
}

.prod_box
{
	/*min-height: 200px;*/
}

.prod_title
{
}

.prod_desc
{
}

.prod_price
{
	color: #222 !important;
}

/*--basket*/
.basket_row
{
	background-color: #DEEEEE !important;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
	margin-bottom: 1rem !important;
}

#btn_basket
{
}

.basket_product_name
{
	color: #222 !important;
}

.basket_attribute_name
{
	color: #222 !important;
}

.basket_attribute_value_name
{
	color: #222 !important;
}

.basket_total_label, .basket_total_val
{
	color: #222 !important;
}

/*--checkout.php*/
#btn_voucher
{
	
}

#btn_checkout
{
	
}