.cart-page {
}

.cart_table_holder table {
	border: 1px solid #cccccc;
	border-radius: 0;
	color: #fff;
	width: 100%;
	background:transparent;
}
.cart-top-bg {
	background: #e1e1e1;
}
.cart_table_holder table .product-name {
	border-left: 1px solid #cccccc;
}
.cart_table_holder th:first-child {
}
.cart_table_holder th {
	border: 1px solid #cccccc;
	padding: 14px 5px;
	font-weight: bold;
	font-size: 14px;
	color: #333;
	text-transform: uppercase;
	text-align: center;
}
.cart_table_holder tbody td.img {
	border-right: none;
}
.cart_table_holder table .img {
	text-align: left;
	width: 20%;
}
.cart_table_holder tbody td, .cart_table_holder tfoot td {
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
.cart_table_holder td {
	padding: 5px;
	vertical-align: middle;
	text-align: center;
}
.product-price {
	color: #333;
	text-decoration: none;
}
.product-name > a {
	color: #333;
	text-decoration: none;
}
.product-name > a:hover {
	color: #4F85C8;
	text-decoration: none;
}
.cart_table_holder td span.amount {
	color: #979695;
}
.product-remove a {
	font-size: 24px;
	color: #999999;
	text-decoration: none;
}
.product-remove a:hover {
	text-decoration: none;
	color: #999999;
}
.shipping-calculator-button {
	color: #A80000;
	text-decoration: none;
}
.shipping-calculator-button:hover {
	text-decoration: none;
}
.actions .coupon {
	text-align: left;
	color: #404241;
}
.actions {
	background: url(../images/cart-heading-bg.gif);
}
#coupon_code {
	background: rgba(0,0,0,0.2);
	border: 1px solid #2f2f2e;
	border-radius: 2px;
	height: 33px;
	color: #fff;
	margin-left: 10px;
	margin-right: 10px;
}
.cbtn {
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	padding: 7px 10px;
	color: #fff;
	background: #aa0055;
}
.total_price {
	text-align: right;
	color: #333;
}
table.total_cart {
	border: 0px;
	width: auto;
	float: right;
}
table.total_cart strong {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	color: #333;
	text-align: right;
	padding-right: 20px;
	text-transform: uppercase;
}
table.total_cart span.cart-tatal-box {
	border: #CCC solid 1px;
	display: block;
	text-align: center !important;
	width: 100px;
	line-height: 40px;
	border-radius: 5px;
	font-size: 12px;
	color: #333;
        font-weight:bold;
	text-transform: uppercase;
        background:#fff;
}
.total_cart h2 {
	font-weight: 500;
	font-size: 22px;
	color: #979695;
}
.total_cart td {
	padding: 5px 0;
	text-align: right;
}
.cart_table_holder h2 {
	text-align: left;
	margin: 0;
}
.cart-page form {
	margin: 0 0 20px 0;
}
.total_cart tbody td, .total_cart tfoot td {
	border-bottom: 0;
	border-right: 0;
	color: #4d4d4d;
}
.checkout_btn {
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	padding: 7px 10px;
	color: #fff;
	font-weight: 600;
	background: #aa0055;
}
.cart_btn_wrapper {
	margin: 20px 0;
}
.cart_btn_wrapper button {
	background: #e96f91;
	display: block;
	color: #FFF;
	border: #e96f91 solid 1px;
	margin-bottom: 11px;
	width: 160px;
	font-size: 14px;
	border-radius: 5px;
}
.minus {
	background: #e1e1e1;
	border: 1px solid #e5e5e5;
	padding: 8px 14px;
	float: left;
}
.plus {
	background: #e1e1e1;
	border: 1px solid #e5e5e5;
	padding: 8px 14px;
	float: left;
}
.input-text.qty {
	float: left;
	text-align: center;
	width: 20%;
	font-size: 12px;
	color: #000;
	padding: 8px 0;
	border-radius: 0px;
	border: #e1e1e1 solid 1px;
}

.clear {
  clear: both;
}
.clear5 {
  height: 5px;
  clear: both;
}
.clear10 {
  height: 10px;
  clear: both;
}
.clear20 {
  height: 20px;
  clear: both;
}
.clear30 {
  height: 30px;
  clear: both;
}
.clear40 {
  height: 40px;
  clear: both;
}
.clear50 {
  height: 50px;
  clear: both;
}


.icone-cores-disponiveis{
  float: left;
  margin: 3px;
  width: 60px;
}
