<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.search_content .cart{
	float:right;
	padding-right:20px;
	border-right:1px solid #eeeeee;
}

.search_content .cart a{
	color:#696969;
	text-decoration:none;
	font-size:16px;
	padding:4px 0px;
	display:inline-block;
	font-weight:400;
}

.search_content .cart a span{
	box-sizing: border-box;
	
	font-family: 'Montserrat', sans-serif;
	color:#fff;
	position:absolute;
	right:18px;
	top:6px;
	font-size:10px;
	text-align:center;
	border-radius:50%;
	background-color:#85c2df;
	display:block;
	padding-top:3px;
	
	width:18px;
	height:18px;
}</pre></body></html>