
#kapitan_pane_body
{
	height: 100%;
	width:284px;
	background: #f5f5f5;
	float: right;
	display: none;    
	color: #000000;
	font-size: xx-large;
	border-left: 2px solid;
	border-left-color: #f5f5f5;
}
#kapitan_pane_btn
{
	/*background: rgba(241, 88, 88, 0.93);*/
	background: rgba(0, 0, 0, 0.93);
	float: left;
	width: 37px;
	height: 49px;
	left: -37px;
	position: absolute;
	top: 113px;
	z-index: 1;
	cursor: pointer;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
}
.pane-body{
	position: fixed;
	z-index: 10001;
	height: 100%;
	right: 0;
}

.kapitan_cart_font{
	font-family: 'Varela Round', sans-serif;
}

close_pane a:focus, a:hover{
	text-decoration:unset;
}