<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#right_content{
width: 300px;
  margin: 40px 0px 20px 40px;
	min-height:400px;
	position:relative;
	float:left;
}
/**Cart**********************************/
.cart_btn{
background: #FF5F00;
color: #FFF;
cursor: pointer;
width: 20px;
height:20px;
line-height:20px;
text-align: center;
float: left;
	}
	
	
#right_content_cart_title{
	position:relative;
	height:40px;
	float:left;
	color:#fff;
	background: url(../images/orange-button.png);
	background-size:cover;
	border-radius:5px;
	font-size:18px;
	line-height:40px;
	padding:0px 20px;
	
}
#right_content_cart_content{
	padding:0;
	margin:10px 0px 0px 0px;
	min-height:50px;
	}
#right_content_cart_content_list{
	list-style:none;
	margin:0;
	padding:0;
	}
#right_content_cart_content_list li{
	list-style:none;
	margin:0;
	padding:5px 0px;
	border-top:1px #4c4c4c solid;
	color: #fff;
	}
.right_content_cart_content_list_input{
	width:65px;
	height:30px;
	float:left;
}
.right_content_cart_content_list_title{
	width:180px;
	float:left;
	line-height: 20px;
	position: relative;
    left: 5px;
}
.right_content_cart_content_list_price{
	width:30px;
	float:right;
	color:#cdb895;
	margin-left:5px;
	position: relative;
    top: 3px;
	right:10px;

}
#right_content_cart_total{
	padding:0;
	margin:10px 0px 0px 0px;
	min-height:30px;
	border-top:1px #4c4c4c solid;
	text-align:right;
	font-size:16px;
	line-height:30px;
	color:#CDB895;
	}
#right_content_cart_checkout{
	position:relative;
	height:30px;
	color:#fff;
	background: url(../images/orange-button.png);
	background-size:300px 30px;
	border-radius:5px;
	font-size:18px;
	line-height:30px;
	padding:0px 20px 0px 20px;
	margin:0px 0px 10px 0px;
	text-align:center;
	}
/**END Cart**********************************/
/**Catalogo list**********************************/
.right_content_title{
	position:relative;
	height:40px;
	float:left;
	color:#fff;
	background: url(../images/orange-button.png);
	background-size:cover;
	border-radius:5px;
	font-size:18px;
	line-height:40px;
	padding:0px 20px;
	margin-top:50px;
}
.right_content_list{
	list-style:none;
	padding:0;
	margin:10px 0px 20px 0px;
	}
.ddsmoothmenu-v li{
	background:url(../images/icon.jpg) left center no-repeat;
	position:relative;
	height:40px;
border-bottom: 1px #919191 solid;
	line-height:40px;
	padding:0px 30px;
	margin:0;
}
/**END Catalogo list**********************************/

</pre></body></html>