<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sidecart{}

	.sidecart .item{
		clear:both;
		position:relative;
		padding-right:16px;
		margin-bottom: 5px;
	}

.sidecart .item p
{
   margin-bottom: 0;
   margin-left: 55px;
}

.sidecart .image a.noimage
{
	text-align:center;
	background:#FFF;
	color:#BBB;
	display:block;
	text-decoration:none;
	font-size:13px;
        line-height: 16px;
	width: 45px;
	height: 45px;
	padding: 5px;
}

.sidecart .title a
{
   font-weight: 600;
}

.sidecart .item p.subtitle
{
   color: #666;

   font-size: 10px;

   line-height: 16px;
}

.sidecart .item p.model
{
   font-size: 11px;
}

		.sidecart .image{
			float:left;
			margin-right: 10px;
			margin-top: 5px;
		}
		
		.sidecart .remove{
			position:absolute;
			top:0;
			right:0;
		}

.sidecart .remove img
{
   margin-top: 2px;
}
	
		.sidecart .quantity{
			font-weight:bold;
		}

.sidecart .checkout
{
   clear: both;
}

.sidecart .checkout:after
{
   height: 0;

   clear: both;

   display: block;

   content: "\0020";

   visibility: hidden;
}</pre></body></html>