/* CSS Document */

hr
{
	border-bottom:1px solid #fff;
	border-top:1px solid  #efefef ;
	margin:15px 0px;
}
#cart td,.cart td
{

	padding:5px;
		  padding-bottom: 2px;
}
#cart  thead,#cart  tfoot
{
	font-weight:bold;
}
#cart  tfoot>tr>td
{
    /*background-color:#efefef;*/
}

#cart thead td
{
	border-bottom: 3px solid #b0b0b0;
	text-transform: uppercase;
	
}

#cart tfoot td
{
	border-top: 3px solid #b0b0b0;
}
#cart td
{
	padding: 15px 0px;
}

.button
{
	margin-right: 0px;
  border-radius: 0px;
  border: 0;
  background-color: #f5f5f5;
  color: #959595;
  padding: 10px 20px;
}

.noborder
{
	border:0px!important;
	background-color:#fff!important;
}

.datos_resum td
{
	padding: 10px;
	min-width: 160px;
}

#content input[type="text"],input[type="password"],select,textarea
{
	box-sizing: border-box;
	margin:5px 5px 0px 0px;
	padding: 6px 12px;
	
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	white-space: nowrap;
	vertical-align: middle;
	border: 1px solid transparent;
	border-radius: 4px;

	color: #333333;
	background-color: #ffffff;
	border-color: #cccccc;
}


.taula_totals
{
	width: 50%;
}

	.taula_totals td
	{
		padding: 5px;
	}
	

.small
{
	font-size: 11px!important;
	padding: 3px 6px!important;
}
#form_cart font{
	font-family: 'source_sans_probold';
}
button
{
	box-sizing: border-box;
	margin:5px 5px 0px 0px;
	padding: 6px 12px;
	-webkit-appearance: button;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	
	color: #333333;
	background-color: #F5F5F5;
	border-color: #cccccc;
}
button:hover
{
	color: #333333;
	background-color: #ebebeb;
	border-color: #adadad;
}
button.red, .button.red
{
	background-color:#D9534F;
	border-color:#ac2925;
	color:#fff;
}
button.red:hover, .button.red:hover
{
	color: #ffffff;
	background-color: #d2322d;
	border-color: #ac2925;

}
button.green, .button.green
{
	color: #ffffff;
	/*background-color: #89BD9C;*/
	background-color: #5CA95C;
	border-color: #4cae4c;
}
button.green:hover, .button.green
{
	color: #ffffff;
	background-color: #398439;
	border-color: #398439;

}
.button.orange
{
	color: #ffffff;
	background-color: orange;
	border-color: orange;
	text-decoration: none;
}




button.blue
{
	color: #ffffff;
	background-color: #428bca;
	border-color: #357ebd;
}
button.blue:hover
{
	color: #ffffff;
	background-color: #3276b1;
	border-color: #285e8e;

}

@media (max-width:480px) {
	.taula_totals
	{
		width: 100%;
	}
	
	button
	{
		margin: 5px 0;
		width: 100%;
	}
}
