
#basket_container{
	/*position:absolute;
	top:5px;
	right:210px;*/
	z-index:99999;
	margin-bottom:10px;
	position:relative;
	font-family:open_sansregular !important;
}

#basket_container #triangle{
	width:0;
	border-top:12x solid transparent;
	border-right:12px solid transparent;
	border-bottom:12px solid #107822;
	border-left:12px solid transparent;
	margin:0 auto;
}

.button-basket{
	width:170px;
	background:#107822;
	display:block;
	margin:0 auto;
	margin-top:1%;
	padding:10px;
	text-align:center;
	text-decoration:none;
	color:#fff;
	cursor:pointer;
	transition:background .3s;
	-webkit-transition:background .3s;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.button-basket:hover{
  background:#0d631c;
}

#basket_panel{
	display:none;
	position:absolute;
	left:-100px;
	width:300px;
	margin:0 auto;
	/*margin-top:8px;*/
	/*margin-bottom:2%;*/
	transition:opacity 1s;
	-webkit-transition:opacity 1s;
	font-family:open_sansregular !important;
}

#basket_panel a{
	text-decoration:none;
}

#basket_panel h1{
	background:#107822;
	padding:20px 0;
	font-size:140%;
	font-weight:300;
	text-align:center;
	color:#fff;
}

#basket_panel form{
	background:#f0f0f0;
	padding:6% 4%;
	height:auto;
}

#view_cart_button{
	width:100%;
	background:#107822;
	display:block;
	border:0;
	margin:0 auto;
	margin-top:1%;
	padding:10px;
	text-align:center;
	text-decoration:none;
	color:#fff;
	cursor:pointer;
	transition:background .3s;
	-webkit-transition:background .3s;
}

#view_cart_button:hover{
	background:#0d631c;
}


#checkout_button{
	width:100%;
	background:#107822;
	display:block;
	border:0;
	margin:0 auto;
	margin-top:1%;
	padding:10px;
	text-align:center;
	text-decoration:none;
	color:#fff;
	cursor:pointer;
	transition:background .3s;
	-webkit-transition:background .3s;
}

#checkout_button:hover{
	background:#0d631c;
}

.itemsTotals {
	font-size: 14px;
	font-weight: bold;
	color: #737871; /**/
	padding-bottom:10px;
}


.jconfirm_positive{
	font-family:open_sansregular !important;
	font-size: 14px;
	font-weight:600;
	color:#00acd7; /* 149016 */
	text-align:center;
}

.jconfirm_negative{
	font-family:open_sansregular !important;
	font-size: 14px;
	font-weight:600;
	color:#a31818;
	text-align:center;
}

