
.mini-cart:before {
  border-color: transparent transparent #2a2a2a;
  border-style: solid;
  border-width: 7px;
  content: "";
  height: 50px;
  position: absolute;
  right: 48px;
  top: -50px;
}

.mini-cart {
  font-size: 10px;
	line-height: 3em;
	border: 2px solid #4286f4;
	margin-top: 20px;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 54px;
  visibility: hidden;
  width: 250px;
  background:#2a2a2a !important;
  transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
}
.headerRow, .itemRow {
	display:table-row;
}

.headerRow div, .itemRow div {
 /*	display:none; */
	padding:10px;
	line-height:initial;
}

.item-name, .item-quantity, .item-remove {
	display:table-cell;
}

.item-increment, .item-decrement, .item-total {
	display:none;
}

.item-quantity{
	text-align:center;
}

.checkout_total, .checkout_link{
	text-align:right;
	padding:3px;
}


.mini-cart .title{
	border-bottom: 1px solid #3b3b3b;
	font-size: 18px;
	margin: 0;
	padding: 15px;
}
.mini-cart ul{padding-left:0;}

.mini-cart ul li {
  background: none repeat scroll 0 0 #2a2a2a !important;
  border-bottom: 1px solid #3b3b3b !important;
}
.mini-cart .check {
  background: none repeat scroll 0 0 #4286f4;
  border: medium none;
  font-size: 14px;
  height: 37px;
  line-height: 24px;
  margin-left: 15px;
  text-transform: none;
}